vfprintf: Introduce JUMP_TABLE_BASE_LABEL
[glibc.git] / ChangeLog
blob94a2402459011c57f9518f91e5cb0f580e1edf91
1 2015-03-06  Florian Weimer  <fweimer@redhat.com>
3         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
4         (group_number, vfprintf): Use it.
5         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
6         (JUMP, REF): Use it.
8 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
10         * manual/errno.texi (Error Messages): Complete example function
11         by adding missing #define.
12         (program_invocation_name): Add statement indicating GNU
13         extension and reference which header file declares the variable.
14         (program_invocation_short_name): Likewise.
16 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
18         * manual/errno.texi (Error Messages): Delete strerror ISO C89
19         compatibility note.
21 2015-03-05  Roland McGrath  <roland@hack.frob.com>
23         * Makeconfig (test-wrapper-env-only): New variable.
24         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
25         then use that with $(test-wrapper-env-only) rather than using
26         $(test-wrapper-env) $(run-program-env) $($*-ENV).
28 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
30         [BZ #18082]
31         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
32         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
33         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
34         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
35         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
36         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
37         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
38         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
39         Likewise.
40         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
41         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
42         Likewise.
43         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
44         Likewise.
45         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
46         Likewise.
47         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
48         Likewise.
49         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
50         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
51         Likewise.
52         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
53         Likewise.
54         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
55         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
57 2015-03-04  Roland McGrath  <roland@hack.frob.com>
59         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
60         (ETH_ALEN): New macro.
61         (struct ether_addr): Use it for length of ether_addr_octet.
63         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
64         (setdb): Don't call __nss_configure_lookup for "rpc".
65         (do_test): Don't call test_rpc.
66         (output_rpcent, test_rpc): Functions moved ...
67         * sunrpc/test-rpcent.c: ... to this new file.
68         * sunrpc/Makefile (tests): Add it.
70         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
71         __xpg_sigpause.
72         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
73         * nptl/tst-signal6.c: Likewise.
74         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
75         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
77         * configure.ac (libc_cv_cxx_link_ok): New check.
78         Reset CXX to empty if it fails to link.
79         * configure: Regenerated.
80         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
81         bug-atexit3-lib only if $(CXX) is nonempty.
82         * nptl/Makefile (tests): Likewise for tst-cancel24.
83         (tests, tests-static): Likewise for tst-cancel24-static.
84         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
85         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
86         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
87         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
89 2015-03-04  Andreas Schwab  <schwab@suse.de>
91         [BZ #17631]
92         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
93         for non-GCC compilers.
94         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
95         Likewise.
97 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
99         [BZ #17776]
100         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
101         integer before bitwise and assembly operations.
102         (feclearexcept): Likewise.
103         * math/test-fenvinline.c: New file.
104         * math/Makefile: Add test-fenvinline test.
106 2015-03-03  Alan Modra  <amodra@gmail.com>
108         [BZ #16512]
109         * scripts/localplt.awk: Strip off symbol version.
110         * NEWS: Mention bug fix.
112 2015-03-02  Roland McGrath  <roland@hack.frob.com>
114         * sysdeps/pthread/timer_routines.c
115         (timer_free_list, thread_free_list, thread_active_list): Make static.
117 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
119         [BZ #17779]
120         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
121         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
122         Undefine.
123         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
124         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
125         Likewise.
126         * sysdeps/unix/sysv/linux/sh/kernel-features.h
127         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
128         Likewise.
130 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
132         [BZ #18036]
133         * posix/fnmatch_loop.c (END): Detect invalid pattern.
134         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
136 2015-03-02  Andreas Schwab  <schwab@suse.de>
138         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
139         variable name.
141 2015-03-02  Florian Weimer  <fweimer@redhat.com>
143         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
144         Return error status.
146 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
148         [BZ #15969]
149         * locale/findlocale.c (_nl_find_locale): Introduce const
150         version of loc_name and drop unsafe type casts.
152 2015-02-27  Roland McGrath  <roland@hack.frob.com>
154         * dlfcn/tststatic2.c (main): Converted to ...
155         (do_test): ... this.
156         (TEST_FUNCTION): New macro.
157         Include test-skeleton.c.
159 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
161         [BZ #17711]
162         * elf/Makefile (tests): Add vismain only if PIE is enabled.
163         (tests-pie): Add vismain.
164         (CFLAGS-vismain.c): New.
165         * elf/vismain.c: Add comments for PIE requirement.
167 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
169         [BZ #18046]
170         [BZ #18047]
171         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
172         0x1p-56L as threshold for just returning the argument.
173         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
174         0x1p-32L as threshold for just returning the argument.
175         * math/auto-libm-test-in: Add more tests of atanh.
176         * math/auto-libm-test-out: Regenerated.
177         * sysdeps/i386/fpu/libm-test-ulps: Update.
178         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
180 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
182         * string/bcopy.c (bcopy): Call memmove for performance.
184 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
186         * string/bzero.c (__bzero): Call memset for performance.
188 2015-02-27  John David Anglin  <dave.anglin@bell.net>
190         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
191         to 00100000.
193 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
195         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
197 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
199         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
200         (__kernel_standard): Use CSTR macro when setting exc.name.
201         * sysdeps/ieee754/Makefile [$(subdir) = math]
202         (CFLAGS-k_standard.c): Remove variable.
204         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
205         setting p and q from "else if" to "else".
206         (qzero): Likewise.
207         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
208         (qone): Likewise.
209         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
210         (qzerof): Likewise.
211         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
212         (qonef): Likewise.
213         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
214         (qzero): Likewise.
215         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
216         (qone): Likewise.
218         [BZ #18038]
219         [BZ #18039]
220         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
221         return pi/2 for arguments below 0x1p-113L.
222         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
223         return pi/2 for arguments below 0x1p-106L.
224         * math/auto-libm-test-in: Add more tests of acos.
225         * math/auto-libm-test-out: Regenerated.
227         [BZ #16351]
228         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
229         (MO): New macro.
230         (__ieee754_asin): Force underflow exception for results with small
231         absolute value.
232         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
233         (MO): New macro.
234         (__ieee754_asinf): Force underflow exception for results with
235         small absolute value.
236         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
237         (__ieee754_asin): Force underflow exception for results with small
238         absolute value.
239         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
240         (__ieee754_asinf): Force underflow exception for results with
241         small absolute value.
242         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
243         (__ieee754_asinl): Force underflow exception for results with
244         small absolute value.
245         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
246         (__ieee754_asinl): Force underflow exception for results with
247         small absolute value.
248         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
249         (__ieee754_asinl): Force underflow exception for results with
250         small absolute value.
251         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
252         Include <math.h>.
253         * math/auto-libm-test-in: Do not mark underflow exceptions as
254         possibly missing for bug 16351.
255         * math/auto-libm-test-out: Regenerated.
257         [BZ #18030]
258         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
259         of power of 2 down when low part has opposite sign.
260         * math/libm-test.inc (logb_test_data): Add more tests.
262 2015-02-26  Andreas Schwab  <schwab@suse.de>
264         [BZ #18032]
265         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
266         over collating symbol inside a bracket expression.  Minor cleanup.
267         * posix/tst-fnmatch3.c (do_test): Add test case.
269 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
271         [BZ #18029]
272         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
273         Adjust exponent of power of 2 down when low part has opposite
274         sign.
275         * math/libm-test.inc (ilogb_test_data): Add more tests.
277 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
279         [BZ #15969]
280         * locale/findlocale.c (_nl_find_locale): Fix constness error in
281         the previous change.
283         [BZ #15969]
284         * locale/findlocale.c (_nl_find_locale): Retry archive search
285         after alias expansion.
287 2015-02-25  Roland McGrath  <roland@hack.frob.com>
289         * iconv/tst-iconv3.c (main): Converted to ...
290         (do_test): ... this.
291         (TEST_FUNCTION): New macro.
292         Include test-skeleton.c.
294         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
295         (convert): Make function static.
296         (test_unalign): Likewise.  Add const to argument pointee types.
297         (main): Replace with static function do_test.
298         Print "Succeeded." only if RET is zero.
299         (TEST_FUNCTION): New macro.
300         Include test-skeleton.c.
302         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
303         returns a null pointer.
305 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
307         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
308         to __memcpy_ppc only for static builds.
310 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
312         [BZ #18020]
313         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
314         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
315         * math/auto-libm-test-in: Add more tests of asinh.
316         * math/auto-libm-test-out: Regenerated.
317         * sysdeps/i386/fpu/libm-test-ulps: Update.
318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
320 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
322         [BZ #15850]
323         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
324         and ip6_mtuinfo definitions here.
325         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
326         in this define too.  Update comment.
328 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
330         * elf/sprof.c (load_shobj): Tweak error message to match others.
332 2015-02-24  Kevin Easton  <kevin@guarana.org>
334         [BZ #16145] (partial fix)
335         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
336         to reduce lock contention.
338 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
340         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
341         (struct timex): Update time comment.
342         (ADJ_SETOFFSET): Define.
344 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
346         [BZ #18019]
347         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
348         2**56 not 2**28 as threshold for log (2x) formula.
349         * math/auto-libm-test-in: Add more tests of acosh.
350         * math/auto-libm-test-out: Regenerated.
351         * sysdeps/i386/fpu/libm-test-ulps: Update.
352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
354 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
356         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
357         parenthesis around the buf assignment.
358         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
360 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
362         [BZ #16783]
363         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
364         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
365         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
366         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
367         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
368         * math/libm-test.inc (scalb_test_data): Add more tests.
370 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
372         [BZ #17916]
373         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
374         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
376 2015-02-24  Eric Rannaud  <e@nanocritical.com>
378         [BZ #17523]
379         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
380         * io/bits/fcntl2.h (open): Use it.
381         (openat): Likewise.
382         * io/open.c (__libc_open): Likewise.
383         * io/open64.c (__libc_open64): Likewise.
384         * io/open64_2.c (__open64_2): Likewise.
385         * io/open_2.c (__open_2): Likewise.
386         * io/openat.c (__openat): Likewise.
387         * io/openat64.c (__openat64): Likewise.
388         * io/openat64_2.c (__openat64_2): Likewise.
389         * io/openat_2.c (__openat_2): Likewise.
390         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
391         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
392         * sysdeps/posix/open64.c (__libc_open64): Likewise.
393         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
394         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
395         (__open_nocancel): Likewise.
396         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
397         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
398         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
400 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
402         [BZ #14841]
403         * resolv/gethnamaddr.c (getanswer): Skip logging if
404         RES_USE_DNSSEC is set.
405         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
407 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
409         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
411 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
413         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
414         201304L, for Unicode 7.
416 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
418         [BZ #17836]
419         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
420         shared library.  Add gmon-start.os otherwise.
421         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
422         $(objpfx)gmon-start.os if builing shared library.
423         ($(objpfx)g$(static-start-installed-name)): Likewise.
425 2015-02-23  Andreas Schwab  <schwab@suse.de>
427         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
429 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
431         [BZ #17269]
432         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
433         (enlarge_userbuf): Likewise.
435 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
437         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
438         * math/atest-exp.c (TIMEOUT): Adjust to 200.
439         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
440         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
442 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
444         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
445         expression inside statement expression.
447 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
449         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
450         <sysdeps/nptl/lowlevellock.h> and remove macros and
451         functions that are now defined there.
452         (SYS_futex): Remove.
453         (lll_compare_and_swap): Remove.
454         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
456 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
458         [BZ #17999]
459         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
460         instead of scandirat.
461         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
462         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
463         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
464         __scandirat.
465         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
466         (__scandirat): Declare.  Use libc_hidden_proto.
467         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
468         Remove variable.
469         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
471 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
473         [BZ #15319]
474         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
475         (MO): New macro.
476         (__ieee754_atan2): For results with small absolute value, force
477         underflow exception and remove excess range and precision from
478         return value.
479         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
480         (MO): New macro.
481         (__ieee754_atan2f): For results with small absolute value, force
482         underflow exception and remove excess range and precision from
483         return value.
484         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
485         (MO): New macro.
486         (__atan): For results with small absolute value, force underflow
487         exception and remove excess range and precision from return value.
488         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
489         (MO): New macro.
490         (__atanf): For results with small absolute value, force underflow
491         exception and remove excess range and precision from return value.
492         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
493         <math.h>.
494         (__ieee754_atan2): Force underflow exception for results with
495         small absolute value.
496         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
497         <math_private.h>.
498         (atan): Force underflow exception for results with small absolute
499         value.
500         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
501         (__atanf): Force underflow exception for results with small
502         absolute value.
503         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
504         <math.h>.
505         (__atanl): Force underflow exception for results with small
506         absolute value.
507         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
508         (__atanl): Force underflow exception for results with small
509         absolute value.
510         * sysdeps/x86/fpu/bits/mathinline.h
511         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
512         (__ieee754_atan2): Only define inline for long double.
513         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
514         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
515         * math/auto-libm-test-in: Do not mark underflow exceptions as
516         possibly missing for bug 15319.  Add more tests of atan2.
517         * math/auto-libm-test-out: Regenerated.
518         * math/libm-test.inc (casin_test_data): Do not mark underflow
519         exceptions as possibly missing for bug 15319.
520         (casinh_test_data): Likewise.
521         * sysdeps/i386/fpu/libm-test-ulps: Update.
523 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
525         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
526         * sysdeps/mips/bits/endian.h: Fix comments.
528 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
530         [BZ #17996]
531         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
532         (hdestroy_r): Likewise.
533         (hsearch_r): Likewise.
534         (__hcreate_r): Declare and use libc_hidden_proto.
535         (__hdestroy_r): Likewise.
536         (__hsearch_r): Likewise.
537         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
538         (hcreate): Call __hcreate_r instead of hcreate_r.
539         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
540         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
541         as weak alias of __hcreate_r.
542         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
543         __hdestroy_r.
544         (hsearch_r): Rename to __hsearch_r and define as weak alias of
545         __hsearch_r.
546         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
547         Remove variable.
548         (test-xfail-XPG4/search.h/linknamespace): Likewise.
549         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
550         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
551         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
553 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
555         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
556         arena_lock into a single arena_get.
558 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
560         * dl-reloc.c: Inlucde libc-internal.h.
561         (_dl_try_allocate_static_tls): Call ALIGN_UP.
562         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
563         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
564         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
565         (grow_heap): Likewise.
566         * malloc/malloc.c: Include libc-internal.h.
567         (do_check_malloc): Call powerof2.
568         (sysmalloc): Use pagesize. Call ALIGN_UP.
569         (systrim): Use pagesize.
570         (mremap_chunk): Use pagesize. Call ALIGN_UP.
571         (__libc_valloc): Use pagesize.
572         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
574 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
576         [BZ #17991]
577         * include/sys/resource.h (__getrlimit64): Declare.  Use
578         libc_hidden_proto.
579         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
580         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
581         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
582         getrlimit64.
583         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
584         __getrlimit64.
585         [!getrlimit64] (getrlimit64): Define as weak alias of
586         __getrlimit64.  Use libc_hidden_weak.
587         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
588         using __getrlimit64 not __new_getrlimit64.
589         (__GI_getrlimit64): Likewise.
590         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
591         Likewise.
592         (__GI_getrlimit64): Likewise.
593         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
595         (getrlimit): Add __getrlimit64 alias.
596         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
597         Likewise.
598         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
599         Remove variable.
600         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
601         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
603 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
605         * libio/fileops.c: Add missing sys/mman.h
606         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
608 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
610         * manual/math.texi (Errors in Math Functions): Clarify goals
611         regarding inexact and underflow exceptions.
613 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
615         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
616         * sysdeps/mips/memset.S: Ditto.
618 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
620         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
622 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
624         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
625         (__v1longjmp): Remove versioned symbol.
626         (__v1siglongjmp): Remove alias and versioned symbol.
627         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
628         (__v2siglongjmp): Likewise.
630 2015-02-16  Torvald Riegel  <triegel@redhat.com>
632         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
634 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
636         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
638 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
640         [BZ #17987]
641         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
642         zero result does not depend on the sign resulting from
643         subtraction.
644         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
645         Likewise.
646         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
647         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
648         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
649         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
650         * math/libm-test.inc (remquo_test_data): Add more tests.
652 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
654         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
655         Problem reported by J William Piggott.
657 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
659         [BZ #17978]
660         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
661         products 4 * y and 2 * y where those would overflow.
662         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
663         Likewise.
664         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
665         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
666         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
667         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
668         * math/libm-test.inc (remquo_test_data): Add more tests.
670         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
672         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
673         [defined _COMPILING_NEWLIB].
674         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
675         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
677         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
678         [!defined __mips_isa_rev || __mips_isa_rev < 6].
680 2015-02-16  Torvald Riegel  <triegel@redhat.com>
682         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
683         acquired.
685 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
687         [BZ #17792]
688         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
689         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
690         HOST_STACK_END_ADDR): Likewise.
692 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
694         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
695         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
696         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
698 2015-02-13  Roland McGrath  <roland@hack.frob.com>
700         * sysdeps/generic/c++-types.data: New file.
701         * sysdeps/generic/ld.abilist: New file.
702         * sysdeps/generic/libBrokenLocale.abilist: New file.
703         * sysdeps/generic/libanl.abilist: New file.
704         * sysdeps/generic/libc.abilist: New file.
705         * sysdeps/generic/libcrypt.abilist: New file.
706         * sysdeps/generic/libdl.abilist: New file.
707         * sysdeps/generic/libm.abilist: New file.
708         * sysdeps/generic/libpthread.abilist: New file.
709         * sysdeps/generic/libresolv.abilist: New file.
710         * sysdeps/generic/librt.abilist: New file.
712 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
714         [BZ #17569]
715         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
716         Compute absolute value of x as modified by fmod, not original
717         value of x.
718         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
719         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
720         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
721         RUN_TEST_ffI_f1_mod8.
722         (remquo_test_data): Add more tests.
724 2015-02-13  Roland McGrath  <roland@hack.frob.com>
726         * sysdeps/init_array/pt-crti.S: New file.
728 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
730         [BZ #17967]
731         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
732         __builtin_fmaf instead of relying on contraction of a * b + c.
734 2015-02-12  J William Piggott  <elseifthen@gmx.com>
736         [BZ #17969]
737         * manual/time.texi: correct the zoneinfo path in the TZ Variable
738         node.
740 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
742         [BZ #17964]
743         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
744         __builtin_fma instead of relying on contraction of a * b + c.
746 2015-02-12  Roland McGrath  <roland@hack.frob.com>
748         * Makeconfig (ASFLAGS): Add -Werror=undef.
749         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
750         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
751         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
753         * Makeconfig (after-link): New variable.
754         (+link-pie, +link-pie-tests): Use it.
755         (+link-static, +link-static-tests): Likewise.
756         (+link, +link-tests): Likewise.
757         * Makerules (build-module, build-module-asneeded): Likewise.
758         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
759         Likewise.
760         * elf/Makefile ($(objpfx)ld.so): Likewise.
762 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
764         [BZ #17965]
765         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
766         both struct timeval and struct timespec.
768 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
770         [BZ #16560]
771         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
772         and redefine.
773         (__ieee754_exp2l): Do not multiply small fractional parts by
774         M_LN2l.
775         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
776         small argument.
777         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
778         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
779         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
780         * math/auto-libm-test-in: Add more tests of exp2.
781         * math/auto-libm-test-out: Regenerated.
783 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
785         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
786         unaligned path.
788 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
790         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
791         little endian.
793 2015-02-12  Andreas Schwab  <schwab@suse.de>
795         [BZ #15790]
796         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
797         Filter out elision flags from value returned in kind.
798         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
799         * nptl/tst-pthread-mutexattr.c: New file.
801 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
803         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
804         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
805         into gnu-gnu, and update comment to refer to abi-tags.
807 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
809         [BZ #15467]
810         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
811         (__sincos): Set errno to EDOM for infinite argument.
812         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
813         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
814         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
815         (__sincosl): Set errno to EDOM for infinite argument.
816         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
817         (__sincosl): Set errno to EDOM for infinite argument.
818         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
819         (__sincosl): Set errno to EDOM for infinite argument.
820         * math/libm-test.inc (sincos_test_data): Test errno setting.
822 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
824         * string/strxfrm_l.c: Remove #define STRCMP.
825         * string/strcoll_l.c: Remove #define STRLEN.
826         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
827         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
829 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
831         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
832         * sysdeps/mips/mips32/sfp-machine.h: ... here.
833         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
834         * sysdeps/mips/mips64/Makefile: ... here.
835         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
836         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
837         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
838         * sysdeps/mips/mips64/sfp-machine.h: ... here.
839         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
840         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
841         * sysdeps/mips/mips64/n64/Implies: Likewise.
843 2015-02-10  Roland McGrath  <roland@hack.frob.com>
845         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
846         <sys/time.h>, <string.h>, and <errno.h>.
847         (dest_offset, dest_address, value, zero): Remove unused variables.
848         (ldouble): Remove typedef.
849         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
850         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
851         1).  Fix code style.
852         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
853         (check): Function removed.
854         (CHECK): New macro.
855         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
856         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
857         Don't call set_sigaction_FP and remove_sigaction_FP here.
858         (ldouble_test): Just use 'long double' as macro argument, no need for
859         the 'ldouble' typedef.
860         (do_test): Set up SIGFPE handler at start, using plain signal rather
861         than sigaction.  Fix code style.
863 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
865         [BZ #17949]
866         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
867         jump label.
869 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
871         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
872         * sysdeps/powerpc/powerpc32/configure: Regenerated.
874         * sysdeps/powerpc/configure.ac: Remove file.
875         * sysdeps/powerpc/configure: Likewise.
877         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
878         [sysdep_routines]: Remove wordcopy-power6 object.
879         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
880         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
881         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
882         (__memmove_ppc32): Likewise.
883         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
884         file.
885         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
886         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
887         Remove preprocessor.
889         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
890         [sysdep_routines]: Remove wide chars objects.
891         [wcsmbs]: New rule for wide char objects.
893         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
894         Remove wordcopy-power6 obejct.
895         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
896         Use local call for wordcopy and memcpy symbols.
897         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
898         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
899         implementation for loader.
900         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
902         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
903         Remove wordcopy-power7 object.
904         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
905         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
906         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
907         (_wordcopy_fwd_dest_aligned): Likewise.
908         (_wordcopy_bwd_aligned): Likewise.
909         (_wordcopy_bwd_dest_aligned): Likewise.
911         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
912         Rewrite to call __memmove_ppc instead of include default
913         implementation.
915         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
916         Remove wide chars objects.
917         [wcsmbs]: New rule for wide char objects.
919 2015-02-09  Andreas Schwab  <schwab@suse.de>
921         [BZ #17912]
922         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
923         in terms of __O_DIRECTORY.
925 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
927         * time/getdate.c: Include <stdbool.h>.
928         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
929         call PTR_MANGLE.
930         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
931         PTR_DEMANGLE.
933 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
935         Add ersatz _Static_assert on older C hosts
936         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
937         pre-C11 C platform that is not known to support _Static_assert.
939 2015-02-07  Richard Braun  <rbraun@sceen.net>
941         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
942         sigstate.
943         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
945 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
947         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
948         priority against unexistent AIO_PRIO_DELTA_MAX.
949         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
950         instead of int.
951         * misc/fchflags.c (fchflags): Likewise.
952         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
953         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
954         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
955         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
956         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
957         Declare macros.
958         [__USE_MISC] (chflags, fchflags): Declare functions.
959         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
960         EINVAL when nfds is greater than FD_SETSIZE.
961         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
962         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
963         45.
964         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
965         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
966         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
967         MACH_RCV_TIMED_OUT.
968         * hurd/hurd/signal.h (_hurd_self_sigstate,
969         _hurd_critical_section_lock, _hurd_critical_section_unlock):
970         Explicit casts from void *.
971         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
972         * abi-tags: Rename gnu-gnu os into gnu.
974         [BZ #4719]
975         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
976         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
977         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
978         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
979         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
980         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
982         [BZ #17944]
983         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
984         duplicates ADDR->sun_path with sockaddr LEN limitation.
985         * sysdeps/mach/hurd/connect.c: Include <string.h>
986         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
987         * sysdeps/mach/hurd/sendmsg.c: Likewise.
988         * sysdeps/mach/hurd/sendto.c: Likewise.
989         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
990         implementing it by hand.
992 2015-02-06  Roland McGrath  <roland@hack.frob.com>
994         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
995         Use sfi_breg on ldr.
996         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
997         Likewise.
999         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1000         it's defined.
1001         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1002         Test SIGSETXID only if it's defined.
1004         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1006         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1007         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1009         * nptl/tst-align2.c: Moved ...
1010         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1011         * nptl/Makefile (tests): Remove tst-align2.
1012         * sysdeps/unix/sysv/linux/Makefile
1013         [$(subdir) = nptl] (tests): Add tst-align-clone.
1014         * nptl/tst-getpid1.c: Moved ...
1015         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1016         * nptl/tst-getpid2.c: Moved ...
1017         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1018         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1019         * sysdeps/unix/sysv/linux/Makefile
1020         [$(subdir) = nptl] (tests): ... here.
1021         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1022         * sysdeps/unix/sysv/linux/Makefile
1023         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1025         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1026         Drop trailing \n from perror argument.  Use return rather than exit.
1028         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1029         on [SA_SIGINFO].
1030         * nptl/tst-cancel21.c (do_test): Likewise.
1031         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1032         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1033         [!SA_SIGINFO]: Make it a stub test.
1035         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1036         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1038         * posix/tst-getlogin.c: Move to ...
1039         * login/tst-getlogin.c: ... here.
1040         * posix/Makefile (tests): Move tst-getlogin to ...
1041         * login/Makefile (tests): ... here.
1043         * libio/tst-atime.c (do_test): Move local variables SV and E
1044         inside [ST_NOATIME] conditional.
1046         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1048         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1050         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1051         (wait_code): New function replaces macro.
1052         Call nanosleep rather than syscall.
1054         * nptl/pt-system.c: Rewritten.  Put everything under
1055         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1056         Use IFUNC to redirect when possible.
1058         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1059         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1060         Use IFUNC to redirect when possible.
1062         * nptl/pt-fork.c: Rewritten.  Put everything under
1063         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1064         Use IFUNC to redirect when possible.
1065         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1067         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1068         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1069         unconditionally nowadays.  This included the only reference to
1070         __vdso_clock_gettime that appears outside libc proper.
1071         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1072         Remove version set (containing only __vdso_clock_gettime).
1073         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1074         Add attribute_hidden.
1075         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1076         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1077         libc_hidden_data_def.
1078         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1079         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1081         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1082         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1083         setrpcent, and getrpcport to ...
1084         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1085         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1086         getrpcbynumber_r, and getrpcent_r to ...
1087         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1088         * inet/getrpcbyname.c: Moved ...
1089         * sunrpc/getrpcbyname.c: ... here.
1090         * inet/getrpcbyname_r.c: Moved ...
1091         * sunrpc/getrpcbyname_r.c: ... here.
1092         * inet/getrpcbynumber.c: Moved ...
1093         * sunrpc/getrpcbynumber.c: ... here.
1094         * inet/getrpcbynumber_r.c: Moved ...
1095         * sunrpc/getrpcbynumber_r.c: ... here.
1096         * inet/getrpcent.c: Moved ...
1097         * sunrpc/getrpcent.c: ... here.
1098         * inet/getrpcent_r.c: Moved ...
1099         * sunrpc/getrpcent_r.c: ... here.
1100         * inet/Makefile (routines): Move those to ...
1101         * sunrpc/Makefile (routines): ... here.
1102         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1103         the $(subdirs) list.
1104         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1105         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1106         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1107         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1109         * elf/Makefile (routines): Include $(all-dl-routines), not just
1110         $(dl-routines).
1111         (rtld-routines): Likewise.  Use = rather than :=.
1112         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1113         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1114         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1115         * sysdeps/arm/Makefile: Likewise.
1116         * sysdeps/i386/Makefile: Likewise.
1117         * sysdeps/x86_64/Makefile: Likewise.
1118         * sysdeps/hppa/Makefile [$(subdir) = elf]
1119         (sysdep_routines, sysdep-rtld-routines): Don't add
1120         $(sysdep-dl-routines) to these.
1121         * sysdeps/ia64/Makefile: Likewise.
1122         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1123         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1124         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1125         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1126         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1127         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1128         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1129         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1130         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1131         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1132         these; sysdep-dl-routines alone is enough.
1134 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1136         [BZ #17932]
1137         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1138         where multiplication results in zero and third argument is finite
1139         and nonzero.
1140         * math/auto-libm-test-in: Add more tests of fma.
1141         * math/auto-libm-test-out: Regenerated.
1143         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1144         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1145         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1146         (_FP_CMP_EQ): Likewise.
1147         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1149         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1150         extra argument CHECK_NAN.  Redefine as wrapper around
1151         _FP_EXTEND_CNAN.
1153 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1155         * version.h (RELEASE): Set to "stable".
1156         (VERSION): Set to "2.21"
1157         * include/features.h (__GLIBC_MINOR__): Set to 21.
1159         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1161 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1162             Paul Eggert  <eggert@cs.ucla.edu>
1164         [BZ #16618]
1165         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1166         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1167         size in bytes. Store needed elements in wpmax. Use needed size
1168         in bytes for extend_alloca.
1170 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1172         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1173         binutls 2.25, and texinfo 5.2.
1174         * INSTALL: Regenerate.
1175         * sysdeps/nios2/configure: Regenerate.
1176         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1177         * manual/contrib.texi: Update.
1178         * po/be.po: Update.
1179         * po/bg.po: Update.
1180         * po/ca.po: Update.
1181         * po/cs.po: Update.
1182         * po/da.po: Update.
1183         * po/de.po: Update.
1184         * po/el.po: Update.
1185         * po/eo.po: Update.
1186         * po/es.po: Update.
1187         * po/fi.po: Update.
1188         * po/fr.po: Update.
1189         * po/gl.po: Update.
1190         * po/hr.po: Update.
1191         * po/hu.po: Update.
1192         * po/ia.po: Update.
1193         * po/id.po: Update.
1194         * po/it.po: Update.
1195         * po/ja.po: Update.
1196         * po/ko.po: Update.
1197         * po/lt.po: Update.
1198         * po/nb.po: Update.
1199         * po/nl.po: Update.
1200         * po/pl.po: Update.
1201         * po/pt_BR.po: Update.
1202         * po/ru.po: Update.
1203         * po/rw.po: Update.
1204         * po/sk.po: Update.
1205         * po/sl.po: Update.
1206         * po/sv.po: Update.
1207         * po/tr.po: Update.
1208         * po/uk.po: Update.
1209         * po/vi.po: Update.
1210         * po/zh_CN.po: Update.
1211         * po/zh_TW.po: Update.
1213         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1214         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1215         * sysdeps/hppa/dl-irel.h: Remove #warning.
1216         * sysdeps/hppa/entry.h: Provide prototype for
1217         __canonicalize_funcptr_for_compare and cast argument.
1218         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1219         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1220         * sysdeps/hppa/sotruss-lib.c: New file.
1221         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1222         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1223         (atomic_compare_and_exchange_bool_acq): Likewise.
1224         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1225         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1227         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1228         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1229         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1231 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1233         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1234         called function in non-PIC case.
1236 2015-01-31  David S. Miller  <davem@davemloft.net>
1238         * sysdeps/sparc/sparc32/bits/atomic.h
1239         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1240         unlock not after it.
1241         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1242         volatile register usage warnings from the compiler.
1244         * sysdeps/sparc/nptl/sem_init.c: Delete.
1245         * sysdeps/sparc/nptl/sem_post.c: Delete.
1246         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1247         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1248         * sysdeps/sparc/sparc32/sem_init.c: New file.
1249         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1250         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1251         padding explicitly initialized.
1252         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1253         padding for in-semaphore spinlock.
1254         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1255         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1256         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1257         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1258         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1259         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1260         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1261         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1262         version.
1263         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1264         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1266 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1268         [BZ #17801]
1269         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1270         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1271         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1272         New.
1273         (index_AVX_Fast_Unaligned_Load): Likewise.
1274         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1275         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1276         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1277         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1278         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1279         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1280         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1281         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1282         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1284 2015-01-29  Andreas Schwab  <schwab@suse.de>
1286         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1288 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1290         [BZ #17892]
1291         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1293 2015-01-28  Martin Sebor  <msebor@redhat.com>
1295         * math/README.libm-test: Clarify. Add "How to read the test output."
1297 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1299         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1300         Define to 0.
1302 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1304         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1305         (__HAVE_64B_ATOMICS): Define to 0.
1307 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1309         [BZ #17885]
1310         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1311         value to set as new flag.
1313         [BZ #16576]
1314         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1315         and use _ARCH_PPCSQ instead.
1316         (__ieee754_sqrt): Likewise.
1317         (__ieee754_sqrtf): Likewise.
1318         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1319         _ARCH_PPCSQ is defined.
1320         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1321         fsqrt instruction.
1322         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1323         _ARCH_PPCSQ is defined.
1324         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1325         fsqrts instruction.
1326         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1328 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1330         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1331         bug (GCC BZ #64739).
1333 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1335         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1336         Mark _retval as used.
1337         (lll_futex_wake_unlock): Likewise.
1338         (lll_futex_timed_wait_requeue_pi): Likewise.
1340         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1341         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1342         register variables.
1344         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1345         libm_hidden_def.
1347         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1348         (__bswap_64): Mark as __always_inline.
1350 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1352         [BZ #15378]
1353         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1354         when none of the search directories exist.
1356 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1358         [BZ #17869]
1359         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1360         power8 in .machine directive.
1362         [BZ #17868]
1363         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1364         set dependency from opd value.
1366 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1368         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1369         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1370         architecture.
1372 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1374         [BZ #17870]
1375         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1376         with uint64_t.
1377         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1378         (uint64_t) 1.
1379         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1380         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1381         Replace 1UL with (uint64_t) 1.
1382         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1383         int with uint64_t.
1385 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1387         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1388         (if_freenameindex): Likewise.
1390         * resource/getrlimit64.c: Add missing libc_hidden_def.
1392 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1394         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1395         __label__.
1396         (_FP_FMA): Likewise.
1397         (_FP_TO_INT_ROUND): Likewise.
1398         (_FP_FROM_INT): Likewise.
1400 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1402         [BZ #16418]
1403         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1404         Make code racy and cancel safe.
1406 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1408         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1409         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1410         attribution.
1412         * pwd/tst-getpw.c: Rewrite.
1414         [BZ #17702]
1415         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1416         (modules-names): Add moddummy1 and moddummy2.
1417         ($(objpfx)tst-rec-dlopen): Define.
1418         * dlfcn/moddummy1.c: New file.
1419         * dlfcn/moddummy2.c: New file.
1420         * dlfcn/tst-rec-dlopen.c: New file.
1421         * elf/dl-cache.c (_dl_load_cache_lookup):
1422         Return char*. Copy result with alloca/strcpy/strdup.
1423         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1424         returns char*. Free cached. If not saving realname
1425         free cached.
1426         * elf/dl-open.c (dl_open_worker): Do not assert that
1427         _r_debug->r_state is RT_CONSISTENT.
1428         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1429         returns char*.
1431 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1432             Carlos O'Donell  <carlos@redhat.com>
1434         [BZ #12674]
1435         * nptl/sem_waitcommon.c: New file.
1436         * nptl/sem_wait.c: Include sem_waitcommon.c.
1437         (__sem_wait_cleanup, do_futex_wait): Remove.
1438         (__new_sem_wait): Adapt.
1439         (__new_sem_trywait): New function.
1440         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1441         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1442         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1443         (sem_timedwait): Adapt.
1444         * nptl/sem_post.c (__new_sem_post): Adapt.
1445         (futex_wake): New function.
1446         (__old_sem_post): Add release MO fence.
1447         * nptl/sem_open.c (sem_open): Adapt.
1448         * nptl/sem_init.c (__new_sem_init): Adapt.
1449         (futex_private_if_supported): New function.
1450         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1451         (__old_sem_getvalue): Add using previous code.
1452         * sysdeps/nptl/internaltypes.h: Adapt.
1453         * nptl/tst-sem13.c (do_test): Adapt.
1454         * nptl/tst-sem11.c (main): Adapt.
1455         * nptl/sem_trywait.c: Remove.
1456         * nptl/DESIGN-sem.txt: Remove.
1457         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1458         (gen-as-const-headers): Remove structsem.sym.
1459         * nptl/structsem.sym: Remove.
1460         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1461         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1462         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1463         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1464         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1465         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1466         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1467         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1468         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1469         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1470         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1471         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1472         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1473         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1474         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1475         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1476         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1477         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1478         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1479         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1480         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1481         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1483 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1485         * INSTALL: Regenerated.
1487         * po/libc.pot: Regenerated.
1489 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1490             Sandra Loosemore  <sandra@codesourcery.com>
1491             Andrew Jenner  <andrew@codesourcery.com>
1492             Joseph Myers  <joseph@codesourcery.com>
1493             Nathan Sidwell  <nathan@codesourcery.com>
1495         * NEWS: Mention new Nios II port.
1496         * sysdeps/nios2/Implies: New file.
1497         * sysdeps/nios2/Makefile: New file.
1498         * sysdeps/nios2/Subdirs: New file.
1499         * sysdeps/nios2/Versions: New file.
1500         * sysdeps/nios2/__longjmp.S: New file.
1501         * sysdeps/nios2/abort-instr.h: New file.
1502         * sysdeps/nios2/backtrace.c: New file.
1503         * sysdeps/nios2/bits/endian.h: New file.
1504         * sysdeps/nios2/bits/fenv.h: New file.
1505         * sysdeps/nios2/bits/link.h: New file.
1506         * sysdeps/nios2/bits/setjmp.h: New file.
1507         * sysdeps/nios2/bsd-_setjmp.S: New file.
1508         * sysdeps/nios2/bsd-setjmp.S: New file.
1509         * sysdeps/nios2/configure: New generated file.
1510         * sysdeps/nios2/configure.ac: New file.
1511         * sysdeps/nios2/crti.S: New file.
1512         * sysdeps/nios2/crtn.S: New file.
1513         * sysdeps/nios2/dl-init.c: New file.
1514         * sysdeps/nios2/dl-machine.h: New file.
1515         * sysdeps/nios2/dl-sysdep.h: New file.
1516         * sysdeps/nios2/dl-tls.h: New file.
1517         * sysdeps/nios2/dl-trampoline.S: New file.
1518         * sysdeps/nios2/gccframe.h: New file.
1519         * sysdeps/nios2/gmp-mparam.h: New file.
1520         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1521         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1522         * sysdeps/nios2/ldsodefs.h: New file.
1523         * sysdeps/nios2/libc-tls.c: New file.
1524         * sysdeps/nios2/libm-test-ulps: New file.
1525         * sysdeps/nios2/machine-gmon.h: New file.
1526         * sysdeps/nios2/math-tests.h: New file.
1527         * sysdeps/nios2/math_private.h: New file.
1528         * sysdeps/nios2/memusage.h: New file.
1529         * sysdeps/nios2/nptl/Makefile: New file.
1530         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1531         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1532         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1533         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1534         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1535         * sysdeps/nios2/nptl/tls.h: New file.
1536         * sysdeps/nios2/preconfigure: New file.
1537         * sysdeps/nios2/s_fma.c: New file.
1538         * sysdeps/nios2/s_fmaf.c: New file.
1539         * sysdeps/nios2/setjmp.S: New file.
1540         * sysdeps/nios2/sfp-machine.h: New file.
1541         * sysdeps/nios2/sotruss-lib.c: New file.
1542         * sysdeps/nios2/stackguard-macros.h: New file.
1543         * sysdeps/nios2/stackinfo.h: New file.
1544         * sysdeps/nios2/start.S: New file.
1545         * sysdeps/nios2/sysdep.h: New file.
1546         * sysdeps/nios2/tls-macros.h: New file.
1547         * sysdeps/nios2/tst-audit.h: New file.
1548         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1549         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1550         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1551         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1552         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1553         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1554         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1555         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1556         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1557         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1558         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1559         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1560         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1561         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1562         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1563         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1564         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1565         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1566         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1567         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1568         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1569         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1570         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1571         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1572         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1573         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1574         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1575         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1576         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1577         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1578         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1579         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1580         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1581         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1582         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1583         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1584         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1585         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1586         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1587         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1588         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1589         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1590         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1591         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1593 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1595         [BZ #17844]
1596         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1597         (getutent): Use weak_alias in non SHARED case
1598         and default_symbol_version in SHARED case.
1599         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1600         (getutent_r, pututline): Likewise.
1601         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1602         (getutid): Likewise.
1603         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1604         (getutid_r): Likewise.
1605         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1606         (getutline): Likewise.
1607         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1608         (getutline_r): Likewise.
1609         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1610         (updwtmp): Likewise.
1612 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1614         [BZ #17848]
1615         * sysdeps/s390/s390-32/memcmp.S
1616         (memcmp_g5): Rename to __memcmp_g5.
1617         * sysdeps/s390/s390-32/memcpy.S
1618         (memcpy_g5): Rename to __memcpy_g5.
1619         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1620         (memcpy_mvcle) Rename to __memcpy_mvcle.
1621         * sysdeps/s390/s390-32/memset.S
1622         (memset_g5): Rename to __memset_g5.
1623         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1624         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1625         and use prefixed functions.
1626         * sysdeps/s390/s390-32/multiarch/memcmp.S
1627         (memcmp_z196): Rename to __memcmp_z196.
1628         (memcmp_z10): Rename to __memcmp_z10.
1629         (memcmp): Set alias to __memcmp_g5.
1630         (bcmp): Set alias to __memcmp_g5.
1631         * sysdeps/s390/s390-32/multiarch/memcpy.S
1632         (memcpy_z196): Rename to __memcpy_z196.
1633         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1634         (memcpy_z10): Rename to __memcpy_z10.
1635         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1636         (memcpy): Set alias to __memcpy_g5.
1637         * sysdeps/s390/s390-32/multiarch/memset.S
1638         (memset_z196): Rename to __memset_z196.
1639         Jump to __memset_mvcle instead of memset_mvcle.
1640         (memset_z10): Rename to __memset_z10.
1641         Jump to __memset_mvcle instead of memset_mvcle.
1642         (memset_mvcle) Rename to __memset_mvcle.
1643         (memset): Set alias to __memset_g5.
1644         * sysdeps/s390/s390-64/memcmp.S
1645         (memcmp_z900): Rename to __memcmp_z900.
1646         * sysdeps/s390/s390-64/memcpy.S
1647         (memcpy_z900): Rename to __memcpy_z900.
1648         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1649         (memcpy_mvcle) Rename to __memcpy_mvcle.
1650         * sysdeps/s390/s390-64/memset.S
1651         (memset_z900): Rename to __memset_z900.
1652         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1653         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1654         and use prefixed functions.
1655         * sysdeps/s390/s390-64/multiarch/memcmp.S
1656         (memcmp_z196): Rename to __memcmp_z196.
1657         (memcmp_z10): Rename to __memcmp_z10.
1658         (memcmp): Set alias to __memcmp_z900.
1659         (bcmp): Set alias to __memcmp_z900.
1660         * sysdeps/s390/s390-64/multiarch/memcpy.S
1661         (memcpy_z196): Rename to __memcpy_z196.
1662         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1663         (memcpy_z10): Rename to __memcpy_z10.
1664         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1665         (memcpy): Set alias to __memcpy_z900.
1666         * sysdeps/s390/s390-64/multiarch/memset.S
1667         (memset_z196): Rename to __memset_z196.
1668         Jump to __memset_mvcle instead of memset_mvcle.
1669         (memset_z10): Rename to __memset_z10.
1670         Jump to __memset_mvcle instead of memset_mvcle.
1671         (memset_mvcle) Rename to __memset_mvcle.
1672         (memset): Set alias to __memset_z900.
1674 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1676         [BZ #17748]
1677         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1678         __fesetenv instead of fesetenv.
1680 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1682         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1683         macro.
1685 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1687         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1688         regression on LE.
1690         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1691         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1692         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1693         strncmp-power8 object.
1694         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1695         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1696         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1697         * NEWS: Update.
1699 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1700             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1702         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1703         trailing byte check.
1705 2015-01-13  David S. Miller  <davem@davemloft.net>
1707         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1709 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1711         * login/logout.c (logout): Use memset rather than bzero.
1712         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1713         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1714         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1715         (_gethtbyaddr): Likewise.
1716         * locale/programs/simple-hash.c (bcopy): Macro removed.
1718 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1720         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1721         Add strcmp-power8 object.
1722         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1723         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1724         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1725         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1726         __strcmp_power8 implementation.
1727         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1728         * NEWS: Update.
1730         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1731         Add strncpy-power8 and stpncpy-power8 objects.
1732         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1733         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1734         implementations.
1735         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1736         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1737         __stpncpy_power8 implementation.
1738         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1739         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1740         __strncpy_power8 implementation.
1741         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1742         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1743         * NEWS: Update.
1745         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1746         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1747         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1749         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1750         strncat-power8 object.
1751         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1752         __strcat_power8 implementation.
1753         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1754         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1755         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1756         optimized strcat for power8.
1758         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1759         strcpy-power8 and stpcpy-power8 objects.
1760         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1761         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1762         implementations.
1763         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1764         multiarch stpcpy implementation for POWER8.
1765         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1766         multiarch strcpy implementation for POWER8.
1767         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1768         __strcpy_power8 function.
1769         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1770         stpcpy for POWER8.
1771         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1772         strcpy for POWER8.
1773         * NEWS: Update.
1775 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1777         [BZ #16009]
1778         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1779         weights and rules. Use do_xfrm_cached if data fits in cache,
1780         do_xfrm otherwise.  Moved former main loop to...
1781         * (do_xfrm_cached): New function.
1782         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1783         find_idx, find_position and stack_push.
1784         * (find_idx): New function.
1785         * (find_position): Likewise.
1786         * localedata/sort-test.sh: Added test run for do_xfrm.
1787         * localedata/xfrm-test.c (main): Added command line option
1788         -nocache to run the test with strings that are too large for
1789         the STRXFRM cache.
1791 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1793         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1794         variable to lll_futex_wake call, not the value itself.
1796 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1798         [BZ #17803]
1799         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1800         twom64.  Adjust value to 0x1p-64L.
1801         (__scalblnl): Only return standard underflowing result for K <=
1802         -64 not K <= -63; adjust exponent for underflowing result by 64
1803         not 63.
1804         * math/libm-test.inc (scalbn_test_data): Add more tests.
1805         (scalbln_test_data): Likewise.
1807         [BZ #17834]
1808         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1809         0x1p63L.
1810         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1811         not HX.
1812         * math/libm-test.inc (scalbn_test_data): Add more tests.
1813         (scalbln_test_data): Likewise.
1815 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1816             Stefani Seibold  <stefani@seibold.net>
1818         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1819         (sysdep_routines): Add dl-vdso here, ...
1820         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1821         (sysdep_routines): ... not here.
1822         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1823         fallback when vDSO is not presented.
1824         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1825         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1826         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1827         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1828         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1829         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1830         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1831         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1832         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1833         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1834         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1835         fallback configurable symbol when vDSO is not available.
1836         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1837         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1838         be able to redefine fallback symbol when vDSO is not available.
1839         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1840         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1842 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1844         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1845         (TLS_INIT_TP): Add tm_capable initialization.
1846         (TLS_DEFINE_INIT_TP): Likewise.
1847         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1848         TCB.
1849         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1850         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1851         calculation.
1852         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1853         transactoion is lock elision is built and TCB tm_capable is set.
1854         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1856         (INTERNAL_SYSCALL_NCS): Likewise.
1857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1858         (INTERNAL_SYSCALL_NCS): Likewise.
1859         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1861         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1862         for powerpc.
1863         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1864         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1865         and remove it for 32 bits case.
1866         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1867         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1868         initialization.
1869         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1870         Disable lock elision with rdlocks if elision is not available.
1872         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1873         (sysdep_routines): Add lock elision objects.
1874         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1875         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1876         [pthread_mutex_t] (__elision): Add field.
1877         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1878         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1879         elision definitions for powerpc.
1880         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1881         implementation of lock elision for powerpc.
1882         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1883         implementation of timed lock elision for powerpc.
1884         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1885         implementation of trylock with lock elision for powerpc.
1886         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1887         implementaion of unlock for lock elision for powerpc.
1888         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1889         automatic enable lock elision for mutexes.
1890         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1891         transaction execution definitions for powerpc.
1892         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1893         definitions.
1894         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1895         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1896         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1897         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1898         * NEWS: Update.
1900 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1902         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1903         for #include of <shm-directory.h>.
1905 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1907         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1908         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1910 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1912         [BZ #17791]
1913         * NEWS: Mention bug fix.
1914         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1915         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1916         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1918 2015-01-09  Torvald Riegel <triegel@redhat.com>
1920         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1922 2015-01-09  Torvald Riegel <triegel@redhat.com>
1924         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1926 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1928         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1929         pointer and cast to uintptr_t.
1931 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1933         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1934         removed.
1935         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1937 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1939         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1940         of 0.
1942 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1944         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1945         <nptl/pthreadP.h> instead.
1946         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1948         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1949         already defined.
1950         [__SIGRTMIN] (init): Function removed.
1951         [__SIGRTMIN] (initialized): Variable removed.
1952         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1953         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1954         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1955         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1956         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1957         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1958         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1959         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1960         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1961         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1962         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1963         * sysdeps/nptl/allocrtsig.c: New file.
1964         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1965         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1966         * sysdeps/generic/testrtsig.h: File removed.
1968         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1969         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1971         * nptl/nptl-init.c (pthread_functions): Conditionalize
1972         .ptr__nptl_setxid initialization on [SIGSETXID].
1974         * sysdeps/nptl/sys/procfs.h: New file.
1975         * nptl_db/Makefile (headers): Add it.
1976         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1978         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1979         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1980         * nptl/pthread_attr_setaffinity.c: Include it.
1981         * nptl/pthread_setattr_default_np.c: Likewise.
1982         * nptl/check-cpuset.h: New file.
1984 2015-01-08  Richard Henderson  <rth@redhat.com>
1986         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1987         (CFLAGS-tst-execstack-prog.c): Likewise.
1988         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1990 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1991             Sandra Loosemore  <sandra@codesourcery.com>
1992             Andrew Jenner  <andrew@codesourcery.com>
1993             Joseph Myers  <joseph@codesourcery.com>
1994             Nathan Sidwell  <nathan@codesourcery.com>
1996         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1997         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1998         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1999         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2000         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2001         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2002         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2003         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2004         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2005         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2006         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2007         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2008         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2009         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2010         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2011         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2012         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2014 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2016         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2017         timespec struct member in syscall macro.
2018         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2019         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2020         first timeval struct member in syscall macro.
2021         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2023 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2025         [BZ #17748]
2026         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2027         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2028         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2029         __feupdateenv and define as weak alias of __feupdateenv.  Use
2030         libm_hidden_weak.
2031         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2032         libm_hidden_def.
2033         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2034         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2035         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2036         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2037         libm_hidden_def.
2038         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2039         __feupdateenv and define as weak alias of __feupdateenv.  Use
2040         libm_hidden_weak.
2041         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2042         libm_hidden_def.
2043         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2044         __feupdateenv and define as weak alias of __feupdateenv.  Use
2045         libm_hidden_weak.
2046         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2047         libm_hidden_def.
2048         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2049         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2050         (__feupdateenv): Likewise.
2051         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2052         __feupdateenv and define as weak alias of __feupdateenv.  Use
2053         libm_hidden_weak.
2054         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2055         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2056         libm_hidden_def.
2057         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2058         function.
2059         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2060         libm_hidden_def.
2061         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2062         __feupdateenv instead of feupdateenv.
2063         (default_libc_feupdateenv_test): Likewise.
2064         (libc_feresetround_ctx): Likewise.
2066 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2068         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2069         prototype.
2071 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2073         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2074         COLL_SYM in a couple of places to avoid uninitialized variable
2075         wanings on tilegx gcc 4.8.2.
2077 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2079         * sysdeps/aarch64/strcpy.S: New file.
2080         * sysdeps/aarch64/stpcpy.S: New file.
2081         * NEWS: Updated.
2083 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2085         * sysdeps/aarch64/strrchr.S: New file.
2086         * NEWS: Updated.
2088 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2090         [BZ #17658]
2091         * stdlib/setenv.c: Fix memory leak when setting large,
2092         duplicate string.
2094 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2096         [BZ #17273]
2097         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2098         and tabs from buffer before parsing fstab entry.
2099         * misc/tst-mntent.c (main): Add test for mount entry with
2100         trailing spaces and tabs.
2102 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2104         [BZ #17748]
2105         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2106         * math/fesetround.c (fesetround): Rename to __fesetround and
2107         define as weak alias of __fesetround.  Use libm_hidden_weak.
2108         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2109         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2110         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2111         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2112         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2113         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2114         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2115         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2116         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2117         __fesetround_inline.
2118         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2119         __fesetround_inline instead of __fesetround.
2120         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2121         __fesetround and define as weak alias of __fesetround.  Use
2122         libm_hidden_weak.  Call __fesetround_inline instead of
2123         __fesetround.
2124         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2125         __fesetround and define as weak alias of __fesetround.  Use
2126         libm_hidden_weak.
2127         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2128         Likewise.
2129         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2130         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2131         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2132         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2133         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2134         __fesetround and define as weak alias of __fesetround.  Use
2135         libm_hidden_weak.
2136         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2137         __fesetround instead of fesetround.
2138         (default_libc_feholdexcept_setround): Likewise.
2139         (libc_feholdsetround_ctx): Likewise.
2140         (libc_feholdsetround_noex_ctx): Likewise.
2142         [BZ #17748]
2143         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2144         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2145         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2146         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2147         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2148         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2149         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2150         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2151         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2152         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2153         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2154         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2155         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2156         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2157         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2158         libm_hidden_def.
2159         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2160         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2161         Likewise.
2162         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2163         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2164         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2165         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2166         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2167         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2168         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2169         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2170         __fesetenv instead of fesetenv.
2171         (libc_feresetround_noex_ctx): Likewise.
2172         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2173         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2174         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2175         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2176         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2177         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2178         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2179         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2180         (__feupdateenv): Likewise.
2181         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2182         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2183         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2184         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2186 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2188         [BZ #17806]
2189         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2190         addresses have been freed.
2192 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2194         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2195         and nservall.
2197 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2199         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2200         Clean up check_pf allocation pattern. addresses
2202 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2204         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2205         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2206         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2207         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2208         * nptl/pthread_join.c (pthread_join): Likewise.
2209         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2210         * sysdeps/posix/waitid.c (__waitid): Likewise.
2211         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2212         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2213         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2214         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2215         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2216         Likewise.
2217         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2218         (__libc_pread64): Likewise.
2219         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2220         (__libc_pwrite): Likewise.
2221         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2222         (__libc_pwrite64): Likewsie.
2223         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2224         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2225         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2226         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2227         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2228         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2229         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2231         Likewise.
2232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2233         (__libc_pread64): Likewise.
2234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2235         Likewise.
2236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2237         (__libc_pwrite64): Likewise.
2238         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2239         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2240         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2241         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2242         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2243         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2244         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2245         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2246         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2247         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2248         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2249         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2250         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2251         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2252         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2253         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2254         Likewise.
2256 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2258         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2259         (CFLAGS-test-double.c): Likewise.
2260         (CFLAGS-test-ldouble.c): Likewise.
2261         (CPPFLAGS-test-ifloat.c): Likewise.
2262         (CPPFLAGS-test-idouble.c): Likewise.
2263         (CPPFLAGS-test-ildoubl.c): Likewise.
2264         (CFLAGS-test-test-fenv.c): Remove variable.
2265         (CFLAGS-test-misc.c): Likewise.
2267 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2269         [BZ #17797]
2270         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2271         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2272         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2273         CLOCKS_PER_SEC == 1000000.
2274         * time/clocktest.c (main): Replace %ld with %jd and cast to
2275         intmax_t.
2277 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2279         * sysdeps/generic/unwind-resume.h: New file.
2280         * sysdeps/gnu/unwind-resume.c: Include it.
2281         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2282         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2283         argument list.
2284         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2285         global rather than static.
2286         (_Unwind_Resume): Update user.
2287         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2288         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2289         rather than static.  Add __attribute__ ((cold)).
2290         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2291         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2292         * sysdeps/arm/arm-unwind-resume.S: New file.
2293         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2294         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2295         * sysdeps/arm/Makefile [$(subdir) = csu]
2296         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2297         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2298         Add rt-arm-unwind-resume.
2299         [$(subdir) = nptl]
2300         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2301         Add pt-arm-unwind-resume.
2302         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2303         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2305 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2307         [BZ #17748]
2308         * include/fenv.h (__feholdexcept): Declare.  Use
2309         libm_hidden_proto.
2310         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2311         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2312         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2313         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2314         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2315         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2316         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2317         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2318         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2319         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2320         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2321         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2322         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2323         (feholdexcept): Likewise.
2324         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2325         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2326         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2327         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2328         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2329         __feholdexcept instead of feholdexcept.
2330         (default_libc_feholdexcept_setround): Likewise.
2332 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2334         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2335         to avoid using stl/str to align destination.
2337 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2339         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2341 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2343         [BZ #17796]
2344         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2345         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2346         Define as weak alias not strong alias.
2348 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2350         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2351         bltzal with addiupc.
2352         (RTLD_START): Ditto.
2354 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2356         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2357         for __vdso_* functions in declarations.
2358         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2359         definitions.
2360         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2361         INTERNAL_VSYSCALL): Use struct return types to check for error.
2363         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2364         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2365         function with cast from llround().
2366         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2367         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2368         Define.
2370 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2372         [BZ #17793]
2373         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2374         Define as weak alias not strong alias.
2376         [BZ #17635]
2377         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2378         ...
2379         * ctype/ctype-extn.c: ... here.
2380         (__isblank_l): Move to ...
2381         * ctype/ctype-c99_l.c: ... here.  New file.
2382         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2383         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2384         Remove variable.
2385         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2386         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2387         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2388         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2389         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2391         [BZ #17777]
2392         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2393         (posix_fadvise64): Define as weak alias not strong alias.
2394         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2395         (posix_fallocate64): Likewise.
2396         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2397         Remove variable.
2398         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2399         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2400         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2401         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2402         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2404 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2406         [BZ #16191]
2407         * NEWS: Mention bug fix.
2408         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2409         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2410         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2411         (HOST_STACK_END_ADDR): Likewise.
2413 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2415         [BZ #17748]
2416         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2417         * math/fegetround.c (fegetround): Rename to __fegetround and
2418         define as weak alias of __fegetround.  Use libm_hidden_weak.
2419         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2420         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2421         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2422         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2423         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2424         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2425         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2426         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2427         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2428         Undefine after rather than before function definition; use
2429         parentheses around function name in definition.
2430         (__fegetround): Also undefine macro after function definition.
2431         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2432         __fegetround and define as weak alias of __fegetround.  Use
2433         libm_hidden_weak.  Do not undefine as macro.
2434         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2435         Likewise.
2436         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2437         __fegetround and define as weak alias of __fegetround.  Use
2438         libm_hidden_weak.
2439         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2440         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2441         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2442         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2443         __fegetround and define as weak alias of __fegetround.  Use
2444         libm_hidden_weak.
2445         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2446         __fegetround instead of fegetround.
2448         [BZ #17782]
2449         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2450         Condition macro definition on [__USE_MISC].
2452         [BZ #17781]
2453         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2454         (struct sigaction): Change type of sa_flags field to int.
2456         [BZ #17780]
2457         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2458         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2459         __glibc_reserved0.
2461         * nptl/version.c (banner): Use single year in copyright notice.
2463         * NEWS: Update copyright dates.
2464         * catgets/gencat.c (print_version): Likewise.
2465         * csu/version.c (banner): Likewise.
2466         * debug/catchsegv.sh: Likewise.
2467         * debug/pcprofiledump.c (print_version): Likewise.
2468         * debug/xtrace.sh (do_version): Likewise.
2469         * elf/ldconfig.c (print_version): Likewise.
2470         * elf/ldd.bash.in: Likewise.
2471         * elf/pldd.c (print_version): Likewise.
2472         * elf/sotruss.sh: Likewise.
2473         * elf/sprof.c (print_version): Likewise.
2474         * iconv/iconv_prog.c (print_version): Likewise.
2475         * iconv/iconvconfig.c (print_version): Likewise.
2476         * locale/programs/locale.c (print_version): Likewise.
2477         * locale/programs/localedef.c (print_version): Likewise.
2478         * login/programs/pt_chown.c (print_version): Likewise.
2479         * malloc/memusage.sh (do_version): Likewise.
2480         * malloc/memusagestat.c (print_version): Likewise.
2481         * malloc/mtrace.pl: Likewise.
2482         * manual/libc.texinfo: Likewise.
2483         * nptl/version.c (banner): Likewise.
2484         * nscd/nscd.c (print_version): Likewise.
2485         * nss/getent.c (print_version): Likewise.
2486         * nss/makedb.c (print_version): Likewise.
2487         * posix/getconf.c (main): Likewise.
2488         * scripts/test-installation.pl: Likewise.
2489         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2491 2015-01-02  Will Newton  <will.newton@linaro.org>
2493         * sysdeps/arm/armv7/configure: Removed.
2494         * sysdeps/arm/armv7/configure.ac: Likewise.
2496 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2498         * All files with FSF copyright notices: Update copyright dates
2499         using scripts/update-copyrights.
2500         * intl/plural.c: Regenerated.
2501         * locale/programs/charmap-kw.h: Likewise.
2502         * locale/programs/locfile-kw.h: Likewise.
2504 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2506         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2508 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2510         [BZ #17748]
2511         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2512         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2513         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2514         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2515         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2516         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2517         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2518         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2519         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2520         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2521         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2522         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2523         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2524         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2525         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2526         libm_hidden_def.
2527         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2528         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2529         Likewise.
2530         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2531         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2532         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2533         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2534         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2535         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2536         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2537         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2538         __fegetenv instead of fegetenv.
2539         (libc_feholdsetround_noex_ctx): Likewise.
2541 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2543         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2544         (Elf_MIPS_ABIFlags_v0): New structure.
2545         (EF_MIPS_FP64): Define.
2546         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2547         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2548         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2549         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2550         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2551         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2552         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2553         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2554         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2555         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2556         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2557         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2558         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2559         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2560         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2561         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2562         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2563         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2564         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2565         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2566         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2567         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2568         field.
2569         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2570         EF_MIPS_FP64.
2571         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2572         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2573         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2574         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2575         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2576         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2577         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2578         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2579         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2580         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2581         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2582         record the current FP ABI extension.
2583         (mips-mode-switch): Define to show if kernel headers support mode
2584         switching.
2585         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2586         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2587         supported SYSV ABI version to 3.
2588         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2589         feature.
2591 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2592             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2594         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2595         path.
2596         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2598 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2600         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2601         __fegetround and redefine to call __fegetround.  Remove condition
2602         on [!__NO_MATH_INLINES].
2603         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2604         function.
2605         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2606         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2607         Remove macro.
2608         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2609         instead of <fenv_libc.h>.
2610         (__llrintl): Call fegetround instead of __fegetround.
2611         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2612         instead of <fenv_libc.h>.
2613         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2614         (__lrintl): Call fegetround instead of __fegetround.
2615         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2616         instead of <fenv_libc.h>.
2617         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2618         (__rintl): Call fegetround instead of __fegetround.
2620 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2622         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2623         arrays.
2625 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2627         [BZ #17775]
2628         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2629         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2630         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2632 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2634         * sysdeps/i386/tls-macros.h: Include <features.h>.
2635         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2636         (TLS_IE): Likewise.
2637         (TLS_LD): Likewise.
2638         (TLS_GD): Likewise.
2639         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2640         define for GCC >= 5.0.
2642 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2644         * math/test-fenv.c (test_single_exception, set_single_exc,
2645         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2646         feexcp_mask_test, feenable_test, fe_single_test): Add
2647         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2648         case where they are not used.
2649         * math/libm-test.inc: Likewise.
2650         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2651         unused in the absence of FP rounding/exception support.
2652         * stdio-common/tst-printf-round.c: Likewise.
2653         * stdlib/tst-strtod-round.c: Likewise.
2654         * stdlib/tst-strtod-underflow.c: Likewise.
2656 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2658         [BZ #17723]
2659         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2660         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2661         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2662         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2663         libm_hidden_weak.
2664         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2665         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2666         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2667         libm_hidden_def.
2668         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2669         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2670         libm_hidden_weak.
2671         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2672         Likewise.
2673         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2674         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2675         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2676         libm_hidden_weak.
2677         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2678         libm_hidden_def.
2679         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2680         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2681         (__feraiseexcept): Likewise.
2682         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2683         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2684         libm_hidden_weak.
2685         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2686         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2687         libm_hidden_def.
2688         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2689         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2690         Use libm_hidden_def.
2691         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2692         libm_hidden_def.
2693         (feraiseexcept): Define as weak not strong alias.  Use
2694         libm_hidden_weak.
2695         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2696         New inline function.  Factored out of ...
2697         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2698         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2699         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2700         feraiseexcept.
2701         * math/w_acos.c (__acos): Likewise.
2702         * math/w_asin.c (__asin): Likewise.
2703         * math/w_ilogb.c (__ilogb): Likewise.
2704         * math/w_j0.c (y0): Likewise.
2705         * math/w_j1.c (y1): Likewise.
2706         * math/w_jn.c (yn): Likewise.
2707         * math/w_log.c (__log): Likewise.
2708         * math/w_log10.c (__log10): Likewise.
2709         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2710         * sysdeps/aarch64/fpu/math_private.h
2711         (libc_feupdateenv_test_aarch64): Likewise.
2712         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2713         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2714         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2715         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2716         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2717         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2718         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2719         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2720         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2721         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2723 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2725         [BZ #17732]
2726         * io/test-utime.c (main): Replace %ld with %jd and cast to
2727         intmax_t.
2728         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2729         * nptl/tst-mutex5.c: Include <stdint.h>.
2730         (do_test): Replace %ld with %jd and cast to intmax_t.
2731         * posix/tst-regex.c (run_test): Likewise.
2732         (run_test_backwards): Likewise.
2733         * rt/tst-clock.c: Include <stdint.h>.
2734         (clock_test): Replace %ld with %jd and cast to intmax_t.
2735         * rt/tst-cpuclock1.c: Include <stdint.h>.
2736         (do_test): Replace %lu with %ju and cast to uintmax_t.
2737         * rt/tst-cpuclock2.c: Include <stdint.h>.
2738         (do_test): Replace %lu with %ju and cast to uintmax_t.
2739         * rt/tst-mqueue1.c: Include <stdint.h>.
2740         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2741         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2742         intmax_t.
2743         * rt/tst-mqueue4.c (do_test): Likewise.
2744         * rt/tst-timer4.c: Include <stdint.h>.
2745         (check_ts): Replace %ld with %jd and cast to intmax_t.
2746         (do_test): Likewise.
2747         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2748         and cast to intmax_t.
2749         * sysdeps/pthread/tst-timer.c (main): Likewise.
2750         * time/clocktest.c (main): Likewise.
2751         * time/tst-posixtz.c (do_test): Likewise.
2752         * timezone/tst-timezone.c (main): Likewise.
2754 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2755             H.J. Lu  <hongjiu.lu@intel.com>
2757         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2758         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2759         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2760         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2761         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2762         version if bit_Fast_Unaligned_Load is set.
2763         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2764         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2765         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2766         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2767         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2768         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2769         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2770         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2771         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2772         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2773         to 4.
2774         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2775         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2776         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2777         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2779 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2781         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2782         instead of #if to avoid a Wundef warning.
2783         * stdlib/tst-limits.c (do_test): Likewise.
2785         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2786         parallel other exception macros.
2787         (fegetenv): Convert from macro to extern inline so that it applies
2788         retroactively to inline functions already seen by the compiler.
2789         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2791         * posix/Makefile (before-compile): Use $(objpfx) for
2792         posix-conf-vars-def.h.
2794 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2796         * posix/getconf.c (main): Use size_t for type of I.
2797         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2798         NSPEC.
2800         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2801         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2802         * posix/posix-envs.def: Likewise.
2803         * sysdeps/posix/sysconf.c: Likewise.
2804         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2805         (specs): Remove array.
2806         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2807         array.
2809         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2810         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2811         (__sysconf): Use CONF_IS_* macros.
2813         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2814         ($(objpfx)posix-conf-vars-def.h): New target.
2815         * posix/posix-conf-vars.list: New file.
2816         * posix/posix-conf-vars.h: New file.
2817         * posix/confstr.c: Include posix-conf-vars.h.
2818         (confstr): Use CONF_IS_* macros.
2819         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2820         CONF_IS_* macros.
2821         * scripts/gen-posix-conf-vars.awk: New file.
2823 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2825         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2826         fegetround): Add no-op macros to avoid linknamespace issues.
2828         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2829         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2831         * sysdeps/unix/sysv/linux/tile/sysdep.h
2832         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2833         assembly-specific section to avoid a redefinition warning.
2835         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2836         long before casting to pointer to avoid a cast warning.
2838 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2840         * sysdeps/tile/tilegx/Implies: New file.
2842 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2844         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2846 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2848         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2850 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2852         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2853         not define.
2854         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2855         <kernel-features.h>.
2856         (__utimes) [__NR_utimes]: Make code unconditional.
2857         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2858         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2859         (__ASSUME_UTIMES): Do not undefine.
2860         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2861         (__ASSUME_UTIMES): Likewise.
2862         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2863         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2864         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2865         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2867 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2869         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2871 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2873         [BZ #17747]
2874         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2875         alias to weak alias for j0l, y0l.
2876         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2877         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2879         [BZ #17746]
2880         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2881         conversion.
2883 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2885         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2886         to zero if not already defined.
2888 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2890         [BZ #17724]
2891         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2892         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2893         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2894         (char *) casts added.
2895         * sysdeps/ieee754/k_standardf.c: New file.
2896         * sysdeps/ieee754/k_standardl.c: Likewise.
2897         * math/Makefile (libm-support): Remove k_standard.
2898         (libm-calls): Add k_standard.
2900 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2902         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2903         Optimize to avoid an unnecessary FPCR read.
2905 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2907         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2908         Optimize to reduce FPCR/FPSR accesses.
2910 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2912         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2913         Call libc_fetestexcept_aarch64.
2915 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2917         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2918         Call libc_fesetround_aarch64.
2920 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2922         [BZ #17733]
2923         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2924         (__bind): Do not define as weak alias.
2925         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2926         define.
2927         (__getsockname): Do not define as weak alias.
2929 2014-12-22  Will Newton  <will.newton@linaro.org>
2931         * manual/install.texi: Document that we require bison 2.7
2932         or above.
2933         * INSTALL: Regenerate.
2934         * configure.ac: Use AC_CHECK_PROG_VER instead of
2935         AC_PATH_PROG when checking for bison and check for
2936         version 2.7 or above.
2937         * configure: Regenerate.
2939 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2941         [BZ #17745]
2942         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2943         * sysdeps/tile/ffsll.c (ffsll): To here.
2945         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2947 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2949         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2950         if not defined.
2951         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2952         definition.
2953         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2954         hidden ___tls_get_addr.
2955         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2956         hidden __tls_get_addr.
2957         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2958         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2959         Likewise.
2961 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2963         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2964         _dl_init call.
2966 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2968         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2969         from "call _dl_init@PLT".
2970         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2972 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2974         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2975         guarantees.
2977 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2979         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2981 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2983         [BZ #17744]
2984         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2985         strnlen.
2987 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2989         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2990         of multu on MIPSr6.
2991         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2992         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2993         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2994         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2995         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2997 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2999         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3000         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3001         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3002         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3003         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3004         mips32r6/mips64r6.
3005         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3007 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3009         * string/strncat.c (STRNCAT): Simplify implementation.
3011 2014-12-19  David S. Miller  <davem@davemloft.net>
3013         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3014         access the quad as both a long double and as a series of 4 words.
3016         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3017         link_map->l_info array access.
3019 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3021         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3023         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3024         * math/atest-exp2.c (TIMEOUT): Likewise.
3025         * math/atest-sincos.c (TIMEOUT): Likewise.
3027 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3029         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3030         -Wno-error with -fno-builtin-lround.
3032 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3034         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3035         Contains futex constants and functions moved over from ...
3036         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3037         <lowlevellock-futex.h>.
3038         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3039         (lll_timedwait_tid): Add comments and parentheses around macro
3040         arguments.
3042 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3044         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3045         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3046         (__lll_private_flag): Remove.
3047         (lll_futex_wait): Likewise.
3048         (lll_futex_timed_wait): Likewise.
3049         (lll_futex_wake): Likewise.
3050         (lll_futex_requeue): Likewise.
3051         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3052         (__lll_timedwait_tid): Spell out argument names.
3053         (lll_timedwait_tid): Add comments and parentheses around macro
3054         arguments.
3055         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3056         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3058 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3060         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3061         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3062         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3063         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3064         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3065         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3066         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3067         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3068         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3069         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3070         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3071         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3072         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3073         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3074         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3075         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3076         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3077         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3078         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3080 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3082         * sysdeps/x86_64/x32/Makefile: New file.
3084 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3086         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3087         1L with (mp_limb_t) 1.
3089 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3091         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3092         * nptl/libc_pthread_init.c: ... here.
3093         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3094         * nptl/register-atfork.c: ... here.
3096         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3097         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3098         Use assert_perror to check its return value.
3099         (__gai_create_helper_thread): Likewise.
3101         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3103         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3105 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3107         [BZ #17725]
3108         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3109         __profil_counter.
3110         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3111         Likewise.
3112         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3113         Likewise.
3114         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3115         Likewise.
3116         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3117         (profil_counter): Likewise.
3118         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3119         (profil_counter): Likewise.
3120         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3121         Likewise.
3122         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3123         Likewise.
3124         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3125         (profil_counter): Likewise.
3126         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3127         Likewise.
3128         [!__profil_counter] (profil_counter): Define as weak alias of
3129         __profil_counter.
3130         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3131         (profil_counter): Rename to __profil_counter.
3132         [!__profil_counter] (profil_counter): Define as weak alias of
3133         __profil_counter.
3134         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3135         (profil_counter): Rename to __profil_counter.
3136         [!__profil_counter] (profil_counter): Define as weak alias of
3137         __profil_counter.
3138         * sysdeps/posix/profil.c: Update comment referring to
3139         profil_counter.
3140         (__profil): Use __profil_counter instead of profil_counter.
3141         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3142         __profil_counter.  Use __profil_counter_ushort and
3143         __profil_counter_uint in definitions.
3144         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3145         instead of profil_counter_uint and profil_counter_ushort.
3147         [BZ #17722]
3148         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3149         define as weak alias of __inet_makeaddr.
3150         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3151         as weak alias of __inet_addr.
3152         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3153         as weak alias of __inet_pton.  Use libc_hidden_weak.
3154         * include/arpa/inet.h (__inet_pton): Declare.  Use
3155         libc_hidden_proto.
3156         (inet_makeaddr): Don't use libc_hidden_proto.
3157         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3158         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3159         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3160         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3161         Remove variable.
3162         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3163         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3165 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3167         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3169 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3171         * stdio-common/bug-vfprintf-nargs.c (do_test):
3172         Cast value to intptr_t to avoid format warning
3173         for usage with PRIdPTR printing macro.
3175 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3177         * libio/tst-widetext.c (do_test):
3178         Use format type %td instead of %Zd for ptrdiff_t
3179         in order to avoid format warning.
3181 2014-12-17  Andreas Schwab  <schwab@suse.de>
3183         * nscd/mem.c (gc): Add size_t cast to match printf format.
3185 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3187         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3188         (init): Apply PTR_MANGLE to pointers before storing them.
3189         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3190         before using them.
3192 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3194         [BZ #17719]
3195         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3196         define as weak alias of __memrchr.
3197         (__memrchr): Do not define as strong alias of memrchr.
3198         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3199         Remove variable.
3200         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3201         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3202         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3204         [BZ #17717]
3205         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3206         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3207         (if_indextoname): Rename to __if_indextoname and define as weak
3208         alias of __if_indextoname.  Use libc_hidden_weak.
3209         (if_freenameindex): Rename to __if_freenameindex and define as
3210         weak alias of __if_freenameindex.
3211         (if_nameindex): Rename to __if_nameindex and define as weak alias
3212         of __if_nameindex.
3213         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3214         __if_nametoindex and define as weak alias of __if_nametoindex.
3215         Use libc_hidden_weak.
3216         (if_freenameindex): Rename to __if_freenameindex and define as
3217         weak alias of __if_freenameindex.
3218         (if_nameindex): Rename to __if_nameindex and define as weak alias
3219         of __if_nameindex.
3220         (if_indextoname): Rename to __if_indextoname and define as weak
3221         alias of __if_indextoname.  Use libc_hidden_weak.
3222         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3223         __if_nametoindex and define as weak alias of __if_nametoindex.
3224         Use libc_hidden_weak.
3225         (if_freenameindex): Rename to __if_freenameindex and define as
3226         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3227         (if_nameindex_netlink): Use __if_freenameindex instead of
3228         if_freenameindex.
3229         (if_nameindex): Rename to __if_nameindex and define as weak alias
3230         of __if_nameindex.  Use libc_hidden_weak.
3231         (if_indextoname): Rename to __if_indextoname and define as weak
3232         alias of __if_indextoname.  Use libc_hidden_weak.
3233         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3234         libc_hidden_proto.
3235         [!_ISOMAC] (__if_freenameindex): Likewise.
3236         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3237         if_nametoindex.
3238         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3239         variable.
3240         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3241         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3242         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3243         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3244         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3245         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3246         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3248         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3249         Remove variable.
3250         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3251         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3253 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3255         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3256         subscript above bounds'
3258         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3259         bounds.
3261 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3263         * libio/tst-fopenloc.c: Use test-skeleton.c.
3265         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3266         (entry): Rename to ITEM.
3267         (do_test, comp): Adjust.
3269         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3271 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3273         * string/tester.c: Include <libc-internal.h>.
3274         (test_memset): Ignore -Wmemset-transposed-args.
3276 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3278         * misc/tst-mntent2.c (do_test): Fix warning.
3280 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3282         * elf/tst-unique4lib.cc(a): Mark as used.
3284 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3286         [BZ #17630]
3287         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3288         names.
3290 2014-12-16  Allan McRae  <allan@archlinux.org>
3292         * stdio-common/Makefile (tests): Re-add bug26.
3294 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3296         [BZ #17657]
3297         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3298         static array.
3300 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3302         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3303         (__lll_lock_wait): Likewise.
3304         (__lll_timedlock_wait): Likewise.
3305         (__lll_timedwait_tid): Likewise.
3306         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3307         (__lll_robust_timedlock_wait): Likewise.
3308         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3309         (lll_cond_trylock): Likewise.
3310         (__lll_lock): Likewise.
3311         (__lll_robust_lock): Likewise.
3312         (__lll_cond_lock): Likewise.
3313         (lll_robust_cond_lock): Likewise.
3314         (__lll_timedlock): Likewise.
3315         (__lll_robust_timedlock): Likewise.
3316         (__lll_unlock): Likewise.
3317         (__lll_robust_unlock): Likewise.
3318         (lll_wait_tid): Likewise.
3319         (lll_timedwait_tid): Likewise.
3321 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3323         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3325 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3327         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3329 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3331         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3332         * stdio-common/tst-sprintf.c: Likewise.
3334 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3336         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3338 2014-12-15  Jeff Law  <law@redhat.com>
3340         [BZ #16617]
3341         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3342         on the heap.  (CVE-2012-3406)
3343         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3344         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3345         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3347 2014-12-15  Will Newton  <will.newton@linaro.org>
3349         * manual/install.texi: Bump required version of texinfo
3350         to 4.7 from 4.5.
3351         * INSTALL: Regenerated.
3352         * configure.ac: Check for makeinfo version 4.7 and above.
3353         * configure: Regenerated.
3355 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3357         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3358         PREFIX, string constant to insert between directory and name.
3359         * sysdeps/posix/shm_open.c: Update caller.
3360         * sysdeps/posix/shm_unlink.c: Likewise.
3361         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3362         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3363         (SEM_SHM_PREFIX): New macro.
3364         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3365         [$(have-thread-library) = no].
3366         * nptl/Makefile (libpthread-routines): Add shm-directory.
3367         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3368         * sysdeps/nptl/shm-directory.h: New file.
3369         * sysdeps/posix/shm-directory.c
3370         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3371         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3372         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3373         INTERNAL_SYSCALL.
3374         (__where_is_shmfs): Function removed.
3375         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3376         Variables removed.
3377         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3378         Use SHM_GET_NAME.
3379         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3381         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3382         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3383         unconditional for use inside libpthread.
3384         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3386 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3388         * nptl/pthread_getaffinity.c: New file.
3389         * nptl/pthread_setaffinity.c: New file.
3390         * nptl/pthread_getname.c: New file.
3391         * nptl/pthread_setname.c: New file.
3393         * nptl/pthread_create.c (START_THREAD_DEFN)
3394         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3396 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3397             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3399         * resolv/res_send.c (send_vc): Disable warning resplen may
3400         be used uninitialized.
3402 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3404         * nptl/tst-mutex6.c
3405         (ATTR_NULL): New define checks ATTR against NULL.
3406         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3407         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3409 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3411         [BZ #17581]
3412         * malloc/hooks.c
3413         (mem2mem_check): Revert my previous change.
3414         (malloc_check_get_size): Revert my previous change.
3415         (mem2chunk_check): Revert my previous change.
3417 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3419         * sysdeps/posix/shm-directory.c: New file.
3420         * sysdeps/posix/shm-directory.h: New file.
3421         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3422         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3423         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3424         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3425         Transmute EPERM to EACCES.
3426         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3427         from ...
3428         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3429         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3431 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3433         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3434         pointer and cast to uintptr_t.
3435         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3436         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3437         Add cast to avoid warning.
3438         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3440 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3442         * nptl/semaphore.h: Move to ...
3443         * sysdeps/pthread/semaphore.h: ... here.
3444         * Makefile (installed-headers): Change nptl/semaphore.h to
3445         sysdeps/pthread/semaphore.h.
3447 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3449         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3450         generated error format strings.
3452         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3453         -Wformat-extra-args warnings for scanf formats.
3454         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3455         test of zero-length format (duh).
3456         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3457         corner-case scanf format test.
3458         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3459         generated fprintf format string.
3460         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3461         corner-case sprintf format tests.
3462         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3463         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3464         -Wformat-extra-args warnings throughout.
3465         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3466         (CFLAGS-scanf4.c): Likewise.
3467         (CFLAGS-scanf7.c): Likewise.
3468         (CFLAGS-tst-sprintf.c): Likewise.
3469         (CFLAGS-tst-printf.c): Likewise.
3470         (CFLAGS-tst-printfsz.c): Likewise.
3472 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3474         * include/cpio.h: New file.
3475         * include/fmtmsg.h: Likewise.
3477         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3478         corresponding format argument to size_t.
3479         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3480         arguments.
3481         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3482         corresponding format argument to size_t.
3483         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3484         arguments.
3485         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3486         corresponding format argument to size_t.
3487         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3488         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3489         (CFLAGS-tst-mbswcs2.c): Likewise.
3490         (CFLAGS-tst-mbswcs3.c): Likewise.
3491         (CFLAGS-tst-mbswcs4.c): Likewise.
3492         (CFLAGS-tst-mbswcs5.c): Likewise.
3493         (CFLAGS-tst-trans.c): Likewise
3495 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3497         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3498         rather than assuming they won't contain any '%'s.
3500 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3502         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3503         inhibit_loop_to_libcall to avoid recursive calls.
3504         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3505         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3507 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3509         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3510         prototype.
3512 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3514         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3515         integer value instead of boolean.
3517 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3519         * malloc/malloc.c: Fix powerof2 check.
3521 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3523         * locale/programs/locfile.h (maybe_swap_uint32):
3524         Remove inline and add unused attribute.
3526 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3528         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3529         Truncating assembler expression to a .long expression.
3531 2014-12-11  Andreas Schwab  <schwab@suse.de>
3533         * elf/rtld.c (struct map_args): Constify str member.
3534         (do_preload): Constify fname argument.
3536 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3538         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3539         constants definition.
3541 2014-12-11  Andreas Schwab  <schwab@suse.de>
3543         [BZ #16657]
3544         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3545         FORCE_ELISION instead of DO_ELISION.
3546         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3547         Remove.
3548         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3549         Likewise.
3551         * iconvdata/gconv-modules: Remove duplicate entry.
3553 2014-12-11  Will Newton  <will.newton@linaro.org>
3555         Merge gettext 0.19.3 into intl/.
3557         This involves a number of cosmetic changes to comments
3558         and ANSI function definitions and prototypes throughout
3559         all the files. The gettext copyright header is used but
3560         with the date ranges taken from the glibc copy.
3562         * NEWS: Add gettext merge to 2.21.
3563         * intl/bindtextdom.c: Switch to gettext copyright.
3564         Use ANSI definitions and prototypes.
3565         Use gl_* locking primitives rather than __libc_* ones.
3566         Use __builtin_expect rather than __glibc_likely/unlikely.
3567         * intl/dcgettext.c: Switch to gettext copyright.
3568         Use ANSI definitions and prototypes.
3569         * intl/dcigettext.c: Switch to gettext copyright.
3570         Use ANSI definitions and prototypes.
3571         (INTDIV0_RAISES_SIGFPE): New define.
3572         Use gl_* locking primitives rather than __libc_* ones.
3573         Include eval-plural.h instead of plural-eval.c.
3574         Use __builtin_expect rather than __glibc_likely/unlikely.
3575         * intl/dcngettext.c: Switch to gettext copyright.
3576         Use ANSI definitions and prototypes.
3577         * intl/dgettext.c: Likewise.
3578         * intl/dngettext.c: Likewise.
3579         * intl/plural-eval.c: Renamed to...
3580         * intl/eval-plural.h: ...this.
3581         * intl/explodename.c: Switch to gettext copyright.
3582         Use ANSI definitions and prototypes.
3583         (_nl_explode_name): Use strchr instead of __rawmemchr.
3584         * intl/finddomain.c: Switch to gettext copyright.
3585         Use ANSI definitions and prototypes.
3586         Use gl_* locking primitives rather than __libc_* ones.
3587         (_nl_find_domain): Use malloc rather than alloca for
3588         allocation of temporary locale name.
3589         * intl/gettext.c: Switch to gettext copyright.
3590         Use ANSI definitions and prototypes.
3591         * intl/gettextP.h: Switch to gettext copyright.
3592         Use ANSI definitions and prototypes.
3593         Use gl_* locking primitives rather than __libc_* ones.
3594         * intl/gmo.h: Switch to gettext copyright.
3595         (struct sysdep_string): Move struct segment_pair outside of
3596         struct definition.
3597         * intl/hash-string.c: Use ANSI definitions and prototypes.
3598         * intl/hash-string.h: Switch to gettext copyright.
3599         Use ANSI definitions and prototypes.
3600         * intl/l10nflist.c: Switch to gettext copyright.
3601         Use ANSI definitions and prototypes.
3602         (_nl_normalize_codeset): Avoid integer overflow.
3603         * intl/loadinfo.h: Switch to gettext copyright.
3604         Use ANSI definitions and prototypes.
3605         (LIBINTL_DLL_EXPORTED): New define.
3606         (PATH_SEPARATOR): New define.
3607         * intl/loadmsgcat.c: Switch to gettext copyright.
3608         * intl/localealias.c: Switch to gettext copyright.
3609         Use ANSI definitions and prototypes.
3610         (_nl_expand_alias): Use PATH_SEPARATOR.
3611         * intl/ngettext.c: Switch to gettext copyright.
3612         Use ANSI definitions and prototypes.
3613         * intl/plural-exp.c: Likewise.
3614         * intl/plural-exp.h: Switch to gettext copyright.
3615         Use ANSI definitions and prototypes.
3616         (struct expression): Move definition of enum operator outside
3617         of struct definition.
3618         * intl/plural.c: Regenerate.
3619         * intl/plural.y: Switch to gettext copyright.
3620         Use ANSI definitions and prototypes.
3621         Port to bison 3.0.
3622         * intl/textdomain.c: Switch to gettext copyright.
3623         Use ANSI definitions and prototypes.
3624         Use gl_* locking primitives rather than __libc_* ones.
3626 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3628         * debug/warning-nop.c: Add used atrribute.
3630 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3632         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3634         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3635         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3636         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3638 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3639             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3641         [BZ #17634]
3642         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3643         Undefine after defining function.  Define as weak alias of
3644         __wcschr.  Use libc_hidden_weak.
3645         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3646         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3647         (libc_hidden_def): Also define __GI___wcschr alias.
3648         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3649         __wcschr and define as weak alias of __wcschr.
3650         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3651         __wcschr.
3652         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3653         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3654         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3655         libc_hidden_weak.  Do not use libc_hidden_def.
3656         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3657         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3658         __GI___wcschr alias.
3659         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3660         [IS_IN (libc)] (wcschr): Define as macro expanding to
3661         __redirect_wcschr.
3662         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3663         [IS_IN (libc)] (__wcschr_power6): Likewise.
3664         [IS_IN (libc)] (__wcschr_power7): Likewise.
3665         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3666         instead of wcschr.
3667         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3668         __libc_wcschr.
3669         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3670         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3671         __wcschr and define as weak alias of __wcschr.  Use
3672         libc_hidden_builtin_def.
3673         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3674         as weak alias of __wcschr.  Use libc_hidden_weak.
3675         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3676         wcschr.
3677         * time/era.c (_nl_init_era_entries): Likewise.
3678         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3679         variable.
3680         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3681         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3683 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3685         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3686         format for long int variable.
3688 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3690         [BZ #10672]
3691         * manual/search.texi: (Array Sort Function): Remove claim how to make
3692         qsort stable.
3694 2014-12-10  Andreas Schwab  <schwab@suse.de>
3696         [BZ #12847]
3697         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3698         user-controlled locks.
3700 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3702         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3703         register.
3705 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3707         * configure.ac (--disable-werror): New configure option.
3708         (enable_werror): New AC_SUBST.
3709         * configure: Regenerated.
3710         * config.make.in (enable-werror): New variable.
3711         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3712         -Wno-error=undef.
3713         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3714         * manual/install.texi (Configuring and compiling): Document
3715         --disable-werror.
3716         * INSTALL: Regenerated.
3717         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3718         (CFLAGS-tst-chk2.c): Likewise.
3719         (CFLAGS-tst-chk3.c): Likewise.
3720         (CFLAGS-tst-chk4.cc): Likewise.
3721         (CFLAGS-tst-chk5.cc): Likewise.
3722         (CFLAGS-tst-chk6.cc): Likewise.
3723         (CFLAGS-tst-lfschk1.c): Likewise.
3724         (CFLAGS-tst-lfschk2.c): Likewise.
3725         (CFLAGS-tst-lfschk3.c): Likewise.
3726         (CFLAGS-tst-lfschk4.cc): Likewise.
3727         (CFLAGS-tst-lfschk5.cc): Likewise.
3728         (CFLAGS-tst-lfschk6.cc): Likewise.
3730         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3731         (main): Disable -Wdeprecated-declarations around calls to
3732         register_printf_function.
3734         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3735         (do_test): Disable -Wdiv-by-zero around some calls to
3736         fwrite_unlocked and fread_unlocked.
3738         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3739         (DIAG_POP_NEEDS_COMMENT): Likewise.
3740         (_DIAG_STR1): Likewise.
3741         (_DIAG_STR): Likewise.
3742         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3743         * stdio-common/bug21.c: Include <libc-internal.h>.
3744         (do_test): Disable -Wformat around call to sscanf.
3745         * stdio-common/scanf14.c: Include <libc-internal.h>.
3746         (main): Disable -Wformat around some calls to scanf functions.
3748 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3750         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3752 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3754         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3755         stack variable alignment.
3757 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3759         [BZ #17682]
3760         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3761         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3762         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3763         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3764         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3765         __getrlimit instead of getrlimit.
3766         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3767         __gettimeofday instead of gettimeofday.
3768         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3769         Likewise.
3770         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3771         Likewise.
3772         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3773         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3774         Remove variable.
3775         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3776         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3778 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3780         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3781         for wide-character tests.
3783 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3785         * io/openat64.c: #include <libc-internal.h>
3786         (__openat64): Prototypify.  Use ignore_value on MODE.
3787         * io/openat.c: Likewise.
3788         * misc/reboot.c: #include <libc-internal.h>
3789         (reboot): Prototypify.  Use ignore_value on HOWTO.
3790         * misc/ptrace.c: #include <libc-internal.h>
3791         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3793 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3795         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3796         XPG4, UNIX98 and XOPEN2K.
3797         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3798         Remove variable.
3799         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3801 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3803         * libio/fileops.c: Use ISO C style for function definitions.
3804         * libio/iofopen.c: Likewise.
3805         * libio/wfileops.c: Likewise.
3807         [BZ #17653]
3808         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3809         offset on EOF.
3810         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3811         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3812         (fgets_func): Function pointer to fgets and fgetws.
3813         (do_ftell_test): Add test to verify ftell value after read
3814         EOF.
3815         (do_test): Set fgets_func.
3817         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3818         O_TRUNC flag for w and w+ modes.
3819         (do_rewind_test): Likewise.
3820         (do_ftell_test): Likewise.
3821         (do_write_test): Likewise.
3823         [BZ #17647]
3824         * libio/fileops.c (do_ftell): Seek only when there are
3825         unflushed writes.
3826         * libio/wfileops.c (do_ftell_wide): Likewise.
3827         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3828         test case.
3829         (do_one_test): Call it.
3831 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3833         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3834         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3835         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3836         Remove variable.
3837         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3838         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3839         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3841 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3843         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3844         Remove variable.
3845         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3847         [BZ #17668]
3848         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3849         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3850         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3851         __freeifaddrs.  Use libc_hidden_weak.
3852         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3853         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3854         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3855         __freeifaddrs.  Use libc_hidden_weak.
3856         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3857         __getifaddrs and define as weak alias of __getifaddrs.  Use
3858         libc_hidden_weak.
3859         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3860         __freeifaddrs.  Use libc_hidden_weak.
3861         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3862         Remove variable.
3863         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3864         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3866 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3868         [BZ #17601]
3869         * sysdeps/mips/start.S (__start): Use indirect jump to call
3870         __libc_start_main.
3872 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3874         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3876         * nptl/tst-mutex1.c: Include <stdbool.h>.
3877         [!ATTR] (ATTR_NULL): New macro.
3878         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3879         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3880         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3882         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3883         to char *.
3885         [BZ #17665]
3886         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3887         Change conditional to [__USE_MISC].
3889         [BZ #17664]
3890         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3891         fgets_unlocked.
3892         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3893         __fgets_unlocked.
3894         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3895         fgets_unlocked.
3896         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3897         Remove variable.
3898         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3899         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3900         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3901         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3902         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3903         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3904         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3905         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3906         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3908         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3910 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3912         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3913         Remove strpbrk objects.
3914         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3915         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3916         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3917         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3918         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3919         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3921         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3922         Remove strcspn objects.
3923         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3924         (__libc_ifunc_impl_list): Remove strcspn implementation.
3925         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3926         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3927         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3928         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3930         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3931         Remove strspn objetcs.
3932         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3933         (__libc_ifunc_impl_list): Remove strspn implementation.
3934         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3935         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3936         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3937         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3939 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3941         [BZ #17581]
3942         * malloc/hooks.c
3943         (mem2mem_check): Add a terminator to the chain of checking blocks.
3944         (malloc_check_get_size): Use it here.
3945         (mem2chunk_check): Ditto.
3947 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3949         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3950         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3952 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3954         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3956         * nptl/nptl-init.c: Include libc-internal.h.
3957         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3959         * elf/ldconfig.c (search_dir): Expand comment.
3961 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3963         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3964         variable.
3965         (linknamespace-symlist-stdlibs-tests): Likewise.
3966         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3967         instead of $(objpfx)symlist-stdlibs.
3968         (linknamespace-libs-isoc): New variable.
3969         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3970         (linknamespace-libs-ISO): New variable.
3971         (linknamespace-libs-ISO99): Likewise.
3972         (linknamespace-libs-ISO11): Likewise.
3973         (linknamespace-libs-XPG3): Likewise.
3974         (linknamespace-libs-XPG4): Likewise.
3975         (linknamespace-libs-POSIX): Likewise.
3976         (linknamespace-libs-UNIX98): Likewise.
3977         (linknamespace-libs-XOPEN2K): Likewise.
3978         (linknamespace-libs-POSIX2008): Likewise.
3979         (linknamespace-libs-XOPEN2K8): Likewise.
3980         ($(objpfx)symlist-stdlibs): Replace by
3981         $(linknamespace-symlist-stdlibs-tests).  Use
3982         $(linknamespace-libs-$*) as set of libraries.
3983         ($(linknamespace-header-tests)): Update dependencies.  Use
3984         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3985         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3986         * conform/linknamespace.pl: Remove comment about considering
3987         definitions of symbols from irrelevant libraries.
3989 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3991         [BZ #13862]
3992         * elf/dl-tls.c: Include <atomic.h>.
3993         (oom): Remove #ifdef SHARED/#endif.
3994         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3995         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3996         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3997         big enough.
3998         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3999         * nptl/Makefile (tests): Add tst-stack4.
4000         (modules-names): Add tst-stack4mod.
4001         ($(objpfx)tst-stack4): New.
4002         (tst-stack4mod.sos): Likewise.
4003         ($(objpfx)tst-stack4.out): Likewise.
4004         ($(tst-stack4mod.sos)): Likewise.
4005         (clean): Likewise.
4006         * nptl/tst-stack4.c: New file.
4007         * nptl/tst-stack4mod.c: Likewise.
4009 2014-11-27  J. Brown  <jb999@gmx.de>
4011         * sysdeps/x86/bits/string.h: Add recent CPUs.
4013 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4015         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4016         sigblock.
4018         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4019         feof.
4021         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4022         variable.
4024 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4026         * nscd/connections.c: Include libc-internal.h because of macro
4027         usage ignore_value.
4029 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4031         * string/bits/string3.h (__warn_memset_zero_len): Don't
4032         declare for gcc newer than 5.0.
4033         (memset): Don't test for zero-length __LEN for gcc newer than
4034         5.0.
4036 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4038         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4039         size_t for %zu format.
4041         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4042         difference, not %ju.
4044 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4046         * include/libc-internal.h (ignore_value): New macro.
4047         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4048         with ignore_value.
4050         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4051         definition.
4053         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4054         pthread_cleanup_push to void *.
4056         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4057         Undefine.
4059         [BZ #16619]
4060         [BZ #16740]
4061         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4062         instead of 1L << 52.
4064         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4065         * libio/bug-rewind2.c (do_test): Likewise.
4067         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4068         * debug/test-strcpy_chk-ifunc.c: Likewise.
4069         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4070         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4071         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4072         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4073         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4074         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4075         * Rules [$(multi-arch) = no] (tests): Do not filter out
4076         $(tests-ifunc).
4077         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4078         * debug/Makefile (tests-ifunc): Remove variable.
4079         (tests): Do not add $(tests-ifunc).
4080         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4081         (tests): Do not add $(tests-ifunc).
4082         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4083         [TEST_IFUNC]: Remove conditionals.
4084         * string/test-string.h (TEST_IFUNC): Remove macro.
4085         [TEST_IFUNC]: Remove conditionals.
4087         * string/test-strchr.c [!WIDE] (L): New macro.
4088         [WIDE] (L): Likewise.
4089         (check1): Use CHAR instead of char.  Use L on string and character
4090         constants.
4092 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4094         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4095         tests.
4096         * sysdeps/powerpc/bits/atomic.h
4097         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4098         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4099         (atomic_exchange_and_add_acq): Likewise.
4100         (atomic_exchange_and_add_rel): Likewise.
4101         * sysdeps/powerpc/powerpc32/bits/atomic.h
4102         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4103         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4104         * sysdeps/powerpc/powerpc64/bits/atomic.h
4105         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4106         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4108 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4110         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4111         Change synchronization of __sched_fifo_min_prio and
4112         __sched_fifo_max_prio.
4113         * nptl/pthread_mutexattr_getprioceiling.c
4114         (pthread_mutexattr_getprioceiling): Likewise.
4115         * nptl/pthread_mutexattr_setprioceiling.c
4116         (pthread_mutexattr_setprioceiling): Likewise.
4117         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4118         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4119         Likewise.
4121 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4123         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4124         void.
4126 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4128         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4129         third argument const.
4131 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4133         fnmatch: work around GCC compiler warning bug with uninit var
4134         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4135         This works around a bug with x86-64 GCC 4.9.2 and earlier
4136         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4137         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4138         used uninitialized in this function [-Wmaybe-uninitialized]".
4140 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4142         * posix/bug-regex31.c (main): Return RES not 0.
4144 2014-11-25  Anton Blanchard <anton@samba.org>
4146         * sysdeps/powerpc/bits/atomic.h
4147         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4149 2014-11-24  Sterling Augustine  <saugustine@google.com>
4151         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4153 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4155         [BZ #17608]
4156         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4158 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4160         [BZ #17633]
4161         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4162         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4163         variable.
4164         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4165         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4167 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4169         * string/strncpy.c (strncpy): Improve performance by using memset.
4171 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4173         * string/strcpy.c (strcpy):
4174         Improve performance by using strlen and memcpy.
4176 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4178         * string/strcoll_l.c (get_next_seq): __always_inline.
4179         * string/strcoll_l.c (do_compare): __always_inline.
4181 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4183         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4184         defined.
4185         * include/mqueue.h: Likewise.
4186         * include/stdlib.h: Likewise.
4188         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4189         (get_null_defines): Adjust.
4190         * sunrpc/Makefile: Adjust comment.
4191         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4192         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4193         (CFLAGS-interp.c): Likewise.
4194         (CFLAGS-ldconfig.c): Likewise.
4195         (CPPFLAGS-.os): Likewise.
4196         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4197         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4198         * extra-modules.mk (extra-modules.mk): Likewise.
4199         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4200         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4201         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4202         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4203         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4204         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4205         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4206         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4207         * iconvdata/Makefile (CPPFLAGS): Likewise.
4208         (cpp-srcs-left): Add libof for all iconvdata routines.
4209         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4210         * include/assert.h: Likewise.
4211         * include/ctype.h: Likewise.
4212         * include/errno.h: Likewise.
4213         * include/libc-symbols.h: Likewise.
4214         * include/math.h: Likewise.
4215         * include/netdb.h: Likewise.
4216         * include/resolv.h: Likewise.
4217         * include/stdio.h: Likewise.
4218         * include/stdlib.h: Likewise.
4219         * include/string.h: Likewise.
4220         * include/sys/stat.h: Likewise.
4221         * include/wctype.h: Likewise.
4222         * intl/l10nflist.c: Likewise.
4223         * libidn/idn-stub.c: Likewise.
4224         * libio/libioP.h: Likewise.
4225         * nptl/libc_multiple_threads.c: Likewise.
4226         * nptl/pthreadP.h: Likewise.
4227         * posix/regex_internal.h: Likewise.
4228         * resolv/res_hconf.c: Likewise.
4229         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4230         * sysdeps/arm/memmove.S: Likewise.
4231         * sysdeps/arm/sysdep.h: Likewise.
4232         * sysdeps/generic/_itoa.h: Likewise.
4233         * sysdeps/generic/symbol-hacks.h: Likewise.
4234         * sysdeps/gnu/errlist.awk: Likewise.
4235         * sysdeps/gnu/errlist.c: Likewise.
4236         * sysdeps/i386/i586/memcpy.S: Likewise.
4237         * sysdeps/i386/i586/memset.S: Likewise.
4238         * sysdeps/i386/i686/memcpy.S: Likewise.
4239         * sysdeps/i386/i686/memmove.S: Likewise.
4240         * sysdeps/i386/i686/mempcpy.S: Likewise.
4241         * sysdeps/i386/i686/memset.S: Likewise.
4242         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4243         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4244         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4245         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4246         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4247         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4248         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4249         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4250         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4251         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4252         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4253         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4254         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4255         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4256         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4257         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4258         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4259         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4260         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4261         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4262         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4263         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4264         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4265         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4266         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4267         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4268         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4269         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4270         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4271         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4272         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4273         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4274         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4275         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4276         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4277         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4278         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4279         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4280         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4281         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4282         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4283         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4284         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4285         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4286         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4287         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4288         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4289         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4290         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4291         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4292         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4293         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4294         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4295         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4296         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4297         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4298         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4299         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4300         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4301         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4302         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4303         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4304         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4305         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4306         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4307         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4308         * sysdeps/posix/closedir.c: Likewise.
4309         * sysdeps/posix/opendir.c: Likewise.
4310         * sysdeps/posix/readdir.c: Likewise.
4311         * sysdeps/posix/rewinddir.c: Likewise.
4312         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4313         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4314         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4315         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4316         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4317         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4318         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4319         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4320         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4321         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4322         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4323         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4324         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4325         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4326         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4327         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4328         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4329         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4330         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4331         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4332         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4333         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4334         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4335         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4336         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4337         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4338         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4339         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4340         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4341         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4342         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4343         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4344         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4345         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4346         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4347         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4348         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4349         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4350         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4351         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4352         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4353         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4354         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4355         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4356         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4357         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4358         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4359         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4360         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4361         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4362         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4363         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4364         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4365         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4366         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4367         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4368         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4369         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4370         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4371         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4372         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4373         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4374         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4375         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4376         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4377         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4378         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4379         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4380         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4381         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4382         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4383         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4384         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4385         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4386         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4387         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4388         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4389         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4390         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4391         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4392         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4393         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4394         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4395         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4396         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4397         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4398         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4399         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4400         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4401         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4402         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4403         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4404         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4405         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4406         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4407         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4408         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4409         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4410         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4411         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4412         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4413         * sysdeps/unix/alpha/sysdep.S: Likewise.
4414         * sysdeps/unix/alpha/sysdep.h: Likewise.
4415         * sysdeps/unix/make-syscalls.sh: Likewise.
4416         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4417         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4418         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4419         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4420         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4421         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4422         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4423         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4424         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4425         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4426         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4427         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4428         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4429         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4430         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4431         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4432         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4433         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4434         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4435         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4436         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4437         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4438         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4439         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4440         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4441         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4442         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4445         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4446         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4447         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4448         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4449         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4450         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4451         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4452         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4453         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4454         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4455         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4456         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4457         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4458         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4459         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4460         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4461         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4462         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4463         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4464         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4465         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4466         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4467         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4468         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4469         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4470         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4471         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4472         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4473         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4474         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4475         * sysdeps/x86_64/memcpy.S: Likewise.
4476         * sysdeps/x86_64/memmove.c: Likewise.
4477         * sysdeps/x86_64/memset.S: Likewise.
4478         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4479         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4480         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4481         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4482         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4483         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4484         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4485         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4486         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4487         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4488         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4489         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4490         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4491         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4492         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4493         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4494         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4495         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4496         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4497         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4498         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4499         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4500         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4501         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4502         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4503         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4504         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4505         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4506         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4507         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4508         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4509         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4510         * sysdeps/x86_64/strcmp.S: Likewise.
4512         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4514         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4515         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4516         * elf/rtld-Rules: Likewise.
4517         * elf/setup-vdso.h: Likewise.
4518         * include/assert.h: Likewise.
4519         * include/bits/stdlib-float.h: Likewise.
4520         * include/errno.h: Likewise.
4521         * include/sys/stat.h: Likewise.
4522         * include/unistd.h: Likewise.
4523         * sysdeps/aarch64/setjmp.S: Likewise.
4524         * sysdeps/alpha/setjmp.S: Likewise.
4525         * sysdeps/arm/__longjmp.S: Likewise.
4526         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4527         * sysdeps/arm/setjmp.S: Likewise.
4528         * sysdeps/arm/sysdep.h: Likewise.
4529         * sysdeps/generic/_itoa.h: Likewise.
4530         * sysdeps/generic/dl-sysdep.h: Likewise.
4531         * sysdeps/generic/ldsodefs.h: Likewise.
4532         * sysdeps/i386/dl-tls.h: Likewise.
4533         * sysdeps/i386/setjmp.S: Likewise.
4534         * sysdeps/m68k/setjmp.c: Likewise.
4535         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4536         * sysdeps/mach/hurd/opendir.c: Likewise.
4537         * sysdeps/posix/getcwd.c: Likewise.
4538         * sysdeps/posix/opendir.c: Likewise.
4539         * sysdeps/posix/profil.c: Likewise.
4540         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4541         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4542         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4543         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4544         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4545         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4546         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4547         * sysdeps/s390/dl-tls.h: Likewise.
4548         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4549         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4550         * sysdeps/sh/sh3/setjmp.S: Likewise.
4551         * sysdeps/sh/sh4/setjmp.S: Likewise.
4552         * sysdeps/unix/alpha/sysdep.h: Likewise.
4553         * sysdeps/unix/arm/sysdep.S: Likewise.
4554         * sysdeps/unix/i386/sysdep.S: Likewise.
4555         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4556         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4557         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4558         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4559         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4560         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4561         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4562         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4563         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4564         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4565         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4566         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4567         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4570         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4571         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4572         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4573         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4574         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4575         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4576         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4577         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4578         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4579         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4580         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4581         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4582         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4583         * sysdeps/x86_64/setjmp.S: Likewise.
4585         * include/math.h: Use IS_IN instead of IS_IN_libm.
4586         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4587         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4588         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4589         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4590         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4591         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4592         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4593         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4594         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4595         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4596         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4597         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4598         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4599         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4600         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4601         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4602         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4603         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4604         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4605         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4606         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4607         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4608         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4609         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4610         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4611         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4612         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4613         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4614         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4615         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4616         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4617         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4618         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4620         Likewise.
4621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4622         Likewise.
4623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4624         Likewise.
4625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4626         Likewise.
4627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4628         Likewise.
4629         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4630         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4631         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4632         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4633         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4634         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4635         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4636         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4637         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4639         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4640         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4641         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4642         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4643         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4644         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4645         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4646         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4647         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4648         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4649         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4650         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4651         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4652         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4653         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4654         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4655         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4657         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4658         * nptl/pthreadP.h: Likewise.
4659         * nptl_db/structs.def: Likewise.
4660         * sysdeps/arm/sysdep.h: Likewise.
4661         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4662         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4663         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4664         * sysdeps/unix/alpha/sysdep.h: Likewise.
4665         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4666         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4667         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4668         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4669         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4670         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4671         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4672         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4673         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4674         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4675         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4676         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4677         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4678         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4681         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4682         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4683         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4684         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4685         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4686         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4687         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4688         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4689         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4690         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4692         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4693         * nptl/pthreadP.h: Likewise.
4694         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4695         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4696         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4697         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4698         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4699         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4700         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4701         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4702         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4703         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4704         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4705         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4707         Likewise.
4708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4709         Likewise.
4710         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4711         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4712         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4713         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4714         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4715         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4716         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4717         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4719         * dlfcn/dladdr.c: Use IS_IN.
4720         * dlfcn/dladdr1.c: Likewise.
4721         * dlfcn/dlclose.c: Likewise.
4722         * dlfcn/dlerror.c: Likewise.
4723         * dlfcn/dlinfo.c: Likewise.
4724         * dlfcn/dlmopen.c: Likewise.
4725         * dlfcn/dlopen.c: Likewise.
4726         * dlfcn/dlsym.c: Likewise.
4727         * dlfcn/dlvsym.c: Likewise.
4729         * include/ifaddrs.h: Use IS_IN.
4730         * inet/check_pf.c: Likewise.
4731         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4732         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4734         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4735         IS_IN_ldconfig.
4736         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4737         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4739         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4740         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4741         IS_IN (libc).
4743         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4745         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4746         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4747         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4748         * include/libc-symbols.h (IS_IN_LIB): New macro.
4749         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4750         * include/netdb.h: Likewise.
4751         * include/stap-probe.h: Remove all uses of IN_LIB.
4753         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4754         instead of IN_MODULE.
4755         * include/libc-symbols.h (IN_MODULE): Define using
4756         MODULE_NAME.
4757         (PASTE_NAME, PASTE_NAME1): New macros.
4758         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4759         of IN_LIB.
4760         (STAP_PROBE_ASM): Likewise.
4762 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4764         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4765         __mach_init in dlopened libc.
4767 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4769         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4770         * sysdeps/arm/preconfigure: Regenerate.
4772 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4774         * nptl/pthread_create.c (__pthread_create_2_1): Set
4775         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4776         when copying values from IATTR into PD.
4778 2014-11-21  Will Newton  <will.newton@linaro.org>
4779             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4781         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4782         Refactor inline-asm.  Also add comment.
4784         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4785         ElfW macro instead of hardcoded Elf64 types.
4786         (la_aarch64_gnu_pltenter): Likewise.
4787         * sysdeps/aarch64/dl-machine.h
4788         (elf_machine_runtime_setup): Use ElfW(Addr).
4790         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4791         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4792         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4793         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4794         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4795         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4796         (R_AARCH64_TLS_DTPMOD): This.
4797         (R_AARCH64_TLS_DTPREL64): Rename to ...
4798         (R_AARCH64_TLS_DTPREL): This.
4799         (R_AARCH64_TLS_TPREL64): Rename to ...
4800         (R_AARCH64_TLS_TPREL): This.
4801         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4802         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4803         R_AARCH64_TLS_TPREL64.
4804         (elf_machine_rela): Likewise.
4806 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4808         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4809         by setting it to 0.  64b atomics are not supported currently.
4811 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4813         [BZ #16469]
4814         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4815         search domain names.
4817 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4819         [BZ #16469]
4820         * NEWS: Update.
4821         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4822         trailing dot.
4823         * posix/tst-getaddrinfo5.c: New.
4824         * posix/Makefile (tests): Add it.
4826 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4828         [BZ #14498]
4829         * NEWS: Fixed.
4830         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4831         after parsing line but before break_if_match.
4832         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4833         if there is a protocol mismatch.
4835 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4837         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4838         because the potential race is on the user-supplied stream.
4840 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4842         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4843         string literal if not passed a buffer.
4844         * manual/job.texi (ctermid): Update reasoning, note deviation
4845         from posix, suggest mtasurace when not passed a buffer, for
4846         future non-preliminary safety notes.
4848 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4850         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4851         of not passing it a buffer.
4852         Reported by Peng Haitao.
4854 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4856         * manual/Makefile ($(objpfx)stamp-summary): Require
4857         check-safety.sh to pass.
4858         * manual/check-safety.sh: Wish for verification that every
4859         @deftypefn and @deftypefun is followed by a @safety remark.
4861 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4863         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4865         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4866         PTHREAD_CANCEL_ASYNCHRONOUS.
4867         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4868         send SIGCANCEL.
4870         * nptl/default-sched.h: New file.
4871         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4872         * nptl/pthread_create.c: Include it.
4873         (__pthread_create_2_1): Use collect_default_sched instead of making
4874         Linux syscalls here directly.
4876 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4878         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4879         __pthread_once): Use C11 atomics.
4881 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4883         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4885 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4887         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4888         atomic_thread_fence_acquire, atomic_thread_fence_release,
4889         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4890         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4891         atomic_compare_exchange_weak_relaxed,
4892         atomic_compare_exchange_weak_acquire,
4893         atomic_compare_exchange_weak_release,
4894         atomic_exchange_acquire, atomic_exchange_release,
4895         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4896         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4897         atomic_fetch_and_acquire,
4898         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4900 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4902         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4903         USE_ATOMIC_COMPILER_BUILTINS): Define.
4904         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4905         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4906         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4907         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4908         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4909         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4910         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4911         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4912         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4913         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4914         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4915         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4916         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4917         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4918         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4919         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4920         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4921         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4922         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4923         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4924         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4925         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4926         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4927         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4928         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4929         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4930         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4931         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4932         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4933         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4934         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4935         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4936         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4937         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4938         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4939         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4940         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4941         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4942         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4943         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4945 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4947         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4948         the sched_priority value here.  It was already checked when the user
4949         called pthread_attr_setschedparam.
4951         * nptl/tst-bad-schedattr.c: New file.
4952         * nptl/Makefile (tests): Add it.
4954 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4955             Florian Weimer  <fweimer@redhat.com>
4956             Joseph Myers  <joseph@codesourcery.com>
4957             Adam Conrad  <adconrad@0c3.net>
4958             Andreas Schwab  <schwab@suse.de>
4959             Brooks  <bmoses@google.com>
4961         [BZ #17625]
4962         * wordexp-test.c (__dso_handle): Add prototype.
4963         (__register_atfork): Likewise.
4964         (__app_register_atfork): New function.
4965         (registered_forks): New global.
4966         (register_fork): New function.
4967         (test_case): Add 3 new tests for WRDE_CMDSUB.
4968         (main): Call __app_register_atfork.
4969         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4970         fork count is non-zero fail the test.
4971         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4972         is set.
4973         (parse_dollars): Remove check for WRDE_NOCMD.
4974         (parse_dquote): Likewise.
4976 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4978         * Makeconfig (built-modules): List non-library modules to be
4979         built.
4980         (module-cppflags): Include libc-modules.h for
4981         everything except shlib-versions.v.i.
4982         (CPPFLAGS): Use it.
4983         (before-compile): Add libc-modules.h.
4984         ($(common-objpfx)libc-modules.h,
4985         $(common-objpfx)libc-modules.stmp): New targets.
4986         (common-generated): Add libc-modules.h and libc-modules.stmp.
4987         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4988         * include/libc-symbols.h: Don't include libc-modules.h.
4989         * include/libc-modules.h: Remove file.
4990         * scripts/gen-libc-modules.awk: New script to generate
4991         libc-modules.h.
4992         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4993         Depend on libc-modules.stmp.
4995         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4997         * Makeconfig (in-module): Get value of libof set for the
4998         translation unit.
4999         (CPPFLAGS): Use $(in-module).
5000         * Makerules: Don't suffix routine names for nonlib.
5001         * include/libc-modules.h: New file.
5002         * include/libc-symbols.h: Include libc-modules.h
5003         (IS_IN): New macro to replace IS_IN_* macros.
5004         * elf/Makefile: Set libof-* for each routine.
5005         * elf/rtld-Rules: Likewise.
5006         * extra-modules.mk: Likewise.
5007         * iconv/Makefile: Likewise.
5008         * iconvdata/Makefile: Likewise.
5009         * locale/Makefile: Likewise.
5010         * malloc/Makefile: Likewise.
5011         * nss/Makefile: Likewise.
5012         * sysdeps/gnu/Makefile: Likewise.
5013         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5014         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5015         * sysdeps/s390/s390-64/Makefile: Likewise.
5016         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5017         CPPFLAGS for nscd instead of nonlib.
5019 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5021         * nptl/createthread.c: New file.
5023         * nptl/createthread.c: Moved ...
5024         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5026         * nptl/createthread.c: Add proper top-line comment.
5027         (do_clone): Folded into ...
5028         (create_thread): ... here.  Take new arguments STOPPED_START and
5029         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5030         increment __nptl_threads, do event-reporting logic, do
5031         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5032         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5033         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5034         just send SIGCANCEL.
5035         * nptl/pthread_create.c: Forward-declare create_thread before
5036         including createthread.c.
5037         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5038         declaration, and new macro START_THREAD_SELF to replace argument.
5039         Remove return statement.
5040         (report_thread_creation): New function.
5041         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5042         synchronization logic, and __nptl_nthreads increment here, around
5043         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5044         PD->parent_cancelhandling here, before create_thread.  When
5045         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5046         __deallocate_stack, and ENOMEM translation here.
5048 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5050         [BZ #17616]
5051         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5052         (mptwo): Rename to __mptwo.
5053         (__inv): Use __mptwo instead of mptwo.
5054         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5055         (mptwo): Rename to __mptwo.
5056         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5057         of mpone and __mptwo instead of mptwo.
5058         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5059         instead of mpone.
5060         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5061         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5062         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5063         of mpone and __mptwo instead of mptwo.
5064         (__mpranred): Use __mpone instead of mpone.
5065         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5066         variable.
5067         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5068         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5069         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5070         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5071         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5072         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5073         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5074         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5075         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5076         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5077         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5078         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5079         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5080         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5081         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5082         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5083         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5084         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5085         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5087 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5089         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5090         replace BSD Handler xref with BSD Signal Handling.
5092 2014-11-17  Richard Henderson  <rth@redhat.com>
5094         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5095         (_FP_PACK_RAW_2): Remove.
5096         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5097         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5098         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5099         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5100         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5101         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5102         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5103         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5104         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5105         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5106         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5107         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5108         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5109         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5110         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5111         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5113 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5115         * signal/signal.h [__USE_MISC]
5116         (struct sigvec): Remove type.
5117         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5118         (sigvec): Remove declaration.
5119         * sysdeps/posix/sigvec.c: Moved ...
5120         * signal/sigvec.c: ... here, replacing old file.
5121         (struct sigvec): New type, copied from old signal.h definition.
5122         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5123         (__sigvec): Convert definition to prototype.
5124         (sigvec): Replace weak_alias with compat_symbol.
5125         * signal/Versions (libc: GLIBC_2.21): New version set.
5126         * include/signal.h: Remove __sigvec declaration.
5127         * sysdeps/unix/bsd/sigvec.c: Remove file.
5128         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5129         * manual/signal.texi (BSD Handler): Remove subsection.
5130         Move siginterrupt up to ...
5131         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5132         (Blocking in BSD): Fold subsection into its parent.
5133         * NEWS: Mention sigvec removal.
5135 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5137         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5138         (DLA_FMS): Make definition conditional only on [__FMA4__].
5139         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5140         definition.
5142         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5143         Make definition conditional only on [PROF].
5144         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5145         definition.
5146         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5147         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5149         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5150         !__GNUC__].
5151         * include/signal.h (__sigpause): Move declaration above call to
5152         libc_hidden_proto.
5153         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5154         variable.
5155         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5156         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5158 2014-11-14  David S. Miller  <davem@davemloft.net>
5160         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5161         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5163 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5165         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5166         * configure: Regenerated.
5167         * manual/install.texi (Tools for Compilation): Document a
5168         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5169         compiler verified to work.
5170         * INSTALL: Regenerated.
5172         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5173         redeclare with asm name.
5174         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5175         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5176         including <string.h>.
5177         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5178         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5179         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5180         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5181         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5182         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5183         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5185 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5187         * stdlib/strtol.c (__strtol): Use prototype definition.
5189         [BZ #17594]
5190         * stdlib/strtol.c (SYM__): New macro.
5191         (SYM__1): Likewise.
5192         (__strtol): Likewise.
5193         (strtol): Rename to __strtol and define as weak alias of
5194         __strtol.  Use libc_hidden_weak.
5196 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5198         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5199         Use numbered labels in inline assembly.
5201 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5203         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5204         Add setjmp LIBC_PROBE.
5205         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5206         Likewise.
5207         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5208         Add longjmp, longjmp_target LIBC_PROBE.
5209         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5210         Likewise.
5212 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5214         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5215         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5216         to get rid of unused variable warning.
5218 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5220         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5221         Check for unwind_backtrace ==  NULL only in SHARED case.
5222         (__backchain_backtrace): Compile only in SHARED case.
5223         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5224         Likewise.
5225         (__backchain_backtrace): Declare as static.
5227 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5229         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5230         (__libc_multiple_threads_ptr): Variable moved ...
5231         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5233 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5235         * conform/GlibcConform.pm: New file.
5236         * conform/conformtest.pl: Use GlibcConform module.
5237         * conform/linknamespace.pl: New file.
5238         * conform/list-header-symbols.pl: Likewise.
5239         * conform/Makefile (linknamespace-symlists-base): New variable.
5240         (linknamespace-symlists-tests): Likewise.
5241         (linknamespace-header-base): Likewise.
5242         (linknamespace-header-tests): Likewise.
5243         (tests-special): Add new tests.
5244         ($(linknamespace-symlists-tests)): New rule.
5245         (linknamespace-libs): New variable.
5246         ($(objpfx)symlist-stdlibs): New rule.
5247         ($(linknamespace-header-tests)): Likewise.
5248         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5249         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5250         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5251         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5252         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5253         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5254         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5255         (test-xfail-ISO/math.h/linknamespace): Likewise.
5256         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5257         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5258         (test-xfail-ISO/time.h/linknamespace): Likewise.
5259         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5260         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5261         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5262         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5263         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5264         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5265         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5266         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5267         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5268         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5269         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5270         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5271         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5272         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5273         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5274         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5275         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5276         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5277         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5278         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5279         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5280         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5281         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5282         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5283         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5284         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5285         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5286         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5287         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5288         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5289         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5290         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5291         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5292         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5293         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5294         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5295         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5296         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5297         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5298         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5299         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5300         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5301         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5302         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5303         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5304         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5305         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5306         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5307         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5308         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5309         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5310         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5311         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5312         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5313         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5314         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5315         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5316         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5317         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5318         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5319         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5320         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5321         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5322         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5323         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5324         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5325         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5326         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5327         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5328         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5329         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5330         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5331         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5332         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5333         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5334         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5335         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5336         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5337         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5338         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5339         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5340         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5341         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5342         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5343         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5344         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5345         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5346         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5347         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5348         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5349         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5350         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5351         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5352         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5353         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5354         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5355         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5356         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5357         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5358         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5359         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5360         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5361         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5362         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5363         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5364         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5365         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5366         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5367         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5368         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5369         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5370         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5371         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5372         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5373         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5374         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5375         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5376         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5377         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5378         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5379         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5380         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5381         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5382         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5383         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5384         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5385         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5386         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5387         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5388         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5389         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5390         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5391         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5392         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5393         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5394         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5395         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5396         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5397         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5398         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5399         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5400         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5401         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5402         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5403         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5404         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5405         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5406         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5407         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5408         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5410         [BZ #17589]
5411         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5412         of fgets_unlocked.
5414         [BZ #17585]
5415         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5416         (memmem): Rename to __memmem and define as weak alias of
5417         __memmem.  Use libc_hidden_weak.
5418         (__memmem): Use libc_hidden_def.
5419         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5420         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5421         memmem.
5423         [BZ #17582]
5424         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5425         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5426         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5427         and define as weak alias of __fgets_unlocked.  Use
5428         libc_hidden_weak.
5429         (__fgets_unlocked): Use libc_hidden_def.
5430         * include/stdio.h (__fgets_unlocked): Declare.  Use
5431         libc_hidden_proto.
5432         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5433         __fgets_unlocked instead of fgets_unlocked.
5434         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5435         (GET_NPROCS_CONF_PARSER): Likewise.
5436         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5437         (GET_NPROCS_CONF_PARSER): Likewise.
5439         [BZ #17574]
5440         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5441         weak alias of __wmemset.  Use libc_hidden_weak.
5442         (__wmemset): Use libc_hidden_def.
5443         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5444         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5445         of wmemset.
5447         [BZ #17573]
5448         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5449         with asm name __mempcpy.
5450         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5452         [BZ #17572]
5453         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5454         and define as weak alias of __rawmemchr.
5455         (__rawmemchr): Do not define as strong alias of rawmemchr.
5457         [BZ #17571]
5458         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5459         alias of __qsort_r.
5460         (qsort): Call __qsort_r instead of qsort_r.
5461         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5462         (__qsort_r): Declare.  Call libc_hidden_proto.
5463         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5464         instead of qsort_r.
5465         * nscd/gai.c (__qsort_r): Define to qsort_r.
5466         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5467         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5468         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5470         [BZ #17570]
5471         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5472         define as weak alias of __malloc_info.
5474         [BZ #17584]
5475         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5476         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5477         (__rewinddir): Use libc_hidden_def.
5478         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5479         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5480         (__rewinddir): Use libc_hidden_def.
5481         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5482         weak alias of __rewinddir.  Don't use libc_hidden_def.
5483         (__rewinddir): Use libc_hidden_def.
5484         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5485         (__rewinddir): Use libc_hidden_proto.
5486         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5487         rewinddir.
5488         (__getcwd): Use __rewinddir instead of rewinddir.
5490         [BZ #17583]
5491         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5492         alias of __fileno.  Use libc_hidden_weak.
5493         (__fileno): Use libc_hidden_def.
5494         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5495         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5496         alias of __ftello.
5497         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5498         __ftello.
5499         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5500         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5501         libc_hidden_def.
5502         (fread_unlocked): Don't use libc_hidden_ver.
5503         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5504         and define as weak alias of __fread_unlocked.  Don't use
5505         libc_hidden_def.
5506         (__fread_unlocked): Use libc_hidden_def.
5507         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5508         (ftello): Don't use libc_hidden_proto.
5509         (__ftello): Declare.  Use libc_hidden_proto.
5510         (fread_unlocked): Don't use libc_hidden_proto.
5511         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5512         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5513         and __ftello instead of fileno, fread_unlocked and ftello.
5515 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5517         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5518         GOT12.
5519         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5520         Likewise.
5521         (_dl_start_user): Likewise.
5522         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5524 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5525             Siddhesh Poyarekar  <siddhesh@redhat.com>
5527         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5528         Move argv and envp down instead of moving argc up.
5529         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5531 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5533         [BZ #17506]
5534         * test-skeleton.c (main): Return successful if one of
5535         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5536         * string/tst-strcoll-overflow.c: Define expected status.
5538 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5540         [BZ #17475]
5541         * locale/iso-639.def: Define Bhili and Tulu language codes.
5543 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5545         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5547 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5549         [BZ #17555]
5550         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5552 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5554         * configure.ac: Updated check of minimal required version to
5555         2.22.
5556         * manual/install.texi (Tools for Compilation): Updated version
5557         number.
5558         * configure: Regenerated.
5559         * INSTALL: Likewise.
5561 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5563         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5564         __tls_get_addr.
5566 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5568         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5569         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5570         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5571         libc_hidden_weak.
5572         (waitpid): Define as alias of __waitpid.
5573         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5574         __waitpid.
5575         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5576         libc_hidden_weak.
5577         (waitpid): Define as alias of __waitpid.
5578         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5579         __libc_waitpid alias.
5580         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5581         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5582         Likewise.
5583         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5584         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5585         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5586         alias.
5587         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5588         __waitpid.
5589         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5590         libc_hidden_weak.
5591         (waitpid): Define as alias of __waitpid.
5593 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5595         * manual/llio.texi: Add comment that write safety has been
5596         fixed in Linux.
5598         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5599         (localplt-build-dso): Add elf/ld.so.
5600         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5601         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5602         and free for ld.so.
5603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5604         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5606         Likewise.
5607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5608         Likewise.
5609         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5610         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5611         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5612         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5613         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5614         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5615         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5616         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5617         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5618         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5619         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5621 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5623         [BZ #14132]
5624         * include/libc-symbols.h (INTUSE): Remove macro.
5625         (INTDEF): Likewise.
5626         (INTVARDEF): Likewise.
5627         (_INTVARDEF): Likewise.
5628         (INTDEF2): Likewise.
5629         (INTVARDEF2): Likewise.
5630         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5631         rtld_hidden_def instead of INTVARDEF.
5632         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5633         (_dl_starting_up_internal): Remove declaration.
5634         (_dl_starting_up): Use rtld_hidden_proto.
5635         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5636         declaration.
5637         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5638         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5639         _dl_starting_up.
5640         * elf/dl-writev.h (_dl_writev): Likewise.
5641         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5642         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5643         _dl_starting_up_internal.
5645 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5647         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5648         test-skeleton.c.
5650 2014-11-05  Will Newton  <will.newton@linaro.org>
5652         * benchtests/Makefile: (bench-malloc): Add malloc thread
5653         scalability benchmark.
5654         * benchtests/bench-malloc-threads.c: New file.
5656 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5658         * sysdeps/aarch64/strchrnul.S: New file.
5660 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5662         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5663         definition.
5664         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5665         Likwise.
5666         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5667         Likewise.
5668         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5669         Likewise.
5670         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5671         Likewise.
5672         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5673         Likewise.
5675 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5677         * catgets/test-gencat.c: Use test-skeleton.c.
5678         * catgets/tst-catgets.c: Likewise.
5679         * csu/tst-empty.c: Likewise.
5680         * elf/tst-audit2.c: Likewise.
5681         * elf/tst-global1.c: Likewise.
5682         * elf/tst-pathopt.c: Likewise.
5683         * elf/tst-piemod1.c: Likewise.
5684         * elf/tst-tls10.c: Likewise.
5685         * elf/tst-tls11.c: Likewise.
5686         * elf/tst-tls12.c: Likewise.
5687         * gnulib/tst-gcc.c: Likewise.
5688         * iconvdata/tst-e2big.c: Likewise.
5689         * iconvdata/tst-loading.c: Likewise.
5690         * iconv/tst-iconv1.c: Likewise.
5691         * iconv/tst-iconv2.c: Likewise.
5692         * inet/test-inet6_opt.c: Likewise.
5693         * inet/tst-gethnm.c: Likewise.
5694         * inet/tst-network.c: Likewise.
5695         * inet/tst-ntoa.c: Likewise.
5696         * intl/tst-codeset.c: Likewise.
5697         * intl/tst-gettext2.c: Likewise.
5698         * intl/tst-gettext3.c: Likewise.
5699         * intl/tst-ngettext.c: Likewise.
5700         * intl/tst-translit.c: Likewise.
5701         * io/test-stat.c: Likewise.
5702         * libio/test-fmemopen.c: Likewise.
5703         * libio/tst-freopen.c: Likewise.
5704         * libio/tst-sscanf.c: Likewise.
5705         * libio/tst-ungetwc1.c: Likewise.
5706         * libio/tst-ungetwc2.c: Likewise.
5707         * libio/tst-widetext.c: Likewise.
5708         * localedata/tst-ctype.c: Likewise.
5709         * localedata/tst-digits.c: Likewise.
5710         * localedata/tst-leaks.c: Likewise.
5711         * localedata/tst-mbswcs1.c: Likewise.
5712         * localedata/tst-mbswcs2.c: Likewise.
5713         * localedata/tst-mbswcs3.c: Likewise.
5714         * localedata/tst-mbswcs4.c: Likewise.
5715         * localedata/tst-mbswcs5.c: Likewise.
5716         * localedata/tst-setlocale.c: Likewise.
5717         * localedata/tst-trans.c: Likewise.
5718         * localedata/tst-wctype.c: Likewise.
5719         * localedata/tst-xlocale1.c: Likewise.
5720         * login/tst-grantpt.c: Likewise.
5721         * malloc/tst-calloc.c: Likewise.
5722         * malloc/tst-malloc.c: Likewise.
5723         * malloc/tst-mallocstate.c: Likewise.
5724         * malloc/tst-mcheck.c: Likewise.
5725         * malloc/tst-mtrace.c: Likewise.
5726         * malloc/tst-obstack.c: Likewise.
5727         * math/atest-exp2.c: Likewise.
5728         * math/atest-exp.c: Likewise.
5729         * math/atest-sincos.c: Likewise.
5730         * math/test-matherr.c: Likewise.
5731         * math/test-misc.c: Likewise.
5732         * math/test-powl.c: Likewise.
5733         * math/tst-definitions.c: Likewise.
5734         * misc/tst-dirname.c: Likewise.
5735         * misc/tst-efgcvt.c: Likewise.
5736         * misc/tst-fdset.c: Likewise.
5737         * misc/tst-hsearch.c: Likewise.
5738         * misc/tst-mntent2.c: Likewise.
5739         * nptl/tst-sem7.c: Likewise.
5740         * nptl/tst-sem8.c: Likewise.
5741         * nptl/tst-sem9.c: Likewise.
5742         * nss/test-netdb.c: Likewise.
5743         * posix/tst-fnmatch.c: Likewise.
5744         * posix/tst-getlogin.c: Likewise.
5745         * posix/tst-gnuglob.c: Likewise.
5746         * posix/tst-mmap.c: Likewise.
5747         * pwd/tst-getpw.c: Likewise.
5748         * resolv/tst-inet_ntop.c: Likewise.
5749         * rt/tst-timer.c: Likewise.
5750         * stdio-common/test-fseek.c: Likewise.
5751         * stdio-common/test-popen.c: Likewise.
5752         * stdio-common/test-vfprintf.c: Likewise.
5753         * stdio-common/tst-cookie.c: Likewise.
5754         * stdio-common/tst-fileno.c: Likewise.
5755         * stdio-common/tst-gets.c: Likewise.
5756         * stdio-common/tst-obprintf.c: Likewise.
5757         * stdio-common/tst-perror.c: Likewise.
5758         * stdio-common/tst-sprintf2.c: Likewise.
5759         * stdio-common/tst-sprintf3.c: Likewise.
5760         * stdio-common/tst-sprintf.c: Likewise.
5761         * stdio-common/tst-swprintf.c: Likewise.
5762         * stdio-common/tst-tmpnam.c: Likewise.
5763         * stdio-common/tst-unbputc.c: Likewise.
5764         * stdio-common/tst-wc-printf.c: Likewise.
5765         * stdlib/tst-environ.c: Likewise.
5766         * stdlib/tst-fmtmsg.c: Likewise.
5767         * stdlib/tst-limits.c: Likewise.
5768         * stdlib/tst-rand48-2.c: Likewise.
5769         * stdlib/tst-rand48.c: Likewise.
5770         * stdlib/tst-random2.c: Likewise.
5771         * stdlib/tst-random.c: Likewise.
5772         * stdlib/tst-strtol.c: Likewise.
5773         * stdlib/tst-strtoll.c: Likewise.
5774         * stdlib/tst-tls-atexit.c: Likewise.
5775         * stdlib/tst-xpg-basename.c: Likewise.
5776         * string/test-ffs.c: Likewise.
5777         * string/tst-bswap.c: Likewise.
5778         * string/tst-inlcall.c: Likewise.
5779         * string/tst-strtok.c: Likewise.
5780         * string/tst-strxfrm.c: Likewise.
5781         * sysdeps/x86_64/tst-audit10.c: Likewise.
5782         * sysdeps/x86_64/tst-audit3.c: Likewise.
5783         * sysdeps/x86_64/tst-audit4.c: Likewise.
5784         * sysdeps/x86_64/tst-audit5.c: Likewise.
5785         * time/tst-ftime_l.c: Likewise.
5786         * time/tst-getdate.c: Likewise.
5787         * time/tst-mktime3.c: Likewise.
5788         * time/tst-mktime.c: Likewise.
5789         * time/tst-posixtz.c: Likewise.
5790         * time/tst-strptime2.c: Likewise.
5791         * time/tst-strptime3.c: Likewise.
5792         * wcsmbs/tst-btowc.c: Likewise.
5793         * wcsmbs/tst-mbrtowc.c: Likewise.
5794         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5795         * wcsmbs/tst-wchar-h.c: Likewise.
5796         * wcsmbs/tst-wcpncpy.c: Likewise.
5797         * wcsmbs/tst-wcrtomb.c: Likewise.
5798         * wcsmbs/tst-wcsnlen.c: Likewise.
5799         * wcsmbs/tst-wcstof.c: Likewise.
5801 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5803         [BZ #14132]
5804         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5805         INTDEF.
5806         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5807         declaration.
5808         (_dl_mcount): Use rtld_hidden_proto.
5809         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5810         _dl_mcount.
5811         * elf/rtld.c (_rtld_global_ro): Likewise.
5813         [BZ #14132]
5814         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5815         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5816         of _dl_init_internal.
5817         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5818         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5819         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5820         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5821         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5822         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5823         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5824         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5825         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5826         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5827         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5828         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5829         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5830         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5831         * sysdeps/tile/dl-start.S (_start): Likewise.
5832         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5833         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5835         [BZ #14132]
5836         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5837         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5838         (rtld_progname): Make macro definition unconditional.
5839         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5840         INTDEF.
5841         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5842         (dl_main): Likewise.
5843         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5844         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5845         instead of _dl_argv_internal.
5846         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5847         __GI__dl_argv instead of INTUSE(_dl_argv).
5848         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5849         __GI__dl_argv instead of _dl_argv_internal.
5851         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5852         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5853         macro.
5854         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5855         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5856         New macro.
5857         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5858         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5859         macro.
5860         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5861         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5863 2014-11-04  Andreas Schwab  <schwab@suse.de>
5865         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5867 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5869         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5870         mtvsrd instruction in binary form.
5872 2014-11-03  Andreas Schwab  <schwab@suse.de>
5874         [BZ #17522]
5875         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5876         for less than MB_LEN_MAX use a local buffer of that size.
5877         * libio/tst-fputws.c: New file.
5878         * libio/Makefile (tests): Add tst-fputws.
5880 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5882         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5883         the size of the fpu_fr.fpu_dregs[] array.
5885 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5887         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5888         (__nanosleep): Do not define as alias.
5889         (nanosleep): Define as alias of __nanosleep.
5890         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5891         __libc_nanosleep name.
5893 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5895         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5896         install.texi in comment.
5898 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5900         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5901         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5902         ... add here and use lwsync or sync ...
5903         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5904         ... and add here using lwsync.
5906 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5908         * elf/dl-machine-reject-phdr.h: New file.
5909         * elf/dl-load.c: #include that.
5910         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5911         if that returned true.
5913 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5915         [BZ #17496]
5916         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5917         gen-as-const-headers chunk.  Add a big scare comment after the last
5918         safe place to touch before-compile.
5920 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5922         * manual/install.texi (Tools for Compilation): Update autoconf
5923         version requirements.
5924         * INSTALL: Regenerated.
5926         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5927         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5928         (__libc_pselect): Likewise.
5930         [BZ #14138]
5931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5936 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5938         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5939         correct barrier instruction.
5940         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5941         Likewise.
5942         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5943         Likewise.
5945 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5947         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5948         after defining inlines.  Instead, just use parens to defeat macro
5949         expansion of __isctype in its declaration.
5951 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5953         * include/sys/uio.h (__libc_readv): Remove declaration.
5954         (__libc_writev): Likewise.
5955         * misc/readv.c (__libc_readv): Rename to __readv.
5956         (__readv): Do not define as alias.
5957         (readv): Define as alias of __readv.
5958         * misc/writev.c (__libc_writev): Rename to __writev.
5959         (__writev): Do not define as alias.
5960         (writev): Define as alias of __writev.
5961         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5962         (__readv): Do not define as alias.
5963         (readv): Define unconditionally as alias of __readv.
5964         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5965         (__writev): Do not define as alias.
5966         (writev): Define unconditionally as alias of __writev.
5967         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5968         name.
5969         (writev): Do not define __libc_writev name.
5971 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5973         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5974         (convert_charseq): New function, broken out of ...
5975         (use_from_charmap): ... here.  Call it.
5976         (use_to_charmap): Use convert_charseq and free instead of duplicating
5977         its code with a variable-length stack struct.
5979 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5981         * include/fcntl.h (__libc_creat): Remove declaration.
5982         * io/creat.c (__libc_creat): Rename to creat.
5983         (creat): Do not define as alias.
5984         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5985         of creat instead of __libc_creat.
5986         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5987         to creat.
5988         (creat): Do not define as alias.
5989         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5990         __libc_creat.
5991         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5992         __libc_creat name.
5993         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5994         Likewise.
5996 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5998         * manual/llio.texi: Add comments discussing why write() may be
5999         considered MT-unsafe on Linux.
6001 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6003         * dl-load.c (local_strdup): Remove.
6004         (expand_dynamic_string_token): Use __strdup.
6005         (decompose_rpath): Likewise.
6006         (_dl_map_object): Likewise.
6008 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6010         [BZ #14132]
6011         * sysdeps/generic/unwind-dw2-fde.c
6012         (__register_frame_info_bases_internal): Do not declare.
6013         (__register_frame_info_table_bases_internal): Likewise.
6014         (__deregister_frame_info_bases_internal): Likewise.
6015         (__register_frame_info_bases): Declare and use hidden_proto before
6016         definition.  Use hidden_def instead of INTDEF.
6017         (__register_frame_info_table_bases): Likewise.
6018         (__deregister_frame_info_bases): Likewise.
6019         (__register_frame_info): Do not use INTUSE.
6020         (__register_frame): Likewise.
6021         (__register_frame_info_table): Likewise.
6022         (__register_frame_table): Likewise.
6023         (__deregister_frame_info): Likewise.
6024         (__deregister_frame): Likewise.
6026 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6028         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6029         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6030         not undefine.
6031         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6032         Likewise.
6033         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6034         Likewise.
6036 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6038         [BZ #14138]
6039         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6040         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6041         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6042         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6043         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6044         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6045         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6046         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6047         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6048         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6049         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6050         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6051         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6052         syscall.
6053         (setfsuid): Likewise.
6054         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6055         (setfsuid): Likewise.
6056         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6057         (setfsuid): Likewise.
6058         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6059         Likewise.
6060         (setfsuid): Likewise.
6061         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6062         (setfsuid): Likewise.
6063         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6064         Likewise.
6065         (setfsuid): Likewise.
6067 2014-10-27  Andreas Schwab  <schwab@suse.de>
6069         [BZ #17501]
6070         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6071         check for Slow_SSE4_2 feature bit.
6072         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6073         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6074         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6075         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6077 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6079         * configure.ac: Validate compiler version with a empirical test of
6080         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6081         $CC -v output.
6082         * configure: Regenerated.
6084         * inet/htons.c (htons): Prototypify.
6085         * inet/htonl.c (htonl): Likewise.
6087 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6089         * string/strncat.c (strncat): Improve performance by using strlen.
6091 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6093         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6095 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6097         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6098         Call libc_fetestexcept_aarch64.
6100 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6102         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6103         Call libc_feholdexcept_aarch64.
6105 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6107         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6108         Call get_rounding_mode.
6110 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6112         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6113         Simplify logic.
6115 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6117         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6118         Simplify logic.
6120 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6122         [BZ #14138]
6123         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6124         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6125         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6126         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6127         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6128         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6129         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6130         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6131         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6132         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6133         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6134         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6135         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6136         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6137         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6138         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6139         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6140         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6141         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6142         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6143         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6144         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6145         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6146         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6147         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6148         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6149         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6150         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6151         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6152         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6153         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6154         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6155         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6156         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6157         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6158         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6159         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6160         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6161         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6162         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6163         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6164         syscall.
6165         (geteuid): Likewise.
6166         (getgid): Likewise.
6167         (getuid): Likewise.
6168         (getresgid): Likewise.
6169         (getresuid): Likewise.
6170         (getgroups): Likewise.
6171         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6172         (geteuid): Likewise.
6173         (getgid): Likewise.
6174         (getuid): Likewise.
6175         (getresgid): Likewise.
6176         (getresuid): Likewise.
6177         (getgroups): Likewise.
6178         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6179         (geteuid): Likewise.
6180         (getgid): Likewise.
6181         (getuid): Likewise.
6182         (getresgid): Likewise.
6183         (getresuid): Likewise.
6184         (getgroups): Likewise.
6185         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6186         Likewise.
6187         (geteuid): Likewise.
6188         (getgid): Likewise.
6189         (getuid): Likewise.
6190         (getresgid): Likewise.
6191         (getresuid): Likewise.
6192         (getgroups): Likewise.
6193         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6194         (geteuid): Likewise.
6195         (getgid): Likewise.
6196         (getuid): Likewise.
6197         (getresgid): Likewise.
6198         (getresuid): Likewise.
6199         (getgroups): Likewise.
6200         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6201         Likewise.
6202         (geteuid): Likewise.
6203         (getgid): Likewise.
6204         (getuid): Likewise.
6205         (getgroups): Likewise.
6207         [BZ #14138]
6208         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6209         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6210         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6211         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6212         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6213         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6214         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6215         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6216         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6217         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6218         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6219         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6220         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6221         __chown.
6222         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6223         (lchown): Likewise.
6224         (fchown): Likewise.
6225         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6226         Likewise.
6227         (lchown): Likewise.
6228         (fchown): Likewise.
6229         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6230         (lchown): Likewise.
6231         (fchown): Likewise.
6232         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6233         Likewise.
6234         (lchown): Likewise.
6235         (fchown): Likewise.
6237 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6239         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6240         Simplify logic.
6242 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6244         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6245         Cleanup logic.
6247 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6249         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6250         Remove unused include.
6252 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6254         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6255         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6256         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6257         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6259 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6260             Helge Deller <deller@gmx.de>
6262         [BZ #17508]
6263         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6264         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6265         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6267 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6269         [BZ #14132]
6270         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6271         Remove macro definition.
6272         (__ashrdi3_v_glibc20): Likewise.
6273         (__lshrdi3_v_glibc20): Likewise.
6274         (__cmpdi2_v_glibc20): Likewise.
6275         (__ucmpdi2_v_glibc20): Likewise.
6276         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6277         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6278         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6279         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6280         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6281         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6283 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6285         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6286         old GNU extension [0] syntax.
6287         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6288         alloca rather than an array member with variable length.
6289         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6290         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6291         (parse_opt): ... here.  Likewise use alloca there.
6292         Validate the -i argument before checking for rootness.
6293         (send_shutdown): New function, broken out of ...
6294         (parse_opt): ... here.
6296 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6298         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6299         macro to get at the _rt_local_ro field.
6300         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6301         ([PIC] case) or _dl_hwcap ([!PIC] case).
6302         * sysdeps/arm/setjmp.S: Likewise.
6304         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6305         * sysdeps/arm/configure.ac: New check to define it.
6306         * sysdeps/arm/configure: Regenerated.
6307         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6308         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6309         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6310         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6311         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6312         Use move/movt pair instead of a load.
6313         (LDST_GLOBAL): Macro removed.
6314         (LDR_GLOBAL): New macro replaces it.
6315         (LDR_HIDDEN): New macro.
6316         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6317         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6319         * setjmp/tst-setjmp-static.c: New file.
6320         * setjmp/Makefile (tests): Add it.
6321         (tests-static): New variable.
6323 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6325         [BZ #17485]
6326         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6328 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6330         [BZ #14132]
6331         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6333 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6335         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6337 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6339         * io/fts.c (dirent_not_directory): New function.
6340         (fts_build): Call it.
6342 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6344         * nptl/version.c (__nptl_main): Use normal __write rather than
6345         INTERNAL_SYSCALL.
6346         (banner): Update copyright years.
6348         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6349         gettimeofday.
6350         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6351         * nptl/pthread_cond_timedwait.c: Likewise.
6352         * nptl/pthread_mutex_timedlock.c: Likewise.
6353         * nptl/sem_timedwait.c: Likewise.
6355         * sysdeps/nptl/bits/libc-lock.h
6356         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6357         (__libc_lock_init_recursive): Return void, not 0.
6358         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6359         (__libc_rwlock_init): Likewise.
6360         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6362 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6364         [BZ #15215]
6365         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6366         (__pthread_once_slow): ... here.
6367         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6368         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6370 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6372         [BZ #15215]
6373         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6374         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6375         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6376         * nptl/pthread_once.c (__pthread_once): Likewise.
6377         Update comments.
6379 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6381         [BZ #14138]
6382         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6383         name.
6384         (writev): Use __libc_writev as strong name.
6385         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6386         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6388 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6390         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6392         * sysdeps/i386/nptl/tls.h
6393         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6394         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6395         New macros.
6396         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6397         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6398         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6399         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6400         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6401         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6403         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6404         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6405         on [__NR_futex].
6406         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6407         broken out of ...
6408         (__pthread_mutex_init): ... here.  Call it.
6409         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6410         Conditionalize PI cases on [__NR_futex].
6411         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6412         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6413         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6415         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6416         conditional on [SIGSETXID].
6417         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6418         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6419         is defined.  Likewise for SIGSETXID.
6420         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6421         Conditionalize definitions on [SIGSETXID].
6422         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6423         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6424         unblocking on [SIGCANCEL].
6426         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6427         [__NR_set_robust_list].
6429 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6431         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6432         (do_compare): Likewise.
6434 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6436         [BZ #15884]
6437         * string/strcoll_l.c: Don't include stdio.h.
6438         (coll_seq): Remove members idxarr and rulearr.
6439         (get_next_seq_cached): Remove function.
6440         (get_next_seq): Likewise.
6441         (get_next_seq_nocache): Rename to get_next_seq.
6442         (do_compare): Remove function.
6443         (do_compare_nocache): Rename to do_compare.
6444         (STRCOLL): Remove weight and rules cache.
6446 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6448         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6449         * sysdeps/arm/sfp-machine.h: ... to here.
6450         * sysdeps/arm/Implies: Remove arm/soft-fp.
6452 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6454         * conform/data/sys/utsname.h-data (*_t): Allow.
6455         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6456         [POSIX] (WEXITED): Do not expect constant.
6457         [POSIX] (WSTOPPED): Likewise.
6458         [POSIX] (WNOHANG): Likewise.
6459         [POSIX] (WNOWAIT): Likewise.
6460         [POSIX] (siginfo_t): Do not expect type or elements.
6461         [POSIX] (pid_t): Do not expect type.
6462         [POSIX] (signal.h): Do not allow header.
6463         [POSIX] (sys/resource.h): Likewise.
6464         [POSIX] (si_*): Do not allow pattern.
6465         [POSIX] (W*): Likewise.
6466         [POSIX] (P_*): Likewise.
6467         [POSIX] (BUS_*): Likewise.
6468         [POSIX] (CLD_*): Likewise.
6469         [POSIX] (FPE_*): Likewise.
6470         [POSIX] (ILL_*): Likewise.
6471         [POSIX] (POLL_*): Likewise.
6472         [POSIX] (SEGV_*): Likewise.
6473         [POSIX] (SI_*): Likewise.
6474         [POSIX] (TRAP_*): Likewise.
6475         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6476         variable.
6478 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6480         [BZ #12926]
6481         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6482         infinite loop when __recvmsg returns 0.
6484 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6486         * CANCEL-FCT-WAIVE: Remove file.
6487         * CANCEL-FILE-WAIVE: Likewise.
6489         [BZ #14132]
6490         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6491         instead of INTVARDEF.
6492         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6493         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6494         rtld_hidden_data_def instead of INTVARDEF.
6495         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6496         * elf/dl-deps.c (expand_dst): Likewise.
6497         * elf/dl-load.c (_dl_dst_count): Likewise.
6498         (_dl_dst_substitute): Likewise.
6499         (decompose_rpath): Likewise.
6500         (_dl_init_paths): Likewise.
6501         (open_path): Likewise.
6502         (_dl_map_object): Likewise.
6503         * elf/rtld.c (dl_main): Likewise.
6504         (process_dl_audit): Likewise.
6505         (process_envvars): Likewise.
6506         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6507         Remove declaration.
6508         (__libc_enable_secure): Use rtld_hidden_proto.
6510 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6512         * elf/dl-load.c
6513         (add_path): New function broken out of _dl_rtld_di_serinfo.
6514         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6516 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6518         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6519         parentheses around macro arguments.
6520         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6521         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6522         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6523         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6524         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6525         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6526         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6527         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6528         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6529         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6530         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6531         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6532         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6533         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6534         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6535         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6536         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6537         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6538         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6539         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6540         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6541         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6542         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6543         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6544         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6545         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6546         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6547         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6548         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6549         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6550         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6551         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6552         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6553         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6554         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6555         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6556         Likewise.
6557         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6558         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6559         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6560         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6561         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6562         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6563         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6564         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6565         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6566         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6567         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6568         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6569         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6570         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6571         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6572         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6573         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6574         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6575         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6576         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6577         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6578         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6579         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6580         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6581         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6582         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6583         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6584         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6585         (_FP_FRAC_SRS_1): Likewise.
6586         (_FP_FRAC_CLZ_1): Likewise.
6587         (_FP_MUL_MEAT_1_imm): Likewise.
6588         (_FP_MUL_MEAT_1_wide): Likewise.
6589         (_FP_MUL_MEAT_1_hard): Likewise.
6590         (_FP_SQRT_MEAT_1): Likewise.
6591         (_FP_FRAC_ASSEMBLE_1): Likewise.
6592         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6593         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6594         (__FP_CLZ_2): Likewise.
6595         (_FP_MUL_MEAT_2_wide): Likewise.
6596         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6597         (_FP_MUL_MEAT_2_gmp): Likewise.
6598         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6599         (_FP_SQRT_MEAT_2): Likewise.
6600         (_FP_FRAC_ASSEMBLE_2): Likewise.
6601         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6602         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6603         (_FP_FRAC_CLZ_4): Likewise.
6604         (_FP_MUL_MEAT_4_wide): Likewise.
6605         (_FP_MUL_MEAT_4_gmp): Likewise.
6606         (_FP_SQRT_MEAT_4): Likewise.
6607         (_FP_FRAC_ASSEMBLE_4): Likewise.
6608         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6609         * soft-fp/op-common.h (_FP_CMP): Likewise.
6610         (_FP_CMP_EQ): Likewise.
6611         (_FP_CMP_UNORD): Likewise.
6612         (_FP_TO_INT): Likewise.
6613         (_FP_FROM_INT): Likewise.
6614         [!__FP_CLZ] (__FP_CLZ): Likewise.
6615         (_FP_DIV_HELP_imm): Likewise.
6616         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6617         Likewise.
6618         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6619         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6620         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6621         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6622         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6623         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6624         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6625         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6626         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6627         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6628         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6629         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6630         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6631         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6632         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6633         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6634         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6635         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6636         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6637         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6638         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6639         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6640         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6641         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6642         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6643         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6644         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6645         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6646         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6647         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6648         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6649         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6650         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6651         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6652         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6653         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6654         (FP_UNPACK_RAW_SP): Likewise.
6655         (FP_PACK_RAW_S): Likewise.
6656         (FP_PACK_RAW_SP): Likewise.
6657         (FP_UNPACK_S): Likewise.
6658         (FP_UNPACK_SP): Likewise.
6659         (FP_UNPACK_SEMIRAW_S): Likewise.
6660         (FP_UNPACK_SEMIRAW_SP): Likewise.
6661         (FP_PACK_S): Likewise.
6662         (FP_PACK_SP): Likewise.
6663         (FP_PACK_SEMIRAW_S): Likewise.
6664         (FP_PACK_SEMIRAW_SP): Likewise.
6665         (_FP_SQRT_MEAT_S): Likewise.
6666         (FP_CMP_S): Likewise.
6667         (FP_CMP_EQ_S): Likewise.
6668         (FP_CMP_UNORD_S): Likewise.
6669         (FP_TO_INT_S): Likewise.
6670         (FP_FROM_INT_S): Likewise.
6672         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6674         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6675         (FP_EX_INVALID_IMZ): Likewise.
6676         (FP_EX_INVALID_IMZ_FMA): Likewise.
6677         (FP_EX_INVALID_ISI): Likewise.
6678         (FP_EX_INVALID_ZDZ): Likewise.
6679         (FP_EX_INVALID_IDI): Likewise.
6680         (FP_EX_INVALID_SQRT): Likewise.
6681         (FP_EX_INVALID_CVI): Likewise.
6682         (FP_EX_INVALID_VC): Likewise.
6683         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6684         "invalid" exceptions.
6685         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6686         (_FP_ADD_INTERNAL): Likewise.
6687         (_FP_MUL): Likewise.
6688         (_FP_FMA): Likewise.
6689         (_FP_DIV): Likewise.
6690         (_FP_CMP_CHECK_NAN): Likewise.
6691         (_FP_SQRT): Likewise.
6692         (_FP_TO_INT): Likewise.
6693         (FP_EXTEND): Likewise.
6695 2014-10-09  Allan McRae  <allan@archlinux.org>
6697         * po/fr.po: Update French translation from translation project.
6699 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6701         [BZ #14132]
6702         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6703         of INTDEF.
6704         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6705         (__cxa_atexit): Use libc_hidden_proto.
6706         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6708         [BZ #14132]
6709         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6710         declaration.
6711         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6712         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6713         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6714         [!_ISOMAC] (__iswctype_internal): Likewise.
6715         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6716         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6717         alias.
6718         (fcntl): Remove __fcntl_internal alias.
6719         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6720         __connect_internal alias.
6721         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6722         Likewise.
6724         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6725         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6726         FP_DENORM_ZERO.
6727         (_FP_CHECK_FLUSH_ZERO): New macro.
6728         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6729         (_FP_CMP): Likewise.
6730         (_FP_CMP_EQ): Likewise.
6731         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6732         FP_DENORM_ZERO.
6733         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6734         (FP_TRUNC): Likewise.
6736         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6737         treated as invalid conversion, not as normal exponent.
6739         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6740         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6741         (_FP_CMP_EQ): Likewise.
6742         (_FP_CMP_UNORD): Likewise.
6743         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6744         (FP_CMP_EQ_D): Likewise.
6745         (FP_CMP_UNORD_D): Likewise.
6746         * soft-fp/extended.h (FP_CMP_E): Likewise.
6747         (FP_CMP_EQ_E): Likewise.
6748         (FP_CMP_UNORD_E): Likewise.
6749         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6750         (FP_CMP_EQ_Q): Likewise.
6751         (FP_CMP_UNORD_Q): Likewise.
6752         * soft-fp/single.h (FP_CMP_S): Likewise.
6753         (FP_CMP_EQ_S): Likewise.
6754         (FP_CMP_UNORD_S): Likewise.
6755         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6756         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6757         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6758         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6759         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6760         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6761         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6762         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6763         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6764         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6765         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6766         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6767         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6768         to FP_CMP_Q.
6769         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6770         FP_CMP_Q.
6771         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6772         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6773         FP_CMP_EQ_Q.
6774         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6775         FP_CMP_Q.
6776         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6777         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6778         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6779         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6780         FP_CMP_EQ_Q.
6781         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6782         FP_CMP_Q.
6783         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6784         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6785         FP_CMP_EQ_Q.
6786         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6787         FP_CMP_Q.
6788         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6789         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6790         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6791         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6792         FP_CMP_EQ_Q.
6794         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6795         a subnormal result, set the underflow exception if trapping on
6796         underflow is enabled.
6797         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6798         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6799         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6800         redefine to 0.
6801         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6802         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6803         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6804         * soft-fp/extendxftf2.c (__extendxftf2): Use
6805         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6807         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6808         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6809         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6810         FP_HANDLE_EXCEPTIONS.
6811         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6812         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6813         FP_HANDLE_EXCEPTIONS.
6814         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6815         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6816         FP_HANDLE_EXCEPTIONS.
6817         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6818         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6819         FP_HANDLE_EXCEPTIONS.
6821 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6823         [BZ #14132]
6824         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6825         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6826         use INTUSE.
6827         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6828         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6829         Remove alias.
6830         (__adjtimex): Define using libc_hidden_ver.
6831         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6832         Remove declaration.
6833         (ntp_gettime): Call __adjtimex directly.
6834         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6835         Remove declaration.
6836         (ntp_gettimex): Call __adjtimex directly.
6837         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6838         __adjtimex_internal alias.
6840 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6842         [BZ #17460]
6843         * nscd/nscd.c (more_help): Rewrite list of tables collection
6844         using xstrdup and asprintf.
6846         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6848 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6849             Roland McGrath  <roland@hack.frob.com>
6851         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6852         (do_lookup_unique): ... local function 'enter' here; update callers.
6854 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6856         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6857         compat_symbol calls on [SHARED].
6858         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6859         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6860         Remove.
6861         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6862         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6863         (oldsetrlimit): Remove.
6864         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6866         (lchown): New syscall entry.
6867         (oldsetrlimit): Remove.
6868         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6869         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6870         (oldsetrlimit): Remove.
6871         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6873         [BZ #14138]
6874         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6875         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6876         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6877         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6878         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6879         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6880         (fchown): Likewise.
6881         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6882         (fchown): Likewise.
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6884         Likewise.
6886 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6888         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6889         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6890         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6891         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6892         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6893         Likewise.
6894         (__old_sem_post): Likewise.
6896 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6898         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6899         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6900         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6901         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6902         Use INLINE_VSYSCALL macro.
6903         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6904         __vdso_clock_gettime.
6905         * sysdeps/unix/sysv/linux/tile/init-first.c
6906         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6907         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6908         __vdso_clock_gettime.
6910         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6911         to set up frame more cleanly.
6913         * sysdeps/tile/memcmp.c: New file.
6915         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6917         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6918         * sysdeps/tile/tilegx/strcasestr.c: New file.
6919         * sysdeps/tile/tilegx/strnlen.c: New file.
6920         * sysdeps/tile/tilegx/strstr.c: New file.
6922         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6924 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6926         * nptl/tst-setuid3.c: Write errors to stdout.
6928 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6930         * elf/dl-deps.c
6931         (preload): New functions broken out of _dl_map_object_deps.
6932         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6934 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6936         [BZ #14138]
6937         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6938         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6940 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6942         * sysdeps/mips/strcmp.S: New.
6944 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6946         [BZ #14138]
6947         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6948         (linkat): Likewise.
6949         (mkdirat): Likewise.
6950         (readlinkat): Likewise.
6951         (renameat): Likewise.
6952         (symlinkat): Likewise.
6953         (unlinkat): Likewise.
6954         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6955         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6956         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6957         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6958         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6959         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6960         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6962 2014-09-30  Will Newton  <will.newton@linaro.org>
6964         * math/math.h: Define long double math functions if
6965         _LIBC_TEST is defined.
6966         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6968         * localedata/Makefile: Move assignment to tests-special
6969         into an ifdef testing run-built-tests.
6970         * timezone/Makefile: Likewise.
6972 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6974         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6975         with $(BASH) not $(SHELL).
6977 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6978             Matthew LeGendre  <legendre1@llnl.gov>
6980         [BZ #17411]
6981         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6982         l_reloc_result.
6984 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6986         * stdio-common/printf_fp.c
6987         (hack_digit): New function, broken out of ...
6988         (__printf_fp): ... local function here.  Update call sites.
6989         hack_digit now takes an additional parameter that is a pointer
6990         to a struct of the referenced locals.  Those locals moved inside
6991         the struct and references updated.
6993 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6995         * aclocal.m4: Require autoconf 2.69.
6996         * configure: Regenerated.
6997         * sysdeps/aarch64/configure: Likewise.
6998         * sysdeps/alpha/configure: Likewise.
6999         * sysdeps/arm/armv7/configure: Likewise.
7000         * sysdeps/arm/configure: Likewise.
7001         * sysdeps/ia64/configure: Likewise.
7002         * sysdeps/mach/configure: Likewise.
7003         * sysdeps/mips/configure: Likewise.
7004         * sysdeps/s390/configure: Likewise.
7005         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7008         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7009         file.
7010         * sysdeps/ia64/configure.ac: Likewise.
7012 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7015         specify symbol version for ld.so.  Do not include entry for
7016         libpthread.
7017         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7018         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7019         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7021         [BZ #14171]
7022         * Makeconfig [$(build-shared) = yes]
7023         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7024         makefiles.
7025         [$(build-shared) = yes && $(soversions.mk-done) = t]
7026         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7027         [$(build-shared) = yes && $(soversions.mk-done) = t]
7028         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7029         to Makerules.
7030         [$(build-shared) = yes && $(soversions.mk-done) = t]
7031         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7032         here.
7033         [$(build-shared) = yes && $(soversions.mk-done) = t]
7034         (common-generated): Don't append gnu/lib-names.h and
7035         gnu/lib-names.stmp here.
7036         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7037         (lib-names-h-abi): New variable.
7038         [$(build-shared) = yes && $(soversions.mk-done) = t]
7039         (lib-names-stmp-abi): Likewise.
7040         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7041         abi-variants] (before-compile): Append
7042         $(common-objpfx)$(lib-names-h-abi).
7043         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7044         abi-variants] (common-generated): Append gnu/lib-names.h.
7045         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7046         abi-variants] (install-others-nosubdir): Depend on
7047         $(inst_includedir)/$(lib-names-h-abi).
7048         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7049         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7050         [$(build-shared) = yes && $(soversions.mk-done) = t]
7051         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7052         [$(build-shared) = yes && $(soversions.mk-done) = t]
7053         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7054         [$(build-shared) = yes && $(soversions.mk-done) = t]
7055         (common-generated): Append $(lib-names-h-abi) and
7056         $(lib-names-stmp-abi).
7057         * scripts/lib-names.awk: Do not handle multi being set.
7058         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7059         Remove variable.
7060         (abi-lp64_be-ld-soname): Likewise.
7061         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7062         Likewise.
7063         (abi-hard-ld-soname): Likewise.
7064         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7065         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7066         Remove variable.
7067         (abi-o32_hard-ld-soname): Likewise.
7068         (abi-o32_soft_2008-ld-soname): Likewise.
7069         (abi-o32_hard_2008-ld-soname): Likewise.
7070         (abi-n32_soft-ld-soname): Likewise.
7071         (abi-n32_hard-ld-soname): Likewise.
7072         (abi-n32_soft_2008-ld-soname): Likewise.
7073         (abi-n32_hard_2008-ld-soname): Likewise.
7074         (abi-n64_soft-ld-soname): Likewise.
7075         (abi-n64_hard-ld-soname): Likewise.
7076         (abi-n64_soft_2008-ld-soname): Likewise.
7077         (abi-n64_hard_2008-ld-soname): Likewise.
7078         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7079         Likewise.
7080         (abi-64-v2-ld-soname): Likewise.
7081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7082         ld.so entries.
7083         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7084         variable.
7085         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7086         entry.
7087         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7088         variable.
7089         (abi-64-ld-soname): Likewise.
7090         (abi-x32-ld-soname): Likewise.
7091         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7092         entry.
7093         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7095 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7097         [BZ #14138]
7098         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7099         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7100         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7101         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7102         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7103         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7104         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7105         syscall entry for GLIBC_2.2 symbol version.
7106         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7107         Likewise.
7108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7109         (setrlimit): Likewise.
7110         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7111         Likewise.
7113 2014-09-23  Will Newton  <will.newton@linaro.org>
7115         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7116         _LINUX_ARM_SYSDEP_H include guard too.
7117         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7118         define.
7120 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7122         * sysdeps/unix/sysv/linux/eventfd.c:
7123         Make first argument unsigned.
7124         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7125         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7127 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7129         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7130         * socket/sys/socket.h: Likewise
7131         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7133 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7135         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7137 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7139         * time/tst-ftime.c: New test.
7140         * time/Makefile (tests): Add tst-ftime.
7142 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7144         * soft-fp/extended.h: Fix comment formatting.
7145         * soft-fp/op-1.h: Likewise.
7146         * soft-fp/op-2.h: Likewise.
7147         * soft-fp/op-4.h: Likewise.
7148         * soft-fp/op-8.h: Likewise.
7149         * soft-fp/op-common.h: Likewise.
7150         * soft-fp/soft-fp.h: Likewise.
7152         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7154 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7156         [BZ #6652]
7157         * Makeconfig (soversions-default-setname): Remove variable.
7158         ($(common-objpfx)soversions.i): Don't pass default_setname to
7159         soversions.awk.
7160         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7161         oldest_abi to abi-versions.awk.
7162         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7163         * config.make.in (oldest-abi): Remove variable.
7164         * configure.ac (--enable-oldest-abi): Remove configure option.
7165         * configure: Regenerated.
7166         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7167         text.
7168         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7169         * scripts/soversions.awk: Do not handle default_setname variable.
7170         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7171         variable.
7172         * sysdeps/mach/hurd/configure: Regenerated.
7173         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7174         variable.
7175         * sysdeps/unix/sysv/linux/configure: Regenerated.
7177 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7179         * elf/Makefile (CFLAGS-interp.c): Remove.
7180         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7181         path string.
7182         * elf/interp.c: Include generated runtime-linker.h
7184         * Makerules (lib%.so): Don't include $(+interp) in
7185         prerequisites.
7186         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7187         * dlfcn/eval.c: Remove file.
7189         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7190         macros.
7192         [BZ #17266]
7193         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7194         4.2 and newer.
7196         [BZ #17370]
7197         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7199 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7200             Jakub Jelinek  <jakub@redhat.com>
7202         [BZ #17266]
7203         * libio/stdio.h: Check definition of __fortify_function
7204         instead of __extern_always_inline to include bits/stdio2.h.
7205         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7206         check if __extern_always_inline is defined.
7207         [__USE_MISC || __USE_XOPEN]: Likewise.
7208         [__USE_ISOC99] Likewise.
7209         * misc/sys/cdefs.h (__fortify_function): Define only if
7210         __extern_always_inline is defined.
7211         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7212         __extern_always_inline and __extern_inline only for g++-4.3
7213         and newer or a compatible gcc.
7215 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7217         [BZ #17371]
7218         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7219         last change to handle zero prefix length.
7221 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7223         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7224         _SC_REGEX_VERSION.
7226         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7227         _POSIX_RAW_SOCKETS.
7229 2014-09-13  Allan McRae  <allan@archlinux.org>
7231         * po/ru.po: Update Russian translation from translation project.
7233 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7235         * locale/programs/locale.c (show_locale_vars): Inline local function
7236         into its sole call site.  Clean up some style nits.
7237         (print_item): New function, broken out of ...
7238         (show_info): ... local function here.  Clean up style nits.
7240         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7241         out of ...
7242         (set_class_defaults): ... local function set_default here.
7243         Define set_default as a macro locally to pass constant parameters.
7244         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7245         rather than a shared local.
7247         * stdlib/rpmatch.c (try): New function, broken out of ...
7248         (rpmatch): ... local function here.  Also, prototypify definition.
7250 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7252         * scripts/soversions.awk: Do not handle configuration names.
7253         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7254         vendor and os variables to soversions.awk.
7255         * configure.ac: Do not modify gnu-* host_os.
7256         * configure: Regenerated
7257         * shlib-versions: Remove first column with configuration names.
7258         * nptl/shlib-versions: Likewise.
7259         * nptl_db/shlib-versions: Likewise.
7260         * sysdeps/hppa/shlib-versions: Likewise.
7261         * sysdeps/m68k/shlib-versions: Likewise.
7262         * sysdeps/mach/hurd/shlib-versions: Likewise.
7263         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7264         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7265         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7266         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7267         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7268         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7269         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7270         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7272         Likewise.
7273         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7274         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7275         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7276         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7277         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7278         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7279         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7280         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7283         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7285         Regenerated.
7286         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7288         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7290         * shlib-versions: Remove OS-specific entries.  Moved to files in
7291         sysdeps.
7292         * sysdeps/mach/hurd/shlib-versions: New file.
7293         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7295         * nptl/shlib-versions: Remove architecture-specific entries.
7296         Moved to files in sysdeps.
7297         * shlib-versions: Likewise.
7298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7299         file.
7300         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7301         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7302         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7303         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7305         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7306         (UDP_NO_CHECK6_RX): Likewise.
7308 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7310         * sysdeps/posix/sysconf.c (__sysconf): Spell
7311         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7313 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7315         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7316         loading.
7317         * iconv/Versions (__gconv_transliterate): Export for use from
7318         gconv modules.
7319         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7320         (struct __gconv_trans_data, __gconv_trans_fct,
7321         __gconv_trans_context_fct, __gconv_trans_query_fct,
7322         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7323         definitions.
7324         (struct __gconv_step_data): Remove __trans member.
7325         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7326         longer hidden.  Remove unused trans_data argument.
7327         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7328         (__gconv_translit_find): Remove declaration.
7329         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7330         prototype.
7331         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7332         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7333         trans_data argument.  Add hidden definition.
7334         (__gconv_translit_find): Remove.
7335         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7336         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7337         * iconv/skeleton.c: Remove transliteration initialization.
7338         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7339         __gconv_step_data initialization.
7340         * libio/iofwide.c (__libio_translit_): Remove.
7341         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7342         * wcsmbs/btowc.c (__btowc): Likewise.
7343         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7344         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7345         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7346         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7347         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7348         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7349         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7350         * wcsmbs/wctob.c (wctob): Likewise.
7352 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7354         [BZ #16194]
7355         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7356         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7357         register usage.
7358         * sysdeps/x86/Makefile: Adjust.
7360 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7361             Roland McGrath  <roland@hack.frob.com>
7363         * locale/weight.h: Add include guard.
7364         (findidx): Make static rather than auto; take new parameters
7365         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7366         * locale/weightwc.h: Likewise.
7367         * posix/fnmatch_loop.c
7368         (FCT): Change type of EXTRA from int32_t to wint_t.
7369         Don't include either header inside the function.
7370         Call FINDIDX rather than findidx, and pass new arguments.
7371         #undef FINDIDX at the end of the file.
7372         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7373         FINDIDX before including fnmatch_loop.c for the non-wide version.
7374         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7375         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7376         for the wide version.
7377         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7378         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7379         Pass new arguments to findidx.
7380         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7381         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7382         Don't #include it inside the function.  Pass new arguments to findidx.
7383         * posix/regex_internal.h
7384         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7385         (re_string_elem_size_at): Don't #include it inside the function.
7386         Pass new arguments to findidx.
7387         * string/strcoll_l.c: #include WEIGHT_H at top level.
7388         (get_next_seq): Don't #include it inside the function.
7389         Pass new arguments to findidx.
7390         (get_next_seq_nocache): Likewise.
7391         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7392         (STRXFRM): Don't #include it inside the function.
7393         Pass new arguments to findidx.
7395 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7397         [BZ #17344]
7398         * malloc/malloc.c (unlink): Turn asserts into a call to
7399         malloc_printerr.
7401 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7403         [BZ #17370]
7404         * libio/wfileops (do_ftell_wide): Free OUT.
7406 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7408         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7410 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7412         [BZ #17363]
7413         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7414         group if the current group is empty.
7416 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7418         * benchtests/bench-memset.c (test_main): Add more test from size
7419         from 32 to 512 bytes.
7420         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7421         Add POWER8 memset object.
7422         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7423         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7424         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7425         implementation.
7426         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7427         Likewise.
7428         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7429         multiarch POWER8 memset optimization.
7430         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7431         POWER8 memset optimization.
7433         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7434         Remove bzero multiarch objects.
7435         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7436         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7437         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7438         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7439         Remove define.
7440         [__bzero]: Redefine to specific name.
7441         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7442         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7443         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7444         define.
7445         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7446         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7448 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7450         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7451         warnings into errors.
7453         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7454         __cxa_thread_atexit_impl prototype.
7456 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7458         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7459         Fix capitalization of error message.
7461 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7463         * sysdeps/mips/preconfigure: Modify ABI tests.
7465 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7467         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7469 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7470             Carlos O'Donell  <carlos@systemhalted.org>
7472         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7473         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7474         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7475         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7476         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7477         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7478         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7479         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7480         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7481         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7482         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7483         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7484         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7485         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7486         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7487         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7488         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7489         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7490         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7491         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7492         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7493         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7494         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7495         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7496         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7497         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7498         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7499         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7500         Deconditionalize the code that was previously under [RESET_PID].
7501         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7502         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7503         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7504         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7505         include sysdep.h.
7507 2014-09-08  Allan McRae  <allan@archlinux.org>
7509         * version.h (RELEASE): Set to "development".
7510         (VERSION): Set to "2.20.90"
7512 2014-09-07  Allan McRae  <allan@archlinux.org
7514         * version.h (RELEASE): Set to "stable".
7515         (VERSION): Set to "2.20"
7516         * include/features.h (__GLIBC_MINOR__): Set to 20.
7518         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7519         Liebler.
7521         * po/ko.po: Update Korean translation from translation project.
7523 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7525         [BZ #17354]
7526         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7527         macro for handling signed relocations.
7529 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7531         [BZ #17325]
7532         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7533         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7534         assert.
7535         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7536         * iconvdata/ibm935.c (BODY): Likewise.
7537         * iconvdata/ibm937.c (BODY): Likewise.
7538         * iconvdata/ibm939.c (BODY): Likewise.
7539         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7540         assert.
7541         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7542         script.
7543         * iconvdata/run-iconv-test.sh: New test loop for checking for
7544         decoder crashers.
7546 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7548         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7549         libm_hidden_ver.
7551 2014-09-01  Allan McRae  <allan@archlinux.org>
7553         * po/eo.po: Update Esperanto translation from translation project.
7555         * po/ca.po: Update Catalan translation from translation project.
7557 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7559         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7560         __proc_dostop call.
7562 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7564         [BZ #17319]
7565         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7566         to call set_thread_area instead of hand written asm.
7567         (__NR_set_thread_area): Removed define.
7568         (TLS_FLAG_WRITABLE): Likewise.
7569         (__ASSUME_SET_THREAD_AREA): Remove check.
7570         (TLS_EBX_ARG): Remove define.
7571         (TLS_LOAD_EBX): Likewise.
7573 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7575         Simplify atomicity of socket creation in bind.
7577         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7578         looking up the name after linking the file.
7580 2014-08-27  Allan McRae  <allan@archlinux.org>
7582         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7584 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7586         [BZ #17187]
7587         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7588         trans_compare, open_translit, __gconv_translit_find):
7589         Remove module loading code.
7591 2014-08-26  Allan McRae  <allan@archlinux.org>
7593         * po/vi.po: Update Vietnamese translation from translation project.
7595         * po/uk.po: Update Ukrainian translation from translation project.
7597         * po/fr.po: Update French translation from translation project.
7599         * po/ru.po: Update Russian translation from translation project.
7601         * po/pl.po: Update Polish translation from translation project.
7603         * po/cs.po: Update Czech translation from translation project.
7605         * po/de.po: Update German translation from translation project.
7607         * po/bg.po: Update Bulgarian translation from translation project.
7609         * po/sv.po: Update Sweedish translation from translation project.
7611         * po/nl.po: Update Dutch translation from translation project.
7613         * po/es.po: Update Spanish translation from translation project.
7615 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7617         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7619         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7620         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7621         (CPPFLAGS-iconvconfig): Likewise.
7622         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7624         * include/libc-symbols.h: Remove unnecessary check for
7625         NOT_IN_libc.
7626         * nptl/pthreadP.h: Likewise.
7627         * sysdeps/aarch64/setjmp.S: Likewise.
7628         * sysdeps/alpha/setjmp.S: Likewise.
7629         * sysdeps/arm/sysdep.h: Likewise.
7630         * sysdeps/i386/setjmp.S: Likewise.
7631         * sysdeps/m68k/setjmp.c: Likewise.
7632         * sysdeps/posix/getcwd.c: Likewise.
7633         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7634         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7635         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7636         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7637         * sysdeps/sh/sh3/setjmp.S: Likewise.
7638         * sysdeps/sh/sh4/setjmp.S: Likewise.
7639         * sysdeps/unix/alpha/sysdep.h: Likewise.
7640         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7641         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7642         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7643         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7646         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7647         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7648         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7649         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7650         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7651         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7652         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7653         * sysdeps/x86_64/setjmp.S: Likewise.
7655 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7657         [BZ #17263]
7658         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7659         <stdint.h>.
7660         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7661         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7663 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7665         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7667         [BZ #17262]
7668         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7669         and __x86_64__ when disabling x87 inline functions.
7671 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7673         [BZ #17259]
7674         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7675         asm statement with __cpuid_count.
7677 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7679         * configure.ac: Change __ehdr_start code to dereference the struct.
7680         Run readelf on the output to look for relocations.
7681         * configure: Regenerated.
7683 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7685         [BZ #17261]
7686         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7687         value to 0.
7688         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7690 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7692         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7694 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7696         [BZ #16892]
7697         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7698         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7700 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7702         * malloc/malloc.c: Fix typo in comment.
7704 2014-08-09  Allan McRae  <allan@archlinux.org>
7706         * Regenerate libc.po.
7708 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7710         * intl/tst-gettext2.sh: Check every lang file for creation.
7712 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7714         * sysdeps/aarch64/fpu/math_private.h
7715         (libc_feholdsetround_noex_aarch64_ctx): New function.
7717 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7719         * sysdeps/arm/armv6/strcpy.S (strcpy):
7720         Fix performance issue in misaligned cases.
7722 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7724         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7725         Move definition from termios.h.
7726         (struct termio): Likewise.
7727         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7728         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7729         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7730         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7731         Likewise.
7732         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7733         Move definition to ioctl-types.h
7734         (struct termio): Likewise.
7735         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7736         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7737         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7738         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7739         Likewise.
7741 2014-08-05  Richard Henderson  <rth@redhat.com>
7743         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7744         exceptions.
7745         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7746         Add fraiseexcpt.
7747         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7748         Use __feraiseexcept.
7749         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7750         Protect libm symbols with IS_IN_libm.
7752         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7754 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7756         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7758 2014-08-04  Will Newton  <will.newton@linaro.org>
7760         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7761         file.
7763 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7765         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7766         variants for each function.
7768 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7770         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7771         appended ...
7772         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7773         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7774         appended ...
7775         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7776         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7777         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7778         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7779         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7780         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7781         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7782         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7783         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7784         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7785         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7786         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7787         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7788         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7789         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7790         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7791         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7792         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7793         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7794         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7795         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7796         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7797         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7798         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7799         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7800         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7801         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7802         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7803         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7804         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7805         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7806         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7807         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7808         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7809         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7810         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7811         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7812         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7813         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7814         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7815         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7816         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7817         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7818         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7819         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7820         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7821         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7822         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7823         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7824         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7825         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7826         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7827         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7828         Update #include.
7829         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7830         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7832 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7834         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7835         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7836         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7837         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7838         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7839         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7841 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7843         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7844         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7845         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7846         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7848 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7850         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7851         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7852         (__libc_vfork): Define function under this name.
7853         (__vfork): Define as an alias.
7854         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7855         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7857 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7859         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7860         that was previously under [RESET_PID].
7861         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7863 2014-08-04  Andreas Schwab  <schwab@suse.de>
7865         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7867 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7869         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7870         (main): Likewise.
7872 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7874         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7876 2014-08-01  Richard Henderon  <rth@redhat.com>
7878         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7879         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7880         typo in exact zero test.
7881         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7882         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7883         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7885 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7887         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7888         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7889         * sysdeps/arm/sysdep.h: ... here.
7890         [!__ASSEMBLER__]: Include <stdint.h>.
7892 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7894         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7895         (HAVE_WCTYPE_H): Likewise.
7896         (HAVE_ISWCTYPE): Likewise.
7897         (ENABLE_NLS): Likewise.
7898         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7899         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7901         * posix/regex_internal.c: Check if DEBUG is defined and is
7902         set.
7904         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7905         (HAVE_MBSRTOWCS): Likewise.
7906         * posix/fnmatch.c: Include string.h unconditionally.
7908 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7910         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7911         reversal.
7913 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7915         * sysdeps/generic/safe-fatal.h: New file.
7916         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7917         * nptl/forward.c: Include it.
7918         (__pthread_unwind): Use __safe_fatal as default action, rather
7919         than a bogus use of INTERNAL_SYSCALL that could never work.
7921         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7922         * configure.ac (libc_cv_builtin_trap): New test.
7923         * configure: Regenerated.
7924         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7925         (ABORT_INSTRUCTION): Define using __builtin_trap.
7927         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7928         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7929         * sysdeps/nptl/nptl-signals.h: New file.
7930         * nptl/pthreadP.h: Include <nptl-signals.h>.
7932 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7934         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7935         (ONE_DIRECTION): Define.
7936         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7937         (ONE_DIRECTION): Define.
7938         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7939         (ONE_DIRECTION): Define.
7941 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7943         * sysdeps/s390/Makefile: Delete file.
7944         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7945         * sysdeps/s390/__longjmp.c: Delete file.
7946         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7947         Remove fields __flags and __reserved.
7948         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7949         and add versioning.
7950         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7951         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7952         * sysdeps/s390/rtld-setjmp.S: Likewise.
7953         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7954         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7955         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7956         * sysdeps/s390/s390-32/setjmp.S: ... here.
7957         Add versioning.
7958         (__sigsetjmp): Remove setting __flags field.
7959         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7960         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7961         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7962         * sysdeps/s390/s390-64/setjmp.S: ... here.
7963         Add versioning.
7964         (__sigsetjmp): Remove setting __flags field.
7965         * sysdeps/s390/setjmp.S: Delete file.
7966         * sysdeps/s390/sigjmp.c: Likewise.
7967         * sysdeps/s390/v1-longjmp.c: Likewise.
7968         * sysdeps/s390/v1-setjmp.h: Likewise.
7969         * sysdeps/s390/v1-sigjmp.c: Likewise.
7970         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7971         Remove v1-longjmp_chk.
7972         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7973         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7974         Include debug/longjmp_chk.c and add versioning.
7975         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7976         Include nptl/pt-longjmp.c and add versioning.
7977         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7978         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7979         Include __longjmp.c.
7980         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7981         Move to ...
7982         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7983         (__getcontext): Remove setting __flags field.
7984         Add versioning.
7985         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7986         Don't restore upper high grps.
7987         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7988         Likewise.
7989         (__swapcontext): Remove setting uc_flags field.
7990         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7991         Delete file.
7992         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7993         Include __longjmp.c.
7994         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7995         Move to ...
7996         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7997         (__getcontext): Remove setting __flags field.
7998         Add versioning.
7999         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8000         (__swapcontext): Remove setting uc_flags field.
8001         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8002         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8003         Remove fields uc_high_gprs and __reserved.
8004         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8005         New file with reverted content.
8006         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8007         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8008         Regenerated.
8009         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8010         Regenerated.
8012 2014-07-31  Andreas Schwab  <schwab@suse.de>
8014         * config.h.in (HAVE_IFUNC): Define to 0.
8015         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8016         definedness.
8018 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8020         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8021         memmove-avx-unaligned, memcpy-avx-unaligned and
8022         mempcpy-avx-unaligned.
8023         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8024         Add tests for AVX memcpy functions.
8025         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8026         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8027         memcpy_chk.
8028         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8029         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8030         memmove_chk.
8031         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8032         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8033         mempcpy_chk.
8034         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8035         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8036         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8038 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8040         [BZ #17213]
8041         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8042         powerpc64le.
8044 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8046         [BZ #16839]
8047         * manual/llio.texi: Add section about open file description locks.
8048         * manual/examples/ofdlocks.c: Example of open file description
8049         lock usage.
8050         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8051         F_OFD_SETLK, and F_OFD_SETLKW.
8053 2014-07-23  Allan McRae  <allan@archlinux.org>
8055         * po/es.po: Update Spanish translation from translation project.
8057 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8059         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8061 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8063         [BZ #17078]
8064         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8065         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8066         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8068 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8070         [BZ #17088]
8071         * math/fesetenv.c (__fesetenv)
8072         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8073         * math/feupdateenv.c (__feupdateenv)
8074         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8076         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8077         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8078         (__ASSUME_SOCKETCALL): Do not define.
8080         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8081         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8082         (__ASSUME_SOCKETCALL): Do not define.
8083         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8084         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8085         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8086         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8087         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8088         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8089         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8090         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8092         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8093         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8094         (__ASSUME_SOCKETCALL): Do not define.
8095         (__ASSUME_IPC64): Define unconditionally.
8096         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8097         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8098         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8099         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8100         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8101         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8102         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8103         Likewise.
8105         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8106         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8107         (__ASSUME_SOCKETCALL): Do not define.
8108         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8109         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8110         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8111         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8112         (__ASSUME_REQUEUE_PI): Define unconditionally.
8113         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8114         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8115         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8116         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8117         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8118         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8120         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8121         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8122         (__ASSUME_SOCKETCALL): Do not define.
8123         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8124         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8125         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8126         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8127         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8128         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8130         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8131         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8132         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8133         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8134         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8135         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8136         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8137         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8138         (__ASSUME_GETCPU_SYSCALL): Likewise.
8140         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8141         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8142         cases for individual architectures.
8143         * sysdeps/gnu/configure: Regenerated.
8144         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8145         LIBC_SLIBDIR_RTLDDIR.
8146         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8147         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8148         LIBC_SLIBDIR_RTLDDIR.
8149         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8151         LIBC_SLIBDIR_RTLDDIR.
8152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8153         Regenerated.
8154         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8155         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8156         file.
8157         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8158         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8159         file.
8160         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8161         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8162         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8163         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8165         * sysdeps/aarch64/shlib-versions: Move to ...
8166         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8167         * sysdeps/alpha/shlib-versions: Move to ...
8168         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8169         * sysdeps/arm/shlib-versions: Move to ...
8170         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8171         * sysdeps/hppa/shlib-versions: Move all contents except for
8172         libgcc_s entry to ...
8173         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8174         entry from ...
8175         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8176         * sysdeps/ia64/shlib-versions: Move to ...
8177         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8178         entry from ...
8179         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8180         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8181         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8182         * sysdeps/microblaze/shlib-versions: Move to ...
8183         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8184         * sysdeps/mips/shlib-versions: Move to ...
8185         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8186         entry from ...
8187         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8188         * sysdeps/tile/shlib-versions: Move to ...
8189         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8190         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8191         from ...
8192         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8193         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8194         entry from ...
8195         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8197 2014-07-17  Will Newton  <will.newton@linaro.org>
8199         * sysdeps/arm/bits/atomic.h
8200         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8201         (__arch_compare_and_exchange_bool_16_int): Likewise.
8202         (__arch_compare_and_exchange_bool_64_int): Likewise.
8204         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8205         into an #else block.
8207 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8209         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8210         just Linux configurations.  Test empirically that the compiler sets
8211         __ARM_EABI__, rather than using the tuple to decide.
8212         * sysdeps/arm/preconfigure: Regenerated.
8213         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8214         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8215         contents appended ...
8216         * sysdeps/arm/configure.ac: ... here.
8217         * sysdeps/arm/configure: Regenerated.
8219 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8221         * nptl/pthread_kill.c: New file.
8222         * nptl/pthread_sigmask.c: New file.
8223         * nptl/pthread_sigqueue.c: New file.
8225         * sysdeps/nptl/lowlevellock.h: New file.
8226         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8227         * sysdeps/nptl/lowlevellock-futex.h: New file.
8229         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8230         Remove dead declarations.
8232 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8234         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8235         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8236         config-cflags-avx2.
8237         * sysdeps/x86_64/configure.ac: Likewise.
8238         * sysdeps/i386/configure: Regenerated.
8239         * sysdeps/x86_64/configure: Likewise.
8240         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8241         memset-avx2 only if config-cflags-avx2 is yes.
8242         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8243         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8244         defined.
8245         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8246         only if HAVE_AVX2_SUPPORT is defined.
8247         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8249 2014-07-14  Alan Modra  <amodra@gmail.com>
8251         [BZ #17153]
8252         * elf/elf.h (DT_PPC64_NUM): Correct value.
8253         * NEWS: Add to fixed bug list.
8255 2014-07-13  Jim Meyering  <meyering@fb.com>
8257         [BZ 17150]
8258         regex: don't deref NULL upon heap allocation failure
8259         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8260         failure in one more place.
8261         To trigger the segfault, configure grep -with-included-regex,
8262         build it, and run these commands:
8263         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8265 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8267         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8269 2014-07-11  Richard Henderson  <rth@redhat.com>
8271         * sysdeps/aarch64/libm-test-ulps: Update.
8273 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8275         [BZ #17135]
8276         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8277         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8278         (__nptl_setxid): Initialize error member.  Call
8279         __nptl_setxid_error.
8280         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8281         * nptl/descr.h (struct xid_command): Add error member.
8282         * nptl/tst-setuid3.c: New file.
8283         * nptl/Makefile (tests): Add it.
8285 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8287         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8288         New define.
8289         (__lll_trylock): Use __lll_base_trylock.
8290         (__lll_cond_trylock): Likewise.
8292 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8294         * nptl/pthread_create.c (start_thread): Use atomic_or and
8295         lll_futex_wake directly rather than lll_robust_dead.
8296         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8297         (lll_robust_dead): Macro removed.
8298         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8299         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8300         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8301         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8302         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8303         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8304         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8305         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8306         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8307         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8308         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8309         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8310         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8311         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8312         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8314         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8315         Use atomic_compare_and_exchange_val_acq directly rather than
8316         lll_robust_trylock.
8317         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8318         (__lll_robust_trylock, lll_robust_trylock): Removed.
8319         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8320         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8321         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8322         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8323         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8324         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8325         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8326         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8327         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8328         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8329         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8330         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8331         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8332         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8334 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8336         * manual/locale.texi (Locale Names): New section documenting
8337         locale name syntax.  Adjust menu and node chaining accordingly.
8338         (Choosing Locale): Reference Locale Names, Locale Categories.
8339         Mention setting LC_ALL=C.  Reflect that name syntax is now
8340         documented.
8341         (Locale Categories): New section title.  Reference Locale Names.
8342         LC_ALL is an environment variable, but not a category.
8343         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8344         description, now in Locale Name.  Reference that section.  Locale
8345         name syntax is now documented.
8347 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8349         [BZ #17137]
8350         * locale/findlocale.c (name_present, valid_locale_name): New
8351         functions.
8352         (_nl_find_locale): Use the loc_name variable to store name
8353         candidates.  Call name_present and valid_locale_name to check and
8354         validate locale names.  Return an error if the locale is invalid.
8356 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8358         * locale/setlocale.c (setlocale): Use strdup for allocating
8359         composite name copy.
8361 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8363         Sync up with gnulib.
8364         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8365         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8366         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8367         and _GL_ARG_NONNULL.
8368         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8369         [!_LIBC]: Include code for Windows and Cygwin.
8370         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8371         Include prototype for int strerror_r.
8372         [!_LIBC] (is_open): New function.
8373         (flush_stdout): New function.
8374         (print_errno_message): Use it.
8375         (error): Likewise.
8376         (error_at_line): Likewise.
8377         (error_tail) Add function attribute macros.  Use
8378         __builtin_expect.
8380         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8382         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8384         * io/ftw.c: Include sys/param.h unconditionally.
8386         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8388         [BZ #17125]
8389         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8390         libc_freeres_ptr.
8391         (freecache): New function to free CACHE on exit.
8393         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8394         initialization.
8396 2014-07-09  David S. Miller  <davem@davemloft.net>
8398         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8400         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8401         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8402         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8403         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8404         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8405         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8406         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8407         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8408         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8409         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8410         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8411         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8412         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8414 2014-07-09  Andreas Schwab  <schwab@suse.de>
8416         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8417         output.
8418         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8419         (do_test): Likewise.
8421         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8423 2014-07-09  Will Newton  <will.newton@linaro.org>
8425         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8426         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8427         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8428         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8429         * sysdeps/hppa/start.S (_start): Likewise.
8431 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8433         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8435         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8436         defined.
8438 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8440         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8441         after checking that it is non-NULL.
8443         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8445 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8447         * sysdeps/powerpc/memmove.c: Remove file.
8448         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8449         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8450         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8451         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8452         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8453         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8454         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8455         string memmove instead of removed powerpc one.
8457         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8458         [weak_alias]: Fix compiler warning due trailing data.
8459         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8460         [weak_alias]: Likewise.
8461         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8462         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8464         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8465         (__libc_ifunc_impl_list): Add memmove functions.
8467 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8469         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8470         Remove code.
8471         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8472         Likewise
8473         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8474         Likewise
8475         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8476         Likewise
8477         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8478         Likewise
8479         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8480         Likewise
8481         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8482         Likewise
8483         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8484         Likewise
8485         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8486         Likewise
8487         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8488         Likewise
8489         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8490         Likewise
8491         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8492         Likewise
8493         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8494         Likewise
8495         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8496         Likewise
8497         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8498         Likewise
8499         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8500         Likewise
8501         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8502         Likewise
8504 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8506         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8507         to avoid alignment traps in non-cacheable memory.
8508         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8510         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8511         multiarch objects.
8512         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8513         file: multiarch power7 memmove.
8514         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8515         multiarch default memmove.
8516         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8517         multiarch memove for powerpc32/power4.
8519         * string/bcopy.c: Use full path to include memmove.c.
8520         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8521         multiarch objects.
8522         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8523         bcopy for powerpc64.
8524         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8525         bcopy for powerpc64.
8526         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8527         and memmove implementations.
8528         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8529         optimized multiarch memmove for POWER7/powerpc64.
8530         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8531         default multiarch memmove for powerpc64.
8532         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8533         multiarch for powerpc64.
8534         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8535         for POWER7/powerpc64.
8536         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8537         memmove for POWER7/powerpc64.
8539         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8540         glibc default one.
8542         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8543         __ELF_NATIVE_CLASS equal to 64.
8545 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8547         * sysdeps/nptl/lowlevellock.h: File removed.
8549         * NEWS: NPTL is no longer an add-on!
8550         * nptl/internaltypes.h: Moved ...
8551         * sysdeps/nptl/internaltypes.h: ... here.
8552         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8553         * sysdeps/nptl/fork.c: Likewise.
8554         * sysdeps/nptl/gai_misc.h: Likewise.
8555         * sysdeps/nptl/librt-cancellation.c: Likewise.
8556         * sysdeps/nptl/jmp-unwind.c: Likewise.
8557         * sysdeps/nptl/setxid.h: Likewise.
8558         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8559         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8560         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8561         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8562         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8563         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8564         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8565         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8566         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8567         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8568         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8569         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8570         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8571         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8572         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8573         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8574         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8575         * nptl/Makeconfig: Moved ...
8576         * sysdeps/nptl/Makeconfig: ... here.
8577         * nptl/configure: File removed.
8578         * nptl/ANNOUNCE: File removed.
8579         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8580         * sysdeps/unix/sysv/linux/configure: Regenerated.
8582         * nptl/Makefile (routines): Add libc_pthread_init,
8583         libc_multiple_threads, register-atfork and unregister-atfork.
8584         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8585         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8586         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8587         pthread-pi-defines.sym, structsem.sym.
8588         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8589         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8590         [$(subdir) = nptl] (tests): Add tst-setgetname.
8591         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8592         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8593         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8594         [!LIBC_SIGACTION]: Remove aliases.
8595         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8596         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8597         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8598         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8599         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8600         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8601         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8602         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8603         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8604         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8605         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8606         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8607         __libc_allocate_rtsig_private.
8608         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8609         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8610         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8611         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8612         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8613         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8614         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8615         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8616         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8617         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8618         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8619         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8620         * nptl/internaltypes.h: ... here.
8621         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8622         * sysdeps/nptl/jmp-unwind.c: ... here.
8623         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8624         * nptl/libc-lowlevellock.c: ... here.
8625         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8626         * nptl/libc_multiple_threads.c: ... here.
8627         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8628         * nptl/libc_pthread_init.c: ... here.
8629         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8630         * nptl/lowlevelbarrier.sym: ... here.
8631         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8632         * nptl/lowlevelcond.sym: ... here.
8633         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8634         * nptl/lowlevellock.c: ... here.
8635         * nptl/lowlevellock.h: Moved ...
8636         * sysdeps/nptl/lowlevellock.h: ... here.
8637         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8638         * nptl/lowlevelrobustlock.c: ... here.
8639         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8640         * nptl/lowlevelrobustlock.sym: ... here.
8641         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8642         * nptl/lowlevelrwlock.sym: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8644         * nptl/pt-fork.c: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8646         * nptl/pthread-pi-defines.sym: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8648         * nptl/pthread_attr_getaffinity.c: ... here.
8649         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8650         * nptl/pthread_attr_setaffinity.c: ... here.
8651         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8652         * nptl/pthread_mutex_cond_lock.c: ... here.
8653         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8654         Update #include.
8655         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8656         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8657         * nptl/pthread_once.c: ... here, replacing old file.
8658         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8659         * nptl/pthread_yield.c: ... here.
8660         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8661         * nptl/register-atfork.c: ... here.
8662         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8663         * nptl/sem_post.c: ... here.
8664         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8665         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8666         * nptl/sem_timedwait.c: ... here.
8667         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8668         * nptl/sem_trywait.c: ... here.
8669         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8670         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8671         * nptl/sem_wait.c: ... here.
8672         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8673         * nptl/structsem.sym: ... here.
8674         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8675         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8676         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8677         * nptl/unregister-atfork.c: ... here.
8678         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8679         * nptl/unwindbuf.sym: ... here.
8680         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8681         * sysdeps/nptl/fork.c: ... here.
8682         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8683         * sysdeps/nptl/fork.h: ... here.
8684         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8685         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8686         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8687         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8688         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8689         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8690         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8691         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8692         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8693         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8694         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8695         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8696         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8697         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8698         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8699         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8700         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8701         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8702         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8703         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8704         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8705         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8706         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8707         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8708         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8709         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8710         * sysdeps/unix/sysv/linux/raise.c: ... here.
8711         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8712         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8713         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8714         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8715         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8716         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8717         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8718         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8719         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8720         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8721         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8722         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8723         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8724         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8725         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8727 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8729         * sysdeps/generic/memcopy.h: Add comment for
8730         MEMCPY_OK_FOR_FWD_MEMMOVE.
8732 2014-07-04  Will Newton  <will.newton@linaro.org>
8734         * string/memchr.c: Merge from gnulib.
8735         [_LIBC]: Remove conditionals.
8736         (__ptr_t): Remove define.
8737         (LONG_MAX_32_BITS): Likewise.
8738         (LONG_MAX): Likewise.
8739         (MEMCHR): Use ANSI prototype and optimize algorithm.
8741         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8743 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8745         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8746         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8748         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8749         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8750         in a bare environment with no <stdlib.h> installed.
8751         * sysdeps/nptl/configure: Regenerated.
8753         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8755         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8756         AC_EGREP_CPP for kernel header checks, so they only succeed if
8757         including <linux/version.h> actually works right.
8758         * sysdeps/unix/sysv/linux/configure: Regenerated.
8760         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8761         value so it's not diagnosed as unused.
8763         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8764         thing) with "ifeq ($(subdir),rt)".
8766 2014-07-03  Richard Henderson  <rth@redhat.com>
8768         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8769         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8770         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8772         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8773         (math_force_eval): New.
8775         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8776         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8778         * sysdeps/alpha/fpu/s_round.c: Remove file.
8779         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8781         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8782         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8783         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8784         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8785         (_dl_start, print_statistics): Likewise.
8786         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8787         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8789         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8790         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8791         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8792         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8793         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8794         (HP_SMALL_TIMING_AVAIL): Define.
8795         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8796         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8797         (HP_SMALL_TIMING_AVAIL): Define.
8798         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8799         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8801         * sysdeps/aarch64/hp-timing.h: New file.
8803         * sysdeps/generic/hp-timing.h: Remove dead comment.
8804         * sysdeps/generic/hp-timing-common.h: New file.
8805         * sysdeps/alpha/hp-timing.h: Include it.
8806         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8807         * sysdeps/i386/i686/hp-timing.h: Likewise.
8808         * sysdeps/ia64/hp-timing.h: Likewise.
8809         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8810         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8811         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8812         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8813         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8814         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8815         (hp_timing_t): New.
8817         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8818         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8819         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8820         * elf/rtld.c (_dl_start_final): Likewise.
8821         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8822         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8823         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8824         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8825         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8826         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8827         (HP_TIMING_DIFF_INIT): Remove.
8828         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8829         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8830         (HP_TIMING_DIFF_INIT): Remove.
8831         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8832         * sysdeps/i386/i686/hp-timing.c: Remove file.
8833         * sysdeps/x86_64/hp-timing.c: Remove file.
8834         * sysdeps/ia64/hp-timing.c: Remove file.
8835         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8836         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8837         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8838         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8840         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8841         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8842         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8843         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8844         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8845         (HP_TIMING_ACCUM): Remove.
8846         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8847         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8848         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8850         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8851         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8852         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8853         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8854         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8855         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8856         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8857         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8859         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8861 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8863         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8865 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8867         Sync up with gettext.
8868         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8869         [_MSC_VER]: Include malloc.h
8870         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8871         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8872         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8873         TEMP_FAILURE_RETRY.  Cast return of alloca.
8874         [!_LIBC] Call gl_rwlock_init.
8875         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8877 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8879         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8880         before checking its value.
8882 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8884         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8886         * debug/memcpy_chk.c: Don't include pagecopy.h.
8887         * debug/mempcpy_chk.c: Likewise.
8888         * string/memcpy.c: Likewise.
8889         * string/memmove.c: Likewise.
8890         * sysdeps/powerpc/memmove.c: Likewise.
8891         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8892         definition of PAGE_COPY_FWD_MAYBE here...
8893         * sysdeps/generic/pagecopy.h: ... from here.
8894         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8896 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8897             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8899         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8900         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8901         optimizations.
8902         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8903         (__libc_ifunc_impl_list): Likewise.
8904         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8905         multiarch strcat for PPC64.
8906         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8907         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8909 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8911         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8913 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8915         * intl/loadmsgcat.c: Remove declaration of
8916         get_sysdep_segment_value.
8917         (get_sysdep_segment_value): Use ISO C style.
8918         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8919         semicolon.  Fix typo and formatting in comment.
8920         (_nl_unload_domain): Use ISO C style.
8922         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8924 2014-07-02  Will Newton  <will.newton@linaro.org>
8926         * malloc/obstack.c: Merge from gnulib master.
8927         [HAVE_CONFIG_H]: Remove conditional code.
8928         [!_LIBC]: Include config.h.
8929         [!ELIDE_CODE]: Don't include inttypes.h, include
8930         stdint.h unconditionally.
8931         (print_and_abort): Mark as _Noreturn.
8932         (_obstack_allocated_p): Mark as __attribute_pure__.
8933         (obstack_free): Rename to __obstack_free.
8934         [!__attribute__]: Remove conditional code.
8935         * malloc/obstack.h: Merge from gnulib master.
8936         [__cplusplus]: Move conditional down.
8937         [!__attribute_pure__]: Define __attribute_pure__ here
8938         if it is not already defined.
8939         (_obstack_memory_used): Mark as __attribute_pure__.
8940         [!__obstack_free]: Define as obstack_free.
8941         [__GNUC__]: Remove check for ancient NeXT gcc.
8943 2014-07-02  Will Newton  <will.newton@linaro.org>
8944             Paul Eggert  <eggert@cs.ucla.edu>
8946         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8948 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8950         * resolv/gethnamaddr.c: Add comment warning that the file is
8951         not maintained.
8953 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8955         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8956         entries.
8958         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8959         entry for aio_cancel and aio_cancel64.
8960         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8961         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8962         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8963         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8964         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8965         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8966         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8967         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8968         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8969         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8970         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8971         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8972         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8974 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8976         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8977         * nptl/pthread_mutex_lock.c: Likewise.
8978         * nptl/pthread_mutex_timedlock.c: Likewise.
8979         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8981 2014-07-01  Richard henderson  <rth@redhat.com>
8983         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8984         (__isnan, __isnanl): Remove.
8985         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8987         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8989 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8991         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8993 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8995         * resolv/nss_dns/dns-host.c (getanswer_r)
8996         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8998 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9000         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9001         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9002         undefine.
9003         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9004         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9006 2014-07-01  Roland McGrath <roland@hack.frob.com>
9008         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9009         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9011         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9012         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9014         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9015         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9016         ... here.
9017         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9018         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9020         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9021         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9022         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9023         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9025         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9026         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9027         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9028         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9029         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9030         Moved ...
9031         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9032         ... here.
9033         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9034         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9035         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9036         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9037         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9038         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9039         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9040         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9041         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9042         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9043         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9044         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9045         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9046         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9047         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9048         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9049         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9050         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9051         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9052         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9053         ... here.
9054         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9055         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9056         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9057         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9058         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9059         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9060         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9061         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9063 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9065         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9066         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9067         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9068         Add sysdep.
9070 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9072         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9074 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9076         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9077         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9079         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9081         * sysdeps/arm/libm-test-ulps: Regenerated.
9083 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9084             Roland McGrath <roland@hack.frob.com>
9086         * test-skeleton.c (signal_handler): Kill the whole process group
9087         before killing the child individually.
9088         (main): Report any failure on `setpgid'.
9090 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9092         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9093         from _TLS_H to _ARM_NPTL_TLS_H.
9094         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9095         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9097 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9099         [BZ #16539]
9100         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9101         (__expm1l): Return argument unchanged when small but not
9102         subnormal.
9104         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9105         include macro name.
9106         (_FP_UNPACK_RAW_1_P): Likewise.
9107         (_FP_PACK_RAW_1): Likewise.
9108         (_FP_PACK_RAW_1_P): Likewise.
9109         (_FP_MUL_MEAT_1_wide): Likewise.
9110         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9111         (_FP_MUL_MEAT_1_hard): Likewise.
9112         (_FP_DIV_MEAT_1_imm): Likewise.
9113         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9114         (_FP_DIV_MEAT_1_udiv): Likewise.
9115         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9116         (_FP_UNPACK_RAW_2): Likewise.
9117         (_FP_UNPACK_RAW_2_P): Likewise.
9118         (_FP_PACK_RAW_2): Likewise.
9119         (_FP_PACK_RAW_2_P): Likewise.
9120         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9121         (_FP_MUL_MEAT_2_wide): Likewise.
9122         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9123         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9124         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9125         (_FP_MUL_MEAT_2_gmp): Likewise.
9126         (_FP_DIV_MEAT_2_udiv): Likewise.
9127         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9128         (_FP_FRAC_SRL_4): Likewise.
9129         (_FP_FRAC_SRST_4): Likewise.
9130         (_FP_FRAC_SRS_4): Likewise.
9131         (_FP_UNPACK_RAW_4): Likewise.
9132         (_FP_UNPACK_RAW_4_P): Likewise.
9133         (_FP_PACK_RAW_4): Likewise.
9134         (_FP_PACK_RAW_4_P): Likewise.
9135         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9136         (_FP_MUL_MEAT_4_wide): Likewise.
9137         (_FP_MUL_MEAT_4_gmp): Likewise.
9138         (umul_ppppmnnn): Likewise.
9139         (_FP_DIV_MEAT_4_udiv): Likewise.
9140         (__FP_FRAC_ADD_4): Likewise.
9141         (__FP_FRAC_SUB_3): Likewise.
9142         (__FP_FRAC_SUB_4): Likewise.
9143         (__FP_FRAC_DEC_3): Likewise.
9144         (__FP_FRAC_DEC_4): Likewise.
9145         (__FP_FRAC_ADDI_4): Likewise.
9146         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9147         (_FP_FRAC_SRL_8): Likewise.
9148         (_FP_FRAC_SRS_8): Likewise.
9150         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9151         include macro name.
9152         (FP_UNPACK_RAW_EP): Likewise.
9153         (FP_PACK_RAW_E): Likewise.
9154         (FP_PACK_RAW_EP): Likewise.
9155         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9156         (_FP_ISSIGNAN): Likewise.
9157         (_FP_ADD_INTERNAL): Likewise.
9158         (_FP_FMA): Likewise.
9159         (_FP_CMP): Likewise.
9160         (_FP_SQRT): Likewise.
9161         (_FP_TO_INT): Likewise.
9162         (_FP_FROM_INT): Likewise.
9163         (FP_EXTEND): Likewise.
9164         (_FP_DIV_MEAT_N_loop): Likewise.
9166 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9168         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9169         throughout.
9171 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9173         [BZ #17097]
9174         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9175         result with correct sign in case of exponents that produce
9176         overflow except for X very close to 1.
9178 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9180         mktime: merge #if/#ifdef usage from glibc
9181         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9182         as that works with both Glibc's and Gnulib's style.
9183         See thread starting at Siddhesh Poyarekar's bug report at:
9184         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9186 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9188         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9189         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9190         * sysdeps/tile/tilegx/memmove.c: Remove file.
9192 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9194         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9195         abi-name definition.
9196         * scripts/soversions.awk: Do not handle or generate ABI lines.
9197         * shlib-versions: Remove ABI entries.
9198         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9199         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9201 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9203         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9204         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9205         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9206         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9207         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9208         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9209         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9210         Moved ...
9211         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9212         ... here.
9213         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9214         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9215         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9216         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9217         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9218         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9219         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9220         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9221         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9222         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9223         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9224         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9225         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9226         Moved ...
9227         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9228         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9229         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9230         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9231         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9232         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9233         Moved ...
9234         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9235         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9236         Moved ...
9237         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9238         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9239         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9240         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9241         Moved ...
9242         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9243         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9244         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9245         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9246         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9247         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9248         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9249         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9250         Moved ...
9251         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9252         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9253         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9254         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9255         Moved ...
9256         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9257         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9258         Moved ...
9259         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9260         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9261         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9262         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9263         Moved ...
9264         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9265         ... here.
9266         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9267         Identical file removed.
9268         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9269         Moved ...
9270         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9271         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9272         Identical file removed.
9273         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9274         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9275         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9276         Moved ...
9277         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9278         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9279         Identical file removed.
9280         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9281         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9282         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9283         Identical file removed.
9284         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9285         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9286         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9287         Identical file removed.
9288         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9289         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9290         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9291         Identical file removed.
9292         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9293         Moved ...
9294         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9295         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9296         Identical file removed.
9297         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9298         Moved ...
9299         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9300         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9301         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9302         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9303         Identical file removed.
9304         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9305         Moved ...
9306         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9307         ... here.
9308         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9309         Identical file removed.
9310         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9311         Moved ...
9312         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9313         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9314         Identical file removed.
9315         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9316         Moved ...
9317         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9318         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9319         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9320         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9321         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9322         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9323         Moved ...
9324         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9325         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9326         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9328         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9329         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9330         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9331         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9332         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9334 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9336         [BZ #17092]
9337         * nscd/nscd.c (monitor_child): Return exit status of child
9338         instead of return value from wait syscall.
9340 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9342         * configure.ac (libc_commonpagesize): Remove variable.
9343         (libc_relro_required): Likewise.
9344         (libc_cv_z_relro): Remove configure test.
9345         * configure: Regenerated.
9346         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9347         variable.
9348         (libc_relro_required): Likewise.
9349         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9350         (libc_relro_required): Likewise.
9351         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9352         (libc_relro_required): Likewise.
9353         * sysdeps/arm/preconfigure: Regenerated.
9354         * sysdeps/ia64/preconfigure: Remove file.
9355         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9356         variable.
9357         (libc_relro_required): Likewise.
9359         [BZ #16561]
9360         [BZ #16562]
9361         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9362         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9363         recompute overflowing results in original rounding mode.
9364         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9365         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9366         recompute overflowing results in original rounding mode.
9367         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9368         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9369         recompute overflowing results in original rounding mode.
9370         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9371         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9372         recompute overflowing results in original rounding mode.
9373         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9374         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9375         recompute overflowing results in original rounding mode.
9376         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9377         (libc_feholdsetround_ctx): New macro.
9378         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9379         * sysdeps/i386/fpu/libm-test-ulps: Update.
9380         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9382 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9384         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9385         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9386         corresponding .cpsetup call.
9388 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9390         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9391         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9392         * sysdeps/arm/Makefile [$(subdir) = csu]
9393         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9394         (static-only-routines): Add aeabi_read_tp here.
9395         (shared-only-routines): Add libc-aeabi_read_tp here.
9396         (CFLAGS-libc-start.c): Add -fexceptions here.
9397         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9398         (sysdep_routines, static-only-routines, shared-only-routines):
9399         Don't add to these here.
9400         (CFLAGS-libc-start.c): Likewise.
9402         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9403         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9404         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9405         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9406         * sysdeps/arm/Makefile [$(subdir) = rt]
9407         (librt-sysdep_routines, librt-shared-only-routines):
9408         Append rt-aeabi_unwind_cpp_pr1 here.
9409         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9410         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9411         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9412         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9413         Append nptl-aeabi_unwind_cpp_pr1 here.
9414         (tests): Filter out tst-cleanupx4 here.
9415         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9416         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9417         Don't do those here.
9419 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9421         * scripts/list-sources.sh: Do not handle ports specially.
9423 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9425         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9426         * sysdeps/arm/feupdateenv.c: Likewise.
9428         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9430 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9432         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9433         trailing whitespace removed.
9434         * scripts/config.guess: Update to version 2014-03-23.
9435         * scripts/config.sub: Update to version 2014-05-01
9436         * scripts/install-sh: Update to version 2013-12-25.23.
9437         * scripts/move-if-change: Update from gnulib.
9439 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9441         * debug/memmove_chk.c: Remove pagecopy.h include.
9443 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9445         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9446         identical to gnulib mktime.
9448 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9450         * configure.ac: Do not test for machine being rs6000.  Do not test
9451         for powerpc*-*soft.
9452         * configure: Regenerated.
9454         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9455         test.
9456         * configure: Regenerated.
9457         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9458         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9459         Remove configure test.
9460         * sysdeps/arm/configure: Regenerated.
9461         * sysdeps/nptl/configure.ac: Do not check
9462         libc_cv_asm_cfi_directives.
9463         * sysdeps/nptl/configure: Regenerated.
9464         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9465         * sysdeps/x86_64/nptl/configure: Remove generated file.
9466         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9467         unconditional.
9468         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9470 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9472         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9473         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9474         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9475         it is defined.
9477         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9478         instead of whether it is defined.
9479         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9480         * sysdeps/hppa/dl-machine.h: Likewise.
9481         * sysdeps/ia64/dl-machine.h: Likewise.
9482         * sysdeps/m68k/dl-machine.h: Likewise.
9483         * sysdeps/microblaze/dl-machine.h: Likewise.
9484         * sysdeps/mips/dl-machine.: Likewise.
9485         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9486         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9487         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9488         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9489         * sysdeps/sh/dl-machine.h: Likewise.
9490         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9491         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9492         * sysdeps/tile/dl-machine.h: Likewise.
9493         * sysdeps/x86_64/dl-machine.h: Likewise.
9495         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9496         code.
9497         (verify_persistent_db): Likewise.
9499 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9501         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9502         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9503         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9504         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9505         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9506         Moved ...
9507         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9508         ... here.
9509         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9510         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9511         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9512         Identical file removed.
9513         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9514         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9515         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9516         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9517         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9518         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9519         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9520         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9521         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9522         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9523         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9524         Moved ...
9525         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9526         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9527         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9528         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9529         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9530         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9531         Moved ...
9532         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9533         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9534         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9535         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9536         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9537         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9538         Identical file removed.
9539         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9540         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9541         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9542         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9543         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9544         Moved ...
9545         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9546         ... here.
9547         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9548         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9549         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9550         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9551         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9552         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9553         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9554         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9555         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9556         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9557         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9558         Moved ...
9559         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9560         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9561         Moved ...
9562         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9563         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9564         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9565         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9566         Moved ...
9567         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9568         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9569         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9571         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9572         folded into ...
9573         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9574         * sysdeps/unix/sysv/linux/s390/Versions
9575         (libpthread: GLIBC_2.19): New version set.
9576         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9577         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9578         (librt: GLIBC_2.3.3): New version set.
9579         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9580         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9581         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9582         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9583         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9584         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9585         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9586         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9587         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9588         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9589         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9590         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9591         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9592         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9593         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9594         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9595         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9596         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9597         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9598         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9599         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9600         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9601         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9602         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9603         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9604         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9605         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9606         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9607         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9608         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9609         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9610         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9611         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9612         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9613         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9614         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9615         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9616         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9617         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9618         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9619         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9620         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9621         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9622         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9623         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9625         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9626         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9627         (__libc_vfork): Define the function under this name.
9628         [!NOT_IN_libc] (__vfork): Make this an alias.
9629         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9630         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9631         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9632         (__libc_vfork): Define the function under this name.
9633         [!NOT_IN_libc] (__vfork): Make this an alias.
9634         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9635         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9636         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9637         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9638         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9639         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9641         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9642         code that was previously under [RESET_PID].
9643         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9644         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9645         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9647         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9648         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9649         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9650         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9651         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9652         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9653         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9654         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9655         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9656         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9657         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9658         Moved ...
9659         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9660         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9661         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9662         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9663         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9664         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9665         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9666         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9667         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9668         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9669         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9670         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9671         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9672         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9673         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9674         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9675         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9676         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9677         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9678         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9679         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9680         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9681         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9682         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9683         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9684         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9685         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9686         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9687         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9689 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9691         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9692         that was previously under [RESET_PID].
9693         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9695 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9697         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9698         not undefine and redefine.
9699         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9700         [O_CLOEXEC]: Make code unconditional.
9701         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9702         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9703         <kernel-features.h>.
9704         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9705         conditional variable definition.
9706         (shm_open) [O_CLOEXEC]: Make code unconditional.
9707         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9708         code.
9710         * configure.ac (USE_REGPARMS): Don't define here.
9711         * configure: Regenerated.
9712         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9713         * sysdeps/i386/configure: Regenerated.
9715         * nptl/createthread.c: Don't include kernel-features.h.
9716         * nptl/pthread_cancel.c: Likewise.
9717         * nptl/pthread_condattr_setclock.c: Likewise.
9718         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9719         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9720         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9721         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9722         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9723         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9724         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9725         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9726         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9727         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9728         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9729         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9730         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9731         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9732         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9733         * nscd/gai.c: Likewise.
9734         * nss/nss_db/db-open.c: Likewise.
9735         * sysdeps/generic/ldsodefs.h: Likewise.
9736         * sysdeps/sh/nptl/tls.h: Likewise.
9737         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9738         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9739         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9740         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9741         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9742         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9743         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9744         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9745         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9746         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9747         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9748         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9749         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9750         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9751         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9752         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9753         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9754         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9755         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9756         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9757         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9758         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9759         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9760         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9761         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9762         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9763         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9764         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9765         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9766         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9767         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9768         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9769         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9770         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9771         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9772         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9773         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9774         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9775         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9776         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9777         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9778         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9779         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9780         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9781         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9782         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9783         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9784         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9785         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9786         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9787         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9788         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9789         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9790         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9791         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9792         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9793         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9794         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9817         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9818         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9819         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9820         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9821         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9822         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9823         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9824         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9825         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9826         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9827         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9828         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9829         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9830         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9831         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9832         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9833         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9834         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9835         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9836         * sysdeps/unix/sysv/linux/system.c: Likewise.
9837         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9838         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9839         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9840         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9841         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9842         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9843         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9845         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9846         * configure: Regenerated.
9847         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9849         * configure.ac (base_machine): Do not set specially for particular
9850         machines here.
9851         * configure: Regenerated.
9852         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9853         settings from configure.ac.
9854         * sysdeps/i386/preconfigure: New file.
9855         * sysdeps/s390/preconfigure: Likewise.
9856         * sysdeps/sh/preconfigure: Likewise.
9857         * sysdeps/sparc/preconfigure: Likewise.
9859 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9861         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9862         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9863         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9864         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9865         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9866         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9867         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9868         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9869         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9870         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9871         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9872         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9873         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9874         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9875         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9876         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9877         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9878         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9879         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9881         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9882         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9883         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9884         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9885         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9886         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9887         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9888         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9889         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9890         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9891         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9892         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9893         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9894         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9895         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9896         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9897         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9898         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9899         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9900         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9901         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9902         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9903         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9904         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9905         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9906         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9907         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9908         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9909         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9910         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9911         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9912         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9913         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9914         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9915         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9916         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9917         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9918         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9920         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9921         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9922         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9923         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9924         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9925         Moved ...
9926         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9927         ... here.
9928         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9929         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9930         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9931         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9932         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9933         Moved ...
9934         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9935         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9936         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9937         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9938         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9939         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9940         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9941         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9942         Moved ...
9943         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9944         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9945         Moved ...
9946         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9947         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9948         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9949         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9950         Moved ...
9951         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9952         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9953         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9954         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9955         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9956         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9957         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9958         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9959         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9960         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9961         Moved ...
9962         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9963         ... here.
9964         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9965         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9966         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9967         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9968         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9969         Moved ...
9970         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9971         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9972         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9973         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9974         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9975         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9976         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9977         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9978         Moved ...
9979         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9980         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9981         Moved ...
9982         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9983         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9984         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9985         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9986         Moved ...
9987         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9988         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9989         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9990         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9991         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9993 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9995         * timezone/checktab.awk: Update from tzcode 2014e.
9996         * timezone/private.h: Likewise.
9997         * timezone/tzfile.h: Likewise.
9998         * timezone/zdump.c: Likewise.
9999         * timezone/zic.c: Likewise.
10001         * sysdeps/unix/sysv/linux/kernel-features.h
10002         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10003         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10004         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10005         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10006         Remove conditional code.
10008 2014-06-25  Will Newton  <will.newton@linaro.org>
10010         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10011         (_dl_arm_cap_flags): Add HWCAP2 values.
10012         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10013         (_DL_HWCAP_COUNT): Increase to 37.
10014         (_DL_HWCAP_LAST): New define.
10015         (_DL_HWCAP2_LAST): New define.
10016         (_dl_procinfo): Add support for printing
10017         AT_HWCAP2 entries.
10018         (_dl_string_hwcap): Use _dl_hwcap_string.
10020 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10022         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10024 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10026         * README: Do not mention ports directory.
10028         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10029         Remove macro.
10030         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10031         <kernel-features.h>.
10032         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10033         conditional variable definition.
10034         (__futimes): Update comment.
10035         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10036         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10038         [BZ #16560]
10039         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10040         arguments close to 0.
10041         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10042         Likewise.
10043         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10044         Likewise.
10045         * math/auto-libm-test-in: Add more tests of exp10.
10046         * math/auto-libm-test-out: Regenerated.
10047         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10049         * sysdeps/unix/sysv/linux/kernel-features.h
10050         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10051         * sysdeps/unix/sysv/linux/readv.c: Do not include
10052         <kernel-features.h>.
10053         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10054         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10055         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10056         unconditional.
10057         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10058         conditional code.
10059         * sysdeps/unix/sysv/linux/writev.c: Do not include
10060         <kernel-features.h>.
10061         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10062         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10063         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10064         unconditional.
10065         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10066         conditional code.
10068 2014-06-25  Will Newton  <will.newton@linaro.org>
10070         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10071         comment changes throughout the file.  Remove checks
10072         for HAVE_*_H definitions that are not required.
10073         (__gen_tempname): Call abort if an unknown kind value is
10074         passed.
10076 2014-06-25  Andreas Schwab  <schwab@suse.de>
10078         [BZ #17086]
10079         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10080         scalbln, scalblnf, scalblnl in libc.
10082 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10084         [BZ #17086]
10085         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10086         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10087         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10089 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10091         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10092         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10093         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10094         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10095         Update #include.
10096         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10097         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10098         Update #include.
10099         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10100         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10101         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10102         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10103         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10104         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10105         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10106         * sysdeps/x86/bits/semaphore.h: ... here.
10107         * sysdeps/x86/nptl/elide.h: Moved ...
10108         * sysdeps/x86/elide.h: ... here.
10109         * sysdeps/x86_64/nptl/Implies: File removed.
10110         * sysdeps/i386/nptl/Implies: File removed.
10112 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10114         [BZ #16539]
10115         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10116         return the argument for normal arguments with exponent below -64.
10117         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10118         Likewise.
10119         * math/auto-libm-test-in: Add another test of expm1.
10120         * math/auto-libm-test-out: Regenerated.
10122         [BZ #16287]
10123         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10124         calling __erfcl for arguments at least 16.
10125         * math/auto-libm-test-in: Add more tests of erf.
10126         * math/auto-libm-test-out: Regenerated.
10128         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10129         individual architectures.
10130         * sysdeps/unix/sysv/linux/configure: Regenerated.
10131         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10132         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10133         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10134         (ldd_rewrite_script): Define variable.
10135         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10137         file.
10138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10139         generated file.
10140         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10141         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10142         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10143         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10144         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10145         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10146         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10147         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10149 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10151         [BZ #17084]
10152         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10153         Rename member __data.d to __data.__elision_data.
10155 2014-06-24  Wilco  <wdijkstr@arm.com>
10157         * NEWS: Add 16918 to fixed bug list.
10159 2014-06-24  Wilco  <wdijkstr@arm.com>
10161         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10163 2014-06-24  Wilco  <wdijkstr@arm.com>
10165         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10166         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10167         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10168         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10169         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10170         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10171         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10172         Use _FPU_MASK_RM.
10174 2014-06-24  Wilco  <wdijkstr@arm.com>
10176         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10178 2014-06-24  Wilco  <wdijkstr@arm.com>
10180         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10181         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10182         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10183         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10185 2014-06-24  Wilco  <wdijkstr@arm.com>
10187         [BZ #16918]
10188         * sysdeps/arm/feupdateenv.c (feupdateenv):
10189         Rewrite to reduce FPSCR accesses and fix return value.
10191 2014-06-24  Wilco  <wdijkstr@arm.com>
10193         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10194         Optimize to avoid unnecessary FPSCR writes.
10195         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10196         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10197         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10198         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10200 2014-06-24  Wilco  <wdijkstr@arm.com>
10202         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10203         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10204         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10205         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10206         Call libc_fetestexcept_vfp.
10207         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10208         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10209         __SOFTFP__ ifdef so that they can be built for softfp.
10211 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10213         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10214         argument type signed char.
10216         * Makerules (check-abi): Dump diff of symlist if the test
10217         fails.
10219 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10221         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10222         using abort.
10224         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10225         Remove unused variable ST.
10227 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10229         [BZ #16354]
10230         [BZ #17061]
10231         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10232         small arguments before calling __expm1.
10233         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10234         small arguments before calling __expm1f.
10235         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10236         small arguments before calling __expm1l.
10237         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10238         Likewise.
10239         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10240         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10241         spurious underflow for some cosh tests.
10242         * math/auto-libm-test-out: Regenerated.
10243         * sysdeps/i386/fpu/libm-test-ulps: Update.
10245         [BZ #17050]
10246         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10247         (__ieee754_y1): Set errno if return value overflows.
10248         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10249         (__ieee754_y1f): Set errno if return value overflows.
10250         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10251         (__ieee754_y1l): Set errno if return value overflows.
10252         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10253         (__ieee754_y1l): Set errno if return value overflows.
10254         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10255         * math/auto-libm-test-out: Regenerated.
10257         * math/gen-auto-libm-tests.c: Document use of
10258         ignore-zero-inf-sign.
10259         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10260         (input_flags): Add ignore-zero-inf-sign.
10261         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10262         * math/gen-libm-test.pl (generate_testfile): Handle
10263         ignore-zero-inf-sign.
10264         * math/auto-libm-test-in: Mark some cpow tests with
10265         ignore-zero-inf-sign and some with xfail-rounding.
10266         * math/auto-libm-test-out: Regenerated.
10267         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10268         * sysdeps/i386/fpu/libm-test-ulps: Update.
10269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10271         [BZ #16315]
10272         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10273         overflowing or underflowing operations take place with sign of
10274         result.
10275         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10276         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10277         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10278         (__ieee754_pow): Recompute overflowing and underflowing results in
10279         original rounding mode.
10280         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10281         (__powl_helper): Allow negative argument X and scale negated value
10282         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10283         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10284         overflowing or underflowing operations take place with sign of
10285         result.
10286         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10287         Include <math.h>.
10288         * math/auto-libm-test-in: Add more tests of pow.
10289         * math/auto-libm-test-out: Regenerated.
10290         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10291         (pow_tonearest_test_data): Remove.
10292         (pow_test_tonearest): Likewise.
10293         (pow_towardzero_test_data): Likewise.
10294         (pow_test_towardzero): Likewise.
10295         (pow_downward_test_data): Likewise.
10296         (pow_test_downward): Likewise.
10297         (pow_upward_test_data): Likewise.
10298         (pow_test_upward): Likewise.
10299         (main): Don't call removed functions.
10300         * sysdeps/i386/fpu/libm-test-ulps: Update.
10301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10303 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10306         Moved ...
10307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10309         Moved ...
10310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10312         Moved ...
10313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10315         Moved ...
10316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10318         File removed.
10319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10320         File removed.
10321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10322         File removed.
10323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10324         File removed.
10325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10326         File removed.
10327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10328         File removed.
10329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10330         File removed.
10331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10332         File removed.
10333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10334         File removed.
10335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10336         File removed.
10337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10338         File removed.
10339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10340         File removed.
10341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10342         Moved ...
10343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10345         Moved ...
10346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10347         ... here.
10348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10349         Moved ...
10350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10352         Moved ...
10353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10355         Moved ...
10356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10358         Moved ...
10359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10361         Moved ...
10362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10364         Moved ...
10365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10367         Moved ...
10368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10371         ... here.
10372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10373         Moved ...
10374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10376         Moved ...
10377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10378         ... here.
10379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10380         Moved ...
10381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10382         ... here.
10383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10384         Moved ...
10385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10386         ... here.
10387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10388         Moved ...
10389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10391         Moved ...
10392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10396         Moved ...
10397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10398         ... here.
10399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10400         Moved ...
10401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10402         ... here.
10403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10404         Moved ...
10405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10407         Moved ...
10408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10410         Moved ...
10411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10413         Moved ...
10414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10416         Moved ...
10417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10418         ... here.
10419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10420         Moved ...
10421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10423         Moved ...
10424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10426         Moved ...
10427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10429         Moved ...
10430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10434         Moved ...
10435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10437         Moved ...
10438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10440         Moved ...
10441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10442         ... here.
10443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10444         Moved ...
10445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10446         ... here.
10447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10448         Moved ...
10449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10450         ... here.
10451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10452         Moved ...
10453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10455         Moved ...
10456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10458         Moved ...
10459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10461         Moved ...
10462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10463         ... here.
10464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10465         Moved ...
10466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10467         ... here.
10468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10469         Moved ...
10470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10471         ... here.
10472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10473         Moved ...
10474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10476         Moved ...
10477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10479 2014-06-23  Will Newton  <will.newton@linaro.org>
10480             Wilco  <wdijkstr@arm.com>
10482         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10483         implementation.  Include get-rounding-mode.h.
10484         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10485         [!libc_feholdsetround_noex_ctx]: Define
10486         libc_feholdsetround_noex_ctx.
10487         [!libc_feholdsetround_noexf_ctx]: Define
10488         libc_feholdsetround_noexf_ctx.
10489         [!libc_feholdsetround_noexl_ctx]: Define
10490         libc_feholdsetround_noexl_ctx.
10491         (libc_feholdsetround_ctx): New function.
10492         (libc_feresetround_ctx): New function.
10493         (libc_feholdsetround_noex_ctx): New function.
10494         (libc_feresetround_noex_ctx): New function.
10496 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10498         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10499         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10500         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10501         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10502         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10503         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10505         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10506         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10507         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10508         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10509         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10510         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10511         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10512         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10513         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10514         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10515         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10516         Moved ...
10517         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10518         ... here.
10519         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10520         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10521         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10522         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10523         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10524         Moved ...
10525         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10526         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10527         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10528         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10529         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10530         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10531         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10532         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10533         Moved ...
10534         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10535         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10536         Moved ...
10537         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10538         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10539         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10540         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10541         Moved ...
10542         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10543         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10544         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10545         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10546         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10547         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10548         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10549         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10550         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10551         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10552         Moved ...
10553         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10554         ... here.
10555         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10556         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10557         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10558         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10559         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10560         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10561         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10562         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10563         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10564         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10565         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10566         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10567         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10568         Moved ...
10569         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10570         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10571         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10572         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10573         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10574         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10575         Moved ...
10576         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10577         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10578         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10579         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10580         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10582         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10583         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10584         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10585         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10586         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10587         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10588         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10589         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10590         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10591         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10592         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10593         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10594         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10595         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10596         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10597         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10598         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10599         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10600         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10601         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10602         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10603         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10604         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10605         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10606         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10607         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10608         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10609         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10611 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10613         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10614         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10615         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10616         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10617         (IPV6_PMTUDISC_INTERFACE): Likewise.
10618         (IPV6_PMTUDISC_OMIT): Likewise.
10620 2014-06-23  Andreas Schwab  <schwab@suse.de>
10622         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10623         Remove unused errout label.
10625 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10627         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10628         macro: hardware supports Vector Crypto instructions.
10630 2014-06-23  Will Newton  <will.newton@linaro.org>
10632         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10633         rather than __builtin_expect.
10635         * elf/dl-lookup.c (undefined_msg): Remove variable.
10636         (_dl_lookup_symbol_x): Replace undefined_msg with string
10637         literal.
10639         * elf/dl-lookup.c (do_lookup_unique): New function.
10640         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10641         to a separate function.
10643 2014-06-23  Andreas Schwab  <schwab@suse.de>
10645         [BZ #17079]
10646         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10647         before reading the next line.
10649 2014-06-23  Will Newton  <will.newton@linaro.org>
10651         * test-skeleton.c (signal_handler): Use printf and %m
10652         rather than perror.  Use printf rather than fprintf to
10653         stderr.  Use puts rather than fputs to stderr.
10654         (main): Likewise.
10656 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10658         * nscd/nscd.c (thread_info_t): Remove typedef.
10659         (thread_info): Remove variable.
10661 2014-06-21  Allan McRae  <allan@archlinux.org>
10663         * NEWS: Mention CVE-2014-4043.
10665 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10667         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10668         * nptl/smp.h: ... here.
10670         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10672         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10673         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10674         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10675         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10677         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10678         * nptl/stack-aliasing.h: New file.
10679         * sysdeps/i386/i686/stack-aliasing.h: New file.
10680         * sysdeps/i386/i686/nptl/Makefile: File removed.
10681         * sysdeps/x86_64/stack-aliasing.h: New file.
10682         * sysdeps/x86_64/nptl/Makefile
10683         (CFLAGS-pthread_create.c): Variable removed.
10685         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10686         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10687         old file.
10688         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10689         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10690         old file.
10692 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10694         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10695         (__ASSUME_SIGFRAME_V2): Remove macro.
10696         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10697         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10698         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10699         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10700         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10701         Declare as function.  Remove conditional macro definitions.
10702         (__default_rt_sa_restorer): Likewise.
10703         (__default_sa_restorer_v1): Remove declaration.
10704         (__default_sa_restorer_v2): Likewise.
10705         (__default_rt_sa_restorer_v1): Likewise.
10706         (__default_rt_sa_restorer_v2): Likewise.
10707         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10708         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10709         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10711 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10713         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10714         (libpthread-routines): Add sysdep.
10715         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10716         * sysdeps/unix/sysv/linux/sparc/Versions
10717         (libpthread: GLIBC_2.3.3): New version set.
10718         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10719         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10720         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10721         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10722         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10723         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10724         Moved ...
10725         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10726         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10727         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10728         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10729         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10730         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10731         * sysdeps/sparc/nptl/sem_init.c: ... here.
10732         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10733         * sysdeps/sparc/nptl/sem_post.c: ... here.
10734         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10735         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10736         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10737         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10738         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10739         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10740         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10741         (libpthread-routines): Add cpu_relax.
10742         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10743         File removed.
10744         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10745         (librt: GLIBC_2.3.3): New version set.
10746         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10747         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10748         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10749         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10750         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10751         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10752         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10753         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10754         Moved ...
10755         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10756         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10757         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10758         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10759         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10760         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10761         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10762         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10763         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10764         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10765         Moved ...
10766         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10767         Update #include.
10768         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10769         Moved ...
10770         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10771         Update #include.
10772         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10773         Moved ...
10774         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10775         Update #include.
10776         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10777         Moved ...
10778         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10779         Update #include.
10780         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10781         Moved ...
10782         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10783         Update #include.
10784         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10785         Moved ...
10786         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10787         Update #include.
10788         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10789         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10790         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10791         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10792         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10793         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10794         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10795         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10796         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10797         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10798         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10799         Moved ...
10800         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10801         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10802         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10803         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10804         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10806 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10808         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10809         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10810         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10811         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10812         * nscd/nscd.c: Likewise.
10813         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10814         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10815         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10816         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10818         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10819         <kernel-features.h>.
10820         (init_mq_netlink): Remove conditional have_sock_cloexec
10821         definitions.  Remove code conditional on have_sock_cloexec < 0.
10822         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10823         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10824         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10825         <kernel-features.h>.
10826         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10827         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10829 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10831         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10832         Add tests for memset_chk and memset.
10834         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10835         with AVX2_Usable.
10837 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10839         [BZ #16046]
10840         * elf/tst-dl-iter-static.c: New file.
10841         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10843         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10844         error.
10846 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10848         * sysdeps/unix/sysv/linux/kernel-features.h
10849         (__ASSUME_F_GETOWN_EX): Remove macro.
10850         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10851         <kernel-features.h>.
10852         (miss_F_GETOWN_EX): Remove variable or macro.
10853         (do_fcntl): Do not check miss_F_GETOWN_EX.
10854         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10856         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10857         Remove macro.
10858         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10859         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10860         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10862         * sysdeps/unix/sysv/linux/kernel-features.h
10863         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10864         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10865         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10866         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10868 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10870         [BZ #17075]
10871         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10872         Fix calculation of the symbol's value.
10873         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10874         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10875         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10876         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10877         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10878         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10879         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10880         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10881         (modules-names): Add `tst-armtlsdescmod',
10882         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10883         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10884         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10885         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10886         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10887         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10888         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10889         ($(objpfx)tst-armtlsdescloc): New dependency.
10890         ($(objpfx)tst-armtlsdescextnow): Likewise.
10891         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10892         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10893         TLS scheme support.
10894         * sysdeps/arm/configure: Regenerate.
10896 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10898         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10899         (__atfct_seterrno_2): Likewise.
10900         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10901         <kernel-features.h>.
10902         (__ASSUME_ATFCTS): Do not undefine and redefine.
10903         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10904         (__have_atfcts): Remove conditional definition.
10905         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10906         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10907         unreachable if [__ASSUME_ATFCTS].
10908         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10909         not undefine and redefine.
10910         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10911         <kernel-features.h>.
10912         (faccessat) [__NR_faccessat]: Make code unconditional.
10913         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10914         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10915         <kernel-features.h>.
10916         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10917         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10918         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10919         <kernel-features.h>.
10920         (fchownat) [__NR_fchownat]: Make code unconditional.
10921         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10922         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10923         <kernel-features.h>.
10924         (futimesat) [__NR_futimesat]: Make code unconditional.
10925         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10926         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10927         <kernel-features.h>.
10928         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10929         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10930         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10931         <kernel-features.h>.
10932         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10933         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10934         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10935         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10936         <kernel-features.h>.
10937         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10938         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10939         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10940         <kernel-features.h>.
10941         (linkat) [__NR_linkat]: Make code unconditional.
10942         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10943         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10944         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10945         <kernel-features.h>.
10946         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10947         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10948         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10949         <kernel-features.h>.
10950         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10951         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10952         * sysdeps/unix/sysv/linux/openat.c: Do not include
10953         <kernel-features.h>.
10954         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10955         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10956         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10957         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10958         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10959         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10960         <kernel-features.h>.
10961         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10962         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10963         result of INLINE_SYSCALL directly, not via int variable.
10964         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10965         <kernel-features.h>.
10966         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10967         (renameat) [__NR_renameat]: Make code unconditional.
10968         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10969         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10970         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10971         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10972         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10973         (__ASSUME_ATFCTS): Do not undefine and redefine.
10974         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10975         <kernel-features.h>.
10976         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10977         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10978         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10979         <kernel-features.h>.
10980         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10981         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10982         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10983         (__ASSUME_ATFCTS): Do not undefine and redefine.
10984         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10985         <kernel-features.h>.
10986         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10987         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10988         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10989         <kernel-features.h>.
10990         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10991         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10993 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10995         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10997 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10999         [BZ #17069]
11000         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11001         constructed tree before returning error.
11002         * posix/bug-regexp36.c: Expand test case.
11004 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11006         [BZ #6803]
11007         * math/libm-test.inc (scalbln_test_date):
11008         Add errno expectations.
11009         * math/w_scalblnf.c: New File.
11010         Add wrapper which checks for setting errno to ERANGE.
11011         Add weak_alias for corresponding scalbln function.
11012         * math/w_scalbln.c: Likewise.
11013         * math/w_scalblnl.c: Likewise.
11014         * math/Makefile (libm-calls): Add w_scalbln.
11015         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11016         Remove weak_alias for corresponding scalbln function.
11017         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11018         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11019         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11020         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11021         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11022         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11023         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11024         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11025         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11026         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11027         Remove long_double_symbol for scalblnl function in libm, libc.
11028         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11029         Add wrapper which checks for setting errno to ERANGE.
11030         Add long_double_symbol for scalblnl function in libm, libc.
11031         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11032         Remove long_double_symbol for scalblnl in libm.
11033         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11034         Add wrapper which checks for setting errno to ERANGE.
11035         Add long_double_symbol for scalblnl function in libm.
11036         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11037         Do not use wrapper because of own implementation.
11039 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11041         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11042         3 bytes for __pad1 for x32.
11043         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11045 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11046             H.J. Lu  <hongjiu.lu@intel.com>
11048         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11049         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11050         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11051         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11052         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11054 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11056         [BZ #17069]
11057         * posix/regcomp.c (parse_expression): Deallocate partially
11058         constructed tree before returning error.
11059         * posix/Makefile.c (tests): Add bug-regex36.
11060         (generated): Add bug-regex36.mtrace.
11061         (tests-special): Add $(objpfx)bug-regex36-mem.out
11062         (bug-regex36-ENV): New variable.
11063         ($(objpfx)bug-regex36-mem.out): New rule.
11064         * posix/bug-regex36.c: New file.
11066 2014-06-19  Will Newton  <will.newton@linaro.org>
11068         * malloc/malloc.c (systrim): If extra is zero then return
11069         early.
11071 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11073         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11075 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11077         * sysdeps/aarch64/strchr.S: New file.
11079 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11081         [BZ #17022]
11082         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11083         from arguments -2 or below.
11084         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11085         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11087 2014-06-18  Andreas Schwab  <schwab@suse.de>
11089         [BZ #17062]
11090         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11091         of a bracket expr not to run off the end of the string.
11092         * posix/Makefile (tests): Add tst-fnmatch3.
11093         * posix/tst-fnmatch3.c: New file.
11095 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11097         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11098         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11099         [$(cross-compiling) = no]: Likewise.
11100         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11101         [$(cross-compiling) = no]: Likewise.
11103 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11105         [BZ #17031]
11106         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11107         double, adjusted for any remainder from the high double.
11108         * math/libm-test.inc (nearbyint): Add tests.
11109         (rint): Likewise.
11111 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11113         * nptl/sysdeps/powerpc/Makefile: Moved ...
11114         * sysdeps/powerpc/nptl/Makefile: ... here.
11115         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11116         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11117         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11118         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11119         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11120         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11121         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11122         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11123         * nptl/sysdeps/powerpc/tls.h: Moved ...
11124         * sysdeps/powerpc/nptl/tls.h: ... here.
11126 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11128         [BZ #16681]
11129         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11130         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11131         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11132         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11133         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11134         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11135         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11136         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11137         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11139 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11141         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11143 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11145         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11146         defined operator.
11148         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11149         $TIMEOUTFACTOR.
11151 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11153         [BZ #17058]
11154         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11155         non-executed part of the test.
11157 2014-06-16  Andreas Schwab  <schwab@suse.de>
11159         * string/bits/string2.h (strdup, strndup): Update feature guard.
11161 2014-06-14  David S. Miller  <davem@davemloft.net>
11163         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11165 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11167         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11168         that was previously under [RESET_PID].
11169         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11171         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11172         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11173         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11174         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11175         (__libc_vfork): New strong alias.
11176         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11178 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11180         * sysdeps/generic/elide.h: New file.
11182 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11184         * Makefile (installed-headers): Adjust path of pthread.h header.
11186 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11188         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11189         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11190         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11191         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11193         * nptl/sysdeps/s390/Makefile: Moved ...
11194         * sysdeps/s390/nptl/Makefile: ... here.
11195         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11196         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11197         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11198         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11199         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11200         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11201         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11202         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11203         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11204         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11205         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11206         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11207         * nptl/sysdeps/s390/tls.h: Moved ...
11208         * sysdeps/s390/nptl/tls.h: ... here.
11210         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11211         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11213 2014-06-13  David S. Miller  <davem@davemloft.net>
11215         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11216         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11217         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11218         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11219         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11220         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11221         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11222         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11223         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11224         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11225         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11226         Remove RESET_PID cpp guards.
11227         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11228         Remove RESET_PID cpp guards.
11229         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11231 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11233         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11234         __sp to uintptr_t.
11236 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11238         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11239         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11240         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11241         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11242         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11243         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11244         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11245         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11246         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11247         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11248         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11249         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11250         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11251         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11252         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11253         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11254         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11255         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11256         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11257         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11259         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11260         (pthread_rwlock_rdlock): Add elision.
11261         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11262         (pthread_rwlock_wrlock): Add elision.
11263         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11264         (pthread_rwlock_trywrlock): Add elision.
11265         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11266         (pthread_rwlock_tryrdlock): Add elision.
11267         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11268         (pthread_rwlock_tryrdlock): Add elision unlock.
11269         * nptl/sysdeps/pthread/pthread.h:
11270         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11271         (PTHREAD_RWLOCK_INITIALIZER,
11272         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11273         Handle new elision field.
11274         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11275         * sysdeps/arm/nptl/bits/pthreadtypes.h
11276         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11277         * sysdeps/sh/nptl/bits/pthreadtypes.h
11278         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11279         * sysdeps/tile/nptl/bits/pthreadtypes.h
11280         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11281         * sysdeps/a/nptl/bits/pthreadtypes.h
11282         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11283         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11284         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11285         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11286         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11287         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11288         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11289         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11290         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11291         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11292         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11293         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11294         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11295         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11296         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11297         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11298         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11299         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11300         (elision_init): Set try_xbegin to zero when no RTM.
11301         * sysdeps/x86/nptl/bits/pthreadtypes.h
11302         (pthread_rwlock_t): Change __pad1 to __rwelision.
11303         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11305 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11307         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11308         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11309         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11310         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11312 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11314         [BZ #16996]
11315         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11316         that the cached result has been set before returning it.
11318 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11320         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11321         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11322         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11323         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11324         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11325         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11327         * nptl/sysdeps/sparc/Makefile: Moved ...
11328         * sysdeps/sparc/nptl/Makefile: ... here.
11329         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11330         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11331         * nptl/sysdeps/sparc/tls.h: Moved ...
11332         * sysdeps/sparc/nptl/tls.h: ... here.
11333         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11334         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11335         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11336         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11337         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11338         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11339         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11340         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11341         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11342         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11343         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11344         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11345         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11346         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11347         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11348         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11349         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11350         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11351         Update #include.
11352         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11353         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11354         Update #include.
11355         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11356         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11357         Update #include.
11358         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11359         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11360         Update #include.
11362         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11364         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11365         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11367         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11368         (struct list_links): Type removed.
11369         (struct thread_node, struct timer_node): Replace struct list_links
11370         with struct list_head.
11371         (list_unlink_ip): Likewise.
11372         * sysdeps/pthread/timer_routines.c
11373         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11374         (list_append, list_insbefore): Likewise.
11375         (list_init): Function removed.
11376         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11377         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11378         * sysdeps/pthread/Makefile: ... here, new file.
11380         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11381         * sysdeps/nptl/Implies: ... here.
11382         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11383         * nptl/sysdeps/pthread/list.h: Moved ...
11384         * include/list.h: ... here.
11385         * nptl/sysdeps/pthread/createthread.c: Moved ...
11386         * nptl/createthread.c: ... here.
11387         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11388         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11389         * nptl/pt-longjmp.c: ... here.
11390         * nptl/sysdeps/pthread/Makefile: Moved ...
11391         * sysdeps/nptl/Makefile: ... here.
11392         * nptl/sysdeps/pthread/Subdirs: Moved ...
11393         * sysdeps/nptl/Subdirs: ... here.
11394         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11395         * sysdeps/nptl/aio_misc.h: ... here.
11396         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11397         * sysdeps/nptl/bits/libc-lock.h: ... here.
11398         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11399         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11400         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11401         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11402         * nptl/sysdeps/pthread/configure: Moved ...
11403         * sysdeps/nptl/configure: ... here.
11404         * nptl/sysdeps/pthread/configure.ac: Moved ...
11405         * sysdeps/nptl/configure.ac: ... here.
11406         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11407         * sysdeps/nptl/gai_misc.h: ... here.
11408         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11409         * sysdeps/nptl/librt-cancellation.c: ... here.
11410         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11411         * sysdeps/nptl/malloc-machine.h: ... here.
11412         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11413         * sysdeps/nptl/pthread-functions.h: ... here.
11414         * nptl/sysdeps/pthread/pthread.h: Moved ...
11415         * sysdeps/nptl/pthread.h: ... here.
11416         * nptl/sysdeps/pthread/setxid.h: Moved ...
11417         * sysdeps/nptl/setxid.h: ... here.
11418         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11419         * sysdeps/nptl/sigfillset.c: ... here.
11420         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11421         * sysdeps/nptl/tcb-offsets.h: ... here.
11422         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11423         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11424         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11425         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11426         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11427         * sysdeps/pthread/allocalim.h: ... here.
11428         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11429         * sysdeps/pthread/bits/sigthread.h: ... here.
11430         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11431         * sysdeps/pthread/flockfile.c: ... here.
11432         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11433         * sysdeps/pthread/ftrylockfile.c: ... here.
11434         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11435         * sysdeps/pthread/funlockfile.c: ... here.
11436         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11437         * sysdeps/pthread/posix-timer.h: ... here.
11438         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11439         * sysdeps/pthread/timer_create.c: ... here.
11440         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11441         * sysdeps/pthread/timer_delete.c: ... here.
11442         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11443         * sysdeps/pthread/timer_getoverr.c: ... here.
11444         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11445         * sysdeps/pthread/timer_gettime.c: ... here.
11446         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11447         * sysdeps/pthread/timer_routines.c: ... here.
11448         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11449         * sysdeps/pthread/timer_settime.c: ... here.
11450         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11451         * sysdeps/pthread/tst-timer.c: ... here.
11452         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11453         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11455         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11456         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11458         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11459         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11460         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11461         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11462         Update #include target.
11463         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11464         * sysdeps/i386/i686/nptl/Makefile: ... here.
11465         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11466         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11467         Update #include target.
11468         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11469         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11470         * nptl/sysdeps/i386/Makefile: Moved ...
11471         * sysdeps/i386/nptl/Makefile: ... here.
11472         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11473         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11474         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11475         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11476         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11477         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11478         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11479         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11480         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11481         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11482         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11483         * nptl/sysdeps/i386/tls.h: Moved ...
11484         * sysdeps/i386/nptl/tls.h: ... here.
11486         * sysdeps/sh/Makefile [$(subdir) = csu]
11487         (gen-as-const-headers): Add tcb-offsets.sym.
11488         * nptl/sysdeps/sh/Makefile: File removed.
11489         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11490         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11491         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11492         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11493         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11494         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11495         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11496         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11497         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11498         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11499         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11500         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11501         * nptl/sysdeps/sh/tls.h: Moved ...
11502         * sysdeps/sh/nptl/tls.h: ... here.
11503         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11504         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11505         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11506         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11507         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11508         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11509         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11510         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11511         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11512         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11513         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11514         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11515         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11516         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11517         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11518         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11519         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11520         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11521         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11522         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11523         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11524         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11525         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11526         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11527         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11528         Moved ...
11529         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11530         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11531         Moved ...
11532         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11533         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11534         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11535         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11536         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11537         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11538         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11539         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11540         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11541         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11542         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11543         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11544         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11545         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11546         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11547         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11548         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11549         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11550         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11552 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11554         * posix/spawn_faction_addopen.c: Include string.h.
11556 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11558         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11559         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11560         * nptl/sysdeps/x86_64/Makefile: Moved ...
11561         * sysdeps/x86_64/nptl/Makefile: ... here.
11562         * nptl/sysdeps/x86_64/configure: Moved ...
11563         * sysdeps/x86_64/nptl/configure: ... here.
11564         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11565         * sysdeps/x86_64/nptl/configure.ac: ... here.
11566         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11567         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11568         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11569         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11570         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11571         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11572         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11573         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11574         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11575         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11576         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11577         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11578         * nptl/sysdeps/x86_64/tls.h: Moved ...
11579         * sysdeps/x86_64/nptl/tls.h: ... here.
11580         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11581         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11582         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11583         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11585         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11587 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11589         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11591 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11593         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11594         type.
11595         [POSIX] (off_t): Likewise.
11596         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11597         [POSIX] (S_ISBLK): Require macro.
11598         [POSIX] (S_ISCHR): Likewise.
11599         [POSIX] (S_ISDIR): Likewise.
11600         [POSIX] (S_ISFIFO): Likewise.
11601         [POSIX] (S_ISREG): Likewise.
11602         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11603         optional-macro.
11604         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11605         type.
11606         [POSIX] (time_t): Likewise.
11607         [POSIX] (timer_t): Likewise.
11609 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11611         [BZ #17048]
11612         * posix/spawn_int.h (struct __spawn_action): Make the path string
11613         non-const to support deallocation.
11614         * posix/spawn_faction_addopen.c
11615         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11616         * posix/spawn_faction_destroy.c
11617         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11618         path in all spawn_do_open actions.
11619         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11620         posix_spawn_file_actions_addopen.
11622 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11624         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11625         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11626         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11627         conditional code always true.
11628         (__libc_vfork): New alias.
11630 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11632         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11633         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11635         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11637         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11638         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11640         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11641         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11643         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11644         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11646 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11648         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11649         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11650         multiarch strcmp for PPC64.
11651         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11652         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11653         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11654         multiarch optimizations.
11655         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11656         (__libc_ifunc_impl_list): Likewise.
11658 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11660         * benchtests/scripts/validate_benchout.py: New script.
11661         * benchtests/Makefile (bench-func): Call it.
11662         * benchtests/scripts/benchout.schema.json: New file.
11664 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11666         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11667         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11668         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11669         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11670         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11671         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11672         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11673         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11674         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11675         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11676         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11677         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11678         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11679         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11680         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11681         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11682         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11683         Moved ...
11684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11685         ... here.
11686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11687         Moved ...
11688         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11689         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11690         Moved ...
11691         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11692         ... here.
11693         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11694         Moved ...
11695         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11696         ... here.
11697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11698         Moved ...
11699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11700         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11701         Moved ...
11702         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11703         ... here.
11704         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11705         Moved ...
11706         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11707         ... here.
11708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11709         Moved ...
11710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11711         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11712         Moved ...
11713         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11714         ... here.
11715         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11716         Moved ...
11717         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11718         ... here.
11719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11720         Moved ...
11721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11722         ... here.
11723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11724         Moved ...
11725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11726         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11727         Moved ...
11728         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11729         ... here.
11730         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11731         Moved ...
11732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11733         ... here.
11734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11735         Moved ...
11736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11737         ... here.
11738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11739         Moved ...
11740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11742         Moved ...
11743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11744         ... here.
11745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11746         Moved ...
11747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11748         ... here.
11749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11750         Moved ...
11751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11753         Moved ...
11754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11755         ... here.
11756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11757         Moved ...
11758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11759         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11760         Moved ...
11761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11763         Moved ...
11764         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11765         ... here.
11766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11767         Moved ...
11768         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11769         ... here.
11770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11771         Moved ...
11772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11773         ... here.
11774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11775         Moved ...
11776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11777         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11778         Moved ...
11779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11780         ... here.
11781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11782         Moved ...
11783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11784         ... here.
11785         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11786         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11787         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11788         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11789         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11790         Moved ...
11791         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11792         ... here.
11793         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11794         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11795         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11796         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11797         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11798         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11799         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11800         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11801         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11802         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11803         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11804         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11805         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11806         Moved ...
11807         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11808         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11809         Moved ...
11810         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11811         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11812         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11813         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11814         Moved ...
11815         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11816         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11817         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11818         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11819         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11820         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11821         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11823 2014-06-10  Wilco  <wdijkstr@arm.com>
11825         * math/test-fenv-return.c: New file.
11826         * math/Makefile: Add new test test-fenv-return.
11828 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11830         [BZ #17042]
11831         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11832         when x - 1 is zero.
11833         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11834         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11835         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11836         0.0L for an argument of 1.0L.
11837         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11838         Likewise.
11839         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11840         value when x - 1 is zero.
11841         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11842         * sysdeps/i386/fpu/libm-test-ulps: Update.
11843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11845 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11847         [BZ #15119]
11848         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11850 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11852         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11853         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11855 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11857         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11858         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11860         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11861         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11863         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11864         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11866         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11867         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11869         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11870         if not already defined.
11871         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11872         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11873         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11874         (TLS_INIT_TP): Use it.
11875         (TLS_DEFINE_INIT_TP): New macro.
11876         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11878 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11880         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11881         constant.
11882         [POSIX] (IXANY): Likewise.
11883         [POSIX] (OLCUC): Likewise.
11884         [POSIX || POSIX2008] (CBAUD): Do not allow.
11885         [POSIX || POSIX2008] (DEFECHO): Likewise.
11886         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11887         [POSIX || POSIX2008] (ECHOKE): Likewise.
11888         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11889         [POSIX || POSIX2008] (EXTA): Likewise.
11890         [POSIX || POSIX2008] (EXTB): Likewise.
11891         [POSIX || POSIX2008] (FLUSHO): Likewise.
11892         [POSIX || POSIX2008] (LOBLK): Likewise.
11893         [POSIX || POSIX2008] (PENDIN): Likewise.
11894         [POSIX || POSIX2008] (SWTCH): Likewise.
11895         [POSIX || POSIX2008] (VDISCARD): Likewise.
11896         [POSIX || POSIX2008] (VDSUSP): Likewise.
11897         [POSIX || POSIX2008] (VLNEXT): Likewise.
11898         [POSIX || POSIX2008] (VREPRINT): Likewise.
11899         [POSIX || POSIX2008] (VSTATUS): Likewise.
11900         [POSIX || POSIX2008] (VWERASE): Likewise.
11901         (B*): Change to B[0123456789]*.
11902         * conform/data/time.h-data [POSIX || UNIX98]
11903         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11904         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11905         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11906         [POSIX] (tm_*): Do not allow.
11908 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11910         * Makefile (install): Don't set LANGUAGE.
11911         * Makefile.in (install): Likewise.
11912         * assert/Makefile (test-assert-ENV): Remove variable.
11913         (test-assert-perr-ENV): Likewise.
11914         * elf/Makefile (neededtest4-ENV): Likewise.
11915         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11916         [$(cross-compiling) = no]: Don't set LANGUAGE.
11917         * io/ftwtest-sh (LANG): Remove variable.
11918         * libio/Makefile (tst-widetext-ENV): Likewise.
11919         * manual/install.texi (Running make install): Don't refer to
11920         environment settings for make install.
11921         * INSTALL: Regenerated.
11922         * nptl/tst-tls6.sh: Don't set LANG.
11923         * posix/globtest.sh (LANG): Remove variable.
11924         * string/Makefile (tester-ENV): Likewise.
11925         (inl-tester-ENV): Likewise.
11926         (noinl-tester-ENV): Likewise.
11927         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11928         [$(cross-compiling) = no]: Don't set LANGUAGE.
11929         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11930         without explicit environment settings.
11932 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11934         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11935         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11936         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11937         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11939 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11941         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11942         other files in the crypt directory.
11943         * crypt/crypt.c: Remove duplicate includes.
11944         * crypt/crypt-entry.c: Likewise.
11945         * crypt/crypt_util.c: Likewise.
11947 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11949         * Makeconfig (run-program-env): New variable.
11950         (run-program-prefix-before-env): Likewise.
11951         (run-program-prefix-after-env): Likewise.
11952         (run-program-prefix): Define in terms of new variables.
11953         (built-program-cmd-before-env): New variable.
11954         (built-program-cmd-after-env): Likewise.
11955         (built-program-cmd): Define in terms of new variables.
11956         (test-program-prefix-before-env): New variable.
11957         (test-program-prefix-after-env): Likewise.
11958         (test-program-prefix): Define in terms of new variables.
11959         (test-program-cmd-before-env): New variable.
11960         (test-program-cmd-after-env): Likewise.
11961         (test-program-cmd): Define in terms of new variables.
11962         * Rules (make-test-out): Use $(run-program-env).
11963         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11964         (help): Do not mention environment variables.  Mention
11965         --timeoutfactor option.
11966         (timeoutfactor): New variable.
11967         (blacklist_exports): Remove function.
11968         (exports): Remove variable.
11969         (command): Do not include ${exports}.
11970         * manual/install.texi (Configuring and compiling): Do not mention
11971         test wrappers preserving environment variables.  Mention that last
11972         assignment to a variable must take precedence.
11973         * INSTALL: Regenerated.
11974         * benchtests/Makefile (run-bench): Use $(run-program-env).
11975         * catgets/Makefile ($(objpfx)test1.cat): Use
11976         $(built-program-cmd-before-env), $(run-program-env) and
11977         $(built-program-cmd-after-env).
11978         ($(objpfx)test2.cat): Do not specify environment variables
11979         explicitly.
11980         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11981         $(run-program-env) and $(built-program-cmd-after-env).
11982         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11983         $(run-program-env) and $(test-program-cmd-after-env).
11984         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11985         explicitly.
11986         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11987         run_program_env and test_program_cmd_after_env arguments.
11988         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11989         * elf/tst-pathopt.sh: Use run_program_env argument.
11990         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11991         $(test-wrapper-env) and $(run-program-env).
11992         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11993         run_program_env arguments.
11994         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11995         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11996         $(test-program-prefix-before-env), $(run-program-env) and
11997         $(test-program-prefix-after-env).
11998         ($(objpfx)tst-gettext2.out): Likewise.
11999         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12000         run_program_env and test_program_prefix_after_env arguments.
12001         * intl/tst-gettext2.sh: Likewise.
12002         * intl/tst-gettext4.sh: Do not set environment variables
12003         explicitly.
12004         * intl/tst-gettext6.sh: Likewise.
12005         * intl/tst-translit.sh: Likewise.
12006         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12007         $(test-program-prefix-before-env), $(run-program-env) and
12008         $(test-program-prefix-after-env).
12009         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12010         run_program_env and test_program_prefix_after_env arguments.
12011         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12012         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12013         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12014         explicitly with each use of ${test_wrapper_env}.
12015         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12016         $(test-program-prefix-before-env), $(run-program-env) and
12017         $(test-program-prefix-after-env).
12018         * posix/tst-getconf.sh: Do not set environment variables
12019         explicitly.
12020         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12021         run_program_env and test_program_prefix_after_env arguments.
12022         * stdio-common/tst-printf.sh: Do not set environment variables
12023         explicitly.
12024         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12025         $(test-program-prefix-before-env), $(run-program-env) and
12026         $(test-program-prefix-after-env).
12027         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12028         run_program_env and test_program_prefix_after_env arguments.
12029         Split $test calls into $test_pre and $test.
12030         * timezone/Makefile (build-testdata): Use
12031         $(built-program-cmd-before-env), $(run-program-env) and
12032         $(built-program-cmd-after-env).
12034 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12036         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12037         strlen for non SHARED builds.
12039 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12041         * nptl/allocatestack.c (check_list): Inlined function...
12042         (__reclaim_stacks): ... here.
12044 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12046         [BZ #15698]
12047         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12048         memory overrun.
12050 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12052         * Rules (make-test-out): Include
12053         LOCPATH=$(common-objpfx)localedata in default environment.
12054         * debug/Makefile (tst-chk1-ENV): Remove variable.
12055         (tst-chk2-ENV): Likewise.
12056         (tst-chk3-ENV): Likewise.
12057         (tst-chk4-ENV): Likewise.
12058         (tst-chk5-ENV): Likewise.
12059         (tst-chk6-ENV): Likewise.
12060         (tst-lfschk1-ENV): Likewise.
12061         (tst-lfschk2-ENV): Likewise.
12062         (tst-lfschk3-ENV): Likewise.
12063         (tst-lfschk4-ENV): Likewise.
12064         (tst-lfschk5-ENV): Likewise.
12065         (tst-lfschk6-ENV): Likewise.
12066         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12067         (tst-iconv7-ENV): Likewise.
12068         * intl/Makefile (LOCPATH-ENV): Likewise.
12069         (tst-codeset-ENV): Likewise.
12070         (tst-gettext3-ENV): Likewise.
12071         (tst-gettext5-ENV): Likewise.
12072         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12073         (tst-fopenloc-ENV): Likewise.
12074         (tst-fgetws-ENV): Remove variable.
12075         (tst-ungetwc1-ENV): Likewise.
12076         (tst-ungetwc2-ENV): Likewise.
12077         (bug-ungetwc2-ENV): Likewise.
12078         (tst-swscanf-ENV): Likewise.
12079         (bug-ftell-ENV): Likewise.
12080         (tst-fgetwc-ENV): Likewise.
12081         (tst-fseek-ENV): Likewise.
12082         (tst-ftell-partial-wide-ENV): Likewise.
12083         (tst-ftell-active-handler-ENV): Likewise.
12084         (tst-ftell-append-ENV): Likewise.
12085         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12086         (tst-regexloc-ENV): Likewise.
12087         (bug-regex1-ENV): Likewise.
12088         (tst-regex-ENV): Likewise.
12089         (tst-regex2-ENV): Likewise.
12090         (bug-regex5-ENV): Likewise.
12091         (bug-regex6-ENV): Likewise.
12092         (bug-regex17-ENV): Likewise.
12093         (bug-regex18-ENV): Likewise.
12094         (bug-regex19-ENV): Likewise.
12095         (bug-regex20-ENV): Likewise.
12096         (bug-regex22-ENV): Likewise.
12097         (bug-regex23-ENV): Likewise.
12098         (bug-regex25-ENV): Likewise.
12099         (bug-regex26-ENV): Likewise.
12100         (bug-regex30-ENV): Likewise.
12101         (bug-regex32-ENV): Likewise.
12102         (bug-regex33-ENV): Likewise.
12103         (bug-regex34-ENV): Likewise.
12104         (bug-regex35-ENV): Likewise.
12105         (tst-rxspencer-ENV): Likewise.
12106         (tst-rxspencer-no-utf8-ENV): Likewise.
12107         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12108         (tst-sscanf-ENV): Likewise.
12109         (tst-swprintf-ENV): Likewise.
12110         (tst-swscanf-ENV): Likewise.
12111         (test-vfprintf-ENV): Likewise.
12112         (scanf13-ENV): Likewise.
12113         (bug14-ENV): Likewise.
12114         (tst-grouping-ENV): Likewise.
12115         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12116         (tst-strtod3-ENV): Likewise.
12117         (tst-strtod4-ENV): Likewise.
12118         (tst-strtod5-ENV): Likewise.
12119         (testmb2-ENV): Likewise./
12120         * string/Makefile (tst-strxfrm-ENV): Likewise.
12121         (tst-strxfrm2-ENV): Likewise.
12122         (bug-strcoll1-ENV): Likewise.
12123         (test-strcasecmp-ENV): Likewise.
12124         (test-strncasecmp-ENV): Likewise.
12125         * time/Makefile (tst-strptime-ENV): Likewise.
12126         (tst-ftime_l-ENV): Likewise.
12127         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12128         (tst-mbrtowc-ENV): Likewise.
12129         (tst-wcrtomb-ENV): Likewise.
12130         (tst-mbrtowc2-ENV): Likewise.
12131         (tst-c16c32-1-ENV): Likewise.
12132         (tst-mbsnrtowcs-ENV): Likewise.
12134 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12136         * manual/resource.texi (How to get information about the memory
12137         subsystem?): Fix typo.
12138         Reported by Peon de la Parra Ivan <peon@keba.com>
12140 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12142         [BZ #16882]
12143         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12144         (pthread_spin_lock): Branch out of spin loop to proper location.
12145         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12146         (pthread_spin_lock): Likewise.
12148         * nptl/tst-spin4.c: New test.
12149         * nptl/Makefile (tests): Add tst-spin4.
12151 2014-06-03  Andreas Schwab  <schwab@suse.de>
12153         [BZ #15946]
12154         * resolv/res_send.c (send_dg): Reload file descriptor after
12155         calling reopen.
12157 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12159         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12161 2014-06-03  Richard Henderson  <rth@redhat.com>
12163         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12164         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12165         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12166         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12167         in the SAVE_PID block.
12168         (__libc_vfork): New alias.
12169         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12171         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12172         child in registers, not on the stack.  Remove RESET_PID conditionals.
12173         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12175 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12177         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12179 2014-06-03  Wilco  <wdijkstr@arm.com>
12181         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12182         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12183         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12184         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12185         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12186         Likewise.
12188 2014-06-03  Wilco  <wdijkstr@arm.com>
12190         * sysdeps/aarch64/fpu/math_private.h
12191         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12192         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12193         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12194         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12195         Fix declarations.
12197 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12199         * crypt/crypt-private.h: Include ufc-crypt.h.
12200         (__b64_from_24bit): Declare extern.
12201         * crypt/crypt_util.c(__b64_from_24bit): New function.
12202         (b64t): New static const variable.
12203         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12204         (b64t): Remove variable.
12205         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12206         * crypt/sha256-crypt.c: Include crypt-private.h.
12207         (b64t): Remove variable.
12208         (__sha256_crypt_r): Remove b64_from_24bit and replace
12209         with __b64_from_24bit.
12210         * crypt/sha512-crypt.c: Likewise.
12212 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12214         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12215         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12216         Label the code __libc_vfork rather than __vfork.
12217         [!NOT_IN_libc] (vfork): Define as weak alias.
12218         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12219         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12220         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12222 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12224         * malloc/malloc.c (malloc_info): Fix format specifier for
12225         n_mmaps.
12227 2014-06-02  Wilco  <wdijkstr@arm.com>
12229         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12230         FPCR write.
12232 2014-06-02  Wilco  <wdijkstr@arm.com>
12234         [BZ #17009]
12235         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12236         Rewrite to reduce FPCR/FPSR accesses.
12238 2014-06-01  David S. Miller  <davem@davemloft.net>
12240         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12242 2014-05-31  David S. Miller  <davem@davemloft.net>
12244         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12245         to occur in round to nearest mode when |x| >= 2.0
12247 2014-05-30  Richard Henderson  <rth@twiddle.net>
12249         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12250         (PSEUDO_RET_NOERRNO): Remove.
12251         (ret): Don't redefine.
12252         (ret_NOERRNO): Define in terms of ret.
12253         (ret_ERRVAL): Likewise.
12255         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12256         use of PSEUDO_RET; perform the error check directly.
12258 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12260         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12261         with __int128_t.
12263 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12265         * malloc/malloc (malloc_info): Fix formatting.
12267 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12268             Roland McGrath  <roland@hack.frob.com>
12270         * malloc/malloc (malloc_info): Also print mmapped statistics.
12272 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12274         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12275         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12277 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12279         * malloc/malloc.c (malloc_info): Inline mi_arena.
12281 2014-05-29  Richard Henderson  <rth@twiddle.net>
12283         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12284         Remove comma before expanding ASM_ARGS_##nr.
12285         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12286         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12287         of ASM_ARGS_##nr.
12288         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12289         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12290         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12291         (ASM_ARGS_1): Add leading comma.
12293         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12294         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12295         to __errno_location.
12296         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12297         Remove the expected plt for __errno_location.
12299         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12300         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12301         call to __read_tp.
12303         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12304         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12305         it and break it down.
12306         (DOCARGS_0, DOCARGS_1): Do nothing.
12307         (DOCARGS_2): Update to store into the new stack frame.
12308         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12309         (UNDOCARGS_1): Update to restore from the new stack frame.
12310         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12311         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12313         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12314         (SINGLE_THREAD_P): New parameter for result regno.
12315         (PSEUDO): Update to match; use cbz instead of beq.
12317         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12318         Use ENTRY to define the _nocancel entry point.  Share the syscall
12319         and syscall error check paths with the cancel path.
12320         (PSEUDO_END): New.
12322         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12323         whitespace; tabs before and after asm mnemonics.
12325 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12327         [BZ #15132]
12328         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12329         Call fstat64 or stat64 internally, depending on arguments passed.
12330         Replace stat buffer argument with file descriptor argument.
12331         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12332         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12333         Pass fd to __internal_statvfs instead of calling fstat64.
12334         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12335         Pass fd to __internal_statvfs64 instead of calling fstat64.
12336         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12337         Pass -1 to __internal_statvfs instead of calling stat64.
12338         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12339         Pass -1 to __internal_statvfs64 instead of calling stat64.
12341 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12343         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12344         that was previously under [RESET_PID].
12345         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12347         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12348         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12350 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12352         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12354         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12355         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12357 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12359         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12361 2014-05-27  Andreas Schwab  <schwab@suse.de>
12363         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12364         TLS_INIT_TP macro.
12365         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12366         * elf/rtld.c (init_tls, dl_main): Likewise.
12367         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12368         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12369         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12370         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12371         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12372         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12373         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12374         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12375         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12376         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12377         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12378         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12379         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12380         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12381         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12382         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12383         * sysdeps/generic/tls.h: Update description.
12385 2014-05-27  Will Newton  <will.newton@linaro.org>
12387         [BZ #16990]
12388         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12389         and restore r2 rather than just restoring.
12391 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12393         [BZ #16724]
12394         * libio/tst-ftell-append.c: New test case.
12395         * libio/Makefile (tests): Add test case.
12396         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12397         append mode.
12398         * libio/wfileops.c (do_ftell_wide): Likewise.
12400 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12402         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12404         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12405         ...
12406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12408         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12409         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12410         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12411         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12412         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12413         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12414         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12415         Moved ...
12416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12417         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12418         Moved ...
12419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12420         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12421         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12422         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12423         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12424         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12425         ...
12426         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12427         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12428         Moved ...
12429         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12430         here.
12431         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12432         ...
12433         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12434         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12435         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12437         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12438         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12439         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12440         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12442         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12443         merge into ...
12444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12445         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12446         ...
12447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12448         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12449         ...
12450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12451         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12452         Moved ...
12453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12454         here.
12455         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12456         Moved ...
12457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12458         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12459         Moved ...
12460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12463         conditional [RESET_PID].
12464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12465         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12466         removed.
12467         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12468         removed.
12470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12471         <tcb-offsets.h>.
12472         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12473         (__libc_vfork): New strong alias.
12474         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12475         removed.
12476         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12477         Removed.
12479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12480         <tcb-offsets.h>.
12481         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12482         (__libc_vfork): New strong alias.
12483         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12484         removed.
12485         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12486         removed.
12488 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12490         * malloc/malloc.c (mi_arena): New function.
12491         (malloc_info): Remove nested function mi_arena. Call non-nosted
12492         function mi_arena.
12494 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12496         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12497         by insrwi.
12498         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12499         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12500         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12501         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12502         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12503         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12504         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12506 2014-05-26  Andreas Schwab  <schwab@suse.de>
12508         [BZ #16984]
12509         * locale/programs/repertoire.c (repertoire_read): Add slash
12510         between I18NPATH element and file name.
12511         * locale/programs/locfile.c (locfile_read): Likewise.
12513 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12515         * nptl/pthread_mutexattr_settype.c
12516         (__pthread_mutexattr_settype):
12517         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12519 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12521         * nptl/tst-mutex5 (do_test):
12522         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12524 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12526         * benchtests/README: Document 'init' directive.
12527         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12528         BENCH_INIT.
12529         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12530         (parse_file): Recognize 'init' directive.
12532 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12534         [BZ #16796]
12535         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12536         alignment of struct pthread.
12538 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12540         [BZ #16878]
12541         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12542         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12543         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12544         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12546 2014-05-25  Richard Henderson  <rth@twiddle.net>
12548         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12549         (SINGLE_THREAD_P_PIC): Remove.
12550         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12551         (SINGLE_THREAD_P_PIC): Remove.
12553         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12554         branch to syscall error ...
12555         (PSEUDO): ... here.
12556         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12557         from __local_syscall_error to .Lsyscall_error.
12558         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12559         (SYSCALL_ERROR): Update label name.
12561         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12562         Do not use DOARGS/UNDOARGS.
12563         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12564         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12565         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12566         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12567         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12569         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12570         block comment.
12572         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12573         define if !NOT_IN_libc.
12574         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12575         define with non-default symbol versions.
12577 2014-05-23  Richard Henderson  <rth@twiddle.net>
12579         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12580         (vfork, __vfork): Define via compat_symbol.
12582         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12583         [!HAVE_IFUNC] (vfork_compat): Remove.
12584         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12586 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12588         [BZ #16978]
12589         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12590         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12591         variable.
12593 2014-05-23  Richard Henderson  <rth@twiddle.net>
12595         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12596         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12597         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12598         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12600         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12601         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12602         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12603         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12604         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12605         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12606         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12607         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12608         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12609         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12610         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12611         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12612         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12613         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12614         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12615         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12616         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12617         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12618         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12619         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12620         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12621         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12622         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12623         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12624         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12625         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12626         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12627         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12628         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12629         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12630         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12631         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12632         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12633         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12634         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12635         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12636         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12637         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12638         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12639         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12640         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12641         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12642         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12643         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12644         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12645         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12646         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12647         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12648         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12649         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12650         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12651         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12652         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12653         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12654         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12655         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12657         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12658         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12659         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12660         before exiting on error.
12661         (__libc_vfork): New strong alias.
12662         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12663         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12665         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12666         that was previously under [RESET_PID].
12667         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12669         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12671 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12673         [BZ #16977]
12674         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12675         value when x - 1 is zero.
12676         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12677         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12678         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12679         0.0L for an argument of 1.0L.
12680         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12681         Likewise.
12682         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12683         value when x - 1 is zero.
12684         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12685         * sysdeps/i386/fpu/libm-test-ulps: Update.
12686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12688 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12690         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12691         alphasort and versionsort.
12693 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12695         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12696         macro.
12697         [copysignf]: Likewise.
12699 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12701         * crypt/md5-crypt.c: Fix formatting.
12703 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12705         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12706         (b64_from_24bit): New function.
12708 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12710         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12711         libc_hidden_builtin_def to ifunc.
12712         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12713         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12715 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12717         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12718         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12720 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12722         * nscd/Depend (linuxthreads): Remove.
12723         (nptl): Add.
12724         * resolv/Depend (linuxthreads): Remove.
12725         * rt/Depend (linuxthreads): Remove.
12727         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12728         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12729         $(common-objpfx)elf/.
12730         (link-libc-before-gnulib): Likewise.
12731         (elfobjdir): Remove variable.
12732         * Makefile (install): Use $(elf-objpfx) instead of
12733         $(common-objpfx)elf/.
12734         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12735         $(elfobjdir)/.
12736         (link-libc-deps): Likewise.
12737         ($(common-objpfx)libc.so): Likewise.
12738         ($(common-objpfx)linkobj/libc.so): Likewise.
12739         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12740         instead of $(common-objpfx)elf/.
12741         (symbolic-link-list): Likewise.
12742         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12743         [$(cross-compiling) = no]: Likewise.
12744         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12745         $(elfobjdir)/.
12746         (static-gnulib-arch): Likewise.
12747         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12748         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12749         $(common-objpfx)elf/.
12751 2014-05-21  Richard Henderson  <rth@redhat.com>
12753         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12754         (SINGLE_THREAD_P): Use the correct width load.  Fold
12755         into the ldr offset.
12757         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12758         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12760 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12762         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12763         (libgcc_s_resume): Use __attribute_used__.
12764         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12765         Likewise.
12767 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12769         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12770         optimization when used with float constants.
12772         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12774 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12776         [BZ #16915]
12777         * locale/nl_langinfo_l.c: Make direct reference to every
12778         _nl_current_CATEGORY symbol.
12779         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12780         (tests-static): Add tst-langinfo-static.
12781         (tests-special): Add tst-langinfo-static.out.
12782         ($(objpfx)tst-langinfo.out): Redirect output.
12783         ($(objpfx)tst-langinfo-static.out): New.
12784         * localedata/tst-langinfo.sh: Send output to stdout.
12785         * localedata/tst-langinfo-static.c: New file.
12787         [BZ #16965]
12788         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12789         when the shift amount is modulo the limb size.
12791 2014-05-20  Richard Henderson  <rth@redhat.com>
12793         [BZ #16967]
12794         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12795         Change type of sa_flags from unsigned int to int.
12797         [BZ #16966]
12798         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12800         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12802 2014-05-20  Will Newton  <will.newton@linaro.org>
12804         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12805         Test the return value of the system call in the nocancel case.
12807 2014-05-20  Will Newton  <will.newton@linaro.org>
12808             Yvan Roux  <yvan.roux@linaro.org>
12810         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12811         #include of asm/ptrace.h.
12812         (PTRACE_GET_THREAD_AREA): Remove #undef.
12813         (PTRACE_GETHBPREGS): Likewise.
12814         (PTRACE_SETHBPREGS): Likewise.
12815         (struct user_regs_struct): New structure.
12816         (struct user_fpsimd_struct): New structure.
12817         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12818         #include of asm/ptrace.h and second #include of sys/user.h.
12819         (PTRACE_GET_THREAD_AREA): Remove #undef.
12820         (PTRACE_GETHBPREGS): Likewise.
12821         (PTRACE_SETHBPREGS): Likewise.
12822         (ELF_NGREG): Use new struct user_regs_struct.
12823         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12825 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12827         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12828         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12830 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12832         [BZ #16958]
12833         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12834         membar to avoid block loads/stores to overlap previous stores.
12836 2014-05-17  Richard Henderson  <rth@redhat.com>
12838         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12839         Create the __##syscall_name##_nocancel entry point.
12840         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12841         Remove; let the sysdep-cancel.h code create it.
12843 2014-05-17  David S. Miller  <davem@davemloft.net>
12845         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12846         Protect with __USE_GNU.
12847         (TIOCSET_TEMPT): Likewise.
12848         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12849         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12850         these are already provided in bits/ioctl-types.h
12852 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12854         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12855         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12857         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12858         Use wait4 regardless of [__NR_waitpid].
12860 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12862         PR libgcc/60166
12863         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12864         (_FP_NANSIGN_Q): Set the quiet bit.
12866 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12868         * benchtests/Makefile
12869         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12870         not $(common-objpfx)math/libm.so.
12871         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12872         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12873         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12874         $(common-objpfx)dlfcn/libdl.so.
12875         ($(objpfx)tst-audit8): Depend on $(libm), not
12876         $(common-objpfx)math/libm.so.
12877         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12878         not $(common-objpfx)dlfcn/libdl.so.
12879         * math/Makefile
12880         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12881         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12882         [$(build-shared) = yes].
12883         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12884         $(common-objpfx)nptl/libpthread.so.
12885         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12886         $(common-objpfx)math/libm.so$(libm.so-version) or
12887         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12888         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12889         $(common-objpfx)dlfcn/libdl.so.
12890         * setjmp/Makefile (link-libm): Remove variable.
12891         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12892         * stdio-common/Makefile (link-libm): Remove variable.
12893         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12894         * stdlib/Makefile (link-libm): Remove variable.
12895         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12896         ($(objpfx)tst-strtod-round): Likewise.
12897         ($(objpfx)tst-tininess): Likewise.
12898         ($(objpfx)tst-strtod-underflow): Likewise.
12899         ($(objpfx)tst-strtod6): Likewise.
12900         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12901         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12902         $(common-objpfx)dlfcn/libdl.so.
12904 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12906         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12907         BSD terminal modes definitions.
12909 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12911         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12912         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12914         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12915         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12916         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12917         Don't do #include_next.
12918         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12919         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12920         Don't do #include_next.
12921         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12922         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12923         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12924         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12926 2014-05-16  Allan McRae  <allan@archlinux.org>
12928         * po/sv.po: Update Swedish translation from translation project.
12930         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12931         in sed expression.
12933 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12935         [BZ #16917]
12936         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12937         errno if the TIOCGPTN ioctl fails with an error different than
12938         EINVAL.
12939         * login/tst-ptsname.c: New file.
12940         * login/Makefile (tests): Add tst-ptsname.
12942         [BZ #16943]
12943         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12944         and prlimit64.
12946 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12948         [BZ #16849]
12949         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12950         herrno to return EAI_AGAIN.
12952 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12954         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12955         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12956         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12957         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12958         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12959         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12960         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12961         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12962         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12963         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12964         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12965         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12966         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12967         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12968         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12969         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12970         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12971         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12972         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12973         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12974         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12975         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12976         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12977         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12978         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12979         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12980         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12981         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12982         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12983         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12984         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12985         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12986         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12987         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12988         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12989         Moved ...
12990         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12991         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12992         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12993         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12994         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12995         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12996         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12997         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12998         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12999         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13000         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13001         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13002         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13003         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13004         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13005         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13006         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13007         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13008         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13009         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13010         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13011         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13012         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13013         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13014         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13015         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13016         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13017         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13018         Moved ...
13019         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13020         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13021         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13022         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13023         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13024         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13025         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13026         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13027         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13029         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13030         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13031         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13033         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13034         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13035         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13036         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13037         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13039         Moved ...
13040         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13041         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13042         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13044         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13045         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13046         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13047         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13048         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13049         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13050         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13051         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13052         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13053         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13054         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13055         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13056         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13057         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13058         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13059         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13060         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13061         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13062         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13063         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13064         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13065         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13066         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13067         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13068         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13069         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13070         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13071         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13072         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13073         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13074         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13076         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13077         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13079         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13080         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13081         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13082         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13083         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13084         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13085         Moved ...
13086         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13087         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13088         Moved ...
13089         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13090         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13091         Moved ...
13092         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13093         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13094         Moved ...
13095         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13096         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13097         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13098         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13099         Moved ...
13100         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13101         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13102         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13103         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13104         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13105         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13106         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13107         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13108         Moved ...
13109         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13110         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13111         Moved ...
13112         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13113         ... here.
13114         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13115         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13116         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13117         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13118         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13119         Moved ...
13120         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13121         ... here.
13122         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13123         Moved ...
13124         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13125         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13126         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13127         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13128         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13129         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13130         Moved ...
13131         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13132         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13133         Moved ...
13134         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13135         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13136         Moved ...
13137         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13138         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13139         Moved ...
13140         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13141         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13142         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13143         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13144         Moved ...
13145         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13146         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13147         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13148         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13149         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13150         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13151         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13152         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13153         Moved ...
13154         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13155         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13156         Moved ...
13157         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13158         ... here.
13159         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13160         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13161         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13162         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13163         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13164         Moved ...
13165         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13166         ... here.
13167         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13168         Moved ...
13169         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13170         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13171         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13172         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13173         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13174         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13175         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13176         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13177         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13178         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13179         Moved ...
13180         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13181         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13182         Moved ...
13183         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13184         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13185         Moved ...
13186         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13187         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13188         Moved ...
13189         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13190         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13191         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13192         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13193         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13194         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13195         Moved ...
13196         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13197         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13198         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13199         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13200         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13201         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13202         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13203         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13204         Moved ...
13205         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13206         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13207         Moved ...
13208         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13209         ... here.
13210         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13211         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13212         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13213         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13214         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13215         Moved ...
13216         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13217         ... here.
13218         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13219         Moved ...
13220         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13221         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13222         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13223         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13224         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13225         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13226         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13227         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13228         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13229         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13230         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13232         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13233         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13235         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13236         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13238         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13239         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13240         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13241         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13242         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13243         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13244         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13245         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13246         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13247         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13248         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13249         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13250         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13251         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13252         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13253         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13254         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13255         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13256         Moved ...
13257         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13258         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13259         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13260         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13261         Moved ...
13262         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13263         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13264         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13265         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13266         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13267         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13268         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13269         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13270         Moved ...
13271         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13272         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13273         Moved ...
13274         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13275         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13276         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13277         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13278         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13279         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13280         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13281         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13282         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13283         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13284         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13285         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13286         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13287         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13288         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13289         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13290         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13292         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13293         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13294         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13295         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13296         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13298         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13299         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13300         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13301         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13302         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13303         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13304         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13305         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13306         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13307         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13309         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13310         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13312         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13313         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13314         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13315         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13316         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13317         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13318         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13319         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13320         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13321         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13322         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13323         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13324         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13325         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13326         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13327         Update #include.
13328         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13329         Likewise.
13330         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13331         Likewise.
13332         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13333         Likewise.
13334         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13335         Likewise.
13336         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13337         Likewise.
13338         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13339         Likewise.
13340         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13341         Likewise.
13342         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13343         Likewise.
13344         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13345         Likewise.
13346         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13347         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13348         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13349         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13350         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13351         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13352         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13353         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13354         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13355         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13356         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13357         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13358         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13359         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13360         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13362         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13363         that was previously under [RESET_PID].
13364         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13365         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13366         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13368         * sysdeps/i386/nptl/Implies: New file.
13369         * sysdeps/x86_64/nptl/Implies: New file.
13370         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13371         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13372         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13373         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13375         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13376         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13377         (__libc_vfork): New strong alias.
13378         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13379         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13381         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13382         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13383         (__libc_vfork): New strong alias.
13384         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13385         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13387         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13388         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13389         (__libc_vfork): New strong alias.
13390         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13391         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13392         * nptl/pt-vfork.c: New file.
13393         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13394         (libpthread: GLIBC_2.20): New version set (empty).
13396 2014-05-14  Will Newton  <will.newton@linaro.org>
13398         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13399         rather than #if.
13401 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13403         [BZ #16564]
13404         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13405         arguments with exponent 65 or above.
13406         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13407         arguments 0x1p113L or above.
13408         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13409         to arguments 0x1p107L or above.
13410         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13411         positive arguments with exponent 65 or above.
13412         * math/auto-libm-test-in: Add more tests of log1p.
13413         * math/auto-libm-test-out: Regenerated.
13415         [BZ #16928]
13416         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13417         non-finite arguments is +0.
13418         * math/s_cacosf.c (__cacosf): Likewise.
13419         * math/s_cacosl.c (__cacosl): Likewise.
13420         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13421         * sysdeps/i386/fpu/libm-test-ulps: Update.
13422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13424         [BZ #16927]
13425         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13426         value.
13427         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13428         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13429         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13430         for explicit high bit of mantissa when testing for argument equal
13431         to 1.
13432         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13433         * sysdeps/i386/fpu/libm-test-ulps: Update.
13434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13436         [BZ #16516]
13437         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13438         (__erf): Scale by 16 instead of 8 in potentially underflowing
13439         case.  Ensure exception if result actually underflows.
13440         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13441         (__erff): Scale by 16 instead of 8 in potentially underflowing
13442         case.  Ensure exception if result actually underflows.
13443         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13444         (efx8): Remove variable.
13445         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13446         case.  Ensure exception if result actually underflows.
13447         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13448         (efx8): Remove variable.
13449         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13450         case.  Ensure exception if result actually underflows.
13451         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13452         (efx8): Remove variable.
13453         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13454         case.  Ensure exception if result actually underflows.
13455         * math/auto-libm-test-in: Add more tests of erf.
13456         * math/auto-libm-test-out: Regenerated.
13458 2014-05-14  Andreas Schwab  <schwab@suse.de>
13460         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13461         Remove code conditionalized on USE___THREAD.
13463         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13464         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13465         not definedness.
13467 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13469         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13470         Define unconditionally.
13471         (__ASSUME_O_CLOEXEC): Likewise.
13472         (__ASSUME_SOCK_CLOEXEC): Likewise.
13473         (__ASSUME_IN_NONBLOCK): Likewise.
13474         (__ASSUME_PIPE2): Likewise.
13475         (__ASSUME_EVENTFD2): Likewise.
13476         (__ASSUME_SIGNALFD4): Likewise.
13477         (__ASSUME_DUP3): Likewise.
13478         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13479         (__ASSUME_DUP3): Do not define.
13480         (__ASSUME_EVENTFD2): Likewise.
13481         (__ASSUME_IN_NONBLOCK): Likewise.
13482         (__ASSUME_O_CLOEXEC): Likewise.
13483         (__ASSUME_PIPE2): Likewise.
13484         (__ASSUME_SIGNALFD4): Likewise.
13485         (__ASSUME_SOCK_CLOEXEC): Likewise.
13486         (__ASSUME_UTIMES): Undefine.
13487         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13488         (__ASSUME_UTIMES): Do not define.
13489         (__ASSUME_O_CLOEXEC): Likewise.
13490         (__ASSUME_SOCK_CLOEXEC): Likewise.
13491         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13492         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13493         0x020621].
13494         (__ASSUME_PIPE2): Likewise.
13495         (__ASSUME_EVENTFD2): Likewise.
13496         (__ASSUME_SIGNALFD4): Likewise.
13497         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13498         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13499         Do not define.
13500         (__ASSUME_EVENTFD2): Likewise.
13501         (__ASSUME_SIGNALFD4): Likewise.
13502         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13503         (__ASSUME_32BITUIDS): Likewise.
13504         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13505         (__ASSUME_IPC64): Likewise.
13506         (__ASSUME_ST_INO_64_BIT): Likewise.
13507         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13508         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13509         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13510         (__ASSUME_UTIMES): Do not define.
13511         (__ASSUME_PSELECT): Likewise.
13512         (__ASSUME_PPOLL): Likewise.
13513         (__ASSUME_O_CLOEXEC): Likewise.
13514         (__ASSUME_SOCK_CLOEXEC): Likewise.
13515         (__ASSUME_IN_NONBLOCK): Likewise.
13516         (__ASSUME_PIPE2): Likewise.
13517         (__ASSUME_EVENTFD2): Likewise.
13518         (__ASSUME_SIGNALFD4): Likewise.
13519         (__ASSUME_DUP3): Likewise.
13520         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13521         (__ASSUME_UTIMES): Likewise.
13522         (__ASSUME_O_CLOEXEC): Likewise.
13523         (__ASSUME_SOCK_CLOEXEC): Likewise.
13524         (__ASSUME_IN_NONBLOCK): Likewise.
13525         (__ASSUME_PIPE2): Likewise.
13526         (__ASSUME_EVENTFD2): Likewise.
13527         (__ASSUME_SIGNALFD4): Likewise.
13528         (__ASSUME_DUP3): Likewise.
13529         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13530         (__ASSUME_UTIMES): Likewise.
13531         (__ASSUME_O_CLOEXEC): Likewise.
13532         (__ASSUME_SOCK_CLOEXEC): Likewise.
13533         (__ASSUME_IN_NONBLOCK): Likewise.
13534         (__ASSUME_PIPE2): Likewise.
13535         (__ASSUME_EVENTFD2): Likewise.
13536         (__ASSUME_SIGNALFD4): Likewise.
13537         (__ASSUME_DUP3): Likewise.
13538         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13539         Likewise.
13540         (__ASSUME_UTIMES): Likewise.
13541         (__ASSUME_EVENTFD2): Likewise.
13542         (__ASSUME_SIGNALFD4): Likewise.
13543         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13544         (__ASSUME_O_CLOEXEC): Likewise.
13545         (__ASSUME_SOCK_CLOEXEC): Likewise.
13546         (__ASSUME_IN_NONBLOCK): Likewise.
13547         (__ASSUME_PIPE2): Likewise.
13548         (__ASSUME_EVENTFD2): Likewise.
13549         (__ASSUME_SIGNALFD4): Likewise.
13550         (__ASSUME_DUP3): Likewise.
13551         (__ASSUME_UTIMES): Undefine.
13553         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13554         feclearexcept.  Remove symbol versioning code.
13555         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13556         symbol versioning code.
13557         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13558         symbol versioning code.
13559         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13560         feupdateenv.  Remove symbol versioning code.
13561         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13562         fegetexceptflag.  Remove symbol versioning code.
13563         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13564         fesetexceptflag.  Remove symbol versioning code.
13565         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13566         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13567         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13568         (__posix_fadvise64_l32): Remove prototype.
13569         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13570         code.
13572 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13574         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13575         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13576         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13577         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13579 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13581         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13582         current working directory
13584 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13586         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13587         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13588         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13589         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13590         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13591         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13592         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13593         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13594         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13595         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13596         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13597         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13598         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13599         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13600         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13601         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13602         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13603         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13604         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13605         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13606         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13607         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13608         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13609         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13610         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13611         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13612         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13613         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13614         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13615         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13616         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13617         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13618         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13619         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13620         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13621         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13622         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13623         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13624         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13625         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13626         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13627         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13629         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13630         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13632         * sysdeps/unix/sysv/linux/arm/Makefile
13633         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13634         Add rt-aeabi_unwind_cpp_pr1.
13635         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13636         Add nptl-aeabi_unwind_cpp_pr1.
13637         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13638         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13639         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13640         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13641         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13642         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13644         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13645         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13646         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13647         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13649         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13650         Deconditionalize the code that was previously under [RESET_PID].
13651         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13653         * sysdeps/generic/exit-thread.h: New file.
13654         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13655         * include/unistd.h (__exit_thread): Remove declaration.
13656         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13657         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13658         * csu/libc-start.c: Include <exit-thread.h>.
13659         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13660         * nptl/pthread_create.c: Include <exit-thread.h>.
13661         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13662         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13663         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13664         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13665         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13666         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13667         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13668         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13669         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13670         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13671         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13672         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13673         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13674         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13675         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13676         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13677         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13679 2014-05-13  Andreas Schwab  <schwab@suse.de>
13681         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13683 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13685         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13686         (__ASSUME_UTIMES): Do not condition on kernel version.
13687         (__ASSUME_PSELECT): Define unconditionally.
13688         (__ASSUME_PPOLL): Likewise.
13689         (__ASSUME_ATFCTS): Likewise.
13690         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13691         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13692         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13693         (__ASSUME_UTIMENSAT): Define unconditionally.
13694         (__ASSUME_PRIVATE_FUTEX): Likewise.
13695         (__ASSUME_FALLOCATE): Likewise.
13696         (__ASSUME_O_CLOEXEC): Likewise.
13697         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13698         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13699         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13700         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13701         (__ASSUME_IN_NONBLOCK): Likewise.
13702         (__ASSUME_PIPE2): Likewise.
13703         (__ASSUME_EVENTFD2): Likewise.
13704         (__ASSUME_SIGNALFD4): Likewise.
13705         (__ASSUME_DUP3): Likewise.
13706         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13707         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13708         (__ASSUME_AT_RANDOM): Likewise.
13709         (__ASSUME_PREADV): Likewise.
13710         (__ASSUME_PWRITEV): Likewise.
13711         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13712         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13713         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13714         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13715         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13716         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13717         (__ASSUME_O_CLOEXEC): Define unconditionally.
13718         (__ASSUME_PSELECT): Do not undefine conditionally.
13719         (__ASSUME_PPOLL): Likewise.
13720         (__ASSUME_ATFCTS): Likewise.
13721         (__ASSUME_SET_ROBUST_LIST): Likewise.
13722         (__ASSUME_UTIMENSAT): Likewise.
13723         (__ASSUME_FDATASYNC): Define unconditionally.
13724         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13725         (__ASSUME_SIGFRAME_V2): Likewise.
13726         )__ASSUME_EVENTFD2): Likewise.
13727         (__ASSUME_SIGNALFD4): Likewise.
13728         (__ASSUME_PSELECT): Do not undefine conditionally.
13729         (__ASSUME_PPOLL): Likewise.
13730         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13731         (__ASSUME_PSELECT): Define unconditionally.
13732         (__ASSUME_PPOLL): Likewise.
13733         (__ASSUME_O_CLOEXEC): Likewise.
13734         (__ASSUME_SOCK_CLOEXEC): Likewise.
13735         (__ASSUME_IN_NONBLOCK): Likewise.
13736         (__ASSUME_PIPE2): Likewise.
13737         (__ASSUME_EVENTFD2): Likewise.
13738         (__ASSUME_SIGNALFD4): Likewise.
13739         (__ASSUME_DUP3): Likewise.
13740         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13741         (__ASSUME_O_CLOEXEC): Likewise.
13742         (__ASSUME_SOCK_CLOEXEC): Likewise.
13743         (__ASSUME_IN_NONBLOCK): Likewise.
13744         (__ASSUME_PIPE2): Likewise.
13745         (__ASSUME_EVENTFD2): Likewise.
13746         (__ASSUME_SIGNALFD4): Likewise.
13747         (__ASSUME_DUP3): Likewise.
13748         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13749         (__ASSUME_EVENTFD2): Likewise.
13750         (__ASSUME_SIGNALFD4): Likewise.
13751         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13753 2014-05-12  Andreas Schwab  <schwab@suse.de>
13755         [BZ #16932]
13756         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13757         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13758         than maximum RPC packet size.
13759         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13760         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13761         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13762         (_nss_nis_getservbyport_r): Likewise.
13764 2014-05-12  Will Newton  <will.newton@linaro.org>
13766         * malloc/Makefile (tests): Add tst-mallopt.
13767         * malloc/tst-mallopt.c: New file.
13769 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13771         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13772         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13774 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13776         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13777         (tst-tlsmod6.so): Likewise.
13779 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13781         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13783 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13785         [BZ #16064]
13786         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13787         and <dl-procinfo.h>.
13788         (__fegetenv): Save SSE state in envp->__eip if supported.
13789         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13790         envp->__eip if supported.
13791         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13792         and <dl-procinfo.h>.
13793         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13794         __data_offset and __data_selector in environment to 0.  Set SSE
13795         state if supported.
13796         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13797         test-fenv-sse.
13798         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13799         -mfpmath=sse.
13800         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13802 2014-05-09  Will Newton  <will.newton@linaro.org>
13804         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13805         and libc_relro_required for ARM.
13806         * sysdeps/arm/preconfigure: Regenerate.
13808 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13809             Stefan Liebler  <stli@linux.vnet.ibm.com>
13811         * config.make.in (enable-lock-elision): New Makefile variable.
13812         * configure.ac: Likewise.
13813         * configure: Regenerate.
13814         * sysdeps/s390/configure.ac:
13815         Add check for gcc transactions support.
13816         * sysdeps/s390/configure: Regenerate.
13817         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13818         Build elision files if enabled.
13819         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13820         Add lock elision support for s390.
13821         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13822         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13823         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13824         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13825         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13826         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13827         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13828         Likewise.
13829         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13830         Likewise.
13831         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13832         Likewise.
13833         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13834         Likewise.
13835         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13836         (__lll_timedlock_elision, __lll_lock_elision)
13837         (__lll_unlock_elision, __lll_trylock_elision)
13838         (lll_timedlock_elision, lll_lock_elision)
13839         (lll_unlock_elision, lll_trylock_elision): Add.
13840         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13841         (pthread_mutex_t): Add lock elision support for s390.
13843 2014-05-14  Wilco  <wdijkstr@arm.com>
13845         * sysdeps/arm/fclrexcpt.c: Cleanup.
13846         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13847         * sysdeps/arm/feenablxcpt.c: Cleanup.
13848         * sysdeps/arm/fegetenv.c: Cleanup.
13849         * sysdeps/arm/fegetexcept.c: Cleanup.
13850         * sysdeps/arm/fegetround.c: Cleanup.
13851         * sysdeps/arm/feholdexcpt.c: Cleanup.
13852         * sysdeps/arm/fesetenv.c: Cleanup.
13853         * sysdeps/arm/fesetround.c: Cleanup.
13854         * sysdeps/arm/feupdateenv.c: Cleanup.
13855         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13856         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13857         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13858         * sysdeps/arm/ftestexcept.c: Cleanup.
13859         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13860         * sysdeps/arm/setfpucw.c: Cleanup.
13862 2014-05-09  Will Newton  <will.newton@linaro.org>
13864         * sysdeps/arm/armv7/strcmp.S: New file.
13865         * NEWS: Mention addition of ARMv7 optimized strcmp.
13867 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13869         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13870         look for %.ac rather than %.in.
13872         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13873         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13874         * sysdeps/mach/hurd/configure: Regenerated.
13875         * sysdeps/unix/sysv/linux/configure: Regenerated.
13877         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13879 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13881         [BZ# 16922]
13882         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13883         (LONG_SUB): Ditto.
13884         (PTR_SUB): Ditto.
13886 2014-05-07  Andreas Schwab  <schwab@suse.de>
13888         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13889         when skipping over non-matching result from nscd.
13891 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13893         [BZ #16876]
13894         * nptl/sockperf.c (client): Check socket return value.
13896         [BZ #16877]
13897         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13898         nscd security class.
13900 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13902         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13903         * sysdeps/arm/unwind.h: ... here.
13905 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13907         [BZ# 16916]
13908         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13909         Define.
13911 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13913         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13914         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13915         multiarch strncpy for PPC64.
13916         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13917         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13918         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13919         multiarch optimizations.
13920         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13921         (__libc_ifunc_impl_list): Likewise.
13922         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13923         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13924         multiarch stpncpy for PPC64.
13925         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13926         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13928 2014-05-06  Andreas Schwab  <schwab@suse.de>
13930         [BZ #16912]
13931         * gmon/mcount.c (_MCOUNT_DECL): Use
13932         atomic_compare_and_exchange_bool_acq instead of
13933         catomic_compare_and_exchange_bool_acq.
13935 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13937         * elf/Makefile (others, install-bin): Remove pldd.
13938         (pldd-modules): Variable removed.
13939         ($(objpfx)pldd): Target removed.
13940         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13941         (others, install-bin): Append pldd here.
13942         ($(objpfx)pldd): New target.
13944         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13945         to 0, so the first #if test emitted later doesn't see it undefined.
13946         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13947         * sysdeps/gnu/errlist.c: Regenerated.
13949 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13951         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13952         [libc_hidden_builtin_def]: Define to empty value.
13953         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13954         [libc_hidden_builtin_def]: Likewise.
13955         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13956         [libc_hidden_builtin_def]: Likewise.
13957         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13958         [libc_hidden_builtin_def]: Likewise.
13959         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13960         __redirect_memcpy and define ifunc as default hidden symbol.
13961         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13962         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13964 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13966         * locale/iso-4217.def: Reintroduce XDR currency.
13968 2014-05-04  Allan McRae  <allan@archlinux.org>
13970         * po/eo.po: Update Esperanto translation from translation project.
13972 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13974         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13975         and FEATURE_INDEX_MAX to 1.
13976         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13978 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13980         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13981         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13982         * iconvdata/big5.c (ONE_DIRECTION): Define.
13983         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13984         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13985         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13986         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13987         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13988         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13989         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13990         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13991         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13992         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13993         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13994         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13995         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13996         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13997         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13998         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13999         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14000         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14001         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14002         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14003         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14004         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14005         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14006         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14007         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14008         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14009         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14010         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14011         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14012         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14013         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14014         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14015         * iconvdata/johab.c (ONE_DIRECTION): Define.
14016         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14017         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14018         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14019         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14020         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14021         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14022         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14023         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14024         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14025         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14027 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14029         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14030         (_IO_JUMPS_OFFSET): Define to 0.
14032         * nptl/sysdeps/pthread/bits/libc-lock.h
14033         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14034         (__libc_lock_define_initialized_recursive): Always define using
14035         initializer.  Modern compilers treat uninitialized (implicit zero) and
14036         explicit zero initializers the same (i.e. put the datum in bss).
14038 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14040         * nscd/nscd-client.h: Include <string.h>.
14042 2014-05-01  David S. Miller  <davem@davemloft.net>
14044         [BZ #16885]
14045         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14046         multiple zero bytes exist at the end of a string.
14047         Reported by Aurelien Jarno <aurelien@aurel32.net>
14049         * string/test-strcmp.c (check): Add explicit test for situations where
14050         there are multiple zero bytes after the first.
14052 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14054         [BZ #16890]
14055         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14056         when compiling wprintf.
14057         * stdio-common/tstdiomisc.c (t3): New function.
14058         (main): Call it.
14060 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14062         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14063         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14064         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14065         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14067 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14069         * stdlib/longlong.h: Updated from GCC.
14071 2014-05-01  Will Newton  <will.newton@linaro.org>
14072             Bernard Ogden  <bernie.ogden@linaro.org>
14074         * NEWS: Update fixed bug list.
14076         [BZ #15119]
14077         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14079 2014-04-30  David S. Miller  <davem@davemloft.net>
14081         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14082         (libc_feholdexcept_setround_sparc_ctx): New function.
14083         (libc_fesetenv_sparc_ctx): Likewise.
14084         (libc_feupdateenv_sparc_ctx): Likewise.
14085         (libc_feholdsetround_sparc_ctx): Likewise.
14086         (libc_feholdexcept_setround_ctx): Define.
14087         (libc_feholdexcept_setroundf_ctx): Likewise.
14088         (libc_feholdexcept_setroundl_ctx): Likewise.
14089         (libc_fesetenv_ctx): Likewise.
14090         (libc_fesetenvf_ctx): Likewise.
14091         (libc_fesetenvl_ctx): Likewise.
14092         (libc_feupdateenv_ctx): Likewise.
14093         (libc_feupdateenvf_ctx): Likewise.
14094         (libc_feupdateenvl_ctx): Likewise.
14095         (libc_feresetround_ctx): Likewise.
14096         (libc_feresetroundf_ctx): Likewise.
14097         (libc_feresetroundl_ctx): Likewise.
14098         (libc_feholdsetround_ctx): Likewise.
14099         (libc_feholdsetroundf_ctx): Likewise.
14100         (libc_feholdsetroundl_ctx): Likewise.
14102         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14103         with __USE_GNU instead of XOPEN cpp guards.
14105         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14106         0.
14108         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14109         with XOPEN cpp guards.
14111 2014-04-30  Julian Brown  <julian@codesourcery.com>
14113         [BZ #16888]
14114         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14115         handling.
14117 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14119         [BZ #9894]
14120         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14121         Change to 2.6.32.
14122         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14123         * sysdeps/unix/sysv/linux/configure: Regenerated.
14124         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14125         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14126         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14127         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14128         * README: Update reference to required Linux kernel version.
14129         * manual/install.texi (Linux): Update reference to required Linux
14130         kernel headers version.
14131         * INSTALL: Regenerated.
14133         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14134         header inclusion.
14135         [POSIX] (limits.h): Likewise.
14136         [POSIX] (math.h): Likewise.
14137         [POSIX] (sys/wait.h): Likewise.
14138         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14139         function.
14140         [POSIX] (stddef.h): Do not allow header inclusion.
14142 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14144         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14146 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14148         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14149         Return immediately after lll_futex_wake.
14151 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14153         [BZ #16791]
14154         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14155         structure.
14156         (datahead_init_pos): Call datahead_init_common early.
14157         (datahead_init_neg): Likewise.
14159         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14160         datahead_init_neg): New functions.
14161         * nscd/aicache.c (addhstaiX): Use them.
14162         * nscd/grpcache.c (cache_addgr): Likewise.
14163         * nscd/hstcache.c (cache_addhst): Likewise.
14164         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14165         * nscd/netgroupcache.c (do_notfound): Likewise.
14166         (addgetnetgrentX): Likewise.
14167         (addinnetgrX): Likewise.
14168         * nscd/pwdcache.c (cache_addpw): Likewise.
14169         * nscd/servicescache.c (cache_addserv): Likewise.
14171 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14172             Atsushi Onoe  <atsushi@onoe.org>
14174         [BZ #14308]
14175         [BZ #12994]
14176         [BZ #13651]
14177         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14178         one response is valid.
14179         * resolv/res_send.c (send_dg): Check for validity of other
14180         response if the current response is a referral.
14182 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14184         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14186 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14188         [BZ #16823]
14189         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14190         Always divide by positive zero when computing -Inf result.
14191         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14192         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14194 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14196         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14197         FPSCR if value do not change.
14198         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14199         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14200         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14201         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14202         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14203         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14204         function.
14206 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14208         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14209         * sysdeps/unix/sysv/linux/hppa: Move directory from
14210         ports/systeps/unix/sysv/linux/hppa.
14211         * README: Update listing for hppa-*-linux-gnu.
14213 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14215         [BZ #16754]
14216         * manual/stdio.texi (Hook functions): Fix types of stream hook
14217         functions.
14218         [BZ #16854]
14219         * socket/sys/socket.h: Fix typo in comment.
14221 2014-04-28  Wilco  <wdijkstr@arm.com>
14223         * sysdeps/arm/fenv_private.h: New file.
14224         * sysdeps/arm/math_private.h: New file.
14225         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14227 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14229         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14230         with __int128_t.
14231         (La_x86_64_retval): Likewise.
14233 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14235         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14236         fpsr if value didn't change.
14237         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14238         to fpcr if value didn't change.
14239         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14240         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14241         fpsr or fpcr if value didn't change.
14242         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14243         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14244         fpcr if value didn't change.
14245         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14246         to fpsr if value didn't change.
14248 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14250         * nptl/tst-sem3.c: Use test-skeleton.c
14251         (main): Rename to do_test.  Use return instead of
14252         exit.
14253         * nptl/tst-sem4.c: Use test-skeleton.c
14254         (main): Rename to do_test.
14256 2014-04-22  David S. Miller  <davem@davemloft.net>
14258         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14259         (struct sigaction): New struct member __glibc_reserved0, change
14260         type of sa_flags to int.
14262 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14264         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14265         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14267 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14269         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14270         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14272 2014-04-22  Will Newton  <will.newton@linaro.org>
14273             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14275         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14276         (__longjmp): Add longjmp and longjmp_target SystemTap
14277         probes.
14278         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14279         (__sigsetjmp): Add setjmp SystemTap probe.
14281 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14283         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14284         match manual order.
14286 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14288         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14290         * sysdeps/powerpc/fpu/fenv_private.h
14291         (libc_feholdexcept_setroundl_ctx): Define to
14292         libc_feholdexcept_setround_ppc_ctx.
14293         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14294         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14295         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14296         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14298 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14300         * sysdeps/aarch64/math-tests.h: New file.
14302 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14304         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14305         New.
14306         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14307         Check and set bit_AVX2_Usable.
14308         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14309         macro.
14310         (bit_AVX2): Likewise.
14311         (index_AVX2_Usable): Likewise.
14312         (CPUID_AVX2): Likewise.
14313         (HAS_AVX2): Likewise.
14315 2014-04-17  Will Newton  <will.newton@linaro.org>
14317         * manual/setjmp.texi (System V contexts): Add note that
14318         calling setcontext on a context created by a call to a
14319         signal handler is undefined.  Update text to note that
14320         setcontext from a signal handler is possible but not
14321         recommended.
14323         [BZ #16629]
14324         * stdlib/tst-setcontext.c: Include signal.h.
14325         (main): Check that the signal stack before and
14326         after swapcontext is the same.
14328         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14329         Re-implement to restore registers in user code and avoid
14330         rt_sigreturn system call.
14332 2014-04-17  Wilco  <wdijkstr@arm.com>
14334         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14335         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14336         * math/test-fenv.c: Skip exception trap tests on targets which only
14337         support non-stop mode.
14339 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14340             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14342         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14343         (libc_feholdsetround_aarch64_ctx)
14344         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14345         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14346         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14347         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14348         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14349         (libc_feresetround_noexl_ctx): Define.
14351 2014-04-16  Richard Henderson  <rth@redhat.com>
14353         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14355         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14356         unwind tables.
14358         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14359         const from the non-libc, non-ldso copy.
14361         * sysdeps/alpha/libm-test-ulps: Regenerate.
14363 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14364             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14366         * sysdeps/aarch64/fpu/math_private.h: New file.
14368 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14370         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14372 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14374         [BZ #16275]
14375         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14376         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14377         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14378         Intel MPX bound registers before _dl_profile_fixup.
14379         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14380         registers after _dl_profile_fixup.  Save and restore bound
14381         registers bnd0/bnd1 when calling _dl_call_pltexit.
14382         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14383         (LR_BND_OFFSET): Likewise.
14384         (LRV_BND0_OFFSET): Likewise.
14385         (LRV_BND1_OFFSET): Likewise.
14387 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14389         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14390         to...
14391         * sysdeps/mach/hurd/i386/tls.h: ... here.
14392         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14393         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14394         fields.
14396 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14398         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14400 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14402         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14404 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14406         [BZ #14770]
14407         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14408         * sysdeps/s390/configure: Regenerate.
14410         [BZ #16824]
14411         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14412         Set round-to-nearest internally to reduce error accumulation.
14414 2014-04-16  Alan Modra  <amodra@gmail.com>
14416         [BZ #16740]
14417         [BZ #16619]
14418         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14419         * math/libm-test.inc (frexp_test_data): Add tests.
14420         * NEWS: Update fixed bug list.
14422 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14424         * benchtests/Makefile: Depend on libraries in build directory.
14425         (bench-math): Separate out math tests.
14426         (bench-pthread): Separate out pthread tests.
14427         (bench): Include math and pthread tests.
14429 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14431         [BZ #16831]
14432         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14433         _dl_debug_initialize.
14435         * configure.ac: Remove SELinux header check.
14436         * configure: Regenerate.
14437         * nscd/selinux.c (perms): Array of const char* to permission names.
14438         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14439         default policy. Call string_to_security_class and string_to_av_perm to
14440         translate strings. Enforce default policy and call avs_has_perm with
14441         results of translated strings.
14443 2014-04-13  David S. Miller  <davem@davemloft.net>
14445         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14447 2014-04-12  Allan McRae  <allan@archlinux.org>
14449         [BZ #16838]
14450         * manual/string.texi (Collation Functions): Fix qsort argument
14451         order in example.
14452         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14454 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14456         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14457         Make the test a no-op if there are no exceptions defined.
14459 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14461         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14462         enable-hardcoded-path-in-tests
14464 2014-04-11  Will Newton  <will.newton@linaro.org>
14466         * benchtests/Makefile (extra-objs): Add json-lib.o.
14467         (bench-func): Tidy up JSON output.
14468         * benchtests/bench-skeleton.c: Include json-lib.h.
14469         (main): Use JSON library functions to do output of
14470         benchmark results.
14471         * benchtests/bench-timing-type.c (main): Output the
14472         timing type simply, leaving formatting to the user.
14473         * benchtests/json-lib.c: New file.
14474         * benchtests/json-lib.h: Likewise.
14476 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14478         [BZ #15215]
14479         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14480         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14481         memory barriers.  Add comments.
14482         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14483         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14484         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14485         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14486         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14487         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14489 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14491         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14492         * sysdeps/s390/s390-64/configure.ac: ... this ...
14493         * sysdeps/s390/configure.ac: ... to here.
14494         * sysdeps/s390/s390-32/configure: Delete file.
14495         * sysdeps/s390/s390-64/configure: Delete file.
14496         * sysdeps/s390/configure: Regenerate.
14498 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14500         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14502 2014-04-11  Will Newton  <will.newton@linaro.org>
14504         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14505         to zero if it is not defined elsewhere.  (mtrim): Test
14506         the value of MALLOC_DEBUG with #if rather than #ifdef.
14508 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14510         * benchtests/pthread_once-inputs: New file.
14511         * benchtests/pthread_once-source.c: New file.
14512         * benchtests/README: Update documentation.
14514 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14515             H.J. Lu  <hongjiu.lu@intel.com>
14517         [BZ #16275]
14518         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14519         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14520         * sysdeps/x86_64/configure: Regenerated.
14521         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14522         macro.
14523         (REGISTER_SAVE_RAX): Likewise.
14524         (REGISTER_SAVE_RCX): Likewise.
14525         (REGISTER_SAVE_RDX): Likewise.
14526         (REGISTER_SAVE_RSI): Likewise.
14527         (REGISTER_SAVE_RDI): Likewise.
14528         (REGISTER_SAVE_R8): Likewise.
14529         (REGISTER_SAVE_R9): Likewise.
14530         (REGISTER_SAVE_BND0): Likewise.
14531         (REGISTER_SAVE_BND1): Likewise.
14532         (REGISTER_SAVE_BND2): Likewise.
14533         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14534         bound registers when calling _dl_fixup.
14536 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14538         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14539         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14540         of its definition.
14541         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14542         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14543         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14544         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14545         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14546         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14547         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14549 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14551         [BZ #15514]
14552         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14553         pathconf(_PC_NAME_MAX).
14555 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14557         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14558         Remove macro usage.
14559         (__PTHREAD_SPINS): Move definition to ...
14560         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14561         (__PTHREAD_SPINS): ... here.
14562         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14563         (__PTHREAD_SPIN): Likewise.
14564         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14565         (__PTHREAD_SPIN): Likewise.
14566         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14567         (__PTHREAD_SPIN): Likewise.
14568         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14569         (__PTHREAD_SPIN): Likewise.
14570         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14571         (__PTHREAD_SPIN): Likewise.
14572         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14573         (__PTHREAD_SPIN): Likewise.
14574         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14575         (__PTHREAD_SPIN): Likewise.
14576         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14577         (__PTHREAD_SPIN): Likewise.
14578         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14579         (__PTHREAD_SPIN): Likewise.
14580         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14581         (__PTHREAD_SPIN): Likewise.
14582         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14583         (__PTHREAD_SPIN): Likewise.
14584         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14585         (__PTHREAD_SPIN): Likewise.
14587         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14588         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14589         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14590         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14591         imply folder.
14592         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14593         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14594         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14595         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14596         correct imply path.
14597         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14598         strlen symbol for non multi-arch builds.
14599         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14600         missing hidden_def and weak_alias.
14602 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14604         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14606 2014-04-07  Will Newton  <will.newton@linaro.org>
14608         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14609         and contents.  [!_LIBC] Remove #ifndef and contents.
14610         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14611         * string/memccpy.c (__memccpy): Use ANSI prototype.
14612         * string/memfrob.c (memfrob): Likewise.
14613         * string/strcoll.c (STRCOLL): Likewise.
14614         * string/strlen.c (strlen): Likewise.
14615         * string/strtok.c (STRTOK): Likewise.
14616         * string/strcat.c: Remove unused #include of memcopy.h.
14617         (strcat): Use ANSI prototype.
14618         * string/strchr.c: Remove unused #include of memcopy.h.
14619         (strchr): Use ANSI prototype.
14620         * string/strcmp.c: Remove unused #include of memcopy.h.
14621         (strcmp): Use ANSI prototype.
14622         * string/strcpy.c: Remove unused #include of memcopy.h.
14623         (strcpy): Use ANSI prototype.
14625 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14627         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14628         * config.make.in (config-extra-cppflags): Set it from
14629         libc_extra_cppflags.
14630         * configure.ac (libc_extra_cflags): Make it accumulate over
14631         configure fragments.
14632         (libc_extra_cppflags): New flag.
14633         * configure. Regenerate.
14634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14635         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14636         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14639         [BZ #16815]
14640         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14641         result for FE_DOWNWARD rounding mode.
14642         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14643         Likewise.
14644         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14646 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14648         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14649         in function argument name.
14651 2014-04-03  David Svoboda  <svoboda@cert.org>
14653         [BZ #5666]
14654         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14655         explicitly.
14657 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14659         * elf/dl-unmap-segments.h: New file.
14660         * sysdeps/generic/ldsodefs.h
14661         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14662         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14663         * elf/dl-fptr.c: Likewise.
14664         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14665         * sysdeps/aarch64/tlsdesc.c: Likewise.
14666         * sysdeps/arm/tlsdesc.c: Likewise.
14667         * sysdeps/i386/tlsdesc.c: Likewise.
14668         * sysdeps/tile/dl-runtime.c: Likewise.
14669         * sysdeps/x86_64/tlsdesc.c: Likewise.
14670         * elf/dl-load.h: New file.
14671         * elf/dl-load.c: Include it.
14672         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14673         Macros moved to dl-load.h.
14674         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14675         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14676         Use _dl_unmap_segments in place of __munmap.
14677         Break out segment-mapping loop into ...
14678         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14680 2014-04-03  Will Newton  <will.newton@linaro.org>
14682         * elf/dl-lookup.c (do_lookup_x): Remove comment
14683         referring to nested function and move variable
14684         declarations down to before first use.
14686 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14688         [BZ #16799]
14689         [BZ #16800]
14690         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14691         with 0 numerator.
14692         * math/s_catanf.c (__catanf): Likewise.
14693         * math/s_catanh.c (__catanh): Likewise.
14694         * math/s_catanhf.c (__catanhf): Likewise.
14695         * math/s_catanhl.c (__catanhl): Likewise.
14696         * math/s_catanl.c (__catanl): Likewise.
14697         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14698         by positive zero when computing -Inf result.
14699         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14700         (catanh_test): Likewise.
14701         * sysdeps/i386/fpu/libm-test-ulps: Update.
14702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14704         [BZ #16789]
14705         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14706         instead of using underflowing value in computing result.
14707         * math/s_clog10.c (__clog10): Likewise.
14708         * math/s_clog10f.c (__clog10f): Likewise.
14709         * math/s_clog10l.c (__clog10l): Likewise.
14710         * math/s_clogf.c (__clogf): Likewise.
14711         * math/s_clogl.c (__clogl): Likewise.
14712         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14713         (clog10_test): Likewise.
14714         * sysdeps/i386/fpu/libm-test-ulps: Update.
14715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14717 2014-04-02  Alan Modra  <amodra@gmail.com>
14719         [BZ #16739]
14720         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14721         output when value is near a power of two.  Use int64_t for lx and
14722         remove casts.  Use decimal rather than hex exponent constants.
14723         Don't use long double multiplication when double will suffice.
14724         * math/libm-test.inc (nextafter_test_data): Add tests.
14725         * NEWS: Add 16739 and 16786 to bug list.
14727         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14729         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14731 2014-04-01  Will Newton  <will.newton@linaro.org>
14733         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14734         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14736 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14738         [BZ #13347]
14739         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14740         * nptl/tst-setuid2.c: New file.
14741         * nptl/Makefile (xtests): Add tst-setuid2.
14743 2014-04-01  Alan Modra  <amodra@gmail.com>
14745         [BZ #16786]
14746         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14748 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14750         [BZ #6803]
14751         [BZ #6804]
14752         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14753         set errno as appropriate.
14754         * math/w_scalbf.c (__scalbf): Likewise.
14755         * math/w_scalbl.c (__scalbl): Likewise.
14756         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14757         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14758         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14759         Add more NaN tests.
14761         [BZ #16349]
14762         * math/w_atan2.c: Include <errno.h>.
14763         (__atan2): Set errno for result underflowing to zero.
14764         * math/w_atan2f.c: Include <errno.h>.
14765         (__atan2f): Set errno for result underflowing to zero.
14766         * math/w_atan2l.c: Include <errno.h>.
14767         (__atan2l): Set errno for result underflowing to zero.
14768         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14769         tests.
14770         * math/auto-libm-test-out: Regenerated.
14772 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14774         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14775         Encode instruction correctly in little endian.
14776         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14777         Likewise.
14778         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14779         Likewise.
14780         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14781         Likewise.
14782         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14783         Likewise.
14785 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14787         [BZ #9894]
14788         * sysdeps/unix/sysv/linux/kernel-features.h
14789         [__sparc__ && !__arch64__ && !__sparc_v9__]
14790         (__ASSUME_SET_ROBUST_LIST): Do not define.
14791         [__sparc__ && !__arch64__ && !__sparc_v9__]
14792         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14793         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14794         Likewise.
14795         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14796         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14797         (__ASSUME_REQUEUE_PI): Likewise.
14798         (__ASSUME_SET_ROBUST_LIST): Likewise.
14799         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14800         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14801         Undefine.
14802         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14803         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14804         Likewise.
14805         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14806         Likewise.
14807         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14808         Likewise.
14809         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14810         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14811         Undefine.
14812         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14813         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14814         Likewise.
14816         [BZ #16648]
14817         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14818         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14819         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14821 2014-03-31  Will Newton  <will.newton@linaro.org>
14823         * benchtests/Makefile (bench): Add ffs and ffsll to list
14824         of tests.
14825         * benchtests/ffs-inputs: New file.
14826         * benchtests/ffsll-inputs: Likewise.
14828 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14830         [BZ #16770]
14831         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14832         too large before casting to int.
14833         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14834         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14835         * math/libm-test.inc (scalb_test_data): Add more tests.
14837 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14839         * benchtests/Makefile (DETAILED_OPT): New make option.
14840         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14841         set.
14842         * benchtests/bench-skeleton.c: Include stdbool.h.
14843         (main): Store and print timings per input.
14844         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14845         member to each argument value.
14846         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14847         (_print_arg_data): Initialize per-input timing to 0.
14849         * benchtests/Makefile (timing-type): New binary.
14850         (bench-clean): Also remove bench-timing-type.
14851         (bench): New target for timing-type.
14852         (bench-func): Print output in JSON format.
14853         * benchtests/bench-skeleton.c (main): Print output in JSON
14854         format.
14855         * benchtests/bench-timing-type.c: New file.
14856         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14857         (TIMING_PRINT_STATS): Remove.
14858         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14859         name separately.
14861         * benchtests/bench-modf.c: Remove.
14862         * benchtests/modf-inputs: New inputs file.
14864 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14866         [BZ #16362]
14867         * math/s_clog10.c (M_PI_LOG10E): New macro.
14868         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14869         imaginary parts are 0.
14870         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14871         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14872         imaginary parts are 0.
14873         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14874         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14875         imaginary parts are 0.
14876         * math/libm-test.inc (clog10_test_data): Update expected results
14877         for when real and imaginary parts are 0.
14879 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14881         * elf/dl-load.c: Finish conversion of __builtin_expect into
14882         __glibc_{un}likely.
14884 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14886         [BZ #16348]
14887         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14888         1+x for argument with exponent below -67.
14889         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14890         Likewise.
14891         * math/auto-libm-test-in: Add more tests of exp.
14892         * math/auto-libm-test-out: Regenerated.
14894 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14896         [BZ #16759]
14897         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14898         (nscd_getnetgrent): Use it.
14900         [BZ #16760]
14901         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14902         of stpcpy.
14904 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14906         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14907         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14908         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14909         (lll_robust_unlock): Remove out of line section. Use cfi
14910         intrinsics.
14911         (LLL_STUB_UNWIND_INFO*): Remove.
14912         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14913         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14914         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14915         (lll_robust_unlock): Remove out of line section. Use cfi
14916         intrinsics.
14917         (LLL_STUB_UNWIND_INFO*): Remove.
14919 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14921         [BZ #16758]
14922         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14923         blank values.
14925 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14927         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14929 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14931         [BZ #16198]
14932         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14933         fnstenv.
14934         * math/test-fenv-preserve.c: New file.
14935         * math/Makefile (tests): Add test-fenv-preserve.
14937 2014-03-26  Will Newton <will.newton@linaro.org>
14939         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14941 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14943         * scripts/versionlist.awk: Partition the version sets and emit all
14944         GLIBC_* (sorted) before all others (sorted).
14946 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14948         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14949         GLIBC_2.2.5 version.
14951 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14953         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14954         calls.
14956         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14957         previous change.
14959         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14961 2014-03-25  Andreas Schwab  <schwab@suse.de>
14963         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14964         label to be used after in6ailist is initialized.
14966 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14968         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14969         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14971 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14973         [BZ #16357]
14974         [BZ #16599]
14975         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14976         min_plus_half.
14977         (fp_formats): Update initializers.
14978         (init_fp_formats): Initialize new field.
14979         (output_for_one_input_case): Allow underflow for results up to
14980         min_plus_half.
14981         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14982         * math/auto-libm-test-in: Don't mark some underflows from asin and
14983         atanh as spurious.
14984         * math/auto-libm-test-out: Regenerated.
14985         * sysdeps/i386/fpu/libm-test-ulps: Update.
14986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14988 2014-03-25  Andreas Schwab  <schwab@suse.de>
14990         * libio/Makefile (tst-ftell-partial-wide-ENV)
14991         (tst-ftell-active-handler-ENV): Define.
14993 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14995         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14997 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14999         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15001 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15003         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15004         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15005         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15007 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15009         [BZ #16634]
15010         * elf/dl-load.c (open_verify): Add mode parameter.
15011         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15012         (open_path): Change from boolean 'secure' to complete flag 'mode'
15013         (_dl_map_object): Adjust.
15014         * elf/Makefile (tests): Add tst-dlopen-aout.
15015         * elf/tst-dlopen-aout.c: New test.
15017 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15019         [BZ #16714]
15020         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15021         (struct stat): Rename member pad0 to __glibc_reserved0.
15023         [BZ #16712]
15024         * sysdeps/s390/s390-32/bits/wordsize.h
15025         (__WORDSIZE32_SIZE_ULONG): New define.
15026         * sysdeps/s390/s390-64/bits/wordsize.h
15027         (__WORDSIZE32_SIZE_ULONG): Likewise.
15028         * sysdeps/generic/stdint.h (SIZE_MAX):
15029         Define as UL if __WORDSIZE32_SIZE_ULONG.
15031         [BZ #16713]
15032         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15033         (__glibc_reserved0): New variable.
15034         (sa_flags): Change type to int.
15036         * posix/Makefile (before-compile): Use += before-compile instead
15037         of a :=.
15039         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15040         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15042 2014-03-20  Andreas Schwab  <schwab@suse.de>
15044         [BZ #16743]
15045         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15046         non-matching result from nscd.
15048 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15050         * scripts/bench.py: Moved to ...
15051         * benchtests/scripts/bench.py: ... here.
15052         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15054 2014-03-24  Andreas Schwab  <schwab@suse.de>
15056         [BZ #16002]
15057         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15058         alloca_account and account alloca use for struct in6ailist.
15060 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15062         [BZ #16284]
15063         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15064         rounding mode to recompute results that overflow to infinity or
15065         underflow to zero.
15066         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15067         bug 16284.
15068         * math/auto-libm-test-out: Regenerated.
15069         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15070         (ccosh_test): Likewise.
15071         (csin_test_data): Use plus_oflow.
15072         (csin_test): Use ALL_RM_TEST.
15073         (csinh_test_data): Use plus_oflow.
15074         (csinh_test): Use ALL_RM_TEST.
15075         * sysdeps/i386/fpu/libm-test-ulps: Update.
15076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15078 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15080         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15081         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15082         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15084         [BZ #16731]
15085         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15086         when x - 1 is zero.
15087         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15088         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15089         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15090         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15091         argument is 1.
15092         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15093         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15094         zero.
15095         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15096         * sysdeps/i386/fpu/libm-test-ulps: Update.
15097         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15099 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15101         * scripts/bench.pl: Remove file.
15102         * scripts/bench.py: New benchmark script.
15103         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15104         * benchtests/README: Mention python dependency.
15105         * scripts/pylintrc: New file.
15106         * scripts/pylint: New file.
15108         * bits/mathdef.h: Use #ifdef instead of #if.
15109         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15110         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15111         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15112         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15113         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15114         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15116 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15117             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15119         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15120         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15121         and strpbrk-ppc64 objects.
15122         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15123         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15124         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15125         multiarch strpbrk for POWER7.
15126         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15127         multiarch strpbrk for PPC64.
15128         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15129         ifunc selector.
15130         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15131         strpbrk for POWER7.
15133 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15135         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15136         (atan_test): Likewise.
15137         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15138         (atanh_test): Use ALL_RM_TEST.
15139         (atan2_test_data): Likewise.
15140         (cabs_test): Likewise.
15141         (cacosh_test): Likewise.
15142         (carg_test): Likewise.
15143         (casin_test): Likewise.
15144         (casinh_test): Likewise.
15145         (cbrt_test): Likewise.
15146         (csqrt_test): Likewise.
15147         (erf_test): Likewise.
15148         (erfc_test): Likewise.
15149         (pow10_test): Likewise.
15150         (exp2_test): Likewise.
15151         (hypot_test): Likewise.
15152         (j0_test): Likewise.
15153         (j1_test): Likewise.
15154         (lgamma_test): Likewise.
15155         (gamma_test): Likewise.
15156         (sincos_test): Likewise.
15157         (tanh_test): Likewise.
15158         (y0_test): Likewise.
15159         (y1_test): Likewise.
15160         * sysdeps/i386/fpu/libm-test-ulps: Update.
15161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15163 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15165         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15166         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15167         and strcspn-ppc64 objects.
15168         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15169         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15170         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15171         multiarch strcspn for POWER7.
15172         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15173         multiarch strcspn for PPC64.
15174         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15175         ifunc selector.
15176         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15177         strcspn for POWER7.
15179 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15181         * math/gen-libm-test.pl (generate_testfile): Expect only function
15182         name as argument to AUTO_TESTS_* and pass results for all rounding
15183         modes to parse_args.
15184         (parse_auto_input): Separate inputs of automatic tests from
15185         outputs before storing in %auto_tests.
15186         * math/libm-test.inc (acos_test_data): Update call to
15187         AUTO_TESTS_f_f.
15188         (acos_test): Use ALL_RM_TEST.
15189         (acos_tonearest_test_data): Remove.
15190         (acos_test_tonearest): Likewise.
15191         (acos_towardzero_test_data): Likewise.
15192         (acos_test_towardzero): Likewise.
15193         (acos_downward_test_data): Likewise.
15194         (acos_test_downward): Likewise.
15195         (acos_upward_test_data): Likewise.
15196         (acos_test_upward): Likewise.
15197         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15198         (asin_test_data): Likewise.
15199         (asin_test): Use ALL_RM_TEST.
15200         (asin_tonearest_test_data): Remove.
15201         (asin_test_tonearest): Likewise.
15202         (asin_towardzero_test_data): Likewise.
15203         (asin_test_towardzero): Likewise.
15204         (asin_downward_test_data): Likewise.
15205         (asin_test_downward): Likewise.
15206         (asin_upward_test_data): Likewise.
15207         (asin_test_upward): Likewise.
15208         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15209         (atan_test_data): Likewise.
15210         (atanh_test_data): Likewise.
15211         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15212         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15213         (carg_test_data): Likewise.
15214         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15215         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15216         (ccosh_test_data): Likewise.
15217         (cexp_test_data): Likewise.
15218         (clog_test_data): Likewise.
15219         (clog10_test_data): Likewise.
15220         (cos_test_data): Update call to AUTO_TESTS_f_f.
15221         (cos_test): Use ALL_RM_TEST.
15222         (cos_tonearest_test_data): Remove.
15223         (cos_test_tonearest): Likewise.
15224         (cos_towardzero_test_data): Likewise.
15225         (cos_test_towardzero): Likewise.
15226         (cos_downward_test_data): Likewise.
15227         (cos_test_downward): Likewise.
15228         (cos_upward_test_data): Likewise.
15229         (cos_test_upward): Likewise.
15230         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15231         (cosh_test): Use ALL_RM_TEST.
15232         (cosh_tonearest_test_data): Remove.
15233         (cosh_test_tonearest): Likewise.
15234         (cosh_towardzero_test_data): Likewise.
15235         (cosh_test_towardzero): Likewise.
15236         (cosh_downward_test_data): Likewise.
15237         (cosh_test_downward): Likewise.
15238         (cosh_upward_test_data): Likewise.
15239         (cosh_test_upward): Likewise.
15240         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15241         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15242         (ctan_test_data): Likewise.
15243         (ctan_test): Use ALL_RM_TEST.
15244         (ctan_tonearest_test_data): Remove.
15245         (ctan_test_tonearest): Likewise.
15246         (ctan_towardzero_test_data): Likewise.
15247         (ctan_test_towardzero): Likewise.
15248         (ctan_downward_test_data): Likewise.
15249         (ctan_test_downward): Likewise.
15250         (ctan_upward_test_data): Likewise.
15251         (ctan_test_upward): Likewise.
15252         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15253         (ctanh_test): Use ALL_RM_TEST.
15254         (ctanh_tonearest_test_data): Remove.
15255         (ctanh_test_tonearest): Likewise.
15256         (ctanh_towardzero_test_data): Likewise.
15257         (ctanh_test_towardzero): Likewise.
15258         (ctanh_downward_test_data): Likewise.
15259         (ctanh_test_downward): Likewise.
15260         (ctanh_upward_test_data): Likewise.
15261         (ctanh_test_upward): Likewise.
15262         (erf_test_data): Update call to AUTO_TESTS_f_f.
15263         (erfc_test_data): Likewise.
15264         (exp_test_data): Likewise.
15265         (exp_test): Use ALL_RM_TEST.
15266         (exp_tonearest_test_data): Remove.
15267         (exp_test_tonearest): Likewise.
15268         (exp_towardzero_test_data): Likewise.
15269         (exp_test_towardzero): Likewise.
15270         (exp_downward_test_data): Likewise.
15271         (exp_test_downward): Likewise.
15272         (exp_upward_test_data): Likewise.
15273         (exp_test_upward): Likewise.
15274         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15275         (exp10_test): Use ALL_RM_TEST.
15276         (exp10_tonearest_test_data): Remove.
15277         (exp10_test_tonearest): Likewise.
15278         (exp10_towardzero_test_data): Likewise.
15279         (exp10_test_towardzero): Likewise.
15280         (exp10_downward_test_data): Likewise.
15281         (exp10_test_downward): Likewise.
15282         (exp10_upward_test_data): Likewise.
15283         (exp10_test_upward): Likewise.
15284         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15285         (expm1_test_data): Likewise.
15286         (expm1_test): Use ALL_RM_TEST.
15287         (expm1_tonearest_test_data): Remove.
15288         (expm1_test_tonearest): Likewise.
15289         (expm1_towardzero_test_data): Likewise.
15290         (expm1_test_towardzero): Likewise.
15291         (expm1_downward_test_data): Likewise.
15292         (expm1_test_downward): Likewise.
15293         (expm1_upward_test_data): Likewise.
15294         (expm1_test_upward): Likewise.
15295         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15296         (fma_test): Use ALL_RM_TEST.
15297         (fma_towardzero_test_data): Remove.
15298         (fma_test_towardzero): Likewise.
15299         (fma_downward_test_data): Likewise.
15300         (fma_test_downward): Likewise.
15301         (fma_upward_test_data): Likewise.
15302         (fma_test_upward): Likewise.
15303         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15304         (j0_test_data): Update call to AUTO_TESTS_f_f.
15305         (j1_test_data): Likewise.
15306         (jn_test_data): Update call to AUTO_TESTS_if_f.
15307         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15308         (log_test_data): Update call to AUTO_TESTS_f_f.
15309         (log10_test_data): Likewise.
15310         (log1p_test_data): Likewise.
15311         (log2_test_data): Likewise.
15312         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15313         (pow_tonearest_test_data): Likewise.
15314         (sin_test_data): Update call to AUTO_TESTS_f_f.
15315         (sin_test): Use ALL_RM_TEST.
15316         (sin_tonearest_test_data): Remove.
15317         (sin_test_tonearest): Likewise.
15318         (sin_towardzero_test_data): Likewise.
15319         (sin_test_towardzero): Likewise.
15320         (sin_downward_test_data): Likewise.
15321         (sin_test_downward): Likewise.
15322         (sin_upward_test_data): Likewise.
15323         (sin_test_upward): Likewise.
15324         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15325         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15326         (sinh_test): Use ALL_RM_TEST.
15327         (sinh_tonearest_test_data): Remove.
15328         (sinh_test_tonearest): Likewise.
15329         (sinh_towardzero_test_data): Likewise.
15330         (sinh_test_towardzero): Likewise.
15331         (sinh_downward_test_data): Likewise.
15332         (sinh_test_downward): Likewise.
15333         (sinh_upward_test_data): Likewise.
15334         (sinh_test_upward): Likewise.
15335         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15336         (sqrt_test): Use ALL_RM_TEST.
15337         (sqrt_tonearest_test_data): Remove.
15338         (sqrt_test_tonearest): Likewise.
15339         (sqrt_towardzero_test_data): Likewise.
15340         (sqrt_test_towardzero): Likewise.
15341         (sqrt_downward_test_data): Likewise.
15342         (sqrt_test_downward): Likewise.
15343         (sqrt_upward_test_data): Likewise.
15344         (sqrt_test_upward): Likewise.
15345         (tan_test_data): Update call to AUTO_TESTS_f_f.
15346         (tan_test): Use ALL_RM_TEST.
15347         (tan_tonearest_test_data): Remove.
15348         (tan_test_tonearest): Likewise.
15349         (tan_towardzero_test_data): Likewise.
15350         (tan_test_towardzero): Likewise.
15351         (tan_downward_test_data): Likewise.
15352         (tan_test_downward): Likewise.
15353         (tan_upward_test_data): Likewise.
15354         (tan_test_upward): Likewise.
15355         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15356         (tgamma_test_data): Likewise.
15357         (y0_test_data): Likewise.
15358         (y1_test_data): Likewise.
15359         (yn_test_data): Update call to AUTO_TESTS_if_f.
15360         (main): Do not call removed functions.
15362 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15364         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15365         (ldexp_test_data): Remove.
15366         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15367         scalbn_test_data.
15368         (scalb_test): Use ALL_RM_TEST.
15370 2014-03-19  Andreas Schwab  <schwab@suse.de>
15372         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15374 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15376         [BZ #16649]
15377         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15378         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15379         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15380         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15381         (__ASSUME_PREADV): Undefine.
15382         (__ASSUME_PWRITEV): Likewise.
15384 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15386         * bits/mman-linux.h: Add comment about non-Linux use.
15387         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15388         bits/mman-linux.h resting place.
15390         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15391         * bits/mman-linux.h: ... here.
15393 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15395         * conform/conformtest.pl: Add standard definition when calling C
15396         preprocessor on data files.
15397         (checknamespace): Remove unused variable.
15399 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15401         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15402         minus_oflow, plus_uflow and minus_uflow in expected results.
15403         * math/libm-test.inc (scalbn_test_data): Add more tests of
15404         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15405         minus_uflow.
15406         (scalbn_test): Use ALL_RM_TEST.
15407         (scalbln_test_data): Add more tests of negative arguments.  Use
15408         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15409         (scalbln_test): Use ALL_RM_TEST.
15411 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15413         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15415 2014-03-18  Will Newton  <will.newton@linaro.org>
15417         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15418         inaccurate comment.
15420 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15422         * Makerules [!subdir] (check-abi): Exit with error status if a
15423         test failed.
15425 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15427         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15428         for rint.  Include results for all rounding modes.
15429         (nearbyint_test): Use ALL_RM_TEST.
15430         (rint_test_data): Include all tests used for nearbyint.
15432 2014-03-17  Will Newton  <will.newton@linaro.org>
15434         * nptl/sysdeps/pthread/pthread.h: Revert previous
15435         change.
15437         * sysdeps/generic/ldsodefs.h: Revert previous
15438         change.
15440         * libio/genops.c: Revert previous change.
15441         * libio/libioP.h: Likewise.
15442         * stdio-common/vfprintf.c: Likewise.
15444         * sysdeps/generic/math_private.h: Revert previous
15445         change.
15447         * sysdeps/generic/math_private.h: Check whether
15448         HAVE_RM_CTX is defined with #ifdef rather
15449         than #if.
15451         * argp/argp-fmtstream.h: Check whether
15452         __STRICT_ANSI__ is defined with #ifdef rather
15453         than #if.
15454         * argp/argp.h: Likewise.
15456         * libio/genops.c: Check whether
15457         _IO_JUMPS_OFFSET is defined with #ifdef rather
15458         than #if.
15459         * libio/libioP.h: Likewise.
15460         * stdio-common/vfprintf.c: Likewise.
15462         * sysdeps/generic/ldsodefs.h: Check whether
15463         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15464         than #if.
15466         * nptl/sysdeps/pthread/pthread.h: Check
15467         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15468         its value.
15470 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15472         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15473         setting O_APPEND.
15474         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15475         test case.
15477         [BZ #16680]
15478         * libio/fileops.c (_IO_file_open): Seek to end of file but
15479         don't cache the offset.
15480         (get_file_offset): Remove function.
15481         (do_ftell): Use cached offset when available.
15482         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15483         don't cache the offset.
15484         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15485         case.
15486         (do_one_test): Call it.
15487         (do_ftell_test): Fix up expected old offset for a+ mode.
15488         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15489         available.
15491         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15492         up test status with function return status.
15493         (do_write_test): Likewise.
15494         (do_append_test): Likewise.
15496         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15497         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15498         Remove.
15500 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15502         * math/gen-libm-test.pl (parse_args): Handle results specified for
15503         each rounding mode separately.
15504         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15505         tests and results from lrint_tonearest_test_data,
15506         lrint_towardzero_test_data, lrint_downward_test_data and
15507         lrint_upward_test_data.
15508         (lrint_test): Use ALL_RM_TEST.
15509         (lrint_tonearest_test_data): Remove.
15510         (lrint_test_tonearest): Likewise.
15511         (lrint_towardzero_test_data): Likewise.
15512         (lrint_test_towardzero): Likewise.
15513         (lrint_downward_test_data): Likewise.
15514         (lrint_test_downward): Likewise.
15515         (lrint_upward_test_data): Likewise.
15516         (lrint_test_upward): Likewise.
15517         (llrint_test_data): Merge in per-rounding-mode tests and results
15518         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15519         llrint_downward_test_data and llrint_upward_test_data.
15520         (llrint_test): Use ALL_RM_TEST.
15521         (llrint_tonearest_test_data): Remove.
15522         (llrint_test_tonearest): Likewise.
15523         (llrint_towardzero_test_data): Likewise.
15524         (llrint_test_towardzero): Likewise.
15525         (llrint_downward_test_data): Likewise.
15526         (llrint_test_downward): Likewise.
15527         (llrint_upward_test_data): Likewise.
15528         (llrint_test_upward): Likewise.
15529         (rint_test_data): Merge in per-rounding-mode tests and results
15530         from rint_tonearest_test_data, rint_towardzero_test_data,
15531         rint_downward_test_data and rint_upward_test_data.  Add
15532         per-rounding-mode results for tests not in those arrays.
15533         (rint_test): Use ALL_RM_TEST.
15534         (rint_tonearest_test_data): Remove.
15535         (rint_test_tonearest): Likewise.
15536         (rint_towardzero_test_data): Likewise.
15537         (rint_test_towardzero): Likewise.
15538         (rint_downward_test_data): Likewise.
15539         (rint_test_downward): Likewise.
15540         (rint_upward_test_data): Likewise.
15541         (rint_test_upward): Likewise.
15542         (main): Don't call removed functions.
15544 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15546         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15547         "Compiled on ..." crapola.  It is anti-useful.
15549 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15551         * scripts/evaluate-test.sh: Handle fourth argument to determine
15552         whether test run should stop on failure.
15553         * Makeconfig (stop-on-test-failure): New variable.
15554         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15555         $(stop-on-test-failure).
15556         * Makefile (tests): Give a summary of results from testing and
15557         exit with failure status if they include an ERROR or FAIL.
15558         (xtests): Likewise.
15559         * manual/install.texi (Configuring and compiling): Mention
15560         stop-on-test-failure=y.
15561         * INSTALL: Regenerated.
15563 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15565         * scripts/versionlist.awk: New file.
15566         * Makerules [$(build-shared) = yes]
15567         (postclean-generated): Add Versions.def, not Versions.def.v and
15568         Versions.def.v.i.
15569         ($(common-objpfx)Versions.def.v.i): Target removed.
15570         ($(common-objpfx)Versions.def): New target.
15571         ($(common-objpfx)Versions.all): Depend on that rather that
15572         $(common-objpfx)Versions.def.v.
15573         * Versions.def: File removed.
15575         * Makeconfig (+gccwarn): Add -Wundef.
15576         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15577         a dl-sysdep.h breaking its contract.
15578         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15579         * include/stackinfo.h: New file.
15580         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15581         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15582         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15583         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15584         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15585         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15586         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15587         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15588         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15589         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15590         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15591         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15592         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15593         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15594         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15596 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15598         [BZ #16707]
15599         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15600         implementation.
15601         * math/libm-test.inc (round_test_data): Add more tests.
15603         [BZ #16706]
15604         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15605         implementation.
15606         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15608         [BZ #16701]
15609         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15610         implementation.
15611         * math/libm-test.inc (ceil_test_data): Add more tests.
15613         * math/libm-test.inc (trunc_test_data): Add more tests related to
15614         BZ#16414.
15616 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15618         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15619         with #if rather than #ifdef.
15620         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15622 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15624         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15625         first.  Disable AVX-512 GCC support if assembler doesn't support
15626         it.
15627         * sysdeps/x86_64/configure: Regenerated.
15629 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15631         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15632         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15633         (__old_pthread_attr_setstack): Likewise.
15634         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15635         [!_STACK_GROWS_DOWN]: Likewise.
15637 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15639         * config.make.in (have-bash2): Delete.
15640         * configure.ac (libc_cv_have_bash2): Delete.
15641         * configure: Regenerate.
15642         * elf/Makefile (common-ldd-rewrite): Rename to ...
15643         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15644         (sh-ldd-rewrite): Delete.
15645         (bash-ldd-rewrite): Delete.
15646         (have-bash2): Delete checks.
15647         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15648         ldd-rewrite.
15650         * config.make.in (have-ksh): Delete.
15651         (KSH): Delete.
15652         * configure.ac (libc_cv_have_ksh): Delete.
15653         * configure: Regenerate.
15655         * elf/Makefile: Delete $(have-ksh) check.
15656         ($(objpfx)sotruss): Change KSH to BASH.
15657         * elf/sotruss.ksh: Rename to ...
15658         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15659         function style to match POSIX.  Drop ksh vim mode setting.
15661         * manual/time.texi (Specifying the Time Zone with TZ): Change
15662         Tuesday to Thursday.
15664         * debug/tst-longjmp_chk2.c: Update header comment.
15665         (stackoverflow_handler): Add comment.  Call assert on pass value.
15667 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15669         [BZ #16194]
15670         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15671         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15672         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15673         (La_x86_64_vector): Add zmm.
15674         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15675         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15676         ($(objpfx)tst-audit10): New target.
15677         ($(objpfx)tst-audit10.out): Likewise.
15678         (tst-audit10-ENV): New.
15679         (AVX512-CFLAGS): Likewise.
15680         (CFLAGS-tst-audit10.c): Likewise.
15681         (CFLAGS-tst-auditmod10a.c): Likewise.
15682         (CFLAGS-tst-auditmod10b.c): Likewise.
15683         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15684         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15685         * sysdeps/x86_64/configure: Regenerated.
15686         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15687         AVX-512 zmm register support.
15688         (_dl_x86_64_save_sse): Likewise.
15689         (_dl_x86_64_restore_sse): Likewise.
15690         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15691         size vector registers.
15692         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15693         (ZMM_SIZE): Likewise.
15694         * sysdeps/x86_64/tst-audit10.c: New file.
15695         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15696         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15698 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15700         * configure.ac (HAVE_EHDR_START): New check.
15701         * configure: Regenerated.
15702         * config.h.in (HAVE_EHDR_START): New #undef.
15703         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15704         assuming the lowest-addressed segment maps the start of the file.
15706 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15708         * INSTALL: Regenerated.
15710 2014-03-13  Will Newton  <will.newton@linaro.org>
15712         * manual/setjmp.texi (System V contexts): Improve
15713         clarity and grammar of documentation.
15715 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15717         [BZ #16381]
15718         * elf/Makefile (tests): Add tst-pie2.
15719         (tests-pie): Add tst-pie2.
15720         * elf/tst-pie2.c: New file.
15721         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15722         for ET_EXEC.
15723         * elf/rtld.c (map_doit): Load executable as lt_executable.
15724         (dl_main): Likewise.
15726 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15728         [BZ #16642]
15729         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15730         (__ASSUME_PSELECT): Undefine.
15732 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15734         [BZ #16689]
15735         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15736         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15737         static build.
15738         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15739         selector for static builds.
15741 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15743         [BZ #16695]
15744         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15745         key in the buffer.
15747 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15749         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15750         IFUNC selector for static builds.
15752 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15754         * sysdeps/mips/math_private.h [__mips_hard_float]
15755         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15756         libc_feresetround_mips_ctx.
15757         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15758         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15759         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15761         [BZ #16677]
15762         * math/s_nextafter.c (__nextafter): Do not return value from
15763         overflowing computation.
15764         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15765         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15766         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15767         Likewise.
15768         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15769         Likewise.
15770         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15771         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15773 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15775         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15776         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15777         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15778         the new mov targetting sp.
15780 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15782         [BZ #16683]
15783         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15784         Define it for static builds as well.
15785         (NO_BZERO_IMPL): Likewise.
15787 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15789         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15790         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15791         multiarch strspn for PPC64.
15792         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15793         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15794         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15795         (__libc_ifunc_impl_list): Likewise.
15796         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15797         multiarch optimizations
15798         * string/strspn.c (strspn): Using macro to redefine symbol name.
15800 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15801             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15803         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15804         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15805         multiarch strncat for PPC64.
15806         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15807         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15808         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15809         (__libc_ifunc_impl_list): Likewise.
15810         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15811         multiarch optimizations
15813 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15815         [BZ #16639]
15816         * nscd/nscd.service: Make service type forking.
15818 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15820         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15821         sign in non default rounding modes.
15822         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15824 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15826         * math/libm-test.inc (ALL_RM_TEST): New macro.
15827         (ceil_test): Use ALL_RM_TEST.
15828         (cimag_test): Likewise.
15829         (conj_test): Likewise.
15830         (copysign_test): Likewise.
15831         (cproj_test): Likewise.
15832         (creal_test): Likewise.
15833         (fabs_test): Likewise.
15834         (floor_test): Likewise.
15835         (fmax_test): Likewise.
15836         (fmin_test): Likewise.
15837         (fmod_test): Likewise.
15838         (fpclassify_test): Likewise.
15839         (frexp_test): Likewise.
15840         (ilogb_test): Likewise.
15841         (isfinite_test): Likewise.
15842         (finite_test): Likewise.
15843         (isgreater_test): Likewise.
15844         (isgreaterequal_test): Likewise.
15845         (isinf_test): Likewise.
15846         (isless_test): Likewise.
15847         (islessequal_test): Likewise.
15848         (islessgreater_test): Likewise.
15849         (isnan_test): Likewise.
15850         (isnormal_test): Likewise.
15851         (issignaling_test): Likewise.
15852         (isunordered_test): Likewise.
15853         (logb_test): Likewise.
15854         (logb_downward_test_data): Remove.
15855         (logb_test_downward): Likewise.
15856         (lround_test): Use ALL_RM_TEST.
15857         (llround_test): Likewise.
15858         (modf_test): Likewise.
15859         (nexttoward_test): Likewise.
15860         (remainder_test): Likewise.
15861         (drem_test): Likewise.
15862         (remainder_tonearest_test_data): Likewise.
15863         (remainder_test_tonearest): Likewise.
15864         (drem_test_tonearest): Likewise.
15865         (remainder_towardzero_test_data): Likewise.
15866         (remainder_test_towardzero): Likewise.
15867         (drem_test_towardzero): Likewise.
15868         (remainder_downward_test_data): Likewise.
15869         (remainder_test_downward): Likewise.
15870         (drem_test_downward): Likewise.
15871         (remainder_upward_test_data): Likewise.
15872         (remainder_test_upward): Likewise.
15873         (drem_test_upward): Likewise.
15874         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15875         (round_test): Use ALL_RM_TEST.
15876         (signbit_test): Likewise.
15877         (trunc_test): Likewise.
15878         (significand_test): Likewise.
15879         (main): Don't call removed functions.
15881 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15883         [BZ #16674]
15884         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15885         || __USE_XOPEN2K8].
15886         (ILL_ILLOPN): Likewise.
15887         (ILL_ILLADR): Likewise.
15888         (ILL_ILLTRP): Likewise.
15889         (ILL_PRVOPC): Likewise.
15890         (ILL_PRVREG): Likewise.
15891         (ILL_COPROC): Likewise.
15892         (ILL_BADSTK): Likewise.
15893         (FPE_INTDIV): Likewise.
15894         (FPE_INTOVF): Likewise.
15895         (FPE_FLTDIV): Likewise.
15896         (FPE_FLTOVF): Likewise.
15897         (FPE_FLTUND): Likewise.
15898         (FPE_FLTRES): Likewise.
15899         (FPE_FLTINV): Likewise.
15900         (FPE_FLTSUB): Likewise.
15901         (SEGV_MAPERR): Likewise.
15902         (SEGV_ACCERR): Likewise.
15903         (BUS_ADRALN): Likewise.
15904         (BUS_ADRERR): Likewise.
15905         (BUS_OBJERR): Likewise.
15906         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15907         (TRAP_TRACE): Likewise.
15908         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15909         __USE_XOPEN2K8].
15910         (CLD_KILLED): Likewise.
15911         (CLD_DUMPED): Likewise.
15912         (CLD_TRAPPED): Likewise.
15913         (CLD_STOPPED): Likewise.
15914         (CLD_CONTINUED): Likewise.
15915         (POLL_IN): Likewise.
15916         (POLL_OUT): Likewise.
15917         (POLL_MSG): Likewise.
15918         (POLL_ERR): Likewise.
15919         (POLL_PRI): Likewise.
15920         (POLL_HUP): Likewise.
15921         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15922         Likewise.
15923         (ILL_ILLOPN): Likewise.
15924         (ILL_ILLADR): Likewise.
15925         (ILL_ILLTRP): Likewise.
15926         (ILL_PRVOPC): Likewise.
15927         (ILL_PRVREG): Likewise.
15928         (ILL_COPROC): Likewise.
15929         (ILL_BADSTK): Likewise.
15930         (FPE_INTDIV): Likewise.
15931         (FPE_INTOVF): Likewise.
15932         (FPE_FLTDIV): Likewise.
15933         (FPE_FLTOVF): Likewise.
15934         (FPE_FLTUND): Likewise.
15935         (FPE_FLTRES): Likewise.
15936         (FPE_FLTINV): Likewise.
15937         (FPE_FLTSUB): Likewise.
15938         (SEGV_MAPERR): Likewise.
15939         (SEGV_ACCERR): Likewise.
15940         (BUS_ADRALN): Likewise.
15941         (BUS_ADRERR): Likewise.
15942         (BUS_OBJERR): Likewise.
15943         (BUS_MCEERR_AR): Likewise.
15944         (BUS_MCEERR_AO): Likewise.
15945         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15946         (TRAP_TRACE): Likewise.
15947         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15948         __USE_XOPEN2K8].
15949         (CLD_KILLED): Likewise.
15950         (CLD_DUMPED): Likewise.
15951         (CLD_TRAPPED): Likewise.
15952         (CLD_STOPPED): Likewise.
15953         (CLD_CONTINUED): Likewise.
15954         (POLL_IN): Likewise.
15955         (POLL_OUT): Likewise.
15956         (POLL_MSG): Likewise.
15957         (POLL_ERR): Likewise.
15958         (POLL_PRI): Likewise.
15959         (POLL_HUP): Likewise.
15960         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15961         (ILL_ILLOPN): Likewise.
15962         (ILL_ILLADR): Likewise.
15963         (ILL_ILLTRP): Likewise.
15964         (ILL_PRVOPC): Likewise.
15965         (ILL_PRVREG): Likewise.
15966         (ILL_COPROC): Likewise.
15967         (ILL_BADSTK): Likewise.
15968         (FPE_INTDIV): Likewise.
15969         (FPE_INTOVF): Likewise.
15970         (FPE_FLTDIV): Likewise.
15971         (FPE_FLTOVF): Likewise.
15972         (FPE_FLTUND): Likewise.
15973         (FPE_FLTRES): Likewise.
15974         (FPE_FLTINV): Likewise.
15975         (FPE_FLTSUB): Likewise.
15976         (SEGV_MAPERR): Likewise.
15977         (SEGV_ACCERR): Likewise.
15978         (BUS_ADRALN): Likewise.
15979         (BUS_ADRERR): Likewise.
15980         (BUS_OBJERR): Likewise.
15981         (BUS_MCEERR_AR): Likewise.
15982         (BUS_MCEERR_AO): Likewise.
15983         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15984         (TRAP_TRACE): Likewise.
15985         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15986         __USE_XOPEN2K8].
15987         (CLD_KILLED): Likewise.
15988         (CLD_DUMPED): Likewise.
15989         (CLD_TRAPPED): Likewise.
15990         (CLD_STOPPED): Likewise.
15991         (CLD_CONTINUED): Likewise.
15992         (POLL_IN): Likewise.
15993         (POLL_OUT): Likewise.
15994         (POLL_MSG): Likewise.
15995         (POLL_ERR): Likewise.
15996         (POLL_PRI): Likewise.
15997         (POLL_HUP): Likewise.
15998         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15999         Likewise.
16000         (ILL_ILLOPN): Likewise.
16001         (ILL_ILLADR): Likewise.
16002         (ILL_ILLTRP): Likewise.
16003         (ILL_PRVOPC): Likewise.
16004         (ILL_PRVREG): Likewise.
16005         (ILL_COPROC): Likewise.
16006         (ILL_BADSTK): Likewise.
16007         (ILL_BADIADDR): Likewise.
16008         (ILL_BREAK): Likewise.
16009         (FPE_INTDIV): Likewise.
16010         (FPE_INTOVF): Likewise.
16011         (FPE_FLTDIV): Likewise.
16012         (FPE_FLTOVF): Likewise.
16013         (FPE_FLTUND): Likewise.
16014         (FPE_FLTRES): Likewise.
16015         (FPE_FLTINV): Likewise.
16016         (FPE_FLTSUB): Likewise.
16017         (FPE_DECOVF): Likewise.
16018         (FPE_DECDIV): Likewise.
16019         (FPE_DECERR): Likewise.
16020         (FPE_INVASC): Likewise.
16021         (FPE_INVDEC): Likewise.
16022         (SEGV_MAPERR): Likewise.
16023         (SEGV_ACCERR): Likewise.
16024         (SEGV_PSTKOVF): Likewise.
16025         (BUS_ADRALN): Likewise.
16026         (BUS_ADRERR): Likewise.
16027         (BUS_OBJERR): Likewise.
16028         (BUS_MCEERR_AR): Likewise.
16029         (BUS_MCEERR_AO): Likewise.
16030         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16031         (TRAP_TRACE): Likewise.
16032         (TRAP_BRANCH): Likewise.
16033         (TRAP_HWBKPT): Likewise.
16034         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16035         __USE_XOPEN2K8].
16036         (CLD_KILLED): Likewise.
16037         (CLD_DUMPED): Likewise.
16038         (CLD_TRAPPED): Likewise.
16039         (CLD_STOPPED): Likewise.
16040         (CLD_CONTINUED): Likewise.
16041         (POLL_IN): Likewise.
16042         (POLL_OUT): Likewise.
16043         (POLL_MSG): Likewise.
16044         (POLL_ERR): Likewise.
16045         (POLL_PRI): Likewise.
16046         (POLL_HUP): Likewise.
16047         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16048         (ILL_ILLOPN): Likewise.
16049         (ILL_ILLADR): Likewise.
16050         (ILL_ILLTRP): Likewise.
16051         (ILL_PRVOPC): Likewise.
16052         (ILL_PRVREG): Likewise.
16053         (ILL_COPROC): Likewise.
16054         (ILL_BADSTK): Likewise.
16055         (FPE_INTDIV): Likewise.
16056         (FPE_INTOVF): Likewise.
16057         (FPE_FLTDIV): Likewise.
16058         (FPE_FLTOVF): Likewise.
16059         (FPE_FLTUND): Likewise.
16060         (FPE_FLTRES): Likewise.
16061         (FPE_FLTINV): Likewise.
16062         (FPE_FLTSUB): Likewise.
16063         (SEGV_MAPERR): Likewise.
16064         (SEGV_ACCERR): Likewise.
16065         (BUS_ADRALN): Likewise.
16066         (BUS_ADRERR): Likewise.
16067         (BUS_OBJERR): Likewise.
16068         (BUS_MCEERR_AR): Likewise.
16069         (BUS_MCEERR_AO): Likewise.
16070         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16071         (TRAP_TRACE): Likewise.
16072         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16073         __USE_XOPEN2K8].
16074         (CLD_KILLED): Likewise.
16075         (CLD_DUMPED): Likewise.
16076         (CLD_TRAPPED): Likewise.
16077         (CLD_STOPPED): Likewise.
16078         (CLD_CONTINUED): Likewise.
16079         (POLL_IN): Likewise.
16080         (POLL_OUT): Likewise.
16081         (POLL_MSG): Likewise.
16082         (POLL_ERR): Likewise.
16083         (POLL_PRI): Likewise.
16084         (POLL_HUP): Likewise.
16085         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16086         (ILL_ILLOPN): Likewise.
16087         (ILL_ILLADR): Likewise.
16088         (ILL_ILLTRP): Likewise.
16089         (ILL_PRVOPC): Likewise.
16090         (ILL_PRVREG): Likewise.
16091         (ILL_COPROC): Likewise.
16092         (ILL_BADSTK): Likewise.
16093         (FPE_INTDIV): Likewise.
16094         (FPE_INTOVF): Likewise.
16095         (FPE_FLTDIV): Likewise.
16096         (FPE_FLTOVF): Likewise.
16097         (FPE_FLTUND): Likewise.
16098         (FPE_FLTRES): Likewise.
16099         (FPE_FLTINV): Likewise.
16100         (FPE_FLTSUB): Likewise.
16101         (SEGV_MAPERR): Likewise.
16102         (SEGV_ACCERR): Likewise.
16103         (BUS_ADRALN): Likewise.
16104         (BUS_ADRERR): Likewise.
16105         (BUS_OBJERR): Likewise.
16106         (BUS_MCEERR_AR): Likewise.
16107         (BUS_MCEERR_AO): Likewise.
16108         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16109         (TRAP_TRACE): Likewise.
16110         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16111         __USE_XOPEN2K8].
16112         (CLD_KILLED): Likewise.
16113         (CLD_DUMPED): Likewise.
16114         (CLD_TRAPPED): Likewise.
16115         (CLD_STOPPED): Likewise.
16116         (CLD_CONTINUED): Likewise.
16117         (POLL_IN): Likewise.
16118         (POLL_OUT): Likewise.
16119         (POLL_MSG): Likewise.
16120         (POLL_ERR): Likewise.
16121         (POLL_PRI): Likewise.
16122         (POLL_HUP): Likewise.
16123         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16124         (ILL_ILLOPN): Likewise.
16125         (ILL_ILLADR): Likewise.
16126         (ILL_ILLTRP): Likewise.
16127         (ILL_PRVOPC): Likewise.
16128         (ILL_PRVREG): Likewise.
16129         (ILL_COPROC): Likewise.
16130         (ILL_BADSTK): Likewise.
16131         (FPE_INTDIV): Likewise.
16132         (FPE_INTOVF): Likewise.
16133         (FPE_FLTDIV): Likewise.
16134         (FPE_FLTOVF): Likewise.
16135         (FPE_FLTUND): Likewise.
16136         (FPE_FLTRES): Likewise.
16137         (FPE_FLTINV): Likewise.
16138         (FPE_FLTSUB): Likewise.
16139         (SEGV_MAPERR): Likewise.
16140         (SEGV_ACCERR): Likewise.
16141         (BUS_ADRALN): Likewise.
16142         (BUS_ADRERR): Likewise.
16143         (BUS_OBJERR): Likewise.
16144         (BUS_MCEERR_AR): Likewise.
16145         (BUS_MCEERR_AO): Likewise.
16146         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16147         (TRAP_TRACE): Likewise.
16148         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16149         __USE_XOPEN2K8].
16150         (CLD_KILLED): Likewise.
16151         (CLD_DUMPED): Likewise.
16152         (CLD_TRAPPED): Likewise.
16153         (CLD_STOPPED): Likewise.
16154         (CLD_CONTINUED): Likewise.
16155         (POLL_IN): Likewise.
16156         (POLL_OUT): Likewise.
16157         (POLL_MSG): Likewise.
16158         (POLL_ERR): Likewise.
16159         (POLL_PRI): Likewise.
16160         (POLL_HUP): Likewise.
16161         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16162         (ILL_ILLOPN): Likewise.
16163         (ILL_ILLADR): Likewise.
16164         (ILL_ILLTRP): Likewise.
16165         (ILL_PRVOPC): Likewise.
16166         (ILL_PRVREG): Likewise.
16167         (ILL_COPROC): Likewise.
16168         (ILL_BADSTK): Likewise.
16169         (ILL_DBLFLT): Likewise.
16170         (ILL_HARDWALL): Likewise.
16171         (FPE_INTDIV): Likewise.
16172         (FPE_INTOVF): Likewise.
16173         (FPE_FLTDIV): Likewise.
16174         (FPE_FLTOVF): Likewise.
16175         (FPE_FLTUND): Likewise.
16176         (FPE_FLTRES): Likewise.
16177         (FPE_FLTINV): Likewise.
16178         (FPE_FLTSUB): Likewise.
16179         (SEGV_MAPERR): Likewise.
16180         (SEGV_ACCERR): Likewise.
16181         (BUS_ADRALN): Likewise.
16182         (BUS_ADRERR): Likewise.
16183         (BUS_OBJERR): Likewise.
16184         (BUS_MCEERR_AR): Likewise.
16185         (BUS_MCEERR_AO): Likewise.
16186         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16187         (TRAP_TRACE): Likewise.
16188         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16189         __USE_XOPEN2K8].
16190         (CLD_KILLED): Likewise.
16191         (CLD_DUMPED): Likewise.
16192         (CLD_TRAPPED): Likewise.
16193         (CLD_STOPPED): Likewise.
16194         (CLD_CONTINUED): Likewise.
16195         (POLL_IN): Likewise.
16196         (POLL_OUT): Likewise.
16197         (POLL_MSG): Likewise.
16198         (POLL_ERR): Likewise.
16199         (POLL_PRI): Likewise.
16200         (POLL_HUP): Likewise.
16201         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16202         (ILL_ILLOPN): Likewise.
16203         (ILL_ILLADR): Likewise.
16204         (ILL_ILLTRP): Likewise.
16205         (ILL_PRVOPC): Likewise.
16206         (ILL_PRVREG): Likewise.
16207         (ILL_COPROC): Likewise.
16208         (ILL_BADSTK): Likewise.
16209         (FPE_INTDIV): Likewise.
16210         (FPE_INTOVF): Likewise.
16211         (FPE_FLTDIV): Likewise.
16212         (FPE_FLTOVF): Likewise.
16213         (FPE_FLTUND): Likewise.
16214         (FPE_FLTRES): Likewise.
16215         (FPE_FLTINV): Likewise.
16216         (FPE_FLTSUB): Likewise.
16217         (SEGV_MAPERR): Likewise.
16218         (SEGV_ACCERR): Likewise.
16219         (BUS_ADRALN): Likewise.
16220         (BUS_ADRERR): Likewise.
16221         (BUS_OBJERR): Likewise.
16222         (BUS_MCEERR_AR): Likewise.
16223         (BUS_MCEERR_AO): Likewise.
16224         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16225         (TRAP_TRACE): Likewise.
16226         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16227         __USE_XOPEN2K8].
16228         (CLD_KILLED): Likewise.
16229         (CLD_DUMPED): Likewise.
16230         (CLD_TRAPPED): Likewise.
16231         (CLD_STOPPED): Likewise.
16232         (CLD_CONTINUED): Likewise.
16233         (POLL_IN): Likewise.
16234         (POLL_OUT): Likewise.
16235         (POLL_MSG): Likewise.
16236         (POLL_ERR): Likewise.
16237         (POLL_PRI): Likewise.
16238         (POLL_HUP): Likewise.
16239         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16240         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16242         [BZ #16670]
16243         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16244         before #include of <time.h>.
16245         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16246         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16247         (test-xfail-UNIX98/sched.h/conform): Likewise.
16249 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16251         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16252         error absence of trapping exception support.
16253         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16255 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16257         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16258         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16259         * timezone/Makefile (testdata): Move definition above include of
16260         Rules.
16261         (test-zones): New variable.
16262         (tests-special): Add zone files.
16263         (build-testdata): Use $(evaluate-test).
16265         * elf/Makefile (tests-special): Rename tests to end with .out.
16266         ($(objpfx)noload-mem): Likewise.
16267         ($(objpfx)tst-leaks1-mem): Likewise.
16268         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16269         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16270         $(objpfx)test-iconvconfig.out.
16271         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16272         set -e inside subshell and redirect output to file.
16273         * iconvdata/Makefile (generated): Rename tests to end with .out.
16274         Correct type.
16275         (tests-special): Rename tests to end with .out.
16276         ($(objpfx)mtrace-tst-loading): Likewise.
16277         * intl/Makefile (generated): Likewise.
16278         (tests-special): Likewise.
16279         ($(objpfx)mtrace-tst-gettext): Likewise.
16280         * misc/Makefile (generated): Likewise.
16281         (tests-special): Likewise.
16282         ($(objpfx)tst-error1-mem): Likewise.
16283         * nptl/Makefile (tests-special): Likewise.
16284         ($(objpfx)tst-stack3-mem): Likewise.
16285         (generated): Likewise.
16286         * posix/Makefile (generated): Likewise.
16287         (tests-special): Likewise.
16288         (xtests-special): Likewise.
16289         ($(objpfx)tst-fnmatch-mem): Likewise.
16290         ($(objpfx)bug-regex2-mem): Likewise.
16291         ($(objpfx)bug-regex14-mem): Likewise.
16292         ($(objpfx)bug-regex21-mem): Likewise.
16293         ($(objpfx)bug-regex31-mem): Likewise.
16294         ($(objpfx)tst-vfork3-mem): Likewise.
16295         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16296         ($(objpfx)tst-pcre-mem): Likewise.
16297         ($(objpfx)tst-boost-mem): Likewise.
16298         ($(objpfx)bug-ga2-mem): Likewise.
16299         ($(objpfx)bug-glob2-mem): Likewise.
16300         * resolv/Makefile (generate): Likewise.
16301         (tests-special): Likewise.
16302         (xtests-special): Likewise.
16303         (generated): Likewise.
16304         ($(objpfx)mtrace-tst-leaks): Likewise.
16305         ($(objpfx)mtrace-tst-leaks2): Likewise.
16307         * scripts/merge-test-results.sh: New file.
16308         * Makefile (tests-special-notdir): New variable.
16309         (tests): Run merge-test-results.sh.
16310         (xtests): Likewise.
16311         * Rules (tests-special-notdir): New variable.
16312         (xtests-special-notdir): Likewise.
16313         (tests): Run merge-test-results.sh
16314         (xtests): Likewise.
16316         * Makeconfig (test-xfail-name): New variable.
16317         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16318         compute variable name for expected failures.
16319         * conform/Makefile (conformtest-headers-data): New variable.
16320         (conformtest-standards): Likewise.
16321         (conformtest-headers-ISO): Likewise.
16322         (conformtest-headers-ISO99): Likewise.
16323         (conformtest-headers-ISO11): Likewise.
16324         (conformtest-headers-POSIX): Likewise.
16325         (conformtest-headers-XPG3): Likewise.
16326         (conformtest-headers-XPG4): Likewise.
16327         (conformtest-headers-UNIX98): Likewise.
16328         (conformtest-headers-XOPEN2K): Likewise.
16329         (conformtest-headers-POSIX2008): Likewise.
16330         (conformtest-headers-XOPEN2K8): Likewise.
16331         (conformtest-header-list-base): Likewise.
16332         (conformtest-header-list-tests): Likewise.
16333         (conformtest-header-base): Likewise.
16334         (conformtest-header-tests): Likewise.
16335         (tests-special): Add $(conformtest-header-list-tests).  If
16336         [$(fast-check) && !$(cross-compiling)], add
16337         $(conformtest-header-tests) instead of
16338         $(objpfx)run-conformtest.out.
16339         (generated): Add $(conformtest-header-list-base).  If
16340         [$(fast-check) && !$(cross-compiling)], add
16341         $(conformtest-header-base).  Remove previous setting.
16342         ($(conformtest-header-list-tests)): New target.
16343         (test-xfail-run-conformtest): Remove variable.
16344         ($(objpfx)run-conformtest.out): Remove target.
16345         (test-xfail-ISO11/complex.h/conform): New variable.
16346         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16347         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16348         (test-xfail-XPG3/varargs.h/conform): Likewise.
16349         (test-xfail-XPG4/varargs.h/conform): Likewise.
16350         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16351         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16352         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16353         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16354         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16355         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16356         (test-xfail-XPG3/ftw.h/conform): Likewise.
16357         (test-xfail-XPG3/grp.h/conform): Likewise.
16358         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16359         (test-xfail-XPG3/limits.h/conform): Likewise.
16360         (test-xfail-XPG3/pwd.h/conform): Likewise.
16361         (test-xfail-XPG3/search.h/conform): Likewise.
16362         (test-xfail-XPG3/signal.h/conform): Likewise.
16363         (test-xfail-XPG3/stdio.h/conform): Likewise.
16364         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16365         (test-xfail-XPG3/string.h/conform): Likewise.
16366         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16367         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16368         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16369         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16370         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16371         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16372         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16373         (test-xfail-XPG3/termios.h/conform): Likewise.
16374         (test-xfail-XPG3/time.h/conform): Likewise.
16375         (test-xfail-XPG3/unistd.h/conform): Likewise.
16376         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16377         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16378         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16379         (test-xfail-XPG4/netdb.h/conform): Likewise.
16380         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16381         (test-xfail-XPG4/signal.h/conform): Likewise.
16382         (test-xfail-XPG4/stdio.h/conform): Likewise.
16383         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16384         (test-xfail-XPG4/stropts.h/conform): Likewise.
16385         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16386         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16387         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16388         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16389         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16390         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16391         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16392         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16393         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16394         (test-xfail-XPG4/termios.h/conform): Likewise.
16395         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16396         (test-xfail-XPG4/unistd.h/conform): Likewise.
16397         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16398         (test-xfail-POSIX/sched.h/conform): Likewise.
16399         (test-xfail-POSIX/signal.h/conform): Likewise.
16400         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16401         (test-xfail-POSIX/tar.h/conform): Likewise.
16402         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16403         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16404         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16405         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16406         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16407         (test-xfail-UNIX98/sched.h/conform): Likewise.
16408         (test-xfail-UNIX98/signal.h/conform): Likewise.
16409         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16410         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16411         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16412         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16413         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16414         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16415         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16416         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16417         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16418         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16419         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16420         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16421         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16422         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16423         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16424         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16425         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16426         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16427         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16428         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16429         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16430         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16431         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16432         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16433         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16434         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16435         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16436         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16437         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16438         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16439         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16440         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16441         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16442         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16443         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16444         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16445         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16446         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16447         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16448         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16449         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16450         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16451         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16452         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16453         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16454         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16455         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16456         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16457         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16458         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16459         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16460         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16461         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16462         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16463         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16464         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16465         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16466         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16467         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16468         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16469         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16470         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16471         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16472         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16473         (conformtest-cc-flags): Likewise.
16474         ($(conformtest-header-tests): New target.
16475         * conform/check-header-lists.sh: New file.
16476         * conform/run-conformtest.sh: Remove.
16478         * conform/conformtest.pl: Allow ' and \ in values given for
16479         constants.
16480         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16481         inclusion.
16482         [POSIX] (sys/types.h): Likewise.
16483         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16484         inclusion.
16485         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16486         inclusion.
16487         * conform/data/signal.h-data (SIGIO): Remove expectation.
16488         [XPG3] (SIGBUS): Do not expect.
16489         [POSIX || XPG3] (SIGPOLL): Likewise.
16490         [POSIX || XPG3] (SIGPROF): Likewise.
16491         [POSIX || XPG3] (SIGSYS): Likewise.
16492         [XPG3] (SIGTRAP): Likewise.
16493         [POSIX || XPG3] (SIGURG): Likewise.
16494         [POSIX || XPG3] (SIGVTALRM): Likewise.
16495         [POSIX || XPG3] (SIGXCPU): Likewise.
16496         [POSIX || XPG3] (SIGXFSZ): Likewise.
16497         [POSIX] (SA_SIGINFO): Expect.
16498         [XPG3] (siginfo_t): Do not expect type or contents.
16499         [POSIX] (si_pid): Do not expect element.
16500         [POSIX] (si_uid): Likewise.
16501         [POSIX] (si_addr): Likewise.
16502         [POSIX] (si_status): Likewise.
16503         [POSIX] (si_band): Likewise.
16504         [XPG4] (si_value): Likewise.
16505         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16506         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16507         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16508         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16509         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16510         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16511         [POSIX || XPG3] (ILL_COPROC): Likewise.
16512         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16513         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16514         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16515         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16516         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16517         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16518         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16519         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16520         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16521         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16522         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16523         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16524         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16525         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16526         [POSIX || XPG3] (CLD_EXITED): Likewise.
16527         [POSIX || XPG3] (CLD_KILLED): Likewise.
16528         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16529         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16530         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16531         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16532         [POSIX || XPG3] (POLL_IN): Likewise.
16533         [POSIX || XPG3] (POLL_OUT): Likewise.
16534         [POSIX || XPG3] (POLL_MSG): Likewise.
16535         [POSIX || XPG3] (POLL_ERR): Likewise.
16536         [POSIX || XPG3] (POLL_PRI): Likewise.
16537         [POSIX || XPG3] (POLL_HUP): Likewise.
16538         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16539         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16540         (SIG*): Do not allow.
16541         [XPG3] (si_*): Likewise.
16542         [XPG3] (SI_*): Likewise.
16543         [XPG3 || XPG4] (sigev_*): Likewise.
16544         [XPG3 || XPG4] (SIGEV_*): Likewise.
16545         [XPG3 || XPG4] (sival_*): Likewise.
16546         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16547         [POSIX || XPG3] (BUS_*): Likewise.
16548         [POSIX || XPG3] (CLD_*): Likewise.
16549         [POSIX || XPG3] (FPE_*): Likewise.
16550         [POSIX || XPG3] (ILL_*): Likewise.
16551         [POSIX || XPG3] (POLL_*): Likewise.
16552         [POSIX || XPG3] (SEGV_*): Likewise.
16553         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16554         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16555         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16556         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16557         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16558         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16559         Specify type and value.
16560         (TVERSLEN): Likewise.
16561         (REGTYPE): Likewise.
16562         (AREGTYPE): Likewise.
16563         (LNKTYPE): Likewise.
16564         (SYMTYPE): Likewise.
16565         (CHRTYPE): Likewise.
16566         (BLKTYPE): Likewise.
16567         (DIRTYPE): Likewise.
16568         (FIFOTYPE): Likewise.
16569         (CONTTYPE): Likewise.
16570         (TSUID): Likewise.
16571         (TSGID): Likewise.
16572         (TSVTX): Likewise.
16573         (TUREAD): Likewise.
16574         (TUWRITE): Likewise.
16575         (TUEXEC): Likewise.
16576         (TGREAD): Likewise.
16577         (TGWRITE): Likewise.
16578         (TGEXEC): Likewise.
16579         (TOREAD): Likewise.
16580         (TOWRITE): Likewise.
16581         (TOEXEC): Likewise.
16582         [POSIX] (TSVTX): Expect constant.
16584 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16586         * Makefile (tests): Change dependencies to ....
16587         (tests-special): ... additions to this variable.
16588         (tests): Depend on $(tests-special).
16589         * Makerules (check-abi-list): New variable.
16590         (check-abi): Depend on $(check-abi-list).
16591         [$(subdir) = elf] (tests-special): Add
16592         $(objpfx)check-abi-libc.out.
16593         [$(build-shared) = yes && subdir] (tests-special): Add
16594         $(check-abi-list).
16595         [$(build-shared) = yes && subdir] (tests): Do not depend on
16596         check-abi.
16597         * Rules (tests): Depend on $(tests-special).
16598         (xtests): Depend on $(xtests-special).
16599         * catgets/Makefile (tests): Change dependencies to ....
16600         (tests-special): ... additions to this variable.
16601         * conform/Makefile (tests): Change dependencies to ....
16602         (tests-special): ... additions to this variable.
16603         * elf/Makefile (tests): Change dependencies to ....
16604         (tests-special): ... additions to this variable.
16605         * grp/Makefile (tests): Change dependencies to ....
16606         (tests-special): ... additions to this variable.
16607         * iconv/Makefile (xtests): Change dependencies to ....
16608         (xtests-special): ... additions to this variable.
16609         * iconvdata/Makefile (tests): Change dependencies to ....
16610         (tests-special): ... additions to this variable.
16611         * intl/Makefile (tests): Change dependencies to ....
16612         (tests-special): ... additions to this variable.  Also add
16613         $(objpfx)tst-gettext.out.
16614         * io/Makefile (tests): Change dependencies to ....
16615         (tests-special): ... additions to this variable.
16616         * libio/Makefile (tests): Change dependencies to ....
16617         (tests-special): ... additions to this variable.
16618         * malloc/Makefile (tests): Change dependencies to ....
16619         (tests-special): ... additions to this variable.
16620         * misc/Makefile (tests): Change dependencies to ....
16621         (tests-special): ... additions to this variable.
16622         * nptl/Makefile (tests): Change dependencies to ....
16623         (tests-special): ... additions to this variable.
16624         * nptl_db/Makefile (tests): Change dependencies to ....
16625         (tests-special): ... additions to this variable.
16626         * posix/Makefile (tests): Change dependencies to ....
16627         (tests-special): ... additions to this variable.
16628         (xtests): Change dependencies to ....
16629         (xtests-special): ... additions to this variable.
16630         * resolv/Makefile (tests): Change dependencies to ....
16631         (tests-special): ... additions to this variable.
16632         (xtests): Change dependencies to ....
16633         (xtests-special): ... additions to this variable.
16634         * stdio-common/Makefile (tests): Change dependencies to ....
16635         (tests-special): ... additions to this variable.
16636         (do-tst-unbputc): Remove target.
16637         (do-tst-printf): Likewise.
16638         * stdlib/Makefile (tests): Change dependencies to ....
16639         (tests-special): ... additions to this variable.
16640         * string/Makefile (tests): Change dependencies to ....
16641         (tests-special): ... additions to this variable.
16642         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16643         (tests-special): ... additions to this variable.
16645         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16646         whole file.
16647         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16648         whole file.
16649         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16650         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16652         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16653         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16654         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16655         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16656         * conform/data/libgen.h-data [XPG3]: Likewise.
16657         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16658         * conform/data/ndbm.h-data [XPG3]: Likewise.
16659         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16660         * conform/data/netdb.h-data [XPG3]: Likewise.
16661         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16662         * conform/data/poll.h-data [XPG3]: Likewise.
16663         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16664         * conform/data/strings.h-data [XPG3]: Likewise.
16665         * conform/data/stropts.h-data [XPG3]: Likewise.
16666         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16667         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16668         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16669         Likewise.
16670         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16671         * conform/data/sys/time.h-data [XPG3]: Likewise.
16672         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16673         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16674         * conform/data/sys/un.h-data [XPG3]: Likewise.
16675         * conform/data/syslog.h-data [XPG3]: Likewise.
16676         * conform/data/ucontext.h-data [XPG3]: Likewise.
16677         * conform/data/utmpx.h-data [XPG3]: Likewise.
16678         * conform/data/varargs.h-data [UNIX98]: Enable file.
16680         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16682         * math/libm-test.inc (struct test_f_f_data): Move expected results
16683         into structure for each rounding mode.
16684         (struct test_ff_f_data): Likewise.
16685         (struct test_ff_f_data_nexttoward): Likewise.
16686         (struct test_fi_f_data): Likewise.
16687         (struct test_fl_f_data): Likewise.
16688         (struct test_if_f_data): Likewise.
16689         (struct test_fff_f_data): Likewise.
16690         (struct test_c_f_data): Likewise.
16691         (struct test_f_f1_data): Likewise.
16692         (struct test_fF_f1_data): Likewise.
16693         (struct test_ffI_f1_data): Likewise.
16694         (struct test_c_c_data): Likewise.
16695         (struct test_cc_c_data): Likewise.
16696         (struct test_f_i_data): Likewise.
16697         (struct test_ff_i_data): Likewise.
16698         (struct test_f_l_data): Likewise.
16699         (struct test_f_L_data): Likewise.
16700         (struct test_fFF_11_data): Likewise.
16701         (RM_): New macro.
16702         (RM_FE_DOWNWARD): Likewise.
16703         (RM_FE_TONEAREST): Likewise.
16704         (RM_FE_TOWARDZERO): Likewise.
16705         (RM_FE_UPWARD): Likewise.
16706         (RUN_TEST_LOOP_f_f): Update references to expected results.
16707         (RUN_TEST_LOOP_2_f): Likewise.
16708         (RUN_TEST_LOOP_fff_f): Likewise.
16709         (RUN_TEST_LOOP_c_f): Likewise.
16710         (RUN_TEST_LOOP_f_f1): Likewise.
16711         (RUN_TEST_LOOP_fF_f1): Likewise.
16712         (RUN_TEST_LOOP_fI_f1): Likewise.
16713         (RUN_TEST_LOOP_ffI_f1): Likewise.
16714         (RUN_TEST_LOOP_c_c): Likewise.
16715         (RUN_TEST_LOOP_cc_c): Likewise.
16716         (RUN_TEST_LOOP_f_i): Likewise.
16717         (RUN_TEST_LOOP_f_i_tg): Likewise.
16718         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16719         (RUN_TEST_LOOP_f_b): Likewise.
16720         (RUN_TEST_LOOP_f_b_tg): Likewise.
16721         (RUN_TEST_LOOP_f_l): Likewise.
16722         (RUN_TEST_LOOP_f_L): Likewise.
16723         (RUN_TEST_LOOP_fFF_11): Likewise.
16724         * math/gen-libm-test.pl (parse_args): Output four copies of
16725         expected results for each test.
16727         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16728         (__ASSUME_UTIMES): Remove.
16729         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16730         (__ASSUME_UTIMES): Likewise.
16732         * math/gen-auto-libm-tests.c: Update comment on output format.
16733         (output_for_one_input_case): Generate before-rounding and
16734         after-rounding information as conditions on output flags not
16735         floating-point format.
16736         * math/auto-libm-test-out: Regenerated.
16737         * math/gen-libm-test.pl (cond_value): New function.
16738         (or_cond_value): Use cond_value.
16739         (generate_testfile): Handle conditional exceptions.
16741 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16743         * math/libm-test.inc (max_valid_error): New variable.
16744         (init_max_error): Take new argument specifying whether function
16745         results are exactly determined.  Set max_valid_error and bound
16746         other variables for errors based on this argument.
16747         (set_max_error): Do not record results above max_valid_error.
16748         (check_float_internal): Only accept errors of up to 0.5ulps if
16749         also at most max_valid_error.
16750         (START): Take new argument EXACT and pass it to init_max_error.
16751         (acos_test): Update call to START.
16752         (acos_test_tonearest): Likewise.
16753         (acos_test_towardzero): Likewise.
16754         (acos_test_downward): Likewise.
16755         (acos_test_upward): Likewise.
16756         (acosh_test): Likewise.
16757         (asin_test): Likewise.
16758         (asin_test_tonearest): Likewise.
16759         (asin_test_towardzero): Likewise.
16760         (asin_test_downward): Likewise.
16761         (asin_test_upward): Likewise.
16762         (asinh_test): Likewise.
16763         (atan_test): Likewise.
16764         (atanh_test): Likewise.
16765         (atan2_test): Likewise.
16766         (cabs_test): Likewise.
16767         (cacos_test): Likewise.
16768         (cacosh_test): Likewise.
16769         (carg_test): Likewise.
16770         (casin_test): Likewise.
16771         (casinh_test): Likewise.
16772         (catan_test): Likewise.
16773         (catanh_test): Likewise.
16774         (cbrt_test): Likewise.
16775         (ccos_test): Likewise.
16776         (ccosh_test): Likewise.
16777         (ceil_test): Likewise.
16778         (cexp_test): Likewise.
16779         (cimag_test): Likewise.
16780         (clog_test): Likewise.
16781         (clog10_test): Likewise.
16782         (conj_test): Likewise.
16783         (copysign_test): Likewise.
16784         (cos_test): Likewise.
16785         (cos_test_tonearest): Likewise.
16786         (cos_test_towardzero): Likewise.
16787         (cos_test_downward): Likewise.
16788         (cos_test_upward): Likewise.
16789         (cosh_test): Likewise.
16790         (cosh_test_tonearest): Likewise.
16791         (cosh_test_towardzero): Likewise.
16792         (cosh_test_downward): Likewise.
16793         (cosh_test_upward): Likewise.
16794         (cpow_test): Likewise.
16795         (cproj_test): Likewise.
16796         (creal_test): Likewise.
16797         (csin_test): Likewise.
16798         (csinh_test): Likewise.
16799         (csqrt_test): Likewise.
16800         (ctan_test): Likewise.
16801         (ctan_test_tonearest): Likewise.
16802         (ctan_test_towardzero): Likewise.
16803         (ctan_test_downward): Likewise.
16804         (ctan_test_upward): Likewise.
16805         (ctanh_test): Likewise.
16806         (ctanh_test_tonearest): Likewise.
16807         (ctanh_test_towardzero): Likewise.
16808         (ctanh_test_downward): Likewise.
16809         (ctanh_test_upward): Likewise.
16810         (erf_test): Likewise.
16811         (erfc_test): Likewise.
16812         (exp_test): Likewise.
16813         (exp_test_tonearest): Likewise.
16814         (exp_test_towardzero): Likewise.
16815         (exp_test_downward): Likewise.
16816         (exp_test_upward): Likewise.
16817         (exp10_test): Likewise.
16818         (exp10_test_tonearest): Likewise.
16819         (exp10_test_towardzero): Likewise.
16820         (exp10_test_downward): Likewise.
16821         (exp10_test_upward): Likewise.
16822         (pow10_test): Likewise.
16823         (exp2_test): Likewise.
16824         (expm1_test): Likewise.
16825         (expm1_test_tonearest): Likewise.
16826         (expm1_test_towardzero): Likewise.
16827         (expm1_test_downward): Likewise.
16828         (expm1_test_upward): Likewise.
16829         (fabs_test): Likewise.
16830         (fdim_test): Likewise.
16831         (floor_test): Likewise.
16832         (fma_test): Likewise.
16833         (fma_test_towardzero): Likewise.
16834         (fma_test_downward): Likewise.
16835         (fma_test_upward): Likewise.
16836         (fmax_test): Likewise.
16837         (fmin_test): Likewise.
16838         (fmod_test): Likewise.
16839         (fpclassify_test): Likewise.
16840         (frexp_test): Likewise.
16841         (hypot_test): Likewise.
16842         (ilogb_test): Likewise.
16843         (isfinite_test): Likewise.
16844         (finite_test): Likewise.
16845         (isgreater_test): Likewise.
16846         (isgreaterequal_test): Likewise.
16847         (isinf_test): Likewise.
16848         (isless_test): Likewise.
16849         (islessequal_test): Likewise.
16850         (islessgreater_test): Likewise.
16851         (isnan_test): Likewise.
16852         (isnormal_test): Likewise.
16853         (issignaling_test): Likewise.
16854         (isunordered_test): Likewise.
16855         (j0_test): Likewise.
16856         (j1_test): Likewise.
16857         (jn_test): Likewise.
16858         (ldexp_test): Likewise.
16859         (lgamma_test): Likewise.
16860         (gamma_test): Likewise.
16861         (lrint_test): Likewise.
16862         (lrint_test_tonearest): Likewise.
16863         (lrint_test_towardzero): Likewise.
16864         (lrint_test_downward): Likewise.
16865         (lrint_test_upward): Likewise.
16866         (llrint_test): Likewise.
16867         (llrint_test_tonearest): Likewise.
16868         (llrint_test_towardzero): Likewise.
16869         (llrint_test_downward): Likewise.
16870         (llrint_test_upward): Likewise.
16871         (log_test): Likewise.
16872         (log10_test): Likewise.
16873         (log1p_test): Likewise.
16874         (log2_test): Likewise.
16875         (logb_test): Likewise.
16876         (logb_test_downward): Likewise.
16877         (lround_test): Likewise.
16878         (llround_test): Likewise.
16879         (modf_test): Likewise.
16880         (nearbyint_test): Likewise.
16881         (nextafter_test): Likewise.
16882         (nexttoward_test): Likewise.
16883         (pow_test): Likewise.
16884         (pow_test_tonearest): Likewise.
16885         (pow_test_towardzero): Likewise.
16886         (pow_test_downward): Likewise.
16887         (pow_test_upward): Likewise.
16888         (remainder_test): Likewise.
16889         (drem_test): Likewise.
16890         (remainder_test_tonearest): Likewise.
16891         (drem_test_tonearest): Likewise.
16892         (remainder_test_towardzero): Likewise.
16893         (drem_test_towardzero): Likewise.
16894         (remainder_test_downward): Likewise.
16895         (drem_test_downward): Likewise.
16896         (remainder_test_upward): Likewise.
16897         (drem_test_upward): Likewise.
16898         (remquo_test): Likewise.
16899         (rint_test): Likewise.
16900         (rint_test_tonearest): Likewise.
16901         (rint_test_towardzero): Likewise.
16902         (rint_test_downward): Likewise.
16903         (rint_test_upward): Likewise.
16904         (round_test): Likewise.
16905         (scalb_test): Likewise.
16906         (scalbn_test): Likewise.
16907         (scalbln_test): Likewise.
16908         (signbit_test): Likewise.
16909         (sin_test): Likewise.
16910         (sin_test_tonearest): Likewise.
16911         (sin_test_towardzero): Likewise.
16912         (sin_test_downward): Likewise.
16913         (sin_test_upward): Likewise.
16914         (sincos_test): Likewise.
16915         (sinh_test): Likewise.
16916         (sinh_test_tonearest): Likewise.
16917         (sinh_test_towardzero): Likewise.
16918         (sinh_test_downward): Likewise.
16919         (sinh_test_upward): Likewise.
16920         (sqrt_test): Likewise.
16921         (sqrt_test_tonearest): Likewise.
16922         (sqrt_test_towardzero): Likewise.
16923         (sqrt_test_downward): Likewise.
16924         (sqrt_test_upward): Likewise.
16925         (tan_test): Likewise.
16926         (tan_test_tonearest): Likewise.
16927         (tan_test_towardzero): Likewise.
16928         (tan_test_downward): Likewise.
16929         (tan_test_upward): Likewise.
16930         (tanh_test): Likewise.
16931         (tgamma_test): Likewise.
16932         (trunc_test): Likewise.
16933         (y0_test): Likewise.
16934         (y1_test): Likewise.
16935         (yn_test): Likewise.
16936         (significand_test): Likewise.
16938         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16939         individual tests in comment.
16940         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16941         (prev_max_error): New variable.
16942         (prev_real_max_error): Likewise.
16943         (prev_imag_max_error): Likewise.
16944         (compare_ulp_data): Don't refer to test names in comment.
16945         (find_test_ulps): Remove function.
16946         (find_function_ulps): Likewise.
16947         (find_complex_function_ulps): Likewise.
16948         (init_max_error): Take function name as argument.  Look up ulps
16949         for that function.
16950         (print_ulps): Remove function.
16951         (print_max_error): Use prev_max_error instead of calling
16952         find_function_ulps.
16953         (print_complex_max_error): Use prev_real_max_error and
16954         prev_imag_max_error instead of calling find_complex_function_ulps.
16955         (check_float_internal): Take max_ulp parameter instead of calling
16956         find_test_ulps.  Don't call print_ulps.
16957         (check_float): Update call to check_float_internal.
16958         (check_complex): Update calls to check_float_internal.
16959         (START): Pass argument to init_max_error.
16960         * math/gen-libm-test.pl (%results): Don't include "kind"
16961         information.
16962         (parse_ulps): Don't handle ulps of individual tests.
16963         (print_ulps_file): Likewise.
16964         (output_ulps): Likewise.
16965         * math/README.libm-test: Update.
16966         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16967         individual tests.
16968         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16969         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16970         * sysdeps/arm/libm-test-ulps: Likewise.
16971         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16972         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16973         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16974         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16975         * sysdeps/microblaze/libm-test-ulps: Likewise.
16976         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16977         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16978         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16979         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16980         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16981         * sysdeps/sh/libm-test-ulps: Likewise.
16982         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16983         * sysdeps/tile/libm-test-ulps: Likewise.
16984         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16986 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16988         * math/libm-test.inc (print_complex_max_error): Check separately
16989         whether real and imaginary errors are within allowed range and
16990         pass 0 to print_complex_function_ulps instead of value within
16991         allowed range.
16993 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16995         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16996         formatting.
16997         (get_handles_fopen): Likewise.
16998         (do_write_test): Likewise.
17000         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17002         * libio/fileops.c (do_ftell): Use cached offset when
17003         available.
17004         * libio/iofwide.c (do_ftell_wide): Likewise.
17005         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17006         _IO_file_attach.
17007         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17009         [BZ #16532]
17010         * libio/libioP.h (get_file_offset): New function.
17011         * libio/fileops.c (get_file_offset): Likewise.
17012         (do_ftell): Likewise.
17013         (_IO_new_file_seekoff): Split out ftell logic.
17014         * libio/wfileops.c (do_ftell_wide): Likewise.
17015         (_IO_wfile_seekoff): Split out ftell logic.
17016         * libio/tst-ftell-active-handler.c: New test case.
17017         * libio/Makefile (tests): Add it.
17019 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17021         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17022         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17024 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17026         [BZ #16639]
17027         * nscd/connections.c (nscd_init): Call do_exit.
17028         (start_threads): Call do_exit and notify_parent.
17029         (begin_drop_privileges): Call do_exit.
17030         (finish_drop_privileges): Likewise.
17031         * nscd/selinux.c (preserve_capabilities): Likewise.
17032         (install_real_capabilities): Likewise.
17033         (nscd_selinux_enabled): Likewise.
17034         (avc_create_thread): Likewise.
17035         (avc_alloc_lock): Likewise.
17036         (nscd_avc_init): Likewise.
17037         * nscd/nscd.c (parent_fd): New static variable.
17038         (main): Create a pipe between parent and child processes.
17039         Skip closing parent_fd.
17040         (monitor_child): New function.
17041         (do_exit): Likewise.
17042         (notify_parent): Likewise.
17043         * nscd/nscd.h (notify_parent): Likewise.
17044         (do_exit): Likewise.
17046 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17048         * malloc/malloc.c (__libc_calloc): Revert last change.
17050 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17052         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17054 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17056         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17057         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17058         implementation.
17059         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17060         (__libc_ifunc_impl_list): Likewise.
17061         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17062         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17063         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17064         * string/strrchr.c: Define STRRCHR.
17066 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17068         * benchtest/bench-strtok.c (simple_strtok): Delete.
17069         (strtok_string): Use as benchmark.
17070         * string/strtok (STRTOK): New macro.
17072 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17074         * manual/threads.texi: Add header and standard comments to all
17075         functions.
17077         * elf/dl-lookup.c (check_match): New function.
17078         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17079         (do_lookup_x): Remove nested function check_match. Use non-nested
17080         function check_match.
17082 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17084         * csu/Makefile (generated, before-compile): Use += rather than =.
17085         * catgets/Makefile (generated, generated-dirs): Likewise.
17086         * debug/Makefile (generated): Likewise.
17087         * dlfcn/Makefile (generated): Likewise.
17088         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17089         * iconvdata/Makefile (before-compile, generated): Likewise.
17090         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17091         * libio/Makefile (generated): Likewise.
17092         * malloc/Makefile (generated): Likewise.
17093         * manual/Makefile (generated, generated-dirs): Likewise.
17094         * misc/Makefile (generated): Likewise.
17095         * posix/Makefile (generated): Likewise.
17096         * resolv/Makefile (generated): Likewise.
17097         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17098         * timezone/Makefile (generated, generated-dirs): Likewise.
17100         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17102 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17104         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17105         power8 implementation.
17106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17107         file: POWER8 llround ifunc implementation.
17108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17109         (__lllround): Add POWER8 implementation.
17110         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17111         POWER8 llround implementation.
17113         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17114         power8 implementation.
17115         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17116         file: POWER8 llrint ifunc implementation.
17117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17118         Add POWER8 implementation.
17119         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17120         POWER8 llrint implementation.
17122         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17123         power8 implementation.
17124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17125         file: POWER8 finite ifunc implementation.
17126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17127         Add POWER8 implementation.
17128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17129         Likewise.
17130         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17131         POWER8 finite implementation.
17132         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17134         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17135         power8 implementation.
17136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17137         file: POWER8 isinf ifunc implementation.
17138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17139         POWER8 implementation.
17140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17141         Likewise.
17142         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17143         isinf implementation.
17144         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17146         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17147         (INIT_ARCH): Add hwcap2 initialization.
17148         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17149         power8 implementation.
17150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17151         file: POWER8 isnan ifunc implementation.
17152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17153         POWER8 implementation.
17154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17155         Likewise.
17156         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17157         isnan implementation.
17158         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17160 2014-02-27  Joey Ye  <joey.ye@arm.com>
17162         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17163         (_FP_NANFRAC_Q): Set to zero.
17165 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17167         [BZ #16623]
17168         * math/auto-libm-test-in: New test inputs.
17169         * math/auto-libm-test-out: Regenerate.
17170         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17171         and DA.
17172         (__cos): Likewise.
17173         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17175 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17177         * scripts/evaluate-test.sh: Take new argument indicating whether
17178         failure is expected.
17179         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17180         indicating whether failure is expected.
17181         * conform/Makefile (test-xfail-run-conformtest): New variable.
17182         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17183         level.
17184         * posix/Makefile (test-xfail-annexc): New variable.
17185         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17187 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17189         * argp/Makefile: Include Makeconfig immediately after defining
17190         subdir.
17191         * assert/Makefile: Likewise.
17192         * benchtests/Makefile: Likewise.
17193         * catgets/Makefile: Likewise.
17194         * conform/Makefile: Likewise.
17195         * crypt/Makefile: Likewise.
17196         * csu/Makefile: Likewise.
17197         (all): Remove target.
17198         * ctype/Makefile: Include Makeconfig immediately after defining
17199         subdir.
17200         * debug/Makefile: Likewise.
17201         * dirent/Makefile: Likewise.
17202         * dlfcn/Makefile: Likewise.
17203         * gmon/Makefile: Likewise.
17204         * gnulib/Makefile: Likewise.
17205         * grp/Makefile: Likewise.
17206         * gshadow/Makefile: Likewise.
17207         * hesiod/Makefile: Likewise.
17208         * hurd/Makefile: Likewise.
17209         (all): Remove target.
17210         * iconvdata/Makefile: Include Makeconfig immediately after
17211         defining subdir.
17212         * inet/Makefile: Likewise.
17213         * intl/Makefile: Likewise.
17214         * io/Makefile: Likewise.
17215         * libio/Makefile: Likewise.
17216         (all): Remove target.
17217         * locale/Makefile: Include Makeconfig immediately after defining
17218         subdir.
17219         * login/Makefile: Likewise.
17220         * mach/Makefile: Likewise.
17221         (all): Remove target.
17222         * malloc/Makefile: Include Makeconfig immediately after defining
17223         subdir.
17224         (all): Remove target.
17225         * manual/Makefile: Include Makeconfig immediately after defining
17226         subdir.
17227         * math/Makefile: Likewise.
17228         * misc/Makefile: Likewise.
17229         * nis/Makefile: Likewise.
17230         * nss/Makefile: Likewise.
17231         * po/Makefile: Likewise.
17232         (all): Remove target.
17233         * posix/Makefile: Include Makeconfig immediately after defining
17234         subdir.
17235         * pwd/Makefile: Likewise.
17236         * resolv/Makefile: Likewise.
17237         * resource/Makefile: Likewise.
17238         * rt/Makefile: Likewise.
17239         * setjmp/Makefile: Likewise.
17240         * shadow/Makefile: Likewise.
17241         * signal/Makefile: Likewise.
17242         * socket/Makefile: Likewise.
17243         * soft-fp/Makefile: Likewise.
17244         * stdio-common/Makefile: Likewise.
17245         * stdlib/Makefile: Likewise.
17246         * streams/Makefile: Likewise.
17247         * string/Makefile: Likewise.
17248         * sunrpc/Makefile: Likewise.
17249         (all): Remove target.
17250         * sysvipc/Makefile: Include Makeconfig immediately after defining
17251         subdir.
17252         * termios/Makefile: Likewise.
17253         * time/Makefile: Likewise.
17254         * timezone/Makefile: Likewise.
17255         (all): Remove target.
17256         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17257         subdir.
17258         * wctype/Makefile: Likewise.
17260 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17262         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17263         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17264         (libc_feholdexcept_setround_mips): Ditto.
17265         (libc_feholdsetround): New.
17266         (libc_feholdsetroundf): New.
17267         (libc_feholdsetroundl): New.
17268         (libc_feupdateenv_test_mips): New.
17269         (libc_feupdateenv_test): New.
17270         (libc_feupdateenv_testf): New.
17271         (libc_feupdateenv_testl): New.
17272         (libc_feresetround): New.
17273         (libc_feresetroundf): New.
17274         (libc_feresetroundl): New.
17275         (libc_fetestexcept_mips): New.
17276         (libc_fetestexcept): New.
17277         (libc_fetestexceptf): New.
17278         (libc_fetestexceptl): New.
17279         (HAVE_RM_CTX): New.
17280         (libc_feholdexcept_setround_mips_ctx): New.
17281         (libc_feholdexcept_setround_ctx): New.
17282         (libc_feholdexcept_setroundf_ctx): New.
17283         (libc_feholdexcept_setroundl_ctx): New.
17284         (libc_fesetenv_mips_ctx): New.
17285         (libc_fesetenv_ctx): New.
17286         (libc_fesetenv_ctxf): New.
17287         (libc_fesetenv_ctxl): New.
17288         (libc_feupdateenv_mips_ctx): New.
17289         (libc_feupdateenv_ctx): New.
17290         (libc_feupdateenvf_ctx): New.
17291         (libc_feupdateenvl_ctx): New.
17292         (libc_feholdsetround_mips_ctx): New.
17293         (libc_feholdsetround_ctx): New.
17294         (libc_feholdsetroundf_ctx): New.
17295         (libc_feholdsetroundl_ctx): New.
17296         (libc_feresetround_mips_ctx): New.
17297         (libc_feresetround_ctx): New.
17298         (libc_feresetroundf_ctx): New.
17299         (libc_feresetroundl_ctx): New.
17301 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17303         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17305         * manual/ipc.texi: New file.
17306         * manual/Makefile (chapters): Add ipc.
17307         * manual/job.texi: Add "Inter-Process Communication" to next.
17308         * manual/process.texi: Add "Inter-Process Communication" to prev.
17310 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17312         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17314 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17316         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17318         * manual/arith.texi: Fix spaces after sentences.
17319         * manual/charset.texi: Likewise.
17320         * manual/errno.texi: Likewise.
17321         * manual/install.texi: Likewise.
17322         * manual/llio.texi: Likewise.
17323         * manual/locale.texi: Likewise.
17324         * manual/maint.texi: Likewise.
17325         * manual/math.texi: Likewise.
17326         * manual/memory.texi: Likewise.
17327         * manual/message.texi: Likewise.
17328         * manual/probes.texi: Likewise.
17329         * manual/resource.texi: Likewise.
17330         * manual/signal.texi: Likewise.
17331         * manual/socket.texi: Likewise.
17332         * manual/stdio.texi: Likewise.
17333         * manual/string.texi: Likewise.
17334         * manual/time.texi: Likewise.
17335         * manual/users.texi: Likewise.
17337 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17339         [BZ #16632]
17340         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17341         _DEFAULT_SOURCE is defined.
17343 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17344             Carlos O'Donell  <carlos@redhat.com>
17346         [BZ #16613]
17347         * elf/dl-tls.c (_dl_count_modids): New function.
17348         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17349         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17350         audit library and increment generation counter.
17351         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17352         * elf/tst-audit9.c: New file.
17353         * elf/tst-auditmod9a.c: New file.
17354         * elf/tst-auditmod9b.c: New file.
17355         * elf/Makefile: Add rules to build and run tst-audit9.
17357 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17359         [BZ #15347]
17360         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17362 2014-02-25  Will Newton  <will.newton@linaro.org>
17364         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17365         (__longjmp): Restore sp and lr before restoring callee
17366         saved registers.  Add longjmp and longjmp_target
17367         SystemTap probe point.
17368         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17369         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17370         Define to zero to match jmpbuf layout.
17371         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17372         (__sigsetjmp): Save sp and lr before saving callee
17373         saved registers.  Add setjmp SystemTap probe point.
17375 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17377         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17379 2014-02-24  Andreas Schwab  <schwab@suse.de>
17381         [BZ #15804]
17382         * elf/pldd.c (wait_for_ptrace_stop): New function.
17383         (main): Call it after attaching.
17385 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17387         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17388         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17389         Versions files is now verboten.
17390         * hurd/Versions (libc: GLIBC_2.0):
17391         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17392         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17393         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17394         * mach/Versions: Likewise.
17396         * csu/Versions: Remove unused %include.
17397         * resolv/Versions: Likewise.
17399 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17401         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17402         ($(objpfx)check-local-headers.out): Likewise.
17403         ($(objpfx)begin-end-check.out): Likewise.
17404         * Makerules (check-abi-%.out): Likewise.
17405         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17406         ($(objpfx)test2.cat): Likewise.
17407         ($(objpfx)de/libc.cat): Likewise.
17408         ($(objpfx)test-gencat.out): Likewise.
17409         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17410         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17411         ($(objpfx)noload-mem): Likewise.
17412         ($(objpfx)tst-pathopt.out): Likewise.
17413         ($(objpfx)tst-rtld-load-self.out): Likewise.
17414         ($(objpfx)tst-array1-cmp.out): Likewise.
17415         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17416         ($(objpfx)tst-array2-cmp.out): Likewise.
17417         ($(objpfx)tst-array3-cmp.out): Likewise.
17418         ($(objpfx)tst-array4-cmp.out): Likewise.
17419         ($(objpfx)tst-array5-cmp.out): Likewise.
17420         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17421         ($(objpfx)check-textrel.out): Likewise.
17422         ($(objpfx)check-execstack.out): Likewise.
17423         ($(objpfx)check-localplt.out): Likewise.
17424         ($(objpfx)order2-cmp.out): Likewise.
17425         ($(objpfx)tst-leaks1-mem): Likewise.
17426         ($(objpfx)tst-leaks1-static-mem): Likewise.
17427         ($(objpfx)tst-initorder-cmp.out): Likewise.
17428         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17429         ($(objpfx)tst-unused-dep.out): Likewise.
17430         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17431         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17432         * iconv/Makefile (test-iconvconfig): Likewise.
17433         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17434         ($(objpfx)iconv-test.out): Likewise.
17435         ($(objpfx)tst-tables.out): Likewise.
17436         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17437         ($(objpfx)tst-gettext.out): Likewise.
17438         ($(objpfx)tst-translit.out): Likewise.
17439         ($(objpfx)tst-gettext2.out): Likewise.
17440         ($(objpfx)tst-gettext4.out): Likewise.
17441         ($(objpfx)tst-gettext6.out): Likewise.
17442         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17443         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17444         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17445         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17446         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17447         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17448         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17449         ($(objpfx)wordexp-tst.out): Likewise.
17450         ($(objpfx)annexc.out): Likewise.
17451         ($(objpfx)tst-fnmatch-mem): Likewise.
17452         ($(objpfx)bug-regex2-mem): Likewise.
17453         ($(objpfx)bug-regex14-mem): Likewise.
17454         ($(objpfx)bug-regex21-mem): Likewise.
17455         ($(objpfx)bug-regex31-mem): Likewise.
17456         ($(objpfx)tst-vfork3-mem): Likewise.
17457         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17458         ($(objpfx)tst-pcre-mem): Likewise.
17459         ($(objpfx)tst-boost-mem): Likewise.
17460         ($(objpfx)tst-getconf.out): Likewise.
17461         ($(objpfx)bug-ga2-mem): Likewise.
17462         ($(objpfx)bug-glob2-mem): Likewise.
17463         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17464         ($(objpfx)mtrace-tst-leaks2): Likewise.
17465         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17466         ($(objpfx)tst-printf.out): Likewise.
17467         ($(objpfx)tst-setvbuf1.out): Likewise.
17468         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17469         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17470         ($(objpfx)tst-fmtmsg.out): Likewise.
17471         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17472         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17474         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17475         * bits/sigaction.h [__USE_MISC]: Likewise.
17476         * bits/waitstatus.h: Update #endif comments.
17477         * ctype/ctype.h: Likewise.
17478         * dirent/dirent.h: Likewise.
17479         [__USE_MISC]: Remove redundant conditionals.
17480         * grp/grp.h: Update #endif comments.
17481         [__USE_GNU]: Remove redundant conditionals.
17482         [__USE_MISC]: Likewise.
17483         * inet/netinet/in.h [__USE_GNU]: Likewise.
17484         * io/sys/stat.h [__USE_MISC]: Likewise.
17485         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17486         * libio/bits/stdio.h: Update #endif comments.
17487         [__USE_MISC]: Remove redundant conditionals.
17488         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17489         * libio/stdio.h: Update #endif comments.
17490         [__USE_MISC]: Remove redundant conditionals.
17491         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17492         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17493         * math/math.h: Update #else and #endif comments.
17494         [__USE_MISC]: Remove redundant conditionals.
17495         * misc/sys/uio.h: Update #endif comments.
17496         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17497         * posix/glob.h [__USE_MISC]: Likewise.
17498         * posix/sys/types.h: Update #endif comments.
17499         [__USE_MISC]: Remove redundant conditionals.
17500         * posix/sys/wait.h: Update #endif comments.
17501         [__USE_MISC]: Remove redundant conditionals.
17502         * posix/unistd.h: Update #endif comments.
17503         [__USE_MISC]: Remove redundant conditionals.
17504         * pwd/pwd.h [__USE_GNU]: Likewise.
17505         [__USE_MISC]: Likewise.
17506         * resolv/netdb.h [__USE_GNU]: Likewise.
17507         * signal/signal.h: Update #endif comments.
17508         [__USE_MISC]: Remove redundant conditionals.
17509         * stdlib/stdlib.h: Update #else and #endif comments.
17510         [__USE_MISC]: Remove redundant conditionals.
17511         [__USE_GNU]: Likewise.
17512         * string/bits/string2.h [__USE_MISC]: Likewise.
17513         * string/string.h: Update #endif comments.
17514         [__USE_MISC]: Remove redundant conditionals.
17515         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17516         Likewise.
17517         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17518         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17519         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17520         Likewise.
17521         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17522         Likewise.
17523         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17524         comments.
17525         [__USE_MISC]: Remove redundant conditionals.
17526         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17527         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17528         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17529         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17530         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17531         Likewise.
17532         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17533         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17534         Likewise.
17535         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17536         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17537         Likewise.
17538         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17539         Likewise.
17540         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17541         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17542         Likewise.
17543         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17544         Likewise.
17545         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17546         * sysdeps/x86/bits/string.h: Update #endif comments.
17547         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17548         conditionals.
17549         * time/sys/time.h: Update #endif comments.
17550         * time/time.h: Likewise.
17551         [__USE_MISC]: Remove redundant conditionals.
17553 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17555         [BZ #16600]
17556         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17558 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17560         * Versions.def (librt): Add GLIBC_2.17.
17562 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17564         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17565         synonym for _SYS_AUXV_H to allow direct inclusion.
17566         * sysdeps/sparc/bits/hwcap.h: Likewise.
17567         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17568         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17569         * sysdeps/sparc/sysdep.h: Likewise.
17571 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17573         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17575 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17577         * benchtests/bench-strrchr.c: Print length instead of position.
17579 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17581         [BZ #16611]
17582         * sysdeps/unix/sysv/linux/kernel-features.h
17583         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17584         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17585         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17586         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17587         Likewise.
17588         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17589         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17590         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17591         (__ASSUME_SENDMMSG): Define instead of using previous
17592         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17593         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17594         (__ASSUME_SENDMMSG_SYSCALL): Define.
17595         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17596         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17597         Likewise.
17598         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17599         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17600         Likewise.
17601         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17602         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17603         Likewise.
17604         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17605         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17606         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17607         [__ASSUME_SENDMMSG]: Change conditionals to
17608         [__ASSUME_SENDMMSG_SOCKETCALL].
17609         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17610         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17611         Define.
17612         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17613         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17614         Likewise.
17615         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17616         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17617         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17618         [!__ASSUME_SENDMMSG]: Change conditional to
17619         [!__ASSUME_SENDMMSG_SOCKETCALL].
17620         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17621         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17622         Define.
17624         [BZ #16610]
17625         * sysdeps/unix/sysv/linux/kernel-features.h
17626         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17627         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17628         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17629         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17630         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17631         [__i386__ || __sparc__]
17632         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17633         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17634         (__ASSUME_RECVMMSG): Define instead of using previous
17635         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17636         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17637         (__ASSUME_RECVMMSG_SYSCALL): Define.
17638         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17639         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17640         Likewise.
17641         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17642         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17643         Likewise.
17644         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17645         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17646         Likewise.
17647         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17648         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17649         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17650         [__ASSUME_RECVMMSG]: Change condition to
17651         [__ASSUME_RECVMMSG_SOCKETCALL].
17652         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17653         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17654         Define.
17655         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17656         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17657         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17658         Likewise.
17659         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17660         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17661         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17662         [!__ASSUME_RECVMMSG]: Change condition to
17663         [!__ASSUME_RECVMMSG_SOCKETCALL].
17664         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17665         (__ASSUME_RECVMMSG_SYSCALL): Define.
17667         [BZ #16609]
17668         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17669         __powerpc__ || __s390__ || __sh__ || __sparc__]
17670         (__ASSUME_SOCKETCALL): Define.
17671         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17672         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17673         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17674         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17675         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17676         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17677         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17678         (__ASSUME_ACCEPT4): Define instead of using previous
17679         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17680         __powerpc__ || __sparc__ || __s390__)] condition.
17681         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17682         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17683         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17684         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17685         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17686         [!__ASSUME_ACCEPT4]: Change condition to
17687         [!__ASSUME_ACCEPT4_SOCKETCALL].
17688         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17689         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17690         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17691         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17692         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17693         __ASSUME_ACCEPT4_SYSCALL.
17694         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17695         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17696         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17697         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17698         __ASSUME_ACCEPT4_SYSCALL.
17699         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17700         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17701         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17702         [__ASSUME_ACCEPT4]: Change condition to
17703         [__ASSUME_ACCEPT4_SOCKETCALL].
17704         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17705         (__ASSUME_SOCKETCALL): Define.
17706         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17707         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17708         (__ASSUME_SOCKETCALL): Define.
17709         (__ASSUME_ACCEPT4): Remove.
17710         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17711         Define.
17712         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17713         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17714         Likewise.
17715         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17716         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17718         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17719         macro.
17720         (HWCAP_ARM_LPAE): Likewise.
17721         (HWCAP_ARM_EVTSTRM): Likewise.
17722         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17723         Add vpfd32, lpae and evtstrm.
17724         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17725         Increase to 22.
17727 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17729         * math/auto-libm-test-in: Add tests of clog10.
17730         * math/auto-libm-test-out: Regenerated.
17731         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17732         * sysdeps/i386/fpu/libm-test-ulps: Update.
17733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17735 2014-02-18  Andreas Schwab  <schwab@suse.de>
17737         [BZ #16574]
17738         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17739         Store non-zero if the second buffer was newly allocated.
17740         (send_dg): Likewise.
17741         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17742         to send_vc and send_dg.
17743         (res_nsend): Pass NULL for ansp2_malloced.
17744         * resolv/res_query.c (__libc_res_nquery): Add parameter
17745         answerp2_malloced and pass it down to __libc_res_nsend.
17746         (res_nquery): Pass additional NULL to __libc_res_nquery.
17747         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17748         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17749         second answer buffer if answerp2_malloced was set.
17750         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17751         (__libc_res_nquerydomain): Add parameter
17752         answerp2_malloced and pass it down to __libc_res_nquery.
17753         (res_nquerydomain): Pass additional NULL to
17754         __libc_res_nquerydomain.
17755         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17756         additional NULL to __libc_res_nsend and __libc_res_nquery.
17757         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17758         additional NULL to __libc_res_nsearch.
17759         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17760         parameter of __libc_res_nsearch to check for separately allocated
17761         second buffer.
17762         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17763         __libc_res_nquery.
17764         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17765         additional NULL to __libc_res_nquery.
17766         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17767         __libc_res_nsearch.
17768         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17769         * include/resolv.h: Update prototypes of __libc_res_nquery,
17770         __libc_res_nsearch, __libc_res_nsend.
17772 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17774         * math/auto-libm-test-in: Add tests of fma.
17775         * math/auto-libm-test-out: Regenerated.
17776         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17777         (fma_towardzero_test_data): Likewise.
17778         (fma_downward_test_data): Likewise.
17779         (fma_upward_test_data): Likewise.
17780         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17781         mpc_mode.
17782         (rounding_modes): Add values for new field.
17783         (func_calc_method): Add value mpfr_fff_f.
17784         (func_calc_desc): Add mpfr_fff_f union field.
17785         (test_function): Add field exact_args.
17786         (FUNC): Add macro argument EXACT_ARGS.
17787         (FUNC_mpfr_f_f): Update call to FUNC.
17788         (FUNC_mpfr_f_f): Likewise.
17789         (FUNC_mpfr_ff_f): Likewise.
17790         (FUNC_mpfr_if_f): Likewise.
17791         (FUNC_mpc_c_f): Likewise.
17792         (FUNC_mpc_c_c): Likewise.
17793         (test_functions): Add fma.  Update calls to FUNC.
17794         (handle_input_arg): Add argument exact_args.
17795         (add_test): Update call to handle_input_arg.
17796         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17797         (output_for_one_input_case): Update call to calc_generic_results.
17798         Recalculate exact zero results in each rounding mode.
17800         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17801         non-negative before setting low bit.
17802         * math/auto-libm-test-in: Mark one asin test possibly having
17803         spurious underflow.
17804         * math/auto-libm-test-out: Regenerated.
17805         * sysdeps/i386/fpu/libm-test-ulps: Update.
17806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17808 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17810         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17811         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17812         ports/sysdeps/unix/sysv/linux/microblaze.
17813         * README: Add missing listing for microblaze*-*-linux-gnu.
17815 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17817         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17818         duplicate code
17820 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17822         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17823         * sysdeps/unix/sysv/linux/ia64: Move directory from
17824         ports/sysdeps/unix/sysv/linux/ia64.
17825         * README: Update listing for ia64-*-linux-gnu.
17827 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17828             Joseph Myers  <joseph@codesourcery.com>
17830         * Makeconfig (test-name): New variable.
17831         (evaluate-test): Likewise.
17832         * Makerules (do-test-clean): Remove .test-result files.
17833         (common-mostlyclean): Likewise.
17834         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17835         * scripts/evaluate-test.sh: New file.
17837 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17839         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17840         separate $(objpfx)tst-fopenloc-cmp.out and
17841         $(objpfx)tst-fopenloc-mem.out targets.
17842         (tests): Update dependencies.
17843         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17844         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17845         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17846         (tst-rxspencer-no-utf8-ARGS): New variable.
17847         (tst-rxspencer-no-utf8-ENV): Likewise.
17848         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17849         instead of $(objpfx)tst-rxspencer-mem.
17850         ($(objpfx)tst-rxspencer-mem): Change target to
17851         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17852         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17853         * posix/tst-rxspencer-no-utf8.c: New file.
17855         * elf/Makefile ($(objpfx)order.out): Remove rule.
17856         [$(run-built-tests) = yes] (tests): Depend on
17857         $(objpfx)order-cmp.out.
17858         ($(objpfx)order-cmp.out): New rule.
17859         [$(run-built-tests) = yes] (tests): Depend on
17860         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17861         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17862         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17863         $(objpfx)tst-array5-static-cmp.out.
17864         ($(objpfx)tst-array1.out): Remove rule.
17865         ($(objpfx)tst-array1-cmp.out): New rule.
17866         ($(objpfx)tst-array1-static.out): Remove rule.
17867         ($(objpfx)tst-array1-static-cmp.out): New rule.
17868         ($(objpfx)tst-array2.out): Remove rule.
17869         ($(objpfx)tst-array2-cmp.out): New rule.
17870         ($(objpfx)tst-array3.out): Remove rule.
17871         ($(objpfx)tst-array3-cmp.out): New rule.
17872         ($(objpfx)tst-array4.out): Remove rule.
17873         ($(objpfx)tst-array4-cmp.out): New rule.
17874         ($(objpfx)tst-array5.out): Remove rule.
17875         ($(objpfx)tst-array5-cmp.out): New rule.
17876         ($(objpfx)tst-array5-static.out): Remove rule.
17877         ($(objpfx)tst-array5-static-cmp.out): New rule.
17878         [$(run-built-tests) = yes] (tests): Depend on
17879         $(objpfx)order2-cmp.out.
17880         ($(objpfx)order2.out): Remove rule.
17881         ($(objpfx)order2-cmp.out): New rule.
17882         ($(objpfx)tst-initorder.out): Remove rule.
17883         [$(run-built-tests) = yes] (tests): Depend on
17884         $(objpfx)tst-initorder-cmp.out.
17885         ($(objpfx)tst-initorder-cmp.out): New rule.
17886         ($(objpfx)tst-initorder2.out): Remove rule.
17887         [$(run-built-tests) = yes] (tests): Depend on
17888         $(objpfx)tst-initorder2-cmp.out.
17889         ($(objpfx)tst-initorder2-cmp.out): New rule.
17890         [$(run-built-tests) = yes] (tests): Depend on
17891         $(objpfx)tst-unused-dep-cmp.out.
17892         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17893         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17894         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17895         on $(objpfx)tst-setvbuf1-cmp.out.
17896         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17897         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17898         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17899         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17900         ($(objpfx)tst-svc.out): Remove rule.
17901         ($(objpfx)tst-svc-cmp.out): New rule.
17903 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17905         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17906         * ctype/ctype.h [__USE_MISC]: Likewise.
17907         * dirent/dirent.h [__USE_MISC]: Likewise.
17908         * grp/grp.h [__USE_MISC]: Likewise.
17909         * io/fcntl.h [__USE_MISC]: Likewise.
17910         * io/sys/stat.h [__USE_MISC]: Likewise.
17911         * libio/stdio.h [__USE_MISC]: Likewise.
17912         * posix/unistd.h [__USE_MISC]: Likewise.
17913         * pwd/pwd.h [__USE_MISC]: Likewise.
17914         * stdlib.h [__USE_MISC]: Likewise.
17915         * string/bits/string2.h [__USE_MISC]: Likewise.
17916         * string/string.h [__USE_MISC]: Likewise.
17917         * time/time.h [__USE_MISC]: Likewise.
17919 2014-02-13  Andreas Schwab  <schwab@suse.de>
17921         [BZ #16574]
17922         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17923         second answer buffer if it was separately allocated.
17925 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17927         * sysdeps/mips/math-tests.h: Include <features.h>.
17928         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17929         (ROUNDING_TESTS_long_double): Do not define.
17930         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17931         (EXCEPTION_TESTS_long_double): Likewise.
17932         * sysdeps/mips/mips64/libm-test-ulps: Update.
17934         * include/features.h (__USE_BSD): Remove macro definitions.
17935         (__USE_SVID): Likewise.
17936         (_BSD_SOURCE): Likewise.
17937         (_SVID_SOURCE): Likewise.
17938         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17939         from definition of _DEFAULT_SOURCE.
17940         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17941         [_DEFAULT_SOURCE].
17942         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17943         * bits/mman.h [__USE_BSD]: Likewise.
17944         * bits/termios.h [__USE_BSD]: Likewise.
17945         * bits/waitstatus.h [__USE_BSD]: Likewise.
17946         * ctype/ctype.h [__USE_SVID]: Likewise.
17947         * dirent/dirent.h [__USE_BSD]: Likewise.
17948         * grp/grp.h [__USE_SVID]: Likewise.
17949         [__USE_BSD]: Likewise.
17950         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17951         * io/fcntl.h [__USE_BSD]: Likewise.
17952         * io/ftw.h [__USE_BSD]: Likewise.
17953         * io/sys/stat.h [__USE_BSD]: Likewise.
17954         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17955         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17956         * libio/stdio.h [__USE_SVID]: Likewise.
17957         [__USE_BSD]: Likewise.
17958         * math/math.h [__USE_SVID]: Likewise.
17959         [__USE_BSD]: Likewise.
17960         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17961         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17962         * misc/search.h [__USE_SVID]: Likewise.
17963         * misc/sys/mman.h [__USE_BSD]: Likewise.
17964         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17965         * misc/sys/uio.h [__USE_BSD]: Likewise.
17966         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17967         * posix/glob.h [__USE_BSD]: Likewise.
17968         * posix/regex.h [__USE_BSD]: Likewise.
17969         * posix/sys/types.h [__USE_BSD]: Likewise.
17970         [__USE_SVID]: Likewise.
17971         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17972         * posix/sys/wait.h [__USE_BSD]: Likewise.
17973         [__USE_SVID]: Likewise.
17974         * posix/unistd.h [__USE_BSD]: Likewise.
17975         [__USE_SVID]: Likewise.
17976         * pwd/pwd.h [__USE_SVID]: Likewise.
17977         * resolv/netdb.h [__USE_BSD]: Likewise.
17978         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17979         * signal/signal.h [__USE_BSD]: Likewise.
17980         [__USE_SVID]: Likewise.
17981         * socket/sys/socket.h [__USE_BSD]: Likewise.
17982         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17983         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17984         [__USE_SVID]: Likewise.
17985         * string/bits/string2.h [__USE_BSD]: Likewise.
17986         [__USE_SVID]: Likewise.
17987         * string/bits/string3.h [__USE_BSD]: Likewise.
17988         * string/endian.h [__USE_BSD]: Likewise.
17989         * string/string.h [__USE_SVID]: Likewise.
17990         [__USE_BSD]: Likewise.
17991         * string/strings.h [__USE_BSD]: Likewise.
17992         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17993         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17994         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17995         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17996         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17997         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17998         Likewise.
17999         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18000         Likewise.
18001         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18002         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18003         Likewise.
18004         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18005         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18006         Likewise.
18007         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18008         Likewise.
18009         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18010         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18011         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18012         Likewise.
18013         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18014         Likewise.
18015         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18016         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18017         * termios/termios.h [__USE_BSD]: Likewise.
18018         * time/sys/time.h [__USE_BSD]: Likewise.
18019         * time/time.h [__USE_BSD]: Likewise.
18020         [__USE_SVID]: Likewise.
18022         * Makefile (subdir_targets): Remove subdir_lint.out.
18024         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18025         (do-tst-printf): Likewise.
18026         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18027         $(objpfx)tst-printf.out.
18029         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18031         * Makerules (check-abi-%): Change target to
18032         $(objpfx)check-abi-%.out.
18033         (check-abi target): Update dependencies.
18034         (check-abi-pattern variable): Redirect output of diff to $@.
18035         (check-abi variable): Likewise.
18036         * elf/Makefile (check-abi): Update dependencies.
18038         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18039         unused.
18040         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18041         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18042         subnormal range.
18043         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18044         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18045         value has largest subnormal exponent.
18046         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18047         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18048         * sysdeps/aarch64/soft-fp/sfp-machine.h
18049         (_FP_TININESS_AFTER_ROUNDING): New macro.
18050         * sysdeps/alpha/soft-fp/sfp-machine.h
18051         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18052         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18053         Likewise.
18054         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18055         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18056         * sysdeps/mips/soft-fp/sfp-machine.h
18057         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18058         * sysdeps/powerpc/soft-fp/sfp-machine.h
18059         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18060         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18061         Likewise.
18062         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18063         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18064         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18065         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18066         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18067         Likewise.
18069 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18071         [BZ #16545]
18072         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18073         model 1.
18075 2014-02-12  Richard Henderson  <rth@redhat.com>
18077         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18078         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18079         * sysdeps/unix/sysv/linux/alpha: Move directory from
18080         ports/sysdeps/unix/sysv/linux/alpha.
18081         * README: Update listing for alpha-*-linux-gnu.
18083 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18085         * include/features.h: Update comment documenting feature test
18086         macros.
18087         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18088         _DEFAULT_SOURCE.
18089         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18090         (_SVID_SOURCE): Likewise.
18091         (_DEFAULT_SOURCE): Update description of default features.
18092         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18093         with _GNU_SOURCE.
18094         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18095         (S_ISVTX): Likewise.
18096         * manual/math.texi (Mathematical Constants): Likewise.
18097         * manual/signal.texi (Interrupted Primitives): Likewise.
18098         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18099         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18100         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18101         Don't refer to _SVID_SOURCE in warning text.
18103         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18105         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18106         already defined.
18107         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18108         * sysdeps/mips/dl-lookup.c: Remove.
18109         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18111 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18113         [BZ #16447]
18114         * math/auto-libm-test-in: Add testcase for expl.
18115         * math/auto-libm-test-out: Regenerate.
18116         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18117         calculation of unsafe.
18118         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18120 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18122         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18123         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18124         ports/sysdeps/unix/sysv/linux/aarch64.
18125         * README: Update listing for aarch64*-*-linux-gnu.
18127 2014-02-11  Will Newton  <will.newton@linaro.org>
18129         * manual/probes.texi (Mathematical Function Probes): Use
18130         "triggered" instead of "hit".
18132         * manual/probes.texi (Internal Probes): Add documentation
18133         of setjmp, longjmp and longjmp_target probes.
18135         * include/stap-probe.h: Add comment about probe argument
18136         format.
18138         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18139         definition.  (tr_where, tr_freehook, tr_mallochook,
18140         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18142 2014-02-11  David S. Miller  <davem@davemloft.net>
18144         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18145         processing int_tests.
18147 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18149         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18150         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18151         * sysdeps/unix/sysv/linux/mips: Move directory from
18152         ports/sysdeps/unix/sysv/linux/mips.
18153         * README: Update listing for mips-*-linux-gnu and
18154         mips64-*-linux-gnu.
18156 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18158         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18159         * sysdeps/unix/sysv/linux/m68k: Move directory from
18160         ports/sysdeps/unix/sysv/linux/m68k.
18161         * README: Update listing for m68k-*-linux-gnu.
18163 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18165         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18166         * sysdeps/unix/sysv/linux/generic: Move directory from
18167         ports/sysdeps/unix/sysv/linux/generic.
18168         * sysdeps/unix/sysv/linux/tile: Move directory from
18169         ports/sysdeps/unix/sysv/linux/tile.
18170         * README: Update listing for tile*-*-linux-gnu.
18172 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18174         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18175         __builtin_expect.
18176         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18177         * catgets/open_catalog.c (__open_catalog): Likewise.
18178         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18179         * debug/confstr_chk.c: Likewise.
18180         * debug/fread_chk.c (__fread_chk): Likewise.
18181         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18182         * debug/getgroups_chk.c: Likewise.
18183         * debug/mbsnrtowcs_chk.c: Likewise.
18184         * debug/mbsrtowcs_chk.c: Likewise.
18185         * debug/mbstowcs_chk.c: Likewise.
18186         * debug/memcpy_chk.c: Likewise.
18187         * debug/memmove_chk.c: Likewise.
18188         * debug/mempcpy_chk.c: Likewise.
18189         * debug/memset_chk.c: Likewise.
18190         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18191         * debug/strcat_chk.c (__strcat_chk): Likewise.
18192         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18193         * debug/strncat_chk.c (__strncat_chk): Likewise.
18194         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18195         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18196         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18197         * debug/wcpncpy_chk.c: Likewise.
18198         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18199         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18200         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18201         * debug/wcsncpy_chk.c: Likewise.
18202         * debug/wcsnrtombs_chk.c: Likewise.
18203         * debug/wcsrtombs_chk.c: Likewise.
18204         * debug/wcstombs_chk.c: Likewise.
18205         * debug/wmemcpy_chk.c: Likewise.
18206         * debug/wmemmove_chk.c: Likewise.
18207         * debug/wmempcpy_chk.c: Likewise.
18208         * debug/wmemset_chk.c: Likewise.
18209         * dirent/scandirat.c (SCANDIRAT): Likewise.
18210         * dlfcn/dladdr1.c (dladdr1): Likewise.
18211         * dlfcn/dladdr.c (dladdr): Likewise.
18212         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18213         * dlfcn/dlerror.c (__dlerror): Likewise.
18214         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18215         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18216         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18217         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18218         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18219         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18220         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18221         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18222         Likewise.
18223         * elf/dl-conflict.c: Likewise.
18224         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18225         * elf/dl-dst.h: Likewise.
18226         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18227         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18228         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18229         * elf/dl-init.c (call_init, _dl_init): Likewise.
18230         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18231         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18232         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18233         Likewise.
18234         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18235         Likewise.
18236         * elf/dl-minimal.c (__libc_memalign): Likewise.
18237         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18238         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18239         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18240         * elf/dl-sym.c (do_sym): Likewise.
18241         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18242         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18243         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18244         * elf/dl-writev.h (_dl_writev): Likewise.
18245         * elf/ldconfig.c (search_dir): Likewise.
18246         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18247         (dl_main): Likewise.
18248         * elf/setup-vdso.h (setup_vdso): Likewise.
18249         * grp/compat-initgroups.c (compat_call): Likewise.
18250         * grp/fgetgrent.c (fgetgrent): Likewise.
18251         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18252         * grp/putgrent.c (putgrent): Likewise.
18253         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18254         Likewise.
18255         * hurd/hurdinit.c: Likewise.
18256         * iconvdata/8bit-gap.c (struct): Likewise.
18257         * iconvdata/ansi_x3.110.c : Likewise.
18258         * iconvdata/big5.c : Likewise.
18259         * iconvdata/big5hkscs.c : Likewise.
18260         * iconvdata/cp1255.c: Likewise.
18261         * iconvdata/cp1258.c : Likewise.
18262         * iconvdata/cp932.c : Likewise.
18263         * iconvdata/euc-cn.c: Likewise.
18264         * iconvdata/euc-jisx0213.c : Likewise.
18265         * iconvdata/euc-jp.c: Likewise.
18266         * iconvdata/euc-jp-ms.c : Likewise.
18267         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18268         * iconvdata/gb18030.c : Likewise.
18269         * iconvdata/gbbig5.c (const): Likewise.
18270         * iconvdata/gbgbk.c: Likewise.
18271         * iconvdata/gbk.c : Likewise.
18272         * iconvdata/ibm1364.c : Likewise.
18273         * iconvdata/ibm930.c : Likewise.
18274         * iconvdata/ibm932.c: Likewise.
18275         * iconvdata/ibm933.c : Likewise.
18276         * iconvdata/ibm935.c : Likewise.
18277         * iconvdata/ibm937.c : Likewise.
18278         * iconvdata/ibm939.c : Likewise.
18279         * iconvdata/ibm943.c: Likewise.
18280         * iconvdata/iso_11548-1.c: Likewise.
18281         * iconvdata/iso-2022-cn.c : Likewise.
18282         * iconvdata/iso-2022-cn-ext.c : Likewise.
18283         * iconvdata/iso-2022-jp-3.c: Likewise.
18284         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18285         * iconvdata/iso-2022-kr.c : Likewise.
18286         * iconvdata/iso646.c (gconv_end): Likewise.
18287         * iconvdata/iso_6937-2.c : Likewise.
18288         * iconvdata/iso_6937.c : Likewise.
18289         * iconvdata/iso8859-1.c: Likewise.
18290         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18291         * iconvdata/shift_jisx0213.c : Likewise.
18292         * iconvdata/sjis.c : Likewise.
18293         * iconvdata/t.61.c : Likewise.
18294         * iconvdata/tcvn5712-1.c : Likewise.
18295         * iconvdata/tscii.c: Likewise.
18296         * iconvdata/uhc.c : Likewise.
18297         * iconvdata/unicode.c (gconv_end): Likewise.
18298         * iconvdata/utf-16.c (gconv_end): Likewise.
18299         * iconvdata/utf-32.c (gconv_end): Likewise.
18300         * iconvdata/utf-7.c (base64): Likewise.
18301         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18302         * iconv/gconv_close.c (__gconv_close): Likewise.
18303         * iconv/gconv_open.c (__gconv_open): Likewise.
18304         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18305         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18306         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18307         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18308         (ucs4le_internal_loop_single): Likewise.
18309         * iconv/iconv.c (iconv): Likewise.
18310         * iconv/iconv_close.c: Likewise.
18311         * iconv/loop.c (SINGLE): Likewise.
18312         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18313         * include/atomic.h: Likewise.
18314         * inet/inet6_option.c (option_alloc): Likewise.
18315         * intl/bindtextdom.c (set_binding_values): Likewise.
18316         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18317         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18318         * intl/localealias.c (read_alias_file): Likewise.
18319         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18320         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18321         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18322         * libio/fmemopen.c (fmemopen): Likewise.
18323         * libio/iofgets.c (_IO_fgets): Likewise.
18324         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18325         * libio/iofgetws.c (fgetws): Likewise.
18326         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18327         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18328         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18329         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18330         * locale/findlocale.c (_nl_find_locale): Likewise.
18331         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18332         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18333         Likewise.
18334         * locale/setlocale.c (setlocale): Likewise.
18335         * login/programs/pt_chown.c (main): Likewise.
18336         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18337         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18338         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18339         (mmap, mmap64, mremap, munmap): Likewise.
18340         * math/e_exp2l.c: Likewise.
18341         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18342         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18343         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18344         * math/s_catan.c (__catan): Likewise.
18345         * math/s_catanf.c (__catanf): Likewise.
18346         * math/s_catanh.c (__catanh): Likewise.
18347         * math/s_catanhf.c (__catanhf): Likewise.
18348         * math/s_catanhl.c (__catanhl): Likewise.
18349         * math/s_catanl.c (__catanl): Likewise.
18350         * math/s_ccosh.c (__ccosh): Likewise.
18351         * math/s_ccoshf.c (__ccoshf): Likewise.
18352         * math/s_ccoshl.c (__ccoshl): Likewise.
18353         * math/s_cexp.c (__cexp): Likewise.
18354         * math/s_cexpf.c (__cexpf): Likewise.
18355         * math/s_cexpl.c (__cexpl): Likewise.
18356         * math/s_clog10.c (__clog10): Likewise.
18357         * math/s_clog10f.c (__clog10f): Likewise.
18358         * math/s_clog10l.c (__clog10l): Likewise.
18359         * math/s_clog.c (__clog): Likewise.
18360         * math/s_clogf.c (__clogf): Likewise.
18361         * math/s_clogl.c (__clogl): Likewise.
18362         * math/s_csin.c (__csin): Likewise.
18363         * math/s_csinf.c (__csinf): Likewise.
18364         * math/s_csinh.c (__csinh): Likewise.
18365         * math/s_csinhf.c (__csinhf): Likewise.
18366         * math/s_csinhl.c (__csinhl): Likewise.
18367         * math/s_csinl.c (__csinl): Likewise.
18368         * math/s_csqrt.c (__csqrt): Likewise.
18369         * math/s_csqrtf.c (__csqrtf): Likewise.
18370         * math/s_csqrtl.c (__csqrtl): Likewise.
18371         * math/s_ctan.c (__ctan): Likewise.
18372         * math/s_ctanf.c (__ctanf): Likewise.
18373         * math/s_ctanh.c (__ctanh): Likewise.
18374         * math/s_ctanhf.c (__ctanhf): Likewise.
18375         * math/s_ctanhl.c (__ctanhl): Likewise.
18376         * math/s_ctanl.c (__ctanl): Likewise.
18377         * math/w_pow.c: Likewise.
18378         * math/w_powf.c: Likewise.
18379         * math/w_powl.c: Likewise.
18380         * math/w_scalb.c (sysv_scalb): Likewise.
18381         * math/w_scalbf.c (sysv_scalbf): Likewise.
18382         * math/w_scalbl.c (sysv_scalbl): Likewise.
18383         * misc/error.c (error_tail): Likewise.
18384         * misc/pselect.c (__pselect): Likewise.
18385         * nis/nis_callback.c (__nis_create_callback): Likewise.
18386         * nis/nis_call.c (__nisfind_server): Likewise.
18387         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18388         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18389         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18390         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18391         * nis/nis_lookup.c (nis_lookup): Likewise.
18392         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18393         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18394         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18395         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18396         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18397         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18398         * nis/nss_compat/compat-initgroups.c (add_group)
18399         (internal_getgrent_r): Likewise.
18400         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18401         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18402         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18403         (internal_getspnam_r): Likewise.
18404         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18405         (_nss_nis_getaliasbyname_r): Likewise.
18406         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18407         (_nss_nis_getntohost_r): Likewise.
18408         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18409         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18410         (_nss_nis_getgrgid_r): Likewise.
18411         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18412         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18413         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18414         (_nss_nis_gethostbyname4_r): Likewise.
18415         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18416         (initgroups_netid): Likewise.
18417         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18418         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18419         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18420         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18421         (_nss_nis_getprotobynumber_r): Likewise.
18422         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18423         (_nss_nis_getsecretkey): Likewise.
18424         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18425         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18426         (_nss_nis_getpwuid_r): Likewise.
18427         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18428         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18429         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18430         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18431         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18432         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18433         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18434         Likewise.
18435         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18436         (_nss_nisplus_getntohost_r): Likewise.
18437         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18438         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18439         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18440         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18441         Likewise.
18442         * nis/nss_nisplus/nisplus-initgroups.c
18443         (_nss_nisplus_initgroups_dyn): Likewise.
18444         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18445         (_nss_nisplus_getnetbyaddr_r): Likewise.
18446         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18447         (_nss_nisplus_getprotobynumber_r): Likewise.
18448         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18449         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18450         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18451         Likewise.
18452         * nis/nss_nisplus/nisplus-service.c
18453         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18454         (_nss_nisplus_getservbyport_r): Likewise.
18455         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18456         (_nss_nisplus_getspnam_r): Likewise.
18457         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18458         Likewise.
18459         * nscd/aicache.c (addhstaiX): Likewise.
18460         * nscd/cache.c (cache_search, prune_cache): Likewise.
18461         * nscd/connections.c (register_traced_file, send_ro_fd)
18462         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18463         (main_loop_epoll): Likewise.
18464         * nscd/grpcache.c (addgrbyX): Likewise.
18465         * nscd/hstcache.c (addhstbyX): Likewise.
18466         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18467         * nscd/mem.c (gc, mempool_alloc): Likewise.
18468         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18469         (addinnetgrX): Likewise.
18470         * nscd/nscd-client.h (__nscd_acquire_maplock)
18471         (__nscd_drop_map_ref): Likewise.
18472         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18473         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18474         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18475         Likewise.
18476         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18477         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18478         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18479         (__nscd_get_map_ref): Likewise.
18480         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18481         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18482         Likewise.
18483         * nscd/pwdcache.c (addpwbyX): Likewise.
18484         * nscd/selinux.c (preserve_capabilities): Likewise.
18485         * nscd/servicescache.c (addservbyX): Likewise.
18486         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18487         * posix/fnmatch.c (fnmatch): Likewise.
18488         * posix/getopt.c (_getopt_internal_r): Likewise.
18489         * posix/glob.c (glob, glob_in_dir): Likewise.
18490         * posix/wordexp.c (exec_comm_child): Likewise.
18491         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18492         (getanswer_r, gaih_getanswer_slice): Likewise.
18493         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18494         * resolv/res_init.c: Likewise.
18495         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18496         * resolv/res_query.c (__libc_res_nquery): Likewise.
18497         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18498         Likewise.
18499         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18500         * stdio-common/perror.c (perror): Likewise.
18501         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18502         * stdio-common/tmpnam.c (tmpnam): Likewise.
18503         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18504         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18505         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18506         Likewise.
18507         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18508         * stdlib/putenv.c (putenv): Likewise.
18509         * stdlib/setenv.c (__add_to_environ): Likewise.
18510         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18511         * stdlib/strtol_l.c (INTERNAL): Likewise.
18512         * string/memmem.c (memmem): Likewise.
18513         * string/strerror.c (strerror): Likewise.
18514         * string/strnlen.c (__strnlen): Likewise.
18515         * string/test-memmem.c (simple_memmem): Likewise.
18516         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18517         * sunrpc/pm_getport.c (__get_socket): Likewise.
18518         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18519         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18520         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18521         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18522         Likewise.
18523         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18524         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18525         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18526         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18527         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18528         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18529         Likewise.
18530         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18531         Likewise.
18532         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18533         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18534         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18535         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18536         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18537         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18538         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18539         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18540         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18541         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18542         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18543         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18544         Likewise.
18545         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18546         Likewise.
18547         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18548         Likewise.
18549         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18550         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18551         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18552         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18553         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18554         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18555         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18556         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18557         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18558         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18559         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18560         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18561         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18562         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18563         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18564         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18565         Likewise.
18566         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18567         Likewise.
18568         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18569         Likewise.
18570         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18571         Likewise.
18572         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18573         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18574         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18575         Likewise.
18576         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18577         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18578         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18579         * sysdeps/posix/sleep.c: Likewise.
18580         * sysdeps/posix/tempname.c: Likewise.
18581         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18582         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18583         Likewise.
18584         * sysdeps/powerpc/powerpc32/dl-machine.h
18585         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18586         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18587         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18588         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18589         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18590         Likewise.
18591         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18592         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18593         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18594         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18595         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18596         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18597         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18598         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18599         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18600         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18601         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18602         (elf_machine_lazy_rel): Likewise.
18603         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18604         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18605         (elf_machine_lazy_rel): Likewise.
18606         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18607         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18608         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18609         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18610         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18611         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18612         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18613         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18614         Likewise.
18615         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18616         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18617         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18618         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18619         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18620         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18621         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18622         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18623         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18624         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18625         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18626         Likewise.
18627         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18628         (__posix_fallocate64_l64): Likewise.
18629         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18630         (posix_fallocate): Likewise.
18631         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18632         Likewise.
18633         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18634         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18635         (getifaddrs_internal): Likewise.
18636         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18637         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18638         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18639         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18640         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18641         (__posix_fallocate64_l64): Likewise.
18642         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18643         Likewise.
18644         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18645         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18646         (__get_clockfreq): Likewise.
18647         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18648         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18649         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18650         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18651         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18652         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18653         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18654         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18655         Likewise.
18656         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18657         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18658         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18659         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18660         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18661         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18662         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18663         Likewise.
18664         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18665         (posix_fallocate): Likewise.
18666         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18667         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18668         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18669         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18670         (elf_machine_rela, elf_machine_rela_relative)
18671         (elf_machine_lazy_rel): Likewise.
18672         * time/asctime.c (asctime_internal): Likewise.
18673         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18674         * time/tzset.c (__tzset_parse_tz): Likewise.
18675         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18676         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18677         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18678         * wcsmbs/wcsmbsload.h: Likewise.
18680         [BZ #15894]
18681         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18683         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18684         (arena_get2): Remove THREAD_STATS conditionals.
18685         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18686         (__malloc_stats, int): Likewise.
18688 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18690         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18691         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18693         * manual/setjmp.texi: Fix typos/grammar errors.
18695         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18696         Only return early when n is <= 0.  Delete unused return statement.
18698         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18699         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18700         * debug/tst-longjmp_chk3.c: New file.
18702         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18703         (test_main): Replace code with set_fortify_handler call.
18704         * debug/test-strcpy_chk.c: Likewise.
18705         * debug/tst-chk1.c: Likewise.
18706         * debug/tst-longjmp_chk.c: Likewise.
18707         * test-skeleton.c: Include fcntl.h & paths.h
18708         (set_fortify_handler): Define.
18710         * debug/tst-longjmp_chk.c: Add header comment and include
18711         ../test-skeleton.c.
18712         (do_test): Mark static.
18713         (TEST_FUNCTION): Define.
18715         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18716         (IP_PMTUDISC_INTERFACE): Likewise.
18717         (IP_MULTICAST_IF): Likewise.
18718         (IP_MULTICAST_TTL): Likewise.
18719         (IP_MULTICAST_LOOP): Likewise.
18720         (IP_ADD_MEMBERSHIP): Likewise.
18721         (IP_DROP_MEMBERSHIP): Likewise.
18722         (IP_UNBLOCK_SOURCE): Likewise.
18723         (IP_BLOCK_SOURCE): Likewise.
18724         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18725         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18726         (IP_MSFILTER): Likewise.
18727         (MCAST_JOIN_GROUP): Likewise.
18728         (MCAST_BLOCK_SOURCE): Likewise.
18729         (MCAST_UNBLOCK_SOURCE): Likewise.
18730         (MCAST_LEAVE_GROUP): Likewise.
18731         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18732         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18733         (MCAST_MSFILTER): Likewise.
18734         (IP_MULTICAST_ALL): Likewise.
18735         (IP_UNICAST_IF): Likewise.
18737         * timezone/Makefile: Delete $(have-ksh) check.
18738         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18739         * timezone/tzselect.ksh: Add +x mode bits.
18741         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18742         (ANON_INODE_FS_MAGIC): Likewise.
18743         (BDEVFS_MAGIC): Likewise.
18744         (BINFMTFS_MAGIC): Likewise.
18745         (BTRFS_TEST_MAGIC): Likewise.
18746         (CRAMFS_MAGIC_WEND): Likewise.
18747         (DEBUGFS_MAGIC): Likewise.
18748         (ECRYPTFS_SUPER_MAGIC): Likewise.
18749         (EXT3_SUPER_MAGIC): Likewise.
18750         (EXT4_SUPER_MAGIC): Likewise.
18751         (FUTEXFS_SUPER_MAGIC): Likewise.
18752         (HOSTFS_SUPER_MAGIC): Likewise.
18753         (HUGETLBFS_MAGIC): Likewise.
18754         (MINIX3_SUPER_MAGIC): Likewise.
18755         (MTD_INODE_FS_MAGIC): Likewise.
18756         (NILFS_SUPER_MAGIC): Likewise.
18757         (OPENPROM_SUPER_MAGIC): Likewise.
18758         (PIPEFS_MAGIC): Likewise.
18759         (PSTOREFS_MAGIC): Likewise.
18760         (QNX6_SUPER_MAGIC): Likewise.
18761         (RAMFS_MAGIC): Likewise.
18762         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18763         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18764         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18765         (SECURITYFS_MAGIC): Likewise.
18766         (SELINUX_MAGIC): Likewise.
18767         (SMACK_MAGIC): Likewise.
18768         (SOCKFS_MAGIC): Likewise.
18769         (SQUASHFS_MAGIC): Likewise.
18770         (STACK_END_MAGIC): Likewise.
18771         (TMPFS_MAGIC): Likewise.
18772         (USBDEVICE_SUPER_MAGIC): Likewise.
18773         (V9FS_MAGIC): Likewise.
18774         (XENFS_SUPER_MAGIC): Likewise.
18775         (CRAMFS_MAGIC): Fix typo in comment.
18776         (EXT2_SUPER_MAGIC): Update comment.
18777         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18779 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18781         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18782         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18783         * sysdeps/unix/sysv/linux/arm: Move directory from
18784         ports/sysdeps/unix/sysv/linux/arm.
18785         * README: Update listing for arm-*-linux-gnueabi.
18787         * README: Remove mention of am33.
18789 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18791         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18792         than the comma operator, to avoid "rhs of comma has no effect"
18793         compiler warnings.
18794         (__sigfillset, __sigandset, __sigorset): Likewise.
18795         * include/signal.h (__sigemptyset): Likewise.
18796         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18798 2014-02-07  Allan McRae  <allan@archlinux.org>
18800         * version.h (RELEASE): Set to "development".
18801         (VERSION): Set to "2.19.90"
18802         * NEWS: Add 2.20 section.
18804 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18806         [BZ #16529]
18807         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18809 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18811         * manual/contrib.texi: Update entry for Carlos O'Donell,
18812         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18814 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18816         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18818         * sysdeps/unix/sysv/linux/kernel-features.h
18819         [__LINUX_KERNEL_VERSION >= 0x020621]
18820         (__ASSUME_PROC_PID_TASK_COMM): Define.
18822 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18824         [BZ #16398]
18825         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18826         conversion when destination buffer does not have enough space.
18827         * libio/tst-ftell-partial-wide.c: New test case.
18828         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18830         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18831         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18832         Leonard and Allan McRae.
18834 2014-02-04  David S. Miller  <davem@davemloft.net>
18836         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18837         32-bit.
18839 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18842         New file
18843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18844         New file
18845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18846         New file.
18847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18848         New file.
18849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18850         New file.
18851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18852         New file.
18853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18854         New file.
18855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18856         New file.
18857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18858         New file.
18859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18860         New file.
18861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18862         New file.
18863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18864         New file.
18865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18866         New file.
18868 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18870         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18871         * shlib-versions: Likewise.
18873 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18874             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18876         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18877         (abilist-pattern): New variable, set to %-le.abilist.
18879         * Makerules (abilist-pattern): New variable.
18880         (vpath): Use $(abilist-pattern) in place of %.abilist.
18881         (check-abi-% pattern rule): Likewise.
18882         (check-abi, update-abi): Likewise.
18884 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18886         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18888 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18890         * manual/startup.texi: Add next, previous, and top entries for
18891         the `Program Arguments' and `Environment Variables' nodes.
18893 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18895         * manual/macros.texi: Add comments before MTASC-safety macros.
18897         * manual/users.texi: Document MTASC-safety properties.
18899         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18900         (pthread_getspecific, pthread_setspecific): Format with
18901         @deftypefun, and add @safety note.
18902         * manual/signal.texi: Move comments that analyze the above
18903         functions to their home place.
18905 2014-02-03  Allan McRae  <allan@archlinux.org>
18907         * po/sl.po: Update Slovenian translation from translation project.
18909 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18911         * manual/time.texi (timegm): Add missing blank after @c.
18912         Reported by Joseph Myers <joseph@codesourcery.com>.
18914 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18916         * manual/check-safety.sh: New.
18917         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18919         * manual/terminal.texi: Document MTASC-safety properties.
18921         * manual/filesys.texi: Document MTASC-safety properties.
18923         * manual/errno.texi: Document MTASC-safety properties.
18925         * manual/intro.texi: Document safety identifiers and
18926         conditionals.
18928         * manual/string.texi (wcstok): Fix prototype.
18929         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18931         * manual/time.texi: Document MTASC-safety properties.
18933         * manual/string.texi: Document MTASC-safety properties.
18935         * manual/threads.texi: Document MTASC-safety properties.
18937         * manual/stdio.texi: Document MTASC-safety properties.
18939         * manual/syslog.texi: Document MTASC-safety properties.
18941         * manual/sysinfo.texi: Document MTASC-safety properties.
18943         * manual/startup.texi: Document MTASC-safety properties.
18945         * manual/socket.texi: Document MTASC-safety properties.
18947         * manual/signal.texi: Document MTASC-safety properties.
18949 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18951         * manual/setjmp.texi: Document MTASC-safety properties.
18953         * manual/search.texi: Document MTASC-safety properties.
18955         * manual/resource.texi: Document MTASC-safety properties.
18957         * manual/process.texi: Document MTASC-safety properties.
18959         * manual/platform.texi: Document MTASC-safety properties.
18961         * manual/pipe.texi: Document MTASC-safety properties.
18963         * manual/pattern.texi: Document MTASC-safety properties.
18965         * manual/message.texi: Document MTASC-safety properties.
18967         [BZ #12751]
18968         * manual/memory.texi: Document MTASC-safety properties.
18970         * manual/math.texi: Document MTASC-safety properties.
18972         * manual/locale.texi: Document MTASC-safety properties.
18974         * manual/llio.texi: Document MTASC-safety properties.
18976         * manual/libdl.texi: New.
18978         * manual/lang.texi: Document MTASC-safety properties.
18980         * manual/job.texi: Document MTASC-safety properties.
18982         * manual/getopt.texi: Document MTASC-safety properties.
18984         * manual/ctype.texi: Document MTASC-safety properties.
18986 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18988         [BZ #16046]
18989         * csu/libc-tls.c (static_map): Remove variable.
18990         (__libc_setup_tls): Use main executable's link map for TLS data.
18991         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18992         casing for LM_ID_BASE and GL(dl_nns).
18993         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18994         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18995         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18996         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18997         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18998         member.
18999         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19000         l_phnum members.
19002 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19004         * manual/debug.texi: Document MTASC-safety properties.
19006 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19008         [BZ #16510]
19009         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19010         of __x86_64__ when disabling x87 inline functions.
19012 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19014         * manual/charset.texi: Document MTASC-safety properties.
19016         * manual/crypt.texi: Document MTASC-safety properties.
19018         * manual/conf.texi: Document MTASC-safety properties.
19020         * manual/arith.texi: Document MTASC-safety properties.
19022         * manual/argp.texi: Document MTASC-safety properties.
19024         * manual/macros.texi: Introduce macros to document multi
19025         thread, asynchronous signal and asynchronous cancellation
19026         safety properties.
19027         * manual/intro.texi: Introduce the properties themselves.
19029 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19031         * sysdeps/sh/sh4/Makefile: New file.
19033 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19035         * math/gen-libm-test.pl ($srcdir): New variable.
19036         ($auto_input): Use it.
19038 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19040         [BZ #16506]
19041         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19042         access beyond array bounds when parsing netgroups file.
19044         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19045         the old buffer before realloc.
19047 2014-01-27  Allan McRae  <allan@archlinux.org>
19049         * po/fr.po: Update French translation from translation project.
19051 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19053         * sysdeps/sh/libm-test-ulps: Regenerate.
19055 2014-01-24  David S. Miller  <davem@davemloft.net>
19057         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19059 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19061         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19062         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19064 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19066         [BZ #16474]
19067         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19068         string pointers after reallocation.
19070 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19072         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19073         __SH4A__ instead of __SH_FPU_ANY__.
19075 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19077         * sysdeps/sh/fpu_control.h: New file.
19078         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19079         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19080         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19081         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19082         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19083         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19084         * sysdeps/sh/sys/ucontext.h: Remove.
19085         * sysdeps/sh/sys: Remove directory.
19087 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19089         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19090         s390/sys/ucontext.h.
19091         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19092         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19094 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19096         [BZ #15605]
19097         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19099 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19101         [BZ#16431]
19102         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19103         Adjust the vDSO correctly for internal calls.
19104         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19106 2014-01-20  Allan McRae  <allan@archlinux.org>
19108         * po/ca.po: Update Catalan translation from translation project.
19110 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19112         * sysdeps/s390/sotruss-lib.c: New file.
19114 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19116         [BZ#16430]
19117         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19118         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19119         local calls issues by not having a PLT stub required for IFUNC calls.
19120         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19122 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19124         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19125         * math/test-fpucw-static.c: Likewise.
19127 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19129         [BZ #16453]
19130         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19132 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19134         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19135         implementation for powerpc.
19137 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19139         [BZ #14782]
19140         * sysdeps/posix/system.c (__libc_system): Do not enable
19141         asynchronous cancellation.
19143 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19145         [BZ #16427]
19146         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19147         handling only for numbers special also in the IEEE case.
19149 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19151         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19153 2014-01-11  Allan McRae  <allan@archlinux.org>
19155         * po/bg.po: Update Bulgarian translation from translation project.
19157         * po/de.po: Update German translation from translation project.
19159 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19161         * sysdeps/generic/gcc-compat.h: New file.
19163 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19165         * benchtests/asin-inputs: Correct slow inputs.
19166         * benchtests/acos-inputs: Likewise.
19168 2014-01-10  Allan McRae  <allan@archlinux.org>
19170         * po:sv.po: Update Swedish translation from translation project.
19172         * po/vi.po: Update Vietnamese translation from translation project.
19174         * po/eo.po: Update Esperanto translation from translation project.
19176         * po/cs.po: Update Czech translation from translation project.
19178         * po/nl.po: Update Dutch translation from translation project.
19180         * po/pl.po: Update Polish translation from translation project.
19182         * po/ru.po: Update Russian translation from translation project.
19184         * po/uk.po: Update Ukrainian translation from translation project.
19186 2014-01-08  Brooks Moses  <bmoses@google.com>
19188         * elf/dl-load.c: Fix comment typo.
19190 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19192         * po/header.pot: Rename to...
19193         * po/pot.header: ... this.
19194         * po/Makefile: Use pot.header.
19196 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19197             Maxim Kuvyrkov  <maxim@kugelworks.com>
19199         [BZ #16394]
19200         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19201         SRC and DEST against LEN.
19203 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19205         [BZ #16414]
19206         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19207         implementation.
19208         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19210 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19212         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19214 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19216         [BZ #16408]
19217         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19218         for large positive arguments.
19220 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19222         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19224         * math/auto-libm-test-in: Mark various tests with
19225         xfail-rounding:ldbl-128ibm.
19226         * math/auto-libm-test-out: Regenerated.
19228         [BZ #16407]
19229         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19230         Increase overflow threshold.
19232 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19234         [BZ #14286]
19235         * stdio-common/vfprintf.c: Check for integer overflow.
19237 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19239         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19240         the first argument and return value of __tls_get_addr_internal.
19242 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19244         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19245         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19247 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19249         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19250         * sysdeps/s390/rtld-global-offsets.sym: New file.
19251         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19252         GLIBC_2.19 symbol.
19253         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19254         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19255         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19256         ... this.
19257         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19258         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19259         ... this.
19260         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19261         Regenerate.
19262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19263         Regenerate.
19264         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19265         halfs of GPRs for high_gprs contexts.
19266         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19267         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19268         field.
19269         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19270         uc_flags field.
19271         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19272         64 bit versions:
19273         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19274         for high GPRs (uc_high_gprs) and for future extensions
19275         (__reserved).
19276         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19277         for future extensions (__reserved).
19278         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19279         64 bit versions:
19280         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19281         SC_HIGHGPRS offset definition.
19282         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19283         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19285         * Versions.def: Add GLIBC_2.19 for libpthread.
19286         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19287         siglongjmp for libpthread with GLIBC_2.19 symver.
19288         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19289         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19290         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19291         * sysdeps/s390/__longjmp.c: New file.
19292         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19293         * sysdeps/s390/longjmp.c: New file.
19294         * sysdeps/s390/setjmp.S: New file.
19295         * sysdeps/s390/sigjmp.S: New file.
19296         * sysdeps/s390/v1-longjmp.c: New file.
19297         * sysdeps/s390/v1-setjmp.h: New file.
19298         * sysdeps/s390/v1-sigjmp.c: New file.
19299         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19300         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19301         GLIBC_2.19 version.
19302         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19303         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19304         versioned symbols for ____longjmp_chk.
19305         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19306         Likewise.
19307         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19308         Regenerate.
19309         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19310         Regenerate.
19311         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19312         Regenerate.
19313         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19314         Regenerate.
19315         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19316         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19317         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19318         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19319         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19320         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19321         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19322         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19323         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19324         * sysdeps/s390/rtld-__longjmp.c: New file.
19325         * sysdeps/s390/rtld-setjmp.S: New file.
19327 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19329         [BZ #16400]
19330         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19331         Return -__logl (x) for small positive arguments without evaluating
19332         a polynomial.
19334 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19336         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19337         Rename to ...
19338         (__ptrace_peeksiginfo_args): ... this.
19339         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19340         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19341         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19343 2014-01-06  Allan McRae  <allan@archlinux.org>
19345         * inet/netinet/in.h: Fix typo in comment.
19347 2014-01-05  Andreas Jaeger  <aj@suse.de>
19349         * sysdeps/i386/fpu/libm-test-ulps: Update.
19351 2014-01-05  Allan McRae  <allan@archlinux.org>
19353         * po/libc.pot: Regenerated.
19355         * malloc/memusagestat.c: Fix gettext call formatting.
19357 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19359         * nscd/nscd.c: Improve usage() output.
19361 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19363         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19364         * sysdeps/unix/sysv/linux/configure: Regenerated.
19365         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19366         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19368 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19370         [BZ #16390]
19371         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19372         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19374 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19376         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19377         extra tokens at end of #undef directive.
19378         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19379         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19380         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19382 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19384         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19386         * math/auto-libm-test-in: Mark various tests with
19387         xfail-rounding:ldbl-128ibm.
19388         * math/auto-libm-test-out: Regenerated.
19390 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19392         [BZ #16386]
19393         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19394         numbers with subnormal high part when calculating exponent.
19396         [BZ #16385]
19397         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19398         fabs.
19400         [BZ #16384]
19401         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19402         M_LN2l.
19403         (__ieee754_acoshl): Use __log1pl not __log1p.
19405 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19407         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19408         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19409         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19410         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19411         (reused_arena, arena_get2): Convert to GNU style.
19412         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19413         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19414         (memalign_check, __malloc_set_state): Likewise.
19415         * malloc/mallocbug.c (main): Likewise.
19416         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19417         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19418         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19419         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19420         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19421         (__posix_memalign, malloc_info): Likewise.
19422         * malloc/malloc.h: Likewise.
19423         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19424         (mallochook, memalignhook, reallochook, mabort): Likewise.
19425         * malloc/mcheck.h: Likewise.
19426         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19427         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19428         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19429         * malloc/morecore.c (__default_morecore): Likewise.
19430         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19431         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19432         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19433         (print_and_abort): Likewise.
19434         * malloc/obstack.h: Likewise.
19435         * malloc/set-freeres.c (__libc_freeres): Likewise.
19436         * malloc/tst-mallocstate.c (main): Likewise.
19437         * malloc/tst-mtrace.c (main): Likewise.
19438         * malloc/tst-realloc.c (do_test): Likewise.
19440 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19442         [BZ #16366]
19443         * nscd/netgroupcache.c (do_notfound): New function.
19444         (addgetnetgrentX): Use it.
19446         [BZ # 16365]
19447         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19448         NSS_STATUS_NOTFOUND.
19450 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19452         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19455 2014-01-01  Allan McRae  <allan@archlinux.org>
19457         * scripts/update-copyrights: Update configure input file suffix.
19459         * NEWS: Update copyright year.
19460         * catgets/gencat.c: Likewise.
19461         * csu/version.c: Likewise.
19462         * debug/catchsegv.sh: Likewise.
19463         * debug/pcprofiledump.c: Likewise.
19464         * debug/xtrace.sh: Likewise.
19465         * elf/ldconfig.c: Likewise.
19466         * elf/ldd.bash.in: Likewise.
19467         * elf/pldd.c: Likewise.
19468         * elf/sotruss.ksh: Likewise.
19469         * elf/sprof.c: Likewise.
19470         * iconv/iconv_prog.c: Likewise.
19471         * iconv/iconvconfig.c: Likewise.
19472         * locale/programs/locale.c: Likewise.
19473         * locale/programs/localedef.c: Likewise.
19474         * login/programs/pt_chown.c: Likewise.
19475         * malloc/memusage.sh: Likewise.
19476         * malloc/memusagestat.c: Likewise.
19477         * malloc/mtrace.pl: Likewise.
19478         * manual/libc.texinfo: Likewise.
19479         * nscd/nscd.c: Likewise.
19480         * nss/getent.c: Likewise.
19481         * nss/makedb.c: Likewise.
19482         * posix/getconf.c: Likewise.
19483         * scripts/test-installation.pl: Likewise.
19485         * All files with FSF copyright notices: Update copyright dates
19486         using scripts/update-copyrights.
19487         * intl/plural.c: Regenerated.
19488         * locale/programs/charmap-kw.h: Likewise.
19489         * locale/programs/locfile-kw.h: Likewise.
19491 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19493         * sysdeps/unix/sysv/linux/configure: Regenerated.
19494         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19495         the linux/fanotify.h header.
19496         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19497         HAVE_LINUX_FANOTIFY_H is defined.
19499 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19501         * benchtests/cos-inputs: New inputs.
19502         * benchtests/sin-inputs: Likewise.
19504         * benchtests/atan-inputs: New inputs. Fix name of multiple
19505         precision fallback inputs.
19507         * benchtests/atanh-inputs: New inputs.
19508         * benchtests/tanh-inputs: Likewise.
19510         * benchtests/acosh-inputs: New inputs.
19511         * benchtests/asinh-inputs: Likewise.
19513         * benchtests/cosh-inputs: New inputs.
19514         * benchtests/sinh-inputs: Likewise.
19516         * benchtests/acos-inputs: Add more inputs.
19517         * benchtests/asin-inputs: Likewise.
19519 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19521         [BZ #16375]
19522         * manual/arith.texi: Fix spelling.
19523         * manual/charset.texi: Likewise.
19524         * manual/errno.texi: Likewise.
19525         * manual/filesys.texi: Likewise.
19526         * manual/lang.texi: Likewise.
19527         * manual/llio.texi: Likewise.
19528         * manual/locale.texi: Likewise.
19529         * manual/message.texi: Likewise.
19530         * manual/resource.texi: Likewise.
19531         * manual/search.texi: Likewise.
19532         * manual/setjmp.texi: Likewise.
19533         * manual/stdio.texi: Likewise.
19534         * manual/string.texi: Likewise.
19535         * manual/sysinfo.texi: Likewise.
19536         * manual/time.texi: Likewise.
19538 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19540         * po/sl.po: New file.
19542 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19544         * .gitignore: Add core/.gdbinit/.gdb_history.
19546 2013-12-27  Allan McRae  <allan@archlinux.org>
19548         [BZ #16369]
19549         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19550         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19552 2013-12-24  Brooks Moses  <bmoses@google.com>
19554         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19555         all compilers that claim C++98 compliance, not just GCC.
19556         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19557         Likewise.
19559 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19561         * NEWS: Restore accidentally deleted bug-fix entries.
19563 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19564             Ondřej Bílka  <neleai@seznam.cz>
19566         [BZ #15073]
19567         * malloc/malloc.c (_int_free): Perform sanity check only if we
19568         have_lock.
19570 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19572         [BZ #12986]
19573         * manual/stdio.texi (String Input Conversions): Clarify that character
19574         classes are not supported.
19576 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19578         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19580 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19582         [BZ #16337]
19583         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19584         Calculate results for small negative arguments directly rather
19585         than using reflection formula with special underflow handling.
19587         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19588         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19589         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19590         (fchflags): Likewise.
19591         (revoke): Likewise.
19592         (setlogin): Likewise.
19593         (sigaltstack): Likewise.
19594         (wait4): Likewise.
19595         (sigblock): Remove.
19596         (sigsetmask): Likewise.
19597         (wait3): Likewise.
19598         (waitpid): Likewise.
19599         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19600         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19601         file.
19602         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19603         * sysdeps/unix/bsd/Makefile: ... here.
19604         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19605         * sysdeps/unix/bsd/Versions: ... here.
19606         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19607         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19608         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19609         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19610         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19611         * sysdeps/unix/bsd/sigblock.c: ... here.
19612         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19613         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19614         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19615         * sysdeps/unix/bsd/sigvec.c: ... here.
19616         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19617         * sysdeps/unix/bsd/tcdrain.c: ... here.
19618         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19619         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19620         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19621         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19622         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19623         * sysdeps/unix/bsd/wait.c: ... here.
19624         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19625         * sysdeps/unix/bsd/wait3.c: ... here.
19626         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19627         * sysdeps/unix/bsd/waitpid.c: ... here.
19629 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19631         [BZ #16356]
19632         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19633         round-to-nearest for [!USE_AS_EXPM1L].
19634         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19635         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19636         more tests of exp and exp10.  Expect some exp10 tests to miss
19637         exceptions or fail in directed rounding modes.
19638         * math/auto-libm-test-out: Regenerated.
19639         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19640         (exp10_test_tonearest): New function.
19641         (exp10_towardzero_test_data): New array.
19642         (exp10_test_towardzero): New function.
19643         (exp10_downward_test_data): New array.
19644         (exp10_test_downward): New function.
19645         (exp10_upward_test_data): New array.
19646         (exp10_test_upward): New function.
19647         (main): Call the new functions.
19648         * sysdeps/i386/fpu/libm-test-ulps: Update.
19649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19651 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19653         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19654         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19655         * math/auto-libm-test-out: Regenerated.
19656         * math/libm-test.inc (acosh_test_data): Add more tests.
19657         (atanh_test_data): Likewise.
19658         (ceil_test_data): Likewise.
19659         (copysign_test_data): Likewise.
19660         * sysdeps/i386/fpu/libm-test-ulps: Update.
19661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19663         * timezone/checktab.awk: Update from tzcode 2013i.
19664         * timezone/private.h: Likewise.
19665         * timezone/scheck.c: Likewise.
19666         * timezone/tzfile.h: Likewise.
19667         * timezone/tzselect.ksh: Likewise.
19668         * timezone/zdump.c: Likewise.
19669         * timezone/zic.c: Likewise.
19671         * math/auto-libm-test-in: Add tests of cpow.
19672         * math/auto-libm-test-out: Regenerated.
19673         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19674         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19675         mpc_cc_c.
19676         (func_calc_desc): Add mpc_cc_c union field.
19677         (test_functions): Add cpow.
19678         (special_fill_2pi): New function.
19679         (special_real_inputs): Add 2pi.
19680         (calc_generic_results): Handle mpc_cc_c.
19681         * sysdeps/i386/fpu/libm-test-ulps: Update.
19682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19684         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19685         csqrt, ctan and ctanh.
19686         * math/auto-libm-test-out: Regenerated.
19687         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19688         (TEST_COND_x86): Likewise.
19689         (ccos_test_data): Use AUTO_TESTS_c_c.
19690         (ccosh_test_data): Likewise.
19691         (cexp_test_data): Likewise.
19692         (clog_test_data): Likewise.
19693         (csqrt_test_data): Likewise.
19694         (ctan_test_data): Likewise.
19695         (ctan_tonearest_test_data): Likewise.
19696         (ctan_towardzero_test_data): Likewise.
19697         (ctan_downward_test_data): Likewise.
19698         (ctan_upward_test_data): Likewise.
19699         (ctanh_test_data): Likewise.
19700         (ctanh_tonearest_test_data): Likewise.
19701         (ctanh_towardzero_test_data): Likewise.
19702         (ctanh_downward_test_data): Likewise.
19703         (ctanh_upward_test_data): Likewise.
19704         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19705         mpc_c_c.
19706         (func_calc_desc): Add mpc_c_c union field.
19707         (FUNC_mpc_c_c): New macro.
19708         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19709         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19710         ctanh.
19711         (special_fill_min_subnorm_p120): New function.
19712         (special_real_inputs): Add min_subnorm_p120.
19713         (calc_generic_results): Handle mpc_c_c.
19714         * sysdeps/i386/fpu/libm-test-ulps: Update.
19715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19717 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19719         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19720         (do_sin_slow): New functions.
19721         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19722         (cslow2, csloww1, csloww2): Use the new functions.
19724         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19725         Use M to change sign of result instead of X.  Assume X is
19726         positive.
19727         (csloww1): Likewise.
19728         (__sin): Adjust.
19729         (__cos): Adjust.
19731         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19732         arguments A and DA.
19733         (__sin): Adjust.
19734         (__cos): Likewise.
19736         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19737         (__cos): Likewise.
19738         (sloww1): Don't adjust sign of DX.
19739         (csloww1): Likewise.
19740         (sloww2): Use X directly and don't adjust sign of DX.
19741         (csloww2): Likewise.
19743 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19745         * math/auto-libm-test-in: Add tests of cabs and carg.
19746         * math/auto-libm-test-out: Regenerated.
19747         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19748         (carg_test_data): Likewise.
19749         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19750         mpc_c_f.
19751         (func_calc_desc): Add mpc_c_f union field.
19752         (test_functions): Add cabs and carg.
19753         (calc_generic_results): Handle mpc_c_f.
19755         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19756         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19757         as a macro and a compat symbol.
19758         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19759         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19760         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19761         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19762         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19763         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19764         not use .hidden.
19765         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19766         Likewise.
19767         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19768         Likewise.
19769         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19770         Likewise.
19771         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19772         Likewise.
19773         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19774         Likewise.
19775         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19776         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19777         from GLIBC_2.3.2.
19779 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19781         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19783 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19785         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19786         trailing whitespace removed.
19787         * scripts/config.guess: Update to version 2013-11-29.
19788         * scripts/config.sub: Update to version 2013-10-01.
19790         * math/auto-libm-test-in: Add tests of sincos.
19791         * math/auto-libm-test-out: Regenerated.
19792         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19793         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19794         mpfr_f_11.
19795         (func_calc_desc): Add mpfr_f_11 union field.
19796         (test_functions): Add sincos.
19797         (calc_generic_results): Handle mpfr_f_11.
19798         * sysdeps/i386/fpu/libm-test-ulps: Update.
19799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19801 2013-12-19  Andreas Schwab  <schwab@suse.de>
19803         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19804         CALL_MCOUNT.
19805         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19806         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19807         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19809 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19811         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19812         * sysdeps/i386/fpu/libm-test-ulps: Update.
19813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19815         [BZ #16293]
19816         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19817         round-to-nearest mode when using frndint.
19818         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19819         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19820         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19821         Likewise.
19822         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19823         sinh test to fail.
19824         * math/auto-libm-test-out: Regenerated.
19825         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19826         (TEST_COND_x86): Likewise.
19827         (expm1_tonearest_test_data): New array.
19828         (expm1_test_tonearest): New function.
19829         (expm1_towardzero_test_data): New array.
19830         (expm1_test_towardzero): New function.
19831         (expm1_downward_test_data): New array.
19832         (expm1_test_downward): New function.
19833         (expm1_upward_test_data): New array.
19834         (expm1_test_upward): New function.
19835         (main): Run the new test functions.
19836         * sysdeps/i386/fpu/libm-test-ulps: Update.
19837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19839         * include/features.h: Update comment documenting feature test
19840         macros.  Mention _DEFAULT_SOURCE in comment.
19841         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19842         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19843         _BSD_SOURCE and _SVID_SOURCE.
19844         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19845         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19846         !_SVID_SOURCE]: Likewise.
19847         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19848         (__USE_POSIX_IMPLICITLY): Define.
19849         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19850         (_POSIX_SOURCE): Undefine and redefine.
19851         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19852         (_POSIX_C_SOURCE): Likewise.
19853         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19854         (Feature Test Macros): Update documentation of default features.
19856 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19858         * benchtests/Makefile: Add bench-strtok.
19859         * benchtests/bench-strtok.c: New file: strtok benchtest.
19861 2013-12-19  Allan McRae  <allan@archlinux.org>
19863         * manual/install.texi: Suppress menu for plain text output.
19864         * INSTALL: Regenerated.
19866 2013-12-18  Brooks Moses  <bmoses@google.com>
19868         [BZ #15846]
19869         * misc/getauxval.c: Include errno.h.
19870         (__getauxval): Set errno to ENOENT if the requested type is not
19871         found.
19872         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19873         don't declare with __attribute_const__.
19874         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19875         * manual/startup.texi: Document that getauxval sets errno.
19877 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19879         * math/auto-libm-test-in: Add tests of jn and yn.
19880         * math/auto-libm-test-out: Regenerated.
19881         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19882         (yn_test_data): Likewise.
19883         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19884         mpfr_if_f.
19885         (func_calc_desc): Add mpfr_if_f union field.
19886         (FUNC_mpfr_if_f): New macro.
19887         (test_functions): Add jn and yn.
19888         (calc_generic_results): Assert type of second input for
19889         mpfr_ff_f.  Handle mpfr_if_f.
19890         (output_for_one_input_case): Disable all checking for arguments
19891         fitting floating-point types in case of an integer argument.
19892         * sysdeps/i386/fpu/libm-test-ulps: Update.
19893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19896         Don't expect fegetround reference in libm.so.
19898 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19900         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19901         $(config-cflags-nofma).
19903 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19905         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19906         * math/auto-libm-test-out: Regenerated.
19908         [BZ #16338]
19909         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19910         to determine exponent and adjust argument to have exponent of -1.
19911         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19912         log2.
19913         * math/auto-libm-test-out: Regenerated.
19914         * sysdeps/i386/fpu/libm-test-ulps: Update.
19915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19917 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19919         * manual/probes.texi: Remove cases when per-thread arenas are
19920         disabled.
19922 2013-12-18  Andreas Schwab  <schwab@suse.de>
19924         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19925         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19926         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19927         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19928         * sysdeps/i386/i686/multiarch/Makefile: Update.
19929         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19931 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19933         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19934         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19936 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19938         [BZ #15968]
19939         Support TZ transition times < 00:00:00.
19940         This is needed for version-3 tz-format files; it supports time
19941         stamps past 2037 for America/Godthab (the only entry in the tz
19942         database for which this change is relevant).
19943         * manual/time.texi (TZ Variable): Document transition times
19944         from -167:59:59 through -00:00:01.
19945         * time/tzset.c (tz_rule): Time of day is now signed.
19946         (__tzset_parse_tz): Parse negative time of day.
19948         Document TZ transition times >= 25:00:00.
19949         * manual/time.texi (TZ Variable): Document transition times from
19950         25:00:00 through 167:59:59.  These are already supported, and this
19951         support will help with version-3 tz-format files.
19953         * manual/time.texi (TZ Variable): Modernize North America example
19954         to reflect current (i.e., 2007-and-later) daylight saving rules.
19956         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19958 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19960         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19961         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19962         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19963         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19964         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19965         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19966         * sysdeps/unix/bsd/clock.c: Likewise.
19967         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19968         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19969         * sysdeps/unix/bsd/init-posix.c: Likewise.
19970         * sysdeps/unix/bsd/poll.c: Likewise.
19971         * sysdeps/unix/bsd/ptsname.c: Likewise.
19972         * sysdeps/unix/bsd/seekdir.c: Likewise.
19973         * sysdeps/unix/bsd/setegid.c: Likewise.
19974         * sysdeps/unix/bsd/seteuid.c: Likewise.
19975         * sysdeps/unix/bsd/setgid.c: Likewise.
19976         * sysdeps/unix/bsd/setrgid.c: Likewise.
19977         * sysdeps/unix/bsd/setruid.c: Likewise.
19978         * sysdeps/unix/bsd/setsid.c: Likewise.
19979         * sysdeps/unix/bsd/setuid.c: Likewise.
19980         * sysdeps/unix/bsd/sigaction.c: Likewise.
19981         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19982         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19983         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19984         * sysdeps/unix/bsd/telldir.c: Likewise.
19985         * sysdeps/unix/bsd/times.c: Likewise.
19986         * sysdeps/unix/bsd/usleep.c: Likewise.
19988         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19989         ($(objpfx)libbsd-compat.a): Remove rule.
19991         * include/features.h (__FAVOR_BSD): Do not define.
19992         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19993         features conflicting with POSIX.
19994         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19995         (_BSD_SOURCE): Remove description of not being a subset of other
19996         feature test macros.
19997         * manual/job.texi (getpgrp): Do not document BSD version.
19998         (getpgid): Do not document by reference to BSD getpgrp.
19999         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20000         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20001         * signal/signal.h [__FAVOR_BSD]: Likewise.
20002         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20003         instead of making contents conditional on [__FAVOR_BSD].
20004         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20006 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20008         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20010 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20012         [BZ #16314]
20013         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20014         values below 2**-450, not 2**-500.
20015         * math/auto-libm-test-in: Don't allow spurious underflow from
20016         hypot.
20017         * math/auto-libm-test-out: Regenerated.
20019         [BZ #16316]
20020         [BZ #16330]
20021         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20022         values of ha and hb and sort them after adjusting subnormal
20023         arguments.
20024         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20025         Likewise.
20026         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20027         values of ea and eb and sort them after adjusting subnormal
20028         arguments.
20029         * math/auto-libm-test-in: Do not expect some hypot tests of
20030         subnormals to fail.  Add more hypot tests.
20031         * math/auto-libm-test-out: Regenerated.
20033 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20035         [BZ #13304]
20036         * sysdeps/sh/s_fma.c: New file.
20037         * sysdeps/sh/s_fmaf.c: New file.
20038         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20039         version.
20040         * sysdeps/sh/Implies: Add sh/soft-fp.
20042 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20044         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20045         level of indirection to members `objname', `errstring', `malloced'.
20046         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20047         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20048         it as the __longjmp argument (just pass 1 instead).
20049         (_dl_catch_error): Initialize C with argument pointers and address of
20050         volatile local ERRCODE rather than copying values out of C at return.
20052 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20054         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20055         * math/auto-libm-test-out: Regenerated.
20056         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20057         (hypot_test_data): Likewise.
20058         (pow_test_data): Likewise.
20059         (pow_tonearest_test_data): Likewise.
20060         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20061         mpfr_ff_f.
20062         (func_calc_desc): Add mpfr_ff_f union field.
20063         (FUNC_mpfr_ff_f): New macro.
20064         (test_functions): Add atan2, hypot and pow.
20065         (special_fill_min): New function.
20066         (special_fill_minus_min): Likewise.
20067         (special_fill_min_subnorm): Likewise.
20068         (special_fill_minus_min_subnorm): Likewise.
20069         (special_real_inputs): Add min, -min, min_subnorm and
20070         -min_subnorm.
20071         (calc_generic_results): Handle mpfr_ff_f.
20072         * sysdeps/i386/fpu/libm-test-ulps: Update.
20073         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20075 2013-12-16  Will Newton  <will.newton@linaro.org>
20077         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20078         (Aligned Memory Blocks): Add documentation for aligned_alloc
20079         and suggest it as an alternative to posix_memalign.
20080         (Hooks for Malloc): Document __memalign_hook is also called
20081         for aligned_alloc.  (Summary of Malloc): Add summary for
20082         aligned alloc.  Document __memalign_hook is also called
20083         for aligned_alloc.
20085 2013-12-16  Will Newton  <will.newton@linaro.org>
20087         * manual/memory.texi (Malloc Examples): Clarify default
20088         alignment documentation.  Suggest posix_memalign rather
20089         than memalign or valloc.
20090         (Aligned Memory Blocks): Remove suggestion to use memalign
20091         or valloc.  Remove obsolete comment about BSD.
20092         Document memalign errno values and mark the function obsolete.
20093         Document posix_memalign returned error codes.  Mark valloc
20094         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20095         called for posix_memalign and valloc.
20096         (Summary of Malloc): Add posix_memalign to function summary.
20097         __memalign_hook is also called for posix_memalign and valloc.
20099 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20101         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20102         TAYLOR_SIN.
20103         (__sin): Adjust.
20104         (__cos): Likewise.
20105         (sloww): Use mynumber union.  Expand ternary operator into
20106         if-else statements.
20107         (cslow): use mynumber union.
20109 2013-12-16  Allan McRae  <allan@archlinux.org>
20111         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20112         * configure: Regenerated.
20114         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20116         [BZ #14120]
20117         * configure.ac: Added --enable-maintainer-mode. Check for
20118         autoconf when enabled.
20119         * configure: Regenerated.
20121         * nscd/nscd.service: New file.
20122         * nscd/nscd.tmpfiles: New file.
20124 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20126         [BZ #12100]
20127         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20128         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20129         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20130         (strstr): Add __strstr_sse2_unaligned ifunc.
20131         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20132         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20133         (strcasestr): Remove __strcasestr_sse42 ifunc.
20134         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20135         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20136         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20138 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20140         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20141         * sysdeps/sh/bits/fenv.h: ... here.
20142         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20144 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20146         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20148         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20149         hypotf multiarch implementations.
20150         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20151         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20152         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20153         multiarch hypot for PPC64.
20154         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20155         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20156         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20157         multiarch hypotf for PPC64.
20159         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20160         modff multiarch implementations.
20161         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20163         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20164         multiarch modf for PPC64.
20165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20168         multiarch modff for PPC64.
20170         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20171         and logl multiarch implementations.
20172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20175         multiarch logb for PPC64.
20176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20179         multiarch logb for PPC64.
20180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20183         multiarch logb for PPC64.
20185         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20186         isinff multiarch implementation.
20187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20188         file.
20189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20191         multiarch isinf for PPC64.
20192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20193         file.
20194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20195         multiarch isinff for PPC64.
20197         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20198         finitef multiarch implementation.
20199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20200         file.
20201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20203         multiarch finite for PPC64.
20204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20205         file.
20206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20207         multiarch finitef for PPC64.
20209         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20210         lrint multiarch implementation.
20211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20212         file.
20213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20215         multiarch llrint for PPC64.
20216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20217         multiarch lrint for PPC64.
20219         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20220         copysignf multiarch implementation.
20221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20222         file.
20223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20224         file.
20225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20226         multiarch copysign for PPC64.
20227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20228         multiarch copysignf for PPC64.
20230         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20231         multiarch implementation.
20232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20233         file.
20234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20235         file.
20236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20237         file.
20238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20239         file.
20240         multiarch llround for PPC64.
20241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20242         multiarch trunc for PPC64.
20243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20244         multiarch truncf for PPC64.
20246         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20247         multiarch implementation.
20248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20249         file.
20250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20251         file.
20252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20253         file.
20254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20255         file.
20256         multiarch llround for PPC64.
20257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20258         multiarch round for PPC64.
20259         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20260         multiarch roundf for PPC64.
20262         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20263         multiarch implementation.
20264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20265         file.
20266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20267         file.
20268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20269         file.
20270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20271         file.
20272         multiarch llround for PPC64.
20273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20274         multiarch floor for PPC64.
20275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20276         multiarch floorf for PPC64.
20278         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20279         multiarch implementation.
20280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20281         file.
20282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20283         file.
20284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20285         file.
20286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20287         file.
20288         multiarch llround for PPC64.
20289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20290         multiarch ceil for PPC64.
20291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20292         multiarch ceilf for PPC64.
20294         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20295         multiarch implementation.
20296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20297         file.
20298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20299         file.
20300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20301         file.
20302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20303         multiarch llround for PPC64.
20304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20305         multiarch lround for PPC64.
20307         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20308         multiarch implementation.
20309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20312         file.
20313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20316         multiarch isnan for PPC64.
20317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20318         multiarch isnanf for PPC64.
20320         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20321         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20322         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20323         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20324         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20327         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20328         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20329         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20330         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20332         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20333         multiarch implementations.
20334         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20335         (__libc_ifunc_impl_list): Likewise.
20336         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20337         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20338         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20339         multiarch stpcpy for PPC64.
20341         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20342         multiarch implementations.
20343         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20344         (__libc_ifunc_impl_list): Likewise.
20345         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20346         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20347         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20348         multiarch strcpy for PPC64.
20350         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20351         redefine function name.
20352         (_wordcopy_fwd_dest_aligned): Likewise.
20353         (_wordcopy_bwd_aligned): Likewise.
20354         (_wordcopy_bwd_dest_aligned): Likewise.
20355         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20356         multiarch implementations.
20357         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20358         (__libc_ifunc_impl_list): Likewise.
20359         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20360         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20361         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20362         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20363         multiarch wcscpy for PPC64.
20365         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20366         multiarch implementations.
20367         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20368         (__libc_ifunc_impl_list): Likewise.
20369         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20370         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20371         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20372         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20373         multiarch wcscpy for PPC64.
20375         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20376         multiarch implementations.
20377         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20378         (__libc_ifunc_impl_list): Likewise.
20379         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20380         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20381         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20382         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20383         multiarch wcsrchr for PPC64.
20385         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20386         multiarch implementations.
20387         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20388         (__libc_ifunc_impl_list): Likewise.
20389         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20390         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20391         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20392         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20393         multiarch wcschr for PPC64.
20395         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20396         multiarch implementations.
20397         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20398         (__libc_ifunc_impl_list): Likewise.
20399         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20400         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20401         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20402         multiarch strchrnul for PPC64.
20404         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20405         implementations.
20406         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20407         (__libc_ifunc_impl_list): Likewise.
20408         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20409         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20410         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20411         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20412         strchr for PPC64.
20414         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20415         implementations.
20416         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20417         (__libc_ifunc_impl_list): Likewise.
20418         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20419         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20420         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20421         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20422         strncmp for PPC64.
20424         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20425         multiarch implementations.
20426         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20427         (__libc_ifunc_impl_list): Likewise.
20428         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20429         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20430         strncasecmp for PPC64.
20431         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20432         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20433         multiarch strncasecmp_l for PPC64.
20435         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20436         multiarch implementations.
20437         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20438         (__libc_ifunc_impl_list): Likewise.
20439         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20440         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20441         multiarch strcasecmp for PPC64.
20442         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20443         file.
20444         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20445         multiarch strcasecmp_l for PPC64.
20447         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20448         implementations.
20449         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20450         (__libc_ifunc_impl_list): Likewise.
20451         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20452         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20453         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20454         strnlen for PPC64.
20456         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20457         implementations.
20458         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20459         (__libc_ifunc_impl_list): Likewise.
20460         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20461         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20462         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20463         strlen for PPC64.
20465         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20466         implementations.
20467         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20468         (__libc_ifunc_impl_list): Likewise.
20469         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20470         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20471         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20472         rawmemrchr for PPC64.
20474         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20475         implementation.
20476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20477         (__libc_ifunc_impl_list): Likewise.
20478         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20479         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20480         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20481         memrchr for PPC64.
20483         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20484         implementation.
20485         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20486         (__libc_ifunc_impl_list): Likewise.
20487         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20488         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20489         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20490         memchr for PPC64.
20492         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20493         implementation.
20494         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20495         (__libc_ifunc_impl_list): Likewise.
20496         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20497         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20498         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20499         mempcpy for PPC64.
20501         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20502         avoid cretion of __bzero symbol.
20503         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20504         Likewise.
20505         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20506         Likewise.
20507         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20508         Likewise.
20509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20510         multiarch implementations.
20511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20512         (__libc_ifunc_impl_list): Likewise.
20513         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20514         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20515         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20516         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20517         bzero for PPC32.
20518         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20519         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20520         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20521         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20522         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20523         memset for PPC64.
20524         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20526         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20527         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20528         implementations.
20529         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20530         (__libc_ifunc_impl_list): Likewise.
20531         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20532         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20533         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20534         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20535         memcmp for PPC64.
20537         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20538         multiarch for POWER/PPC64.
20539         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20540         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20541         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20542         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20543         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20544         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20545         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20546         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20547         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20548         memcpy for PPC64.
20550         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20551         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20552         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20553         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20554         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20555         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20556         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20557         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20558         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20559         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20560         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20561         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20562         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20563         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20564         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20573 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20575         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20577 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20579         * benchtests/Makefile (bench): Add exp2 and log2.
20580         (LDLIBS-bench-exp2): Add -lm.
20581         (LDLIBS-bench-log2): Likewise.
20582         * benchtests/exp2-inputs: New inputs file.
20583         * benchtests/log2-inputs: New inputs file.
20584         * benchtests/log-inputs: Add new inputs.
20585         * benchtests/tan-inputs: Likewise.
20587 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20589         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20590         definition...
20591         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20592         (csloww2): ... from here.
20594         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20595         instead of structures.
20596         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20597         (POLYNOMIAL): Likewise.
20598         (TAYLOR_SLOW): Likewise.
20599         (__sin): Likewise.
20600         (__cos): Likewise.
20601         (slow1): Likewise.
20602         (slow2): Likewise.
20603         (sloww): Likewise.
20604         (sloww1); Likewise.
20605         (sloww2): Likewise.
20606         (bsloww1): Likewise.
20607         (bsloww2): Likewise.
20608         (cslow2): Likewise.
20609         (csloww): Likewise.
20610         (csloww1): Likewise.
20611         (csloww2): Likewise.
20613 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20615         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20616         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20617         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20618         * malloc/hooks.c (realloc_check): Likewise.
20620         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20621         * malloc/arena.c: Remove PER_THREAD conditional.
20622         [!PER_THREAD]: Remove code.
20623         (ptmalloc_unlock_all2): Likewise.
20624         (ptmalloc_init): Likewise.
20625         (_int_new_arena): Likewise.
20626         (arena_get2): Likewise.
20627         * malloc/hooks.c (__malloc_get_state): Likewise.
20628         (__malloc_set_state): Likewise.
20629         * malloc/malloc.c: Likewise.
20630         (struct malloc_state): Likewise.
20631         (struct malloc_par): Likewise.
20632         (__libc_realloc): Likewise.
20633         (__libc_mallopt): Likewise.
20635 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20637         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20639 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20641         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20642         macro to a function.  Check for zero perturb_byte.
20643         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20645         * malloc/malloc.c: (force_reg): Remove.
20646         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20647         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20648         force_reg by atomic_forced_read.
20649         * malloc/arena.c (ptmalloc_init): Likewise.
20650         * malloc/hooks.c (top_check): Likewise.
20652 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20654         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20656 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20658         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20660 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20662         * math/auto-libm-test-in: Add tests of lgamma.
20663         * math/auto-libm-test-out: Regenerated.
20664         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20665         (M_LOG_2_SQRT_PIl): Likewise.
20666         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20667         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20668         mpfr_f_f1.
20669         (func_calc_desc): Add mpfr_f_f1 union field.
20670         (ARGS1): New macro.
20671         (ARGS2): Likewise.
20672         (ARGS3): Likewise.
20673         (ARGS4): Likewise.
20674         (RET1): Likewise.
20675         (RET2): Likewise.
20676         (CALC): Likewise.
20677         (FUNC): Likewise.
20678         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20679         (test_functions): Add lgamma.
20680         (calc_generic_results): Handle mpfr_f_f1.
20681         * sysdeps/i386/fpu/libm-test-ulps: Update.
20682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20684 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20686         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20687         __mpn_add_n for PowerPC64/POWER7.
20688         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20689         __mpn_sub_n for PowerPC64/POWER7.
20691         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20692         __mpn_addmul_1 for PowerPC64.
20693         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20694         __mpn_submul_1 for PowerPC64.
20695         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20696         for PowerPC64.
20697         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20698         for PowerPC64.
20700 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20702         [BZ #15089]
20703         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20705 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20707         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20709         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20710         add multiarch folders.
20711         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20712         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20713         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20714         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20715         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20716         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20717         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20718         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20719         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20720         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20721         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20730         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20732         New file.
20733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20734         New file.
20735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20736         multiarch __ieee754_hypot for PowerPC32.
20737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20738         New file.
20739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20740         New file.
20741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20742         multiarch __ieee754_hypotf for PowerPC32.
20744         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20745         long_double_symbol only if __logbl is defined.
20746         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20747         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20748         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20749         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20750         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20751         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20752         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20753         path for implementation.
20754         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20755         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20757         logb, and logbl multiarch implementations for PowerPC32.
20758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20759         file.
20760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20761         file.
20762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20763         multiarch logb for PowerPC32.
20764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20765         file.
20766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20767         file.
20768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20769         multiarch logbf for PowerPC32.
20770         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20772         file.
20773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20774         multiarch logbl implementation for PowerPC32.
20776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20777         and modff multiarch implementations.
20778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20779         New file.
20780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20781         New file.
20782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20783         multiarch modf for PowerPC32.
20784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20785         New file.
20786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20787         New file.
20788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20789         multiarch modff for PowerPC32.
20791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20792         and lrintf multiarch implementations.
20793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20794         New file.
20795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20796         New file.
20797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20798         multiarch lrint for PowerPC32.
20799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20800         file: multiarch lrintf for PowerPC32.
20802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20803         and lroundf multiarch implementations.
20804         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20805         New file.
20806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20807         New file.
20808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20809         New file.
20810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20811         multiarch lround for PowerPC32.
20812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20813         file: multiarch lroundf for PowerPC32.
20815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20816         copysign and copysignf multiarch implementations.
20817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20818         New file.
20819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20820         New file.
20821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20822         file: multiarch copysign for PowerPC32.
20823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20824         file: multiarch copysignf for PowerPC32.
20826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20827         and truncf multiarch implementations.
20828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20829         New file.
20830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20831         file.
20832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20833         multiarch trunc for PowerPC32.
20834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20835         New file.
20836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20837         New file.
20838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20839         multiarch truncf for PowerPC32.
20841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20842         and roundf multiarch implementations.
20843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20844         New file.
20845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20846         file.
20847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20848         multiarch round for PowerPC32.
20849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20850         New file.
20851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20852         New file.
20853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20854         multiarch roundf for PowerPC32.
20856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20857         and floorf multiarch implementations.
20858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20859         New file.
20860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20861         file.
20862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20863         multiarch floor for PowerPC32.
20864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20865         New file.
20866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20867         New file.
20868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20869         multiarch floorf for PowerPC32.
20871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20872         and ceilf multiarch implementations.
20873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20874         New file.
20875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20876         file.
20877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20878         multiarch ceil for PowerPC32.
20879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20880         New file.
20881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20882         file.
20883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20884         multiarch ceilf for PowerPC32.
20886         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20887         is defined.
20888         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20889         FINITEF is defined.
20890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20891         and finitef multiarch implementations.
20892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20893         New file.
20894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20895         file.
20896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20897         multiarch finite for PowerPC32.
20898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20899         New file.
20900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20901         file: multiarch finitef for PowerPC32.
20903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20904         and isinff multiarch implementations.
20905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20906         file.
20907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20908         file.
20909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20910         multiarch isinf for PowerPC32.
20911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20912         New file.
20913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20914         multiarch isinff for PowerPC32.
20916         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20917         alias when __isnan is defined.
20918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20919         and isnanf multiarch implementations.
20920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20921         file.
20922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20923         file.
20924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20925         file.
20926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20927         file.
20928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20929         multiarch isnan for PowerPC32.
20930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20931         New file.
20932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20933         New file.
20934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20935         multiarch isnanf for PowerPC32.
20937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20938         and sqrtf multiarch implementations.
20939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20940         file.
20941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20942         file.
20943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20944         multiarch sqrt for PowerPC32.
20945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20946         file.
20947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20948         file.
20949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20950         multiarch sqrtf for PowerPC32.
20952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20953         and llroundf multiarch implementations.
20954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20955         New file.
20956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20957         New file.
20958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20959         New file.
20960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20961         file: multiarch llround for PowerPC32.
20962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20963         file: multiarch llroundf for PowerPC32.
20965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20966         multiarch PowerPC32 fpu implementations.
20967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20968         New file.
20969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20970         New file.
20971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20972         multiarch llrint for PowerPC32.
20973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20974         New file.
20975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20976         New file.
20977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20978         file.
20980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20982         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20983         file.
20984         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20985         file.
20986         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20987         file.
20988         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20989         multiarch wordcopy for PPC32.
20990         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20991         wordcopy objects.
20992         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20993         (__libc_ifunc_impl_list): Likewise.
20994         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20995         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20996         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20997         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20998         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20999         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21001         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21002         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21003         file.
21004         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21005         file.
21006         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21007         file.
21008         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21009         multiarch wcscpy for PPC32.
21010         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21011         multiarch objects.
21012         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21013         (__libc_ifunc_impl_list): Likewise.
21014         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21015         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21016         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21017         sysdeps/powerpc/power6/wcscpy.c.
21019         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21020         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21021         file.
21022         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21023         file.
21024         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21025         file.
21026         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21027         multiarch wcsrchr for PPC32.
21028         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21029         multiarch objects.
21030         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21031         (__libc_ifunc_impl_list): Likewise.
21032         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21033         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21034         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21035         sysdeps/powerpc/power6/wcsrchr.c.
21037         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21038         file.
21039         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21040         file.
21041         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21042         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21043         multiarch wcschr for PPc32.
21044         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21045         multiarch objects.
21046         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21047         (__libc_ifunc_impl_list): Likewise.
21048         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21049         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21050         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21051         sysdeps/powerpc/power6/wcschr.c.
21053         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21054         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21055         file.
21056         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21057         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21058         file: multiarch strchr for PPC32.
21059         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21060         multiarch objects.
21061         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21062         (__libc_ifunc_impl_list): Likewise.
21064         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21065         name.
21066         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21067         file.
21068         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21069         file.
21070         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21071         multiarch strchrnul for PPC32.
21072         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21073         multiarch objects.
21074         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21075         (__libc_ifunc_impl_list): Likewise.
21077         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21078         file.
21079         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21080         multiarch strncasecmp for PPC32.
21081         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21082         file.
21083         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21084         multiarch strncasecmp_l for PPC32.
21085         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21086         strncasecmp multiarch objects.
21087         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21088         (__libc_ifunc_impl_list): Likewise.
21090         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21091         file.
21092         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21093         multiarch strncasecmp for PPC32.
21094         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21095         New file.
21096         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21097         multiarch strcasecmp_l for PPC32.
21098         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21099         multiarch objects.
21100         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21101         (__libc_ifunc_impl_list): Likewise.
21103         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21104         file.
21105         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21106         file.
21107         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21108         multiarch strncmp for PPC32.
21109         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21110         multiarch objects.
21111         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21112         (__libc_ifunc_impl_list): Likewise.
21114         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21115         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21116         file.
21117         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21118         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21119         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21120         multiarch objects.
21121         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21122         (__libc_ifunc_impl_list): Likewise.
21124         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21125         file.
21126         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21127         file.
21128         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21129         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21130         multiarch objects.
21131         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21132         (__libc_ifunc_impl_list): Likewise.
21134         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21135         file.
21136         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21137         file.
21138         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21139         multiarch rawmemchr for PPC32.
21140         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21141         multiarch objects.
21142         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21143         (__libc_ifunc_impl_list): Likewise.
21145         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21146         file.
21147         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21148         file.
21149         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21150         file: memrchr multiarch for PPC32.
21151         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21152         multiarch objects.
21153         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21154         (__libc_ifunc_impl_list): Likewise.
21156         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21157         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21158         file.
21159         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21160         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21161         multiarch memchr for PPC32.
21162         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21163         multiarch objects.
21164         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21165         (__libc_ifunc_impl_list): Likewise.
21167         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21168         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21169         file.
21170         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21171         file.
21172         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21173         file: multiarch mempcpy for PPC32.
21174         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21175         multiarch objects.
21176         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21177         (__libc_ifunc_impl_list): Likewise.
21179         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21180         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21181         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21182         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21183         multiarch bzero for PPC32.
21184         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21185         file.
21186         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21187         file.
21188         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21189         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21190         file: multiarch memset for PPC32.
21191         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21192         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21193         memset multiarch objects.
21194         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21195         (__libc_ifunc_impl_list): Likewise.
21197         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21198         file.
21199         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21200         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21201         memcmp for PPC32.
21202         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21203         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21204         multiarch objects.
21205         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21206         (__libc_ifunc_impl_list): Likewise.
21208         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21209         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21210         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21211         file.
21212         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21213         file.
21214         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21215         file.
21216         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21217         multiarch memcpy for PPC32.
21218         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21219         multiarch objects.
21220         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21221         (__libc_ifunc_impl_list): Likewise.
21223         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21224         support multiarch for POWER/PPC32.
21225         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21226         Likewise.
21227         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21229         Implies file to make multiarch folder appers before the fpu and
21230         default folder for power4 configuration.
21232 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21234         * scripts/bench.pl: Append volatile keyword to type.
21236 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21238         * sysdeps/sh/sotruss-lib.c: New file.
21239         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21241 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21243         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21245 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21247         [BZ #6810]
21248         * math/w_tgamma.c: Include <errno.h>.
21249         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21250         * math/w_tgammaf.c: Include <errno.h>.
21251         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21252         * math/w_tgammal.c: Include <errno.h>.
21253         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21254         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21255         underflow.  Add more tgamma tests.
21256         * math/auto-libm-test-out: Regenerated.
21257         * sysdeps/i386/fpu/libm-test-ulps: Update.
21258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21260         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21261         sin, sinh, tan, tanh, tgamma, y0 and y1.
21262         * math/auto-libm-test-out: Regenerated.
21263         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21264         (TEST_COND_x86): Likewise.
21265         (M_E2l): Remove macro.
21266         (M_E3l): Likewise.
21267         (M_2_SQRT_PIl): Likewise.
21268         (M_SQRT_PIl): Likewise.
21269         (M_1_DIV_El): Likewise.
21270         (log_test_data): Use AUTO_TESTS_f_f.
21271         (log10_test_data): Likewise.
21272         (log1p_test_data): Likewise.
21273         (log2_test_data): Likewise.
21274         (sin_test_data): Likewise.
21275         (sin_tonearest_test_data): Likewise.
21276         (sin_towardzero_test_data): Likewise.
21277         (sin_downward_test_data): Likewise.
21278         (sin_upward_test_data): Likewise.
21279         (sinh_test_data): Likewise.
21280         (sinh_tonearest_test_data): Likewise.
21281         (sinh_towardzero_test_data): Likewise.
21282         (sinh_downward_test_data): Likewise.
21283         (sinh_upward_test_data): Likewise.
21284         (tan_test_data): Likewise.
21285         (tan_tonearest_test_data): Likewise.
21286         (tan_towardzero_test_data): Likewise.
21287         (tan_downward_test_data): Likewise.
21288         (tan_upward_test_data): Likewise.
21289         (tanh_test_data): Likewise.
21290         (tgamma_test_data): Likewise.
21291         (y0_test_data): Likewise.
21292         (y1_test_data): Likewise.
21293         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21294         (special_real_inputs): Add pi/4.
21295         * sysdeps/i386/fpu/libm-test-ulps: Update.
21296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21298 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21300         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21301         "longjmp_target" static probes.
21302         (__longjmp): Rename to __longjmp_symbol.
21303         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21304         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21305         on which longjmp to generate.
21306         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21307         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21308         probe.
21309         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21310         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21311         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21312         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21313         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21314         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21316         __longjmp_symbol based on which __longjmp to generate.
21317         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21318         probe.
21319         (setjmp): Rename to setjmp_symbol.
21320         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21321         (_setjmp): Rename to _setjmp_symbol.
21322         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21323         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21324         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21325         which setjmp to generate.
21326         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21327         "longjmp_target" static probes.
21329 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21331         * benchtests/README: Add note about output arguments.
21332         * benchtests/bench-sincos.c: Remove file.
21333         * benchtests/sincos-inputs: New file.
21334         * scripts/bench.pl: Identify output arguments and define
21335         static variables for them.
21337         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21339         [BZ #15941]
21340         * Makefile (INSTALL): Add install-plain.texi as the primary
21341         dependency.
21342         * manual/install-plain.texi: New file.
21343         * manual/install.texi: Include node directive only for
21344         non-plaintext output.
21346 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21348         * stdlib/longlong.h: Update from GCC.
21350         [BZ #6807]
21351         [BZ #15901]
21352         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21353         * math/w_j0f.c (y0f): Likewise.
21354         * math/w_j0l.c (__y0l): Likewise.
21355         * math/w_j1.c (y1): Likewise.
21356         * math/w_j1f.c (y1f): Likewise.
21357         * math/w_j1l.c (__y1l): Likewise
21358         * math/w_jn.c (yn): Likewise.
21359         * math/w_jnf.c (ynf): Likewise.
21360         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21361         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21362         value for Bessel function domain errors outside _SVID_ mode.
21363         Adjust sign of return value for yn (negative integer, 0).
21364         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21365         by zero in return for negative x and set sign appropriately for
21366         negative n.
21367         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21368         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21369         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21370         expectations in error cases.
21371         (y1_test_data): Likewise.
21372         (yn_test_data): Likewise.
21373         * sysdeps/i386/fpu/libm-test-ulps: Update.
21374         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21376 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21378         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21379         "64" to "64-v1".  Add "64-v2".
21380         (abi-64-options): Rename to ...
21381         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21382         (abi-64-condition): Rename to ...
21383         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21384         (abi-64-ld-soname): Rename to ...
21385         (abi-64-v1-ld-soname): ... this.
21386         (abi-64-v2-options): Define.
21387         (abi-64-v2-condition): Likewise.
21388         (abi-64-v2-ld-soname): Likewise.
21389         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21390         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21395 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21396             Alan Modra  <amodra@gmail.com>
21398         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21399         New versions for use with the ELFv2 ABI.
21400         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21401         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21402         declaration.
21403         (struct La_ppc64v2_retval): Likewise.
21404         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21405         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21406         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21407         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21408         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21409         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21410         Do not save or restore CR.
21411         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21412         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21413         return values for ELFv2 ABI.  Fix location of FPR return registers.
21414         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21415         updated values for _CALL_ELF == 2.
21416         (La_regs, La_retval, int_retval): Likewise.
21418 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21420         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21421         (FRAME_MIN_SIZE_PARM): Likewise.
21422         (FRAME_BACKCHAIN): Likewise.
21423         (FRAME_CR_SAVE): Likewise.
21424         (FRAME_LR_SAVE): Likewise.
21425         (FRAME_TOC_SAVE): Likewise.
21426         (FRAME_PARM_SAVE): Likewise.
21427         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21428         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21429         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21430         (call_mcount_parm_offset): New macro.
21431         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21432         (PROF): Use symbolic stack frame offsets.
21433         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21434         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21435         Redefine in terms of FRAME_MIN_SIZE.
21436         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21437         (_dl_profile_resolve): Likewise.  Update comment.
21438         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21439         symbols stack frame offsets.
21440         (__sigsetjmp): Likewise.
21441         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21442         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21443         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21444         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21447         (FRAME_BACKCHAIN): Remove.
21448         (FRAME_CR_SAVE): Likewise.
21449         (FRAME_LR_SAVE): Likewise.
21450         (FRAME_COMPILER_DW): Likewise.
21451         (FRAME_LINKER_DW): Likewise.
21452         (FRAME_TOC_SAVE): Likewise.
21453         (FRAME_PARM_SAVE): Likewise.
21454         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21455         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21456         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21458         (CHECK_SP): Use symbolic stack frame offsets.
21459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21460         zone" instead of caller's parameter save area for temp storage.
21461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21462         Likewise.  Also, use symbolic stack frame offsets.
21463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21464         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21465         our own stack frame instead of the caller's.
21466         (__socket): Use symbolic stack frame offsets.
21468 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21469             Alan Modra  <amodra@gmail.com>
21471         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21472         Define.
21473         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21474         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21475         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21476         New function.
21477         (elf_machine_fixup_plt): Call it.
21478         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21479         reloc arguments.
21480         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21481         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21482         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21483         r2 before calling target.
21485 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21486             Alan Modra  <amodra@gmail.com>
21488         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21489         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21490         versions of macros to support ELFv2 ABI.
21491         (LOCALENTRY): New macro.
21492         (ENTRY, EALIGN): Use it.
21493         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21494         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21495         fall through into ENTRY entry point.
21496         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21497         Only define if _CALL_ELF != 2.
21499         (elf_machine_matches_host): Verify ABI version matches.
21500         (RTLD_START): Use LOCALENTRY.
21501         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21502         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21503         (PLT_ENTRY_WORDS): New macro.
21504         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21505         (elf_machine_runtime_setup): Support ELFv2 ABI.
21506         (elf_machine_fixup_plt): Likewise.
21507         (elf_machine_plt_conflict): Likewise.
21508         (resolve_ifunc): Likewise.
21509         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21510         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21511         Likewise.
21512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21513         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21515         (makecontext): Support ELFv2 ABI.
21516         * elf/elf.h (EF_PPC64_ABI): Define.
21518 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21520         * sysdeps/powerpc/powerpc64/sysdep.h
21521         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21522         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21523         (ENTRY) [ASSEMBLER]: ... but instead here ...
21524         (EALIGN) [ASSEMBLER]: ... and here.
21525         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21526         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21527         (ENTRY_2) [!ASSEMBLER]: Use it.
21528         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21529         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21530         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21531         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21532         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21534         Use PPC64_LOAD_FUNCPTR.
21536         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21538 2013-12-04  Alan Modra  <amodra@gmail.com>
21540         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21541         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21542         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21543         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21545         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21546         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21547         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21548         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21549         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21550         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21552 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21555         (__makecontext): Fix incorrect CFI when backtracing out of
21556         context created via makecontext.
21557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21558         (__setcontext): Fix incorrect CFI during switch to new context.
21559         (__novec_setcontext): Likewise.
21561 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21563         [BZ #4772]
21564         * time/strptime_l.c (__strptime_internal): Allow modifiers
21565         in strptime.
21566         * time/tst-strptime.c (day_tests): Add testcase.
21568 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21570         * scripts/bench.pl: Skip over blank lines.
21572 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21574         [BZ #926]
21575         * manual/time.texi (Calendar Time): Clarify what timezone functions
21576         use.
21578 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21580         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21582 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21584         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21585         implementation.
21586         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21587         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21588         * debug/memset_chk.c (__memset_chk): Likewise.
21589         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21590         * debug/strncpy_chk.c: Likewise.
21592 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21594         [BZ #15268]
21595         [BZ #15425]
21596         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21597         (__ieee754_exp): For possibly underflowing results, check size of
21598         result and force underflow exception if required.
21599         * math/auto-libm-test-in: Add more tests of exp.
21600         * math/auto-libm-test-out: Regenerated.
21601         * sysdeps/i386/fpu/libm-test-ulps: Update.
21602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21604         [BZ #16283]
21605         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21606         * math/w_exp2f.c (__exp2f): Likewise.
21607         * math/w_exp2l.c (__exp2l): Likewise.
21608         * math/auto-libm-test-in: Do not allow missing errno on exp2
21609         underflow.
21610         * math/auto-libm-test-out: Regenerated.
21612 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21614         [BZ #16274]
21615         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21616         handle filename validation.
21617         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21618         (do_open): Delete.
21620 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21622         [BZ #6786]
21623         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21624         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21625         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21626         <float.h>.
21627         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21628         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21629         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21630         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21631         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21632         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21633         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21634         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21635         Add more erfc tests.
21636         * math/auto-libm-test-out: Regenerated.
21637         * sysdeps/i386/fpu/libm-test-ulps: Update.
21638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21640         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21641         exp2, expm1, j0 and j1.
21642         * math/auto-libm-test-out: Regenerated.
21643         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21644         (erfc_test_data): Likewise.
21645         (exp_test_data): Likewise.
21646         (exp_tonearest_test_data): Likewise.
21647         (exp_towardzero_test_data): Likewise.
21648         (exp_downward_test_data): Likewise.
21649         (exp_upward_test_data): Likewise.
21650         (exp10_test_data): Likewise.
21651         (exp2_test_data): Likewise.
21652         (expm1_test_data): Likewise.
21653         (j0_test_data): Likewise.
21654         (j1_test_data): Likewise.
21655         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21656         (input_flag_type): Add flag_xfail_rounding.
21657         (input_flags): Add xfail-rounding.
21658         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21659         (output_for_one_input_case): Handle flag_xfail_rounding.
21660         * sysdeps/i386/fpu/libm-test-ulps: Update.
21661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21663 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21665         [BZ #16289]
21666         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21667         division by 0.
21669 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21671         [BZ #16195]
21672         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21673         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21674         (STAP_PROBE0): New macro.
21675         (STAP_PROBE1): Likewise.
21676         (STAP_PROBE2): Likewise.
21677         (STAP_PROBE3): Likewise.
21678         (STAP_PROBE4): Likewise.
21680 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21682         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21684 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21686         * benchtests/Makefile (bench): Add sqrt.
21687         (LDLIBS-bench-sqrt): New.
21688         * benchtests/sqrt-input: New.
21690 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21692         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21693         (GAIH_EAI): Likewise.
21694         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21695         (gaih_inet): Likewise.
21696         (getaddrinfo): Don't use GAIH_EAI.
21698         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21699         (struct gaih): Remove definition.
21701 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21703         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21704         Use HERRNOP directly.
21706 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21708         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21710 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21712         * math/gen-auto-libm-tests.c (test_functions): Add more
21713         single-argument functions.
21714         (special_fill_pi_2): New function.
21715         (special_fill_minus_pi_2): Likewise.
21716         (special_fill_pi_6): Likewise.
21717         (special_fill_minus_pi_6): Likewise.
21718         (special_fill_pi_3): Likewise.
21719         (special_fill_2pi_3): Likewise.
21720         (special_fill_e): Likewise.
21721         (special_fill_1_e): Likewise.
21722         (special_fill_e_minus_1): Likewise.
21723         (special_real_inputs): Add more special inputs.
21724         (output_for_one_input_case): Do not require ERANGE on underflow to
21725         zero if round-to-nearest result does not underflow to zero, unless
21726         exact results required.
21727         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21728         atan, atanh, cbrt, cos and cosh.
21729         * math/auto-libm-test-out: Regenerated.
21730         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21731         (acos_tonearest_test_data): Likewise.
21732         (acos_towardzero_test_data): Likewise.
21733         (acos_downward_test_data): Likewise.
21734         (acos_upward_test_data): Likewise.
21735         (acosh_test_data): Likewise.
21736         (asin_test_data): Likewise.
21737         (asin_tonearest_test_data): Likewise.
21738         (asin_towardzero_test_data): Likewise.
21739         (asin_upward_test_data): Likewise.
21740         (asinh_test_data): Likewise.
21741         (atan_test_data): Likewise.
21742         (atanh_test_data): Likewise.
21743         (cbrt_test_data): Likewise.
21744         (cos_test_data): Likewise.
21745         (cos_tonearest_test_data): Likewise.
21746         (cos_towardzero_test_data): Likewise.
21747         (cos_downward_test_data): Likewise.
21748         (cos_upward_test_data): Likewise.
21749         (cosh_test_data): Likewise.
21750         (cosh_tonearest_test_data): Likewise.
21751         (cosh_towardzero_test_data): Likewise.
21752         (cosh_downward_test_data): Likewise.
21753         (cosh_upward_test_data): Likewise.
21754         * sysdeps/i386/fpu/libm-test-ulps: Update.
21755         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21757 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21759         [BZ #6787]
21760         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21761         * math/w_exp10f.c (__exp10f): Likewise.
21762         * math/w_exp10l.c (__exp10l): Likewise.
21763         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21764         errno settings in existing tests.
21766         [BZ #14032]
21767         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21768         precision control set to double precision.
21769         * sysdeps/i386/fpu/w_sqrt.c: New file.
21770         * math/auto-libm-test-in: Add more tests.
21771         * math/auto-libm-test-out: Update.
21773         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21774         (sqrt_test_tonearest): New function.
21775         (sqrt_towardzero_test_data): New variable.
21776         (sqrt_test_towardzero): New function.
21777         (sqrt_downward_test_data): New variable.
21778         (sqrt_test_downward): New function.
21779         (sqrt_upward_test_data): New variable.
21780         (sqrt_test_upward): New function.
21781         (main): Call the new functions.
21783         * math/gen-auto-libm-tests.c: New file.
21784         * math/auto-libm-test-in: Likewise.
21785         * math/auto-libm-test-out: New generated file.
21786         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21787         variables.
21788         (%beautify): Add generated representations of zero.
21789         (top level): Set $auto_input and call parse_auto_input.
21790         (beautify): Remove trailing "f" from hex float constants.
21791         (parse_args): Handle XFAIL_TEST.
21792         (convert_condition): New function.
21793         (or_value): Likewise.
21794         (or_cond_value): Likewise.
21795         (generate_testfile): Handle AUTO_TESTS_* lines.
21796         (parse_auto_input): New function.
21797         * math/libm-test.inc (XFAIL_TEST): New macro.
21798         (ERRNO_UNCHANGED): Update value.
21799         (ERRNO_EDOM): Likewise.
21800         (ERRNO_ERANGE): Likewise.
21801         (IGNORE_RESULT): Likewise.
21802         (TEST_COND_flt_32): New macro.
21803         (TEST_COND_dbl_64): Likewise.
21804         (TEST_COND_ldbl_96_intel): Likewise.
21805         (TEST_COND_ldbl_96_m68k): Likewise.
21806         (TEST_COND_ldbl_128): Likewise.
21807         (TEST_COND_ldbl_128ibm): Likewise.
21808         (TEST_COND_long32): Likewise.
21809         (TEST_COND_long64): Likewise.
21810         (TEST_COND_before_rounding): Likewise.
21811         (TEST_COND_after_rounding): Likewise.
21812         (enable_test): Handle XFAIL_TEST flag.
21813         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21814         with finite results.
21815         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21816         auto-libm-test-out.
21818 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21819             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21821         [BZ #16214]
21822         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21823         __tls_get_addr_internal instead of __tls_get_offset in order to
21824         avoid GOT pointer dependency.  Make rtld export
21825         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21826         __tls_get_addr since we are a __tls_get_offset platform.
21827         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21828         GOT pointer being set up before.
21829         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21831 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21833         * manual/math.texi (Errors in Math Functions): Document accuracy
21834         goals.
21836         [BZ #15004]
21837         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21838         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21839         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21840         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21841         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21842         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21843         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21844         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21845         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21846         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21847         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21848         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21849         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21850         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21851         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21852         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21854         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21855         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21856         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21857         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21858         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21859         Likewise.
21860         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21861         Likewise.
21862         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21863         Likewise.
21864         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21865         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21866         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21867         atomic-feupdateenv and flt-rounds.
21868         * sysdeps/powerpc/nofpu/Versions (libc): Add
21869         __atomic_feholdexcept, __atomic_feclearexcept,
21870         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21871         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21872         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21873         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21874         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21875         here.
21876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21877         Update.
21879         * manual/arith.texi (FP Exceptions): Document that exceptions may
21880         not be raised when matherr is used.
21881         (Math Error Reporting): Document overflow in directed rounding
21882         modes.  Document that errno may not be set when finite values are
21883         returned on overflow.  Document intent to set errno on underflow
21884         only for underflow to zero.
21886         [BZ #16271]
21887         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21888         round-to-nearest then adjust result for other rounding modes.
21889         * include/fenv.h (fegetround): Use libm_hidden_proto.
21890         * math/fegetround.c (fegetround): Use libm_hidden_def.
21891         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21892         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21893         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21894         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21895         Likewise.
21896         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21897         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21898         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21899         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21901 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21903         [BZ #16077]
21904         * nss/Versions (libnss_files): Add
21905         _nss_files_gethostbyname3_r.
21906         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21907         New function.
21908         (HOST_DB_LOOKUP): Remove macro.
21909         (_nss_files_gethostbyname_r): Implement function without the
21910         HOST_DB_LOOKUP macro.
21911         (_nss_files_gethostbyname2_r): Likewise.
21913 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21915         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21917 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21919         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21920         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21921         warning.
21923 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21925         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21926         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21927         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21928         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21929         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21930         __fe_nomask_env_priv and attribute_hidden.
21931         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21932         (libc_feupdateenv_test_ppc): Likewise.
21933         (libc_feresetround_ppc): Likewise.
21934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21935         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21936         compat_symbol macro.
21937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21938         (__fe_nomask_env): Likewise.
21939         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21941 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21943         * string/Makefile: Remove ifunc tests.
21944         * string/test-string.h: Define TEST_IFUNC.
21945         * string/test-bcopy-ifunc.c: Remove.
21946         * string/test-bzero-ifunc.c: Likewise.
21947         * string/test-memccpy-ifunc.c: Likewise.
21948         * string/test-memchr-ifunc.c: Likewise.
21949         * string/test-memcmp-ifunc.c: Likewise.
21950         * string/test-memcpy-ifunc.c: Likewise.
21951         * string/test-memmem-ifunc.c: Likewise.
21952         * string/test-memmove-ifunc.c: Likewise.
21953         * string/test-mempcpy-ifunc.c: Likewise.
21954         * string/test-memrchr-ifunc.c: Likewise.
21955         * string/test-memset-ifunc.c: Likewise.
21956         * string/test-rawmemchr-ifunc.c: Likewise.
21957         * string/test-stpcpy-ifunc.c: Likewise.
21958         * string/test-stpncpy-ifunc.c: Likewise.
21959         * string/test-strcasecmp-ifunc.c: Likewise.
21960         * string/test-strcasestr-ifunc.c: Likewise.
21961         * string/test-strcat-ifunc.c: Likewise.
21962         * string/test-strchr-ifunc.c: Likewise.
21963         * string/test-strchrnul-ifunc.c: Likewise.
21964         * string/test-strcmp-ifunc.c: Likewise.
21965         * string/test-strcpy-ifunc.c: Likewise.
21966         * string/test-strcspn-ifunc.c: Likewise.
21967         * string/test-strlen-ifunc.c: Likewise.
21968         * string/test-strncasecmp-ifunc.c: Likewise.
21969         * string/test-strncat-ifunc.c: Likewise.
21970         * string/test-strncmp-ifunc.c: Likewise.
21971         * string/test-strncpy-ifunc.c: Likewise.
21972         * string/test-strnlen-ifunc.c: Likewise.
21973         * string/test-strpbrk-ifunc.c: Likewise.
21974         * string/test-strrchr-ifunc.c: Likewise.
21975         * string/test-strspn-ifunc.c: Likewise.
21976         * string/test-strstr-ifunc.c: Likewise.
21978 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21980         * benchtests/Makefile: Remove ifunc tests.
21981         * benchtests/bench-string.h: Define TEST_IFUNC.
21982         * benchtests/bench-bcopy-ifunc.c: Remove.
21983         * benchtests/bench-bzero-ifunc.c: Likewise.
21984         * benchtests/bench-memccpy-ifunc.c: Likewise.
21985         * benchtests/bench-memchr-ifunc.c: Likewise.
21986         * benchtests/bench-memcmp-ifunc.c: Likewise.
21987         * benchtests/bench-memcpy-ifunc.c: Likewise.
21988         * benchtests/bench-memmem-ifunc.c: Likewise.
21989         * benchtests/bench-memmove-ifunc.c: Likewise.
21990         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21991         * benchtests/bench-memrchr-ifunc.c: Likewise.
21992         * benchtests/bench-memset-ifunc.c: Likewise.
21993         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21994         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21995         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21996         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21997         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21998         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21999         * benchtests/bench-strcat-ifunc.c: Likewise.
22000         * benchtests/bench-strchr-ifunc.c: Likewise.
22001         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22002         * benchtests/bench-strcmp-ifunc.c: Likewise.
22003         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22004         * benchtests/bench-strcpy-ifunc.c: Likewise.
22005         * benchtests/bench-strcspn-ifunc.c: Likewise.
22006         * benchtests/bench-strlen-ifunc.c: Likewise.
22007         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22008         * benchtests/bench-strncat-ifunc.c: Likewise.
22009         * benchtests/bench-strncmp-ifunc.c: Likewise.
22010         * benchtests/bench-strncpy-ifunc.c: Likewise.
22011         * benchtests/bench-strnlen-ifunc.c: Likewise.
22012         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22013         * benchtests/bench-strrchr-ifunc.c: Likewise.
22014         * benchtests/bench-strsep-ifunc.c: Likewise.
22015         * benchtests/bench-strspn-ifunc.c: Likewise.
22016         * benchtests/bench-strstr-ifunc.c: Likewise.
22018 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22020         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22022 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22024         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22025         * rt/aio.h: Likewise.
22026         * sysdeps/gnu/bits/utmp.h: Likewise.
22027         * sysdeps/gnu/bits/utmpx.h: Likewise.
22028         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22029         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22030         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22031         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22032         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22033         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22034         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22035         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22036         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22037         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22038         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22039         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22040         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22042         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22043         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22044         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22045         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22046         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22047         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22048         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22049         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22050         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22051         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22052         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22053         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22054         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22055         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22056         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22057         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22058         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22059         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22060         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22061         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22062         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22063         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22064         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22065         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22066         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22067         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22068         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22069         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22071 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22073         [BZ #16245]
22074         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22075         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22077 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22079         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22080         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22081         Likewise.
22083 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22085         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22086         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22087         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22088         (__fesetround): Remove define.
22089         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22090         rounding and exceptions handling.
22091         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22092         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22093         (__fe_nomask_env): Likewise.
22094         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22095         __fegetround instead of fegetround.
22096         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22097         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22099 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22101         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22102         it's there.
22104         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22106 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22108         [BZ #11157]
22109         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22110         (encrypt_r): Likewise.
22111         * malloc/obstack.h (obstack_free): Likewise.
22112         * posix/unistd.h (encrypt): Likewise.
22114 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22116         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22117         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22118         DL_CALL_DT_FINI() that call the functions directly.
22119         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22120         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22121         * elf/dl-fini.c: Likewise.
22123 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22125         * malloc/hooks.c (memalign_check): Add alignment rounding.
22126         * malloc/malloc.c (_mid_memalign): New function.
22127         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22128         Implement by calling _mid_memalign.
22129         * manual/probes.texi (Memory Allocation Probes): Remove
22130         memory_valloc_retry and memory_pvalloc_retry.
22132 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22134         * locale/programs/locarchive.c (open_archive): Add const
22135         qualifier to ARCHIVEFNAME and copy default fname to
22136         DEFAULT_FNAME.
22138         [BZ #15601]
22139         * libio/tst-widetext.input: Rename Oriya to Odia.
22140         * locale/iso-639.def: Likewise.
22142         * manual/probes.texi (Mathematical Function Probes): Add
22143         documentation for sin, cos, asin and acos probes.
22144         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22145         (__sin32): Add slowasin probe.
22146         (__cos32): Add slowacos probe.
22147         (__mpsin): Add slowsin probe.
22148         (__mpcos): Add slowcos probe.
22150 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22152         [BZ #15483]
22153         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22154         thread-local __sim_exceptions_thread and global
22155         __sim_exceptions_global.
22156         (__sim_disabled_exceptions): Change to thread-local
22157         __sim_disabled_exceptions_thread and global
22158         __sim_disabled_exceptions_global.
22159         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22160         and global __sim_round_mode_global.
22161         (__simulate_exceptions): Use thread-local floating-point state and
22162         set global state from it as needed.
22163         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22164         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22165         __sim_round_mode_thread.
22166         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22167         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22168         and global __sim_exceptions_global.
22169         (__sim_disabled_exceptions): Change to thread-local
22170         __sim_disabled_exceptions_thread and global
22171         __sim_disabled_exceptions_global.
22172         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22173         and global __sim_round_mode_global.
22174         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22175         (SIM_SET_GLOBAL): Likewise.
22176         * sysdeps/powerpc/soft-fp/sfp-machine.h
22177         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22178         __sim_round_mode_thread.
22179         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22180         __sim_disabled_exceptions_thread.
22181         (__sim_exceptions): Change to __sim_exceptions_thread.
22182         (__sim_disabled_exceptions): Change to
22183         __sim_disabled_exceptions_thread.
22184         (__sim_round_mode): Change to __sim_round_mode_thread.
22185         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22186         thread-local floating-point state and set global state from it as
22187         needed.
22188         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22189         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22190         (__sim_disabled_exceptions): Remove extern declaration.
22191         (feenableexcept): Use thread-local floating-point state and set
22192         global state from it as needed.
22193         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22194         extern declaration.
22195         (__sim_disabled_exceptions): Likewise.
22196         (__sim_round_mode): Likewise.
22197         (__fegetenv): Use thread-local floating-point state.
22198         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22199         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22200         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22201         floating-point state and set global state from it as needed.
22202         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22203         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22204         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22205         Likewise.
22206         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22207         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22208         Likewise.
22209         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22210         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22211         Use __sim_round_mode_thread.
22212         * math/test-fenv-tls.c: New file.
22213         * math/Makefile (tests): Add test-fenv-tls.
22214         ($(objpfx)test-fenv-tls): Depend on
22215         $(common-objpfx)nptl/libpthread.so.
22217 2013-11-19  Andreas Schwab  <schwab@suse.de>
22219         * locale/programs/locale.c (show_info): Decode wordarray elements.
22220         * locale/categories.def (LC_MONETARY): Add element for
22221         _NL_MONETARY_CRNCYSTR.
22222         * locale/C-monetary.c (conversion_rate): New variable.
22223         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22224         element.
22226 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22228         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22229         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22231 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22233         * elf/Makefile (tst-auxv): New test.
22234         * elf/tst-auxv.c: New
22235         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22237 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22239         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22240         (hidden_proto): Caller changed.
22241         (hidden_tls_proto): New macro.
22242         (libc_hidden_tls_proto): Likewise.
22243         (rtld_hidden_tls_proto): Likewise.
22244         (libm_hidden_tls_proto): Likewise.
22245         (libresolv_hidden_tls_proto): Likewise.
22246         (librt_hidden_tls_proto): Likewise.
22247         (libdl_hidden_tls_proto): Likewise.
22248         (libnss_files_hidden_tls_proto): Likewise.
22249         (libnsl_hidden_tls_proto): Likewise.
22250         (libnss_nisplus_hidden_tls_proto): Likewise.
22251         (libutil_hidden_tls_proto): Likewise.
22253 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22255         [BZ #10253]
22256         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22257         (decompose_rpath): Defer expansion to fillin_rpath.
22258         (_dl_init_paths): Pass linkmap to fillin_rpath.
22260 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22262         * benchtests/Makefile: Add strsep.
22263         * benchtests/bench-strsep.c: New file: strsep benchtest.
22264         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22266 2013-11-18  Andreas Schwab  <schwab@suse.de>
22268         * locale/programs/locale.c (show_info) [case byte]: Check for
22269         '\377' instead of '\177'.
22270         * locale/C-monetary.c (not_available): Always use "\377".
22271         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22272         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22273         detect unavailable sign_posn locale elements.
22274         * locale/localeconv.c (__localeconv): For grouping and
22275         mon_grouping handle "\177" and "\377" like no grouping.
22276         (INT_ELEM): New macro.  Use it to set all numeric members.
22277         * locale/programs/ld-monetary.c (monetary_read)
22278         <tok_mon_grouping>: Normalize single -1 to the empty string.
22279         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22280         Likewise.
22282 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22284         [BZ #16055]
22285         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22286         when we match (nil).
22287         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22289 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22291         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22292         (NO_TEST_INLINE): Update value.
22293         (ERRNO_UNCHANGED): Likewise.
22294         (ERRNO_EDOM): Likewise.
22295         (ERRNO_ERANGE): Likewise.
22296         (IGNORE_RESULT): Likewise.
22297         (check_float_internal): Check signs of NaN results if
22298         TEST_NAN_SIGN used.
22299         (check_complex): Pass TEST_NAN_SIGN flag through to second
22300         check_float_internal call.
22301         (copysign_test_data): Add tests with quiet NaNs as second
22302         argument.  Use TEST_NAN_SIGN.
22303         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22304         TEST_NAN_SIGN.
22305         (signbit_test_data): Add tests of quiet NaN argument.
22306         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22308         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22309         $ignore_result.
22310         (parse_args): Handle function results specified as IGNORE.
22311         * math/libm-test.inc (IGNORE_RESULT): New macro.
22312         (check_float_internal): Do not check numerical result if flag
22313         IGNORE_RESULT set.
22314         (check_complex): Pass through IGNORE_RESULT to second
22315         check_float_internal call.
22316         (check_int): Do not check numerical result if flag IGNORE_RESULT
22317         set.
22318         (check_long): Likewise.
22319         (check_bool): Likewise.
22320         (check_longlong): Likewise.
22321         (lrint_test_data): Add tests of infinite and NaN arguments.
22322         (lrint_tonearest_test_data): Likewise.
22323         (lrint_towardzero_test_data): Likewise.
22324         (lrint_downward_test_data): Likewise.
22325         (lrint_upward_test_data): Likewise.
22326         (llrint_test_data): Likewise.
22327         (llrint_tonearest_test_data): Likewise.
22328         (llrint_towardzero_test_data): Likewise.
22329         (llrint_downward_test_data): Likewise.
22330         (llrint_upward_test_data): Likewise.
22331         (lround_test_data): Likewise.
22332         (llround_test_data): Likewise.
22334         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22335         (ERRNO_UNCHANGED): Update value.
22336         (ERRNO_EDOM): Likewise.
22337         (ERRNO_ERANGE): Likewise.
22338         (NO_TEST_INLINE_FLOAT): New macro.
22339         (NO_TEST_INLINE_DOUBLE): Likewise.
22340         (enable_test): New function.
22341         (RUN_TEST_f_f): Check enable_test before running test.
22342         (RUN_TEST_2_f): Likewise.
22343         (RUN_TEST_fff_f): Likewise.
22344         (RUN_TEST_c_f): Likewise.
22345         (RUN_TEST_f_f1): Likewise.
22346         (RUN_TEST_fF_f1): Likewise.
22347         (RUN_TEST_fI_f1): Likewise.
22348         (RUN_TEST_ffI_f1): Likewise.
22349         (RUN_TEST_c_c): Likewise.
22350         (RUN_TEST_cc_c): Likewise.
22351         (RUN_TEST_f_i): Likewise.
22352         (RUN_TEST_f_i_tg): Likewise.
22353         (RUN_TEST_ff_i_tg): Likewise.
22354         (RUN_TEST_f_b): Likewise.
22355         (RUN_TEST_f_b_tg): Likewise.
22356         (RUN_TEST_f_l): Likewise.
22357         (RUN_TEST_f_L): Likewise.
22358         (RUN_TEST_fFF_11): Likewise.
22359         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22360         conditionals.
22361         (cosh_test_data): Likewise.
22362         (exp_test_data): Likewise.
22363         (expm1_test_data): Likewise.
22364         (hypot_test_data): Likewise.
22365         (pow_test_data): Likewise.
22366         (sinh_test_data): Likewise.
22367         (tanh_test_data): Likewise.
22368         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22369         flags argument.
22371         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22372         tests with quiet NaN input and output.
22373         (acosh_test_data): Likewise.
22374         (asin_test_data): Likewise.
22375         (asinh_test_data): Likewise.
22376         (atan_test_data): Likewise.
22377         (atanh_test_data): Likewise.
22378         (atan2_test_data): Likewise.
22379         (cbrt_test_data): Likewise.
22380         (cos_test_data): Likewise.
22381         (cosh_test_data): Likewise.
22382         (erf_test_data): Likewise.
22383         (erfc_test_data): Likewise.
22384         (exp_test_data): Likewise.
22385         (exp10_test_data): Likewise.
22386         (exp2_test_data): Likewise.
22387         (expm1_test_data): Likewise.
22388         (hypot_test_data): Likewise.
22389         (j0_test_data): Likewise.
22390         (j1_test_data): Likewise.
22391         (jn_test_data): Likewise.
22392         (lgamma_test_data): Likewise.
22393         (log_test_data): Likewise.
22394         (log10_test_data): Likewise.
22395         (log1p_test_data): Likewise.
22396         (log2_test_data): Likewise.
22397         (pow_test_data): Likewise.
22398         (scalb_test_data): Likewise.
22399         (sin_test_data): Likewise.
22400         (sincos_test_data): Likewise.
22401         (sinh_test_data): Likewise.
22402         (tan_test_data): Likewise.
22403         (tanh_test_data): Likewise.
22404         (tgamma_test_data): Likewise.
22405         (y0_test_data): Likewise.
22406         (y1_test_data): Likewise.
22407         (yn_test_data): Likewise.
22409         [BZ #16167]
22410         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22411         argument being NaN and avoid computations with second argument in
22412         that case.
22413         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22414         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22415         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22417 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22419         * locale/iso-639.def: Add Chitwani Tharu (the).
22421 2013-11-14  Andreas Schwab  <schwab@suse.de>
22423         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22424         word instead of empty string.
22426 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22429         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22431         (__fe_nomask_env): Likewise.
22433 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22435         * benchtests/bench-timing.h: Include time.h.
22437 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22439         [BZ #15997]
22440         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22441         to 3.4.0 for x32.
22442         * sysdeps/unix/sysv/linux/configure: Regenerated.
22444 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22446         [BZ #16151]
22447         * stdlib/strtod_l.c (round_and_return): Do not consider
22448         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22449         exponent one less than half the least subnormal exponent.
22450         * stdlib/test-strtod-round-data: Add more tests.
22451         * stdlib/tst-strtod-round.c (tests): Regenerated.
22453 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22455         [BZ #14143]
22456         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22457         (__fe_mask_env): Likewise.
22458         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22459         libm_hidden_proto and add function prototype.
22460         (__fe_mask_env): Add function prototype.
22461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22462         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22464         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22466         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22468 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22470         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22471         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22473 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22475         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22476         of htab_find_slot().
22478 2013-11-11  David S. Miller  <davem@davemloft.net>
22480         [BZ #16150]
22481         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22482         symbol in the non-vis3 case in static builds.
22483         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22484         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22485         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22486         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22488 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22490         [BZ #387]
22491         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22492         it is empty.
22494 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22496         * benchtests/Makefile: Add bench-strtod.
22497         * benchtests/bench-strtod.c: New file: strtod benchtest
22499 2013-11-11  Andreas Schwab  <schwab@suse.de>
22501         [BZ #16153]
22502         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22503         terminating NUL in key length.
22505 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22507         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22508         Add artificial ODP entry for vDSO symbol for PPC64.
22509         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22510         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22512 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22514         [BZ #15374]
22515         * nss/getent.c (services_keys): Recognize services starting with digit.
22517 2013-11-06  David S. Miller  <davem@davemloft.net>
22519         [BZ #15985]
22520         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22521         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22523 2013-11-06  Will Newton  <will.newton@linaro.org>
22525         * manual/memory.texi (Malloc Examples): Remove register
22526         keyword from examples.
22528 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22530         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22532 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22534         [BZ #6981]
22535         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22536         depending on [__GCC_IEC_559 > 0].
22537         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22538         depending on [__GCC_IEC_559_COMPLEX > 0].
22540 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22542         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22543         to iso-639.def.
22545 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22547         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22549 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22551         [BZ #16112]
22552         * malloc/malloc (malloc_info): Do not handle first bin as
22553         special case.
22555 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22557         * locale/iso-639.def: Add Central Nahuatl (nhn).
22559 2013-11-01  Bruno Haible  <bruno@clisp.org>
22561         [BZ #7003]
22562         * manual/math.texi (BSD Random): Specify range upper bound as
22563         in POSIX.
22565 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22567         * locale/iso-639.def: Add Meadow Mari (mhr).
22569 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22571         [BZ #14752], [BZ #15763]
22572         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22573         Validate name.
22574         * rt/tst_shm.c: Add test for escaping directory.
22576 2013-10-31  Andreas Schwab  <schwab@suse.de>
22578         [BZ #15917]
22579         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22580         followed by 'x' as part of digit sequence.
22581         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22583 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22585         [BZ #16037]
22586         * configure.ac: allow GNU Make 4.0 and greater.
22587         * configure: Regenerated.
22589 2013-10-30  Will Newton  <will.newton@linaro.org>
22591         [BZ #16038]
22592         * malloc/hooks.c (memalign_check): Limit alignment to the
22593         maximum representable power of two.
22594         * malloc/malloc.c (__libc_memalign): Likewise.
22595         * malloc/tst-memalign.c (do_test): Add test for very
22596         large alignment values.
22597         * malloc/tst-posix_memalign.c (do_test): Likewise.
22599 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22601         [BZ #11087]
22602         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22603         (munmap_chunk): Likewise.
22604         (mremap_chunk): Likewise.
22606 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22608         [BZ #15799]
22609         * stdlib/div.c (div): Remove obsolete code.
22610         * stdlib/ldiv.c (ldiv): Likewise.
22611         * stdlib/lldiv.c (lldiv): Likewise.
22613 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22615         [BZ #16071]
22616         * nss/nss_files/files-XXX.c (get_contents_ret): New
22617         enumerator.
22618         (get_contents): New function.
22619         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22621 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22623         * configure.in: Moved to ...
22624         * configure.ac: ... here. Change reference to configure.in
22625         to configure.ac.
22626         * sysdeps/arm/preconfigure.ac: ... here.
22627         configure.in to configure.ac.
22628         * sysdeps/gnu/configure.in: Moved to ...
22629         * sysdeps/gnu/configure.ac: ... here.
22630         * sysdeps/i386/configure.in: Moved to ...
22631         * sysdeps/i386/configure.ac: ... here.
22632         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22633         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22634         * sysdeps/mach/configure.in: Moved to ...
22635         * sysdeps/mach/configure.ac: ... here.
22636         * sysdeps/mach/hurd/configure.in: Moved to ...
22637         * sysdeps/mach/hurd/configure.ac: ... here.
22638         * sysdeps/powerpc/configure.in: Moved to ...
22639         * sysdeps/powerpc/configure.ac: ... here.
22640         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22641         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22642         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22643         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22644         * sysdeps/s390/s390-32/configure.in: Moved to ...
22645         * sysdeps/s390/s390-32/configure.ac: ... here.
22646         * sysdeps/s390/s390-64/configure.in: Moved to ...
22647         * sysdeps/s390/s390-64/configure.ac: ... here.
22648         * sysdeps/sh/configure.in: Moved to ...
22649         * sysdeps/sh/configure.ac: ... here.
22650         * sysdeps/sparc/configure.in: Moved to ...
22651         * sysdeps/sparc/configure.ac: ... here.
22652         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22653         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22654         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22655         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22656         * sysdeps/x86_64/configure.in: Moved to ...
22657         * sysdeps/x86_64/configure.ac: ... here.
22658         * sysdeps/x86_64/preconfigure.in: Moved to ...
22659         * sysdeps/x86_64/preconfigure.ac: ... here.
22660         * aclocal.m4: Change reference to configure.in to configure.ac.
22661         * config.h.in: Likewise.
22662         * manual/install.texi: Likewise.
22663         * manual/maint.texi: Likewise.
22664         * Makefile: Likewise.
22665         * malloc/Makefile: Likewise.
22666         * nscd/Makefile: Likewise.
22667         * Makeconfig: Change reference to configure.in and
22668         preconfigure.in to configure.ac and preconfigure.ac
22669         respectively.
22670         * INSTALL: Regenerated.
22671         * configure: Likewise.
22672         * sysdeps/gnu/configure: Likewise.
22673         * sysdeps/i386/configure: Likewise.
22674         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22675         * sysdeps/mach/configure: Likewise.
22676         * sysdeps/mach/hurd/configure: Likewise.
22677         * sysdeps/powerpc/configure: Likewise.
22678         * sysdeps/powerpc/powerpc32/configure: Likewise.
22679         * sysdeps/powerpc/powerpc64/configure: Likewise.
22680         * sysdeps/s390/s390-32/configure: Likewise.
22681         * sysdeps/s390/s390-64/configure: Likewise.
22682         * sysdeps/sh/configure: Likewise.
22683         * sysdeps/sparc/configure: Likewise.
22684         * sysdeps/unix/sysv/linux/configure: Likewise.
22685         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22686         * sysdeps/x86_64/configure: Likewise.
22687         * sysdeps/x86_64/preconfigure: Likewise.
22689 2013-10-29  Andreas Schwab  <schwab@suse.de>
22691         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22693 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22695         * benchtests/pow-inputs: Add new inputs.
22697         * benchtests/exp-inputs: Add new inputs.
22699         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22700         conditional check for return value.
22701         (__cos32): Likewise.
22703 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22705         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22706         to provide a boost for large inputs with word alignment.
22707         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22708         implementation based on optimized PPC64 strcpy.
22709         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22710         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22711         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22712         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22714 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22716         [BZ #2801]
22717         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22719 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22721         [BZ #14876]
22722         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22723         * time/tst-strptime.c (day_tests): Add testcase.
22725 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22727         [BZ #14029]
22728         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22730 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22732         [BZ #16074]
22733         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22734         MAP_FAILED on error.
22736 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22738         [BZ #16072]
22739         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22740         heap for large requests.
22742 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22744         [BZ #9954]
22745         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22746         result if the result has no associated interface.
22747         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22748         interface for all 127.X.Y.Z addresses.
22750 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22752         * locale/iso-639.def: Add Ligurian (lij)
22754 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22756         [BZ #15825]
22757         * sunrpc/rpc_main.c: Document rpcgen -5.
22759 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22761         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22763 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22765         [BZ #10278]
22766         * posix/glob.c: Match only directories when trailing slash is present.
22767         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22768         (main): Add testcase.
22770 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22772         [BZ #15670]
22773         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22775 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22777         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22778         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22779         AUTH_DES and cindex for FIPS 140-2.
22780         (DES Encryption): Add cindex FIPS 46-3.
22782         * locale/locarchive.h (struct locarhandle): Add fname.
22783         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22784         if an optional argument was specified to --list-archive,
22785         otherwise NULL.
22786         * locale/programs/locarchive.c (show_archive_content): Take new
22787         argument fname and pass it via ah.fname to open_archive.
22788         * locale/programs/localedef.h: Update decl.
22789         (open_archive): If AH->fname is non-null, open that file
22790         rather than the default file name, and don't ignore ENOENT.
22791         (create_archive): Set AH.fname to NULL.
22792         (delete_locales_from_archive): Likewise.
22793         (add_locales_to_archive): Likewise.
22794         * locale/programs/locfile.c (write_all_categories): Likewise.
22796 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22797             Aldy Hernandez  <aldyh@redhat.com>
22799         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22800         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22801         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22802         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22803         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22804         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22805         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22806         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22807         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22808         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22809         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22810         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22811         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22812         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22813         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22814         Likewise.
22815         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22816         Likewise.
22817         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22818         Likewise.
22819         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22820         Likewise.
22821         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22822         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22823         Likewise.
22824         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22825         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22826         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22827         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22828         Likewise.
22829         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22830         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22831         * sysdeps/powerpc/preconfigure: Likewise.
22832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22833         Likewise.
22834         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22835         Replace contents of file by #include of <fenv_libc.h>.
22836         * sysdeps/powerpc/soft-fp/sfp-machine.h
22837         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22838         and <sys/prctl.h>.
22839         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22840         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22841         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22842         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22843         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22844         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22845         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22846         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22847         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22848         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22849         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22850         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22852         Allow copysignl PLT reference to be missing.
22854 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22855             Joseph Myers  <joseph@codesourcery.com
22857         [BZ #15948]
22858         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22859         single character.
22860         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22862 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22864         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22865         * elf/tst-tls1.c: Likewise.
22866         * elf/tst-tls10.h: Likewise.
22867         * elf/tst-tls14.c: Likewise.
22868         * elf/tst-tls2.c: Likewise.
22869         * elf/tst-tls3.c: Likewise.
22870         * elf/tst-tls4.c: Likewise.
22871         * elf/tst-tls5.c: Likewise.
22872         * elf/tst-tls6.c: Likewise.
22873         * elf/tst-tls7.c: Likewise.
22874         * elf/tst-tls8.c: Likewise.
22875         * elf/tst-tls9.c: Likewise.
22876         * elf/tst-tlsmod1.c: Likewise.
22877         * elf/tst-tlsmod13.c: Likewise.
22878         * elf/tst-tlsmod13a.c: Likewise.
22879         * elf/tst-tlsmod14a.c: Likewise.
22880         * elf/tst-tlsmod16a.c: Likewise.
22881         * elf/tst-tlsmod16b.c: Likewise.
22882         * elf/tst-tlsmod2.c: Likewise.
22883         * elf/tst-tlsmod3.c: Likewise.
22884         * elf/tst-tlsmod4.c: Likewise.
22885         * elf/tst-tlsmod5.c: Likewise.
22886         * elf/tst-tlsmod6.c: Likewise.
22888 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22890         [BZ #12486]
22891         * malloc/malloc.c: remove checks for statistics.
22893 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22895         [BZ #15277]
22896         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22897         * inet/tst-network.c: Add testcase.
22899 2013-10-17  Andreas Schwab  <schwab@suse.de>
22901         [BZ #15218]
22902         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22903         to determine canonical name.
22905 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22907         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22908         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22909         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22910         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22911         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22912         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22913         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22914         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22915         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22916         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22917         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22918         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22919         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22920         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22921         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22922         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22923         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22924         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22925         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22926         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22927         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22928         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22929         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22930         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22931         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22932         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22933         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22934         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22935         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22936         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22937         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22938         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22939         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22940         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22941         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22942         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22943         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22944         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22945         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22946         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22947         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22948         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22949         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22950         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22951         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22952         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22953         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22954         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22955         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22956         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22957         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22958         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22959         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22960         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22961         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22962         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22963         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22964         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22966 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22968         [BZ #16041]
22969         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22970         make result into a quiet NaN.
22972 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22974         * soft-fp/adddf3.c: Fix horizontal whitespace.
22975         * soft-fp/addsf3.c: Likewise.
22976         * soft-fp/addtf3.c: Likewise.
22977         * soft-fp/divdf3.c: Likewise.
22978         * soft-fp/divsf3.c: Likewise.
22979         * soft-fp/divtf3.c: Likewise.
22980         * soft-fp/double.h: Likewise.
22981         * soft-fp/eqdf2.c: Likewise.
22982         * soft-fp/eqsf2.c: Likewise.
22983         * soft-fp/eqtf2.c: Likewise.
22984         * soft-fp/extenddftf2.c: Likewise.
22985         * soft-fp/extended.h: Likewise.
22986         * soft-fp/extendsfdf2.c: Likewise.
22987         * soft-fp/extendsftf2.c: Likewise.
22988         * soft-fp/extendxftf2.c: Likewise.
22989         * soft-fp/fixdfdi.c: Likewise.
22990         * soft-fp/fixdfsi.c: Likewise.
22991         * soft-fp/fixdfti.c: Likewise.
22992         * soft-fp/fixsfdi.c: Likewise.
22993         * soft-fp/fixsfsi.c: Likewise.
22994         * soft-fp/fixsfti.c: Likewise.
22995         * soft-fp/fixtfdi.c: Likewise.
22996         * soft-fp/fixtfsi.c: Likewise.
22997         * soft-fp/fixtfti.c: Likewise.
22998         * soft-fp/fixunsdfdi.c: Likewise.
22999         * soft-fp/fixunsdfsi.c: Likewise.
23000         * soft-fp/fixunsdfti.c: Likewise.
23001         * soft-fp/fixunssfdi.c: Likewise.
23002         * soft-fp/fixunssfsi.c: Likewise.
23003         * soft-fp/fixunssfti.c: Likewise.
23004         * soft-fp/fixunstfdi.c: Likewise.
23005         * soft-fp/fixunstfsi.c: Likewise.
23006         * soft-fp/fixunstfti.c: Likewise.
23007         * soft-fp/floatdidf.c: Likewise.
23008         * soft-fp/floatdisf.c: Likewise.
23009         * soft-fp/floatditf.c: Likewise.
23010         * soft-fp/floatsidf.c: Likewise.
23011         * soft-fp/floatsisf.c: Likewise.
23012         * soft-fp/floatsitf.c: Likewise.
23013         * soft-fp/floattidf.c: Likewise.
23014         * soft-fp/floattisf.c: Likewise.
23015         * soft-fp/floattitf.c: Likewise.
23016         * soft-fp/floatundidf.c: Likewise.
23017         * soft-fp/floatundisf.c: Likewise.
23018         * soft-fp/floatunditf.c: Likewise.
23019         * soft-fp/floatunsidf.c: Likewise.
23020         * soft-fp/floatunsisf.c: Likewise.
23021         * soft-fp/floatunsitf.c: Likewise.
23022         * soft-fp/floatuntidf.c: Likewise.
23023         * soft-fp/floatuntisf.c: Likewise.
23024         * soft-fp/floatuntitf.c: Likewise.
23025         * soft-fp/fmadf4.c: Likewise.
23026         * soft-fp/fmasf4.c: Likewise.
23027         * soft-fp/fmatf4.c: Likewise.
23028         * soft-fp/gedf2.c: Likewise.
23029         * soft-fp/gesf2.c: Likewise.
23030         * soft-fp/getf2.c: Likewise.
23031         * soft-fp/ledf2.c: Likewise.
23032         * soft-fp/lesf2.c: Likewise.
23033         * soft-fp/letf2.c: Likewise.
23034         * soft-fp/muldf3.c: Likewise.
23035         * soft-fp/mulsf3.c: Likewise.
23036         * soft-fp/multf3.c: Likewise.
23037         * soft-fp/negdf2.c: Likewise.
23038         * soft-fp/negsf2.c: Likewise.
23039         * soft-fp/negtf2.c: Likewise.
23040         * soft-fp/op-1.h: Likewise.
23041         * soft-fp/op-2.h: Likewise.
23042         * soft-fp/op-4.h: Likewise.
23043         * soft-fp/op-8.h: Likewise.
23044         * soft-fp/op-common.h: Likewise.
23045         * soft-fp/quad.h: Likewise.
23046         * soft-fp/single.h: Likewise.
23047         * soft-fp/soft-fp.h: Likewise.
23048         * soft-fp/sqrtdf2.c: Likewise.
23049         * soft-fp/sqrtsf2.c: Likewise.
23050         * soft-fp/sqrttf2.c: Likewise.
23051         * soft-fp/subdf3.c: Likewise.
23052         * soft-fp/subsf3.c: Likewise.
23053         * soft-fp/subtf3.c: Likewise.
23054         * soft-fp/truncdfsf2.c: Likewise.
23055         * soft-fp/trunctfdf2.c: Likewise.
23056         * soft-fp/trunctfsf2.c: Likewise.
23057         * soft-fp/trunctfxf2.c: Likewise.
23058         * soft-fp/unorddf2.c: Likewise.
23059         * soft-fp/unordsf2.c: Likewise.
23060         * soft-fp/unordtf2.c: Likewise.
23062 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23064         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23065         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23067 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23069         * elf/dl-libc.c: Clear initfini list after freeing.
23071 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23073         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23074         * soft-fp/addsf3.c: Likewise.
23075         * soft-fp/addtf3.c: Likewise.
23076         * soft-fp/divdf3.c: Likewise.
23077         * soft-fp/divsf3.c: Likewise.
23078         * soft-fp/divtf3.c: Likewise.
23079         * soft-fp/double.h: Likewise.
23080         * soft-fp/eqdf2.c: Likewise.
23081         * soft-fp/eqsf2.c: Likewise.
23082         * soft-fp/eqtf2.c: Likewise.
23083         * soft-fp/extenddftf2.c: Likewise.
23084         * soft-fp/extended.h: Likewise.
23085         * soft-fp/extendsfdf2.c: Likewise.
23086         * soft-fp/extendsftf2.c: Likewise.
23087         * soft-fp/extendxftf2.c: Likewise.
23088         * soft-fp/fixdfdi.c: Likewise.
23089         * soft-fp/fixdfsi.c: Likewise.
23090         * soft-fp/fixdfti.c: Likewise.
23091         * soft-fp/fixsfdi.c: Likewise.
23092         * soft-fp/fixsfsi.c: Likewise.
23093         * soft-fp/fixsfti.c: Likewise.
23094         * soft-fp/fixtfdi.c: Likewise.
23095         * soft-fp/fixtfsi.c: Likewise.
23096         * soft-fp/fixtfti.c: Likewise.
23097         * soft-fp/fixunsdfdi.c: Likewise.
23098         * soft-fp/fixunsdfsi.c: Likewise.
23099         * soft-fp/fixunsdfti.c: Likewise.
23100         * soft-fp/fixunssfdi.c: Likewise.
23101         * soft-fp/fixunssfsi.c: Likewise.
23102         * soft-fp/fixunssfti.c: Likewise.
23103         * soft-fp/fixunstfdi.c: Likewise.
23104         * soft-fp/fixunstfsi.c: Likewise.
23105         * soft-fp/fixunstfti.c: Likewise.
23106         * soft-fp/floatdidf.c: Likewise.
23107         * soft-fp/floatdisf.c: Likewise.
23108         * soft-fp/floatditf.c: Likewise.
23109         * soft-fp/floatsidf.c: Likewise.
23110         * soft-fp/floatsisf.c: Likewise.
23111         * soft-fp/floatsitf.c: Likewise.
23112         * soft-fp/floattidf.c: Likewise.
23113         * soft-fp/floattisf.c: Likewise.
23114         * soft-fp/floattitf.c: Likewise.
23115         * soft-fp/floatundidf.c: Likewise.
23116         * soft-fp/floatundisf.c: Likewise.
23117         * soft-fp/floatunsidf.c: Likewise.
23118         * soft-fp/floatunsisf.c: Likewise.
23119         * soft-fp/floatuntidf.c: Likewise.
23120         * soft-fp/floatuntisf.c: Likewise.
23121         * soft-fp/floatuntitf.c: Likewise.
23122         * soft-fp/fmadf4.c: Likewise.
23123         * soft-fp/fmasf4.c: Likewise.
23124         * soft-fp/fmatf4.c: Likewise.
23125         * soft-fp/gedf2.c: Likewise.
23126         * soft-fp/gesf2.c: Likewise.
23127         * soft-fp/getf2.c: Likewise.
23128         * soft-fp/ledf2.c: Likewise.
23129         * soft-fp/lesf2.c: Likewise.
23130         * soft-fp/letf2.c: Likewise.
23131         * soft-fp/muldf3.c: Likewise.
23132         * soft-fp/mulsf3.c: Likewise.
23133         * soft-fp/multf3.c: Likewise.
23134         * soft-fp/negdf2.c: Likewise.
23135         * soft-fp/negsf2.c: Likewise.
23136         * soft-fp/negtf2.c: Likewise.
23137         * soft-fp/op-1.h: Likewise.
23138         * soft-fp/op-2.h: Likewise.
23139         * soft-fp/op-4.h: Likewise.
23140         * soft-fp/op-8.h: Likewise.
23141         * soft-fp/op-common.h: Likewise.
23142         * soft-fp/quad.h: Likewise.
23143         * soft-fp/single.h: Likewise.
23144         * soft-fp/soft-fp.h: Likewise.
23145         * soft-fp/sqrtdf2.c: Likewise.
23146         * soft-fp/sqrtsf2.c: Likewise.
23147         * soft-fp/sqrttf2.c: Likewise.
23148         * soft-fp/subdf3.c: Likewise.
23149         * soft-fp/subsf3.c: Likewise.
23150         * soft-fp/subtf3.c: Likewise.
23151         * soft-fp/truncdfsf2.c: Likewise.
23152         * soft-fp/trunctfdf2.c: Likewise.
23153         * soft-fp/trunctfsf2.c: Likewise.
23154         * soft-fp/trunctfxf2.c: Likewise.
23155         * soft-fp/unorddf2.c: Likewise.
23156         * soft-fp/unordsf2.c: Likewise.
23157         * soft-fp/unordtf2.c: Likewise.
23159 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23161         [BZ #15672]
23162         * misc/error.c (error_tail): Fix possible buffer overflow.
23164 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23166         [BZ #13028]
23167         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23168         address.
23170 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23172         [BZ #832]
23173         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23174         testing pipefail option.
23176 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23178         * soft-fp/double.h: Indent preprocessor directives inside #if.
23179         * soft-fp/extended.h: Likewise.
23180         * soft-fp/op-2.h: Likewise.
23181         * soft-fp/op-4.h: Likewise.
23182         * soft-fp/op-common.h: Likewise.
23183         * soft-fp/quad.h: Likewise.
23184         * soft-fp/single.h: Likewise.
23185         * soft-fp/soft-fp.h: Likewise.
23187 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23189         * iconv/iconv_prog.c: Fix typos.
23190         * stdio-common/psiginfo-data.h: Likewise.
23192 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23194         [BZ #15764]
23195         * locale/setlocale.c: Fix typo.
23197 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23199         [BZ #16036]
23200         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23201         signaling NaN arguments.
23202         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23203         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23205         [BZ #14910]
23206         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23207         unordered operands.
23208         * soft-fp/gesf2.c (__gesf2): Likewise.
23209         * soft-fp/getf2.c (__getf2): Likewise.
23210         * soft-fp/ledf2.c (__ledf2): Likewise.
23211         * soft-fp/lesf2.c (__lesf2): Likewise.
23212         * soft-fp/letf2.c (__letf2): Likewise.
23214         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23215         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23216         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23217         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23218         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23219         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23220         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23221         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23222         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23223         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23224         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23225         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23226         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23227         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23228         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23229         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23230         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23231         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23232         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23233         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23234         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23235         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23236         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23237         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23238         * soft-fp/floattidf.c (__floattidf): Likewise.
23239         * soft-fp/floattisf.c (__floattisf): Likewise.
23240         * soft-fp/floattitf.c (__floattitf): Likewise.
23241         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23242         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23243         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23244         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23245         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23246         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23247         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23248         * soft-fp/gesf2.c (__gesf2): Likewise.
23249         * soft-fp/getf2.c (__getf2): Likewise.
23250         * soft-fp/ledf2.c (__ledf2): Likewise.
23251         * soft-fp/lesf2.c (__lesf2): Likewise.
23252         * soft-fp/letf2.c (__letf2): Likewise.
23254         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23255         Undefine and redefine.
23256         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23257         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23258         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23259         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23260         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23261         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23262         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23263         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23264         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23265         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23266         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23267         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23268         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23269         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23270         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23272         [BZ #16032]
23273         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23274         without decrementing exponent if mantissa >= that for the
23275         denominator, not >.
23276         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23277         denominator, not >.  Decrement exponent in < case instead of
23278         incrementing in >= case.
23279         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23280         without decrementing exponent if mantissa >= that for the
23281         denominator, not >.
23283         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23284         computing saturated result for unsigned overflow.
23286 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23287             Jeff Law  <law@redhat.com>
23289         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23290         (atan2Mp): Add systemtap probe marker.
23291         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23292         (__ieee754_log): Add systemtap probe marker.
23293         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23294         (atanMp): Add systemtap probe marker.
23295         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23296         (tanMp): Add systemtap probe marker.
23297         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23298         (__slowexp): Add systemtap probe marker.
23299         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23300         (__slowpow): Add systemtap probe marker.
23301         * manual/probes.texi: Document probes.
23303 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23305         [BZ #15362]
23306         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23307         written.
23308         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23309         written.
23310         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23311         written to buffer but not flushed.
23312         * libio/iofwrite_u.c:  Likewise.
23313         * libio/iopadn.c:  Return bytes returned even if EOF was
23314         encountered.
23315         * libio/iowpadn.c:  Likewise.
23316         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23317         if _IO_padn does not write the whole buffer.
23318         [!COMPILE_WPRINTF] (PAD): Likewise.
23320 2013-10-10  David S. Miller  <davem@davemloft.net>
23322         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23323         directory block.
23325 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23327         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23328         instead of FSF address.
23329         * soft-fp/fixdfti.c: Likewise.
23330         * soft-fp/fixsfti.c: Likewise.
23331         * soft-fp/fixtfti.c: Likewise.
23332         * soft-fp/fixunsdfti.c: Likewise.
23333         * soft-fp/fixunssfti.c: Likewise.
23334         * soft-fp/fixunstfti.c: Likewise.
23335         * soft-fp/floattidf.c: Likewise.
23336         * soft-fp/floattisf.c: Likewise.
23337         * soft-fp/floattitf.c: Likewise.
23338         * soft-fp/floatuntidf.c: Likewise.
23339         * soft-fp/floatuntisf.c: Likewise.
23340         * soft-fp/floatuntitf.c: Likewise.
23341         * soft-fp/trunctfxf2.c: Likewise.
23343         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23344         * soft-fp/fixdfti.c: Likewise.
23345         * soft-fp/fixsfti.c: Likewise.
23346         * soft-fp/fixtfti.c: Likewise.
23347         * soft-fp/fixunsdfti.c: Likewise.
23348         * soft-fp/fixunssfti.c: Likewise.
23349         * soft-fp/fixunstfti.c: Likewise.
23350         * soft-fp/floattidf.c: Likewise.
23351         * soft-fp/floattisf.c: Likewise.
23352         * soft-fp/floattitf.c: Likewise.
23353         * soft-fp/floatuntidf.c: Likewise.
23354         * soft-fp/floatuntisf.c: Likewise.
23355         * soft-fp/floatuntitf.c: Likewise.
23356         * soft-fp/trunctfxf2.c: Likewise.
23358 2013-10-10  David S. Miller  <davem@davemloft.net>
23360         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23362 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23364         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23365         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23366         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23367         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23368         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23369         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23370         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23372         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23373         for NaNs before doing comparisons on argument.
23374         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23375         Likewise.
23377 2013-10-10  Will Newton  <will.newton@linaro.org>
23379         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23380         passed to _int_memalign does not overflow.
23382 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23384         * scripts/bench.pl: Add include-sources directive.
23385         * benchtests/README: Update documentation.
23387 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23389         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23390         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23391         instead of FP_INIT_ROUNDMODE.
23392         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23393         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23395         [BZ #16034]
23396         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23397         copy class of input value.
23398         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23399         not handle exceptions.
23400         * soft-fp/negsf2.c (__negsf2): Likewise.
23401         * soft-fp/negtf2.c (__negtf2): Likewise.
23402         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23404 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23406         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23407         semicolon.  From Linux kernel.
23409 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23411         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23413 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23415         [BZ #156]
23416         * manual/socket.texi: Added statement about buffer
23417         for gethostbyname2_r.
23419 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23421         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23422         Use .p2align directive instead, throughout.
23423         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23424         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23425         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23426         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23427         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23428         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23429         * sysdeps/x86_64/strchr.S: Likewise.
23430         * sysdeps/x86_64/strrchr.S: Likewise.
23432 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23434         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23436         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23438         * sysdeps/generic/math_private.h (__mpsin1): Remove
23439         declaration.
23440         (__mpcos1): Likewise.
23441         (__mpsin): New argument __range_reduce.
23442         (__mpcos): Likewise.
23443         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23444         (slow): Use __mpsin and __mpcos.
23445         (slow1): Likewise.
23446         (slow2): Likewise.
23447         (sloww): Likewise.
23448         (sloww1): Likewise.
23449         (sloww2): Likewise.
23450         (bsloww): Likewise.
23451         (bsloww1): Likewise.
23452         (bsloww2): Likewise.
23453         (cslow2): Likewise.
23454         (csloww): Likewise.
23455         (csloww1): Likewise.
23456         (csloww2): Likewise.
23457         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23458         range_reduce.  Merge in __mpsin1.
23459         (__mpcos): Likewise.
23460         (__mpsin1): Remove.
23461         (__mpcos1): Likewise.
23463 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23465         * locale/loadlocale.c (_nl_intern_locale_data): Use
23466         LOCFILE_ALIGNED_P.
23467         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23468         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23469         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23470         obstack data is appropriately aligned.
23471         (obstack_int32_grow_fast): Likewise.
23472         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23473         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23474         (add_locale_uint32_array): Likewise.
23476 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23478         * benchtests/Makefile: Remove ARGLIST and RET variables.
23479         ($(objpfx)bench-%.c): Pass only function name to the script.
23480         * benchtests/README: Update documentation.
23481         * benchtests/acos-inputs: Add new directives.
23482         * benchtests/acosh-inputs: Likewise.
23483         * benchtests/asin-inputs: Likewise.
23484         * benchtests/asinh-inputs: Likewise.
23485         * benchtests/atan-inputs: Likewise.
23486         * benchtests/atanh-inputs: Likewise.
23487         * benchtests/cos-inputs: Likewise.
23488         * benchtests/cosh-inputs: Likewise.
23489         * benchtests/exp-inputs: Likewise.
23490         * benchtests/log-inputs: Likewise.
23491         * benchtests/pow-inputs: Likewise.
23492         * benchtests/rint-inputs: Likewise.
23493         * benchtests/sin-inputs: Likewise.
23494         * benchtests/sinh-inputs: Likewise.
23495         * benchtests/tan-inputs: Likewise.
23496         * benchtests/tanh-inputs: Likewise.
23497         * scripts/bench.pl: Add support for new directives.
23499 2013-10-07  Alan Modra  <amodra@gmail.com>
23501         * README: Fix careless merge.
23503 2013-10-05  Alan Modra  <amodra@gmail.com>
23505         * NEWS: Mention powerpc64le support and bugs fixed.
23506         * README: Both big-endian and little-endian powerpc64 supported.
23508 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23510         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23511         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23512         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23513         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23515 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23517         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23518         match prototype.
23520 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23522         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23523         Move -mhard-float appending from
23524         ports/sysdeps/powerpc/powerpc32/Makefile.
23525         [$(with-fp) = yes] (ASFLAGS): Likewise.
23526         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23527         * sysdeps/powerpc/nofpu: Move directory from
23528         ports/sysdeps/powerpc/nofpu.
23529         * sysdeps/powerpc/soft-fp: Move directory from
23530         ports/sysdeps/powerpc/soft-fp.
23531         * sysdeps/powerpc/powerpc32/405: Move directory from
23532         ports/sysdeps/powerpc/powerpc32/405.
23533         * sysdeps/powerpc/powerpc32/440: Move directory from
23534         ports/sysdeps/powerpc/powerpc32/440.
23535         * sysdeps/powerpc/powerpc32/464: Move directory from
23536         ports/sysdeps/powerpc/powerpc32/464.
23537         * sysdeps/powerpc/powerpc32/476: Move directory from
23538         ports/sysdeps/powerpc/powerpc32/476.
23539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23540         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23542         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23544         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23546         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23548         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23549         * README: Update for powerpc-*-linux-gnu software floating point
23550         support in libc.
23552         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23553         case to powerpc/powerpc32*.
23554         * sysdeps/unix/sysv/linux/configure: Regenerated.
23556         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23557         (_FPU_MASK_OM): Define as 0x04.
23558         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23559         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23560         0x00c10080.
23561         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23562         0x0000003c.
23563         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23566         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23567         getcontext_e500.
23568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23569         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23570         setcontext_e500.
23571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23572         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23573         and setcontext_e500.
23575 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23577         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23579 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23581         * manual/threads.texi (Default Thread Attributes): Fix typo.
23583 2013-10-04  Will Newton  <will.newton@linaro.org>
23585         * malloc/Makefile: Add tst-memalign.
23586         * malloc/tst-memalign.c: New file.
23588         * malloc/tst-posix_memalign.c: Add comments.
23589         (do_test): Add comments and call free on all potentially
23590         allocated pointers. Add space after cast.
23592         * malloc/tst-pvalloc.c: Add comments.
23593         (do_test): Add comments and call free on all potentially
23594         allocated pointers. Remove duplicate check for NULL pointer.
23595         Add space after cast.
23597         * malloc/tst-valloc.c: Add comments.
23598         (do_test): Add comments and call free on all potentially
23599         allocated pointers. Remove duplicate check for NULL pointer.
23600         Add space after cast.
23602 2013-10-04  Alan Modra  <amodra@gmail.com>
23604         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23605         Use stdint types in rather than __attribute__((mode())).
23606         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23608 2013-10-04  Alan Modra  <amodra@gmail.com>
23610         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23611         Correct handling of unaligned relocs for little-endian.
23612         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23614 2013-10-04  Alan Modra  <amodra@gmail.com>
23616         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23617         * configure: Regenerate.
23618         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23619         * shlib-versions: Likewise.
23621 2013-10-04  Alan Modra  <amodra@gmail.com>
23623         * string/tester.c (test_memrchr): Increment reported test cycle.
23625 2013-10-04  Alan Modra  <amodra@gmail.com>
23627         * string/test-memcpy.c (do_one_test): When reporting errors, print
23628         string address and don't overrun end of string.
23630 2013-10-04  Alan Modra  <amodra@gmail.com>
23632         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23633         insrdi.  Make better use of reg selection to speed exit slightly.
23634         Schedule entry path a little better.  Remove useless "are we done"
23635         checks on entry to main loop.  Handle wrapping around zero address.
23636         Correct main loop count.  Handle single left-over word from main
23637         loop inline rather than by using loop_small.  Remove extra word
23638         case in loop_small caused by wrong loop count.  Add little-endian
23639         support.
23640         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23641         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23642         cache hint.
23643         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23644         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23645         support.  Avoid rlwimi.
23646         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23648 2013-10-04  Alan Modra  <amodra@gmail.com>
23650         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23651         insrdi.  Formatting.
23652         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23653         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23654         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23655         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23656         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23657         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23659 2013-10-04  Alan Modra  <amodra@gmail.com>
23661         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23662         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23663         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23664         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23665         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23666         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23667         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23668         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23669         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23670         use of regs.  Use power7 mtocrf.  Tidy function tails.
23672 2013-10-04  Alan Modra  <amodra@gmail.com>
23674         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23675         Formatting.  Consistently use rXXX register defines or rN defines.
23676         Use early exit labels that avoid restoring unused non-volatile regs.
23677         Make cr field use more consistent with rWORDn compares.  Rename
23678         regs used as shift registers for unaligned loop, using rN defines
23679         for short lifetime/multiple use regs.
23680         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23681         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23682         addi 1,1,64 to pop stack frame.  Simplify return value code.
23683         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23685 2013-10-04  Alan Modra  <amodra@gmail.com>
23687         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23688         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23689         rather than rlwimi.
23690         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23691         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23692         little-endian support.  Correct typos.
23693         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23694         rather than rlwimi.
23695         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23696         in loop and entry code to keep "and." results.
23697         (strchr): Add little-endian support.  Comment.  Move cntlzd
23698         earlier in tail.
23699         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23701 2013-10-04  Alan Modra  <amodra@gmail.com>
23703         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23704         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23705         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23706         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23708 2013-10-04  Alan Modra  <amodra@gmail.com>
23710         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23711         (rTMP): Define as r11.
23712         (strcmp): Add little-endian support.  Optimise tail.
23713         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23714         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23715         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23716         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23717         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23718         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23719         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23721 2013-10-04  Alan Modra  <amodra@gmail.com>
23723         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23724         little-endian support.  Remove unnecessary "are we done" tests.
23725         Handle "s" wrapping around zero and extremely large "size".
23726         Correct main loop count.  Handle single left-over word from main
23727         loop inline rather than by using small_loop.  Correct comments.
23728         Delete "zero" tail, use "end_max" instead.
23729         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23731 2013-10-04  Alan Modra  <amodra@gmail.com>
23733         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23734         support.  Don't branch over align.
23735         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23736         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23737         support.  Rearrange tmp reg use to suit.  Comment.
23738         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23740 2013-10-04  Alan Modra  <amodra@gmail.com>
23742         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23744 2013-10-04  Alan Modra  <amodra@gmail.com>
23746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23747         conditional form of branch and link when obtaining pc.
23748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23750 2013-10-04  Alan Modra  <amodra@gmail.com>
23752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23753         HIWORD/LOWORD.
23754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23757 2013-10-04  Alan Modra  <amodra@gmail.com>
23759         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23760         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23761         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23762         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23763         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23764         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23765         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23766         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23767         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23768         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23770 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23771             Alistair Popple <alistair@ozlabs.au.ibm.com>
23772             Alan Modra <amodra@gmail.com>
23774         [BZ #15723]
23775         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23776         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23777         _dl_hwcap access for little-endian.
23778         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23779         destroy vmx regs when saving unaligned.
23780         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23781         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23782         destroy vmx regs when saving unaligned.
23784 2013-10-04  Alan Modra  <amodra@gmail.com>
23786         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23787         Don't use a union to pack hi/low value.
23789 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23791         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23792         for little-endian.
23793         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23794         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23795         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23796         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23797         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23799 2013-10-04  Alan Modra  <amodra@gmail.com>
23801         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23802         constants to usual value for .cst8 section, and remove redundant
23803         high address load.
23804         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23805         constant for 0x1p52.  Load little-endian words of double from
23806         correct stack offsets.
23808 2013-10-04  Alan Modra  <amodra@gmail.com>
23810         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23811         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23812         words of double from correct stack offsets.
23813         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23814         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23815         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23816         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23817         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23818         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23819         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23820         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23821         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23822         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23823         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23824         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23825         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23826         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23827         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23828         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23829         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23831 2013-10-04  Alan Modra  <amodra@gmail.com>
23833         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23834         64-bit int/double union.
23835         (_FPU_SETCW): Likewise.
23836         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23837         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23839 2013-10-04  Alan Modra  <amodra@gmail.com>
23841         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23842         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23844 2013-10-04  Alan Modra  <amodra@gmail.com>
23846         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23847         use vector int constants.
23848         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23850 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23852         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23853         array with long long.
23854         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23855         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23856         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23857         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23858         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23859         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23860         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23861         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23862         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23863         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23864         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23865         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23866         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23868 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23870         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23871         (__signbit): Likewise.  Correct for little-endian.
23872         (__signbitl): Call __signbit.
23873         (lrint): Correct for little-endian.
23874         (lrintf): Call lrint.
23876 2013-10-04  Alan Modra  <amodra@gmail.com>
23878         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23879         union 32-bit int array member with 64-bit int array.
23880         (t515, tm256): Double rather than long double.
23881         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23883 2013-10-04  Alan Modra  <amodra@gmail.com>
23885         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23886         Delete.
23887         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23888         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23889         version of math_ldbl.h.
23891 2013-10-04  Alan Modra  <amodra@gmail.com>
23893         [BZ #15734], [BZ #15735]
23894         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23895         all uses of ieee875 long double macros and unions.  Simplify test
23896         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23897         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23898         normalize after ldbl_extract_mantissa, and don't add hidden bit
23899         already handled.  Don't treat low word of ieee854 mantissa like
23900         low word of IBM long double and mask off bit when testing for
23901         zero.
23902         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23903         all uses of ieee875 long double macros and unions.  Simplify tests
23904         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23905         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23906         two1022, instead use their values.  Recognise that tests for large
23907         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23908         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23909         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23910         test for 0.0L and nan.  Correct negation.
23911         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23912         ieee875 long double macros and unions.  Correct output for large
23913         magnitude x.  Correct absolute value calculation.
23914         (__erfcl): Likewise.
23915         * math/libm-test.inc: Add tests for errors discovered in IBM long
23916         double versions of fmodl, remainderl, erfl and erfcl.
23918 2013-10-04  Alan Modra  <amodra@gmail.com>
23920         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23921         all uses of ieee854 long double macros and unions.  Simplify tests
23922         for long doubles that are fully specified by the high double.
23923         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23924         Likewise.
23925         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23926         Remove dead code too.
23927         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23928         (__ieee754_ynl): Likewise.
23929         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23930         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23931         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23932         Remove dead code too.
23933         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23934         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23935         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23936         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23937         Simplify.
23938         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23939         Simplify.
23940         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23941         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23942         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23943         Comment on variable precision.
23944         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23945         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23946         Likewise.
23947         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23948         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23949         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23950         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23951         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23953 2013-10-04  Alan Modra  <amodra@gmail.com>
23955         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23956         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23957         all uses of ieee854 long double macros and unions.
23958         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23959         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23960         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23961         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23962         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23963         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23964         Likewise.
23965         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23966         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23967         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23968         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23969         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23970         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23971         Simplify sign and nan test too.
23972         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23973         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23974         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23975         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23976         Likewise.
23977         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23978         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23979         Likewise.
23980         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23981         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23982         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23983         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23984         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23985         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23987 2013-10-04  Alan Modra  <amodra@gmail.com>
23989         * stdio-common/printf_size.c (__printf_size): Don't use
23990         union ieee854_long_double in fpnum union.
23991         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23992         signbit macro to retrieve sign from long double.
23993         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23994         retrieve sign from long double.
23995         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23996         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23997         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23998         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23999         * math/test-misc.c (main): Don't use union ieee854_long_double.
24001 2013-10-04  Alan Modra  <amodra@gmail.com>
24003         [BZ #15680]
24004         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24005         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24006         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24007         calculation.  Remove unnecessary test for denormal exponent.
24008         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24009         Correct handling of denormals.  Avoid undefined shift behaviour.
24010         Correct normalisation of low mantissa when low double is denormal.
24011         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24012         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24013         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24014         Correct normalisation of low mantissa.  Test for overflow of high
24015         mantissa and normalise.
24016         (ldbl_nearbyint): Use more readable constant for two52.
24017         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24018         (__mpn_construct_long_double): Fix test for overflow of high
24019         mantissa and correct normalisation.  Avoid undefined shift.
24021 2013-10-04  Alan Modra  <amodra@gmail.com>
24023         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24024         (union ibm_extended_long_double): Define as an array of ieee754_double.
24025         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24026         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24027         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24028         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24029         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24030         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24031         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24032         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24033         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24034         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24035         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24037 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24039         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24040         page size instead of calling getpagesize.
24042         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24043         (LOCFILE_ALIGN_MASK): Likewise.
24044         (LOCFILE_ALIGN_UP): Likewise.
24045         (LOCFILE_ALIGNED_P): Likewise.
24046         * locale/programs/ld-collate.c (collate_output): Use the new
24047         macros instead of __alignof__ (int32_t).
24048         * locale/weight.h (findidx): Likewise.
24050 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24052         [BZ #431]
24053         * manual/string.texi: Fix strncat and wcsncat.
24055 2013-10-03  Brooks Moses  <bmoses@google.com>
24057         [BZ #15915]
24058         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24059         * Makerules: ...here, and adjust associated comments.
24061 2013-10-02  Will Newton  <will.newton@linaro.org>
24063         * malloc/Makefile: Add tst-pvalloc.
24064         * malloc/tst-pvalloc.c: New file.
24066 2013-10-02  Will Newton  <will.newton@linaro.org>
24068         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24069         improve test coverage.
24071 2013-10-02  Will Newton  <will.newton@linaro.org>
24073         * malloc/Makefile: Add tst-posix_memalign.
24074         * malloc/tst-posix_memalign.c: New file.
24076 2013-10-01  Eric Blake  <eblake@redhat.com>
24078         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24079         Use __THROWNL rather than __THROW on static functions.
24081 2013-09-30  Petr Machata  <pmachata@redhat.com>
24083         * elf/elf.h (R_AARCH64_ABS16): New macro.
24084         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24085         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24086         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24087         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24088         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24089         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24090         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24091         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24092         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24093         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24094         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24095         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24096         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24097         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24098         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24099         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24100         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24101         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24102         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24103         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24104         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24105         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24106         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24107         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24108         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24109         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24110         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24111         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24112         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24113         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24114         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24115         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24116         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24117         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24118         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24119         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24120         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24121         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24122         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24123         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24124         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24125         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24126         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24127         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24128         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24129         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24130         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24131         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24132         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24133         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24134         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24135         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24136         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24137         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24138         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24139         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24140         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24141         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24142         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24143         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24144         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24145         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24146         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24147         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24148         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24149         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24150         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24151         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24152         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24153         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24154         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24155         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24156         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24157         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24158         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24159         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24160         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24161         (R_AARCH64_TLSDESC_LDR): Likewise.
24162         (R_AARCH64_TLSDESC_ADD): Likewise.
24163         (R_AARCH64_TLSDESC_CALL): Likewise.
24165 2013-09-30  Andreas Schwab  <schwab@suse.de>
24167         [BZ #15048]
24168         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24169         the nss database lookup.
24170         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24171         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24173 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24175         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24177 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24179         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24180         ${Bash-specific parameter/pattern/string} parameter expansion.
24181         * sysdeps/unix/make-syscalls.sh: Likewise.
24183 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24185         * sysdeps/sh/stackguard-macros.h: New file.
24187 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24189         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24190         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24191         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24192         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24193         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24194         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24196 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24198         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24199         Fix thread ID register.
24201 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24203         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24204         [POSIX || UNIX98]: Require rather than permitting all symbols from
24205         <time.h>.
24206         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24207         element of struct sched_param.
24208         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24209         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24210         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24211         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24212         constant.
24214 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24216         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24217         argument calculation.
24219 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24221         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24222         Expect macro.
24223         [POSIX] (pthread_attr_t): Do not require type.
24224         [POSIX] (pthread_cond_t): Likewise.
24225         [POSIX] (pthread_condattr_t): Likewise.
24226         [POSIX] (pthread_key_t): Likewise.
24227         [POSIX] (pthread_mutex_t): Likewise.
24228         [POSIX] (pthread_mutexattr_t): Likewise.
24229         [POSIX] (pthread_once_t): Likewise.
24230         [POSIX] (pthread_t): Likewise.
24231         [POSIX-based standards] (pthread_atfork): Expect function.
24233 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24234             Richard Sandiford  <richard@codesourcery.com>
24236         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24237         (swap_endianness_p): New extern variable.
24238         (set_big_endian): New inline function.
24239         (maybe_swap_uint32): Likewise.
24240         (maybe_swap_uint32_array): Likewise.
24241         (maybe_swap_uint32_obstack): Likewise.
24242         * locale/programs/locfile.c: Include <stdbool.h>.
24243         (swap_endianness_p): New variable.
24244         (add_locale_uint32): Call maybe_swap_uint32.
24245         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24246         (write_locale_data): Call maybe_swap_uint32_array.
24247         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24248         maybe_swap_uint32.
24249         (obstack_int32_grow_fast): Likewise.
24250         (output_weightwc): Call maybe_swap_uint32_obstack.
24251         (collate_output): Likewise.
24252         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24253         (OPT_LITTLE_ENDIAN): Likewise.
24254         (options): Add --little-endian and --big-endian options.
24255         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24256         * locale/programs/locarchive.c: Include "locfile.h".
24257         (GET): New macro.
24258         (SET): Likewise.
24259         (INC): Likewise.
24260         (create_archive): Use the new macros to access fields of
24261         structures directly mapped from or written to locale archives.
24262         (oldlocrecentcmp): Likewise.
24263         (enlarge_archive): Likewise.
24264         (insert_name): Likewise.
24265         (add_alias): Likewise.
24266         (add_locale): Likewise.
24267         (delete_locales_from_archive): Likewise.
24268         (show_archive_content): Likewise.
24269         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24270         locale data.
24272 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24274         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24275         http://www.gnu.org/doc/freemanuals.texi.
24276         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24278 2013-09-24  Will Newton  <will.newton@linaro.org>
24280         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24281         macro.
24283 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24285         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24286         unsigned char.
24288 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24290         * manual/threads.texi (POSIX Threads): Fix a typo.
24292 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24294         [BZ #14547]
24295         * string/tst-strcoll-overflow.c: New test case.
24296         * string/Makefile (xtests): Add tst-strcoll-overflow.
24297         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24298         cache if string sizes may cause integer overflow.
24300         [BZ #14547]
24301         * string/strcoll_l.c (coll_seq): New members rule, idx,
24302         save_idx and back_us.
24303         (get_next_seq_nocache): New function.
24304         (do_compare_nocache): New function.
24305         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24306         when malloc fails.
24308 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24310         [BZ #15754]
24311         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24312         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24313         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24315         [BZ #15754]
24316         * elf/Makefile (tests): Add tst-ptrguard1.
24317         (tests-static): Add tst-ptrguard1-static.
24318         (tst-ptrguard1-ARGS): Define.
24319         (tst-ptrguard1-static-ARGS): Define.
24320         * elf/tst-ptrguard1.c: New file.
24321         * elf/tst-ptrguard1-static.c: New file.
24322         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24323         * sysdeps/i386/stackguard-macros.h: Likewise.
24324         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24325         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24326         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24327         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24328         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24329         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24331 2013-09-23  Hector Marco  <hecmargi@upv.es>
24332             Ismael Ripoll  <iripoll@disca.upv.es>
24333             Carlos O'Donell  <carlos@redhat.com>
24335         [BZ #15754]
24336         * sysdeps/generic/stackguard-macros.h: Define
24337         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24338         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24339         Define __pointer_chk_guard_local.
24340         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24341         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24343 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24345         [BZ #15859]
24346         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24348 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24350         * include/string.h (__ffs): Declare as hidden.
24351         * string/ffs.c (__ffs): Define as hidden.
24352         * sysdeps/i386/ffs.c (__ffs): Likewise.
24353         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24354         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24355         * sysdeps/s390/ffs.c (__ffs): Likewise.
24356         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24358 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24360         * NEWS: Mention malloc probes.
24362         * malloc/arena.c (new_heap): New memory_heap_new probe.
24363         (grow_heap): New memory_heap_more probe.
24364         (shrink_heap): New memory_heap_less probe.
24365         (heap_trim): New memory_heap_free probe.
24366         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24367         (systrim): New memory_sbrk_less probe.
24368         * manual/probes.texi: Document them.
24370         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24371         * manual/probes.texi: Document it.
24373         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24374         (__libc_realloc): Add memory_realloc_retry probe.
24375         (__libc_memalign): Add memory_memalign_retry probe.
24376         (__libc_valloc): Add memory_valloc_retry probe.
24377         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24378         (__libc_calloc): Add memory_calloc_retry probe.
24379         * manual/probes.texi: Document them.
24381         * malloc/arena.c (get_free_list): Add probe
24382         memory_arena_reuse_free_list.
24383         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24384         and memory_arena_reuse.
24385         (arena_get2) [!PER_THREAD]: Likewise.
24386         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24387         memory_arena_reuse_realloc.
24388         * manual/probes.texi: Document them.
24390         * malloc/malloc.c (__libc_free): Add
24391         memory_mallopt_free_dyn_thresholds probe.
24392         (__libc_mallopt): Add multiple memory_mallopt probes.
24393         * manual/probes.texi: Document them.
24395         * malloc/malloc.c: Include stap-probe.h.
24396         (__libc_mallopt): Add memory_mallopt probe.
24397         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24398         * manual/probes.texi: New.
24399         * manual/Makefile (chapters): Add probes.
24400         * manual/threads.texi: Set next node.
24402 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24404         [BZ #15963, #13985]
24405         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24406         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24407         Add `Chinese' to `nan' entry name.
24409 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24411         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24412         (POLYNOMIAL): Likewise.
24413         (TAYLOR_SINCOS): Likewise.
24414         (TAYLOR_SLOW): Likewise.
24415         (__sin): Use TAYLOR_SINCOS.
24416         (__cos): Likewise.
24417         (slow): Use TAYLOR_SLOW.
24418         (sloww): Likewise.
24419         (bsloww): Likewise.
24420         (csloww): Likewise.
24422 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24424         * stdlib/strtod_l.c: Fix buffer overrun.
24426 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24428         * benchtests/Makefile (bench): Add sincos.
24429         * benchtests/bench-sincos.c: New file.
24431         * math/libm-test.inc (cos_test_data): New test inputs.
24432         (sin_test_data): Likewise.
24434         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24435         macro.
24436         (__sin): Use it.
24437         (__cos): Likewise.
24438         (slow1): Likewise.
24439         (slow2): Likewise.
24440         (sloww1): Likewise.
24441         (sloww2): Likewise.
24442         (bsloww1): Likewise.
24443         (bsloww2): Likewise.
24444         (cslow2): Likewise.
24445         (csloww1): Likewise.
24446         (csloww2): Likewise.
24448         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24449         function.
24450         (__sin): Use it.
24451         (__cos): Likewise.
24453         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24454         gotos.
24455         (__cos): Likewise.
24457 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24459         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24460         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24461         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24462         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24463         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24464         * elf/cache.c (print_entry): Handle the new cache flags.
24466 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24467             Aldy Hernandez  <aldyh@redhat.com>
24469         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24470         Change condition to [_SOFT_FLOAT].
24471         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24472         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24473         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24474         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24475         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24476         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24477         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24478         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24479         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24480         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24481         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24482         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24483         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24484         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24485         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24486         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24487         declaration.
24489 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24491         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24492         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24493         (__longjmp): Use LOAD_GP to load saved GPRs.
24494         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24495         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24496         (__sigsetjmp): Use SAVE_GP to save GPRs.
24498         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24499         Do not append -msoft-float.
24500         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24502 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24504         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24506 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24508         [BZ #15966]
24509         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24510         (_FPU_GETCW): Use initial "__" on variable and field names but not
24511         on macro parameter name.
24512         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24513         parentheses around reference to macro parameter.
24515 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24517         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24518         prototype.
24519         (ctype_startup): Use uint32_t in cast and sizeof for
24520         ctype->charnames.
24522 2013-09-11  Jia Liu  <proljc@gmail.com>
24524         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24525         __daddr_t_defined.
24526         [__FreeBSD__]: Likewise.
24528 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24530         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24531         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24532         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24533         (strchr): Remove __strchr_sse42 ifunc selection.
24534         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24535         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24537 2013-09-11  Will Newton  <will.newton@linaro.org>
24539         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24540         parameter to RES. Remove hardcoded 1000 value.
24541         * benchtests/bench-skeleton.c (main): Pass RES parameter
24542         to TIMING_INIT and multiply result by 1000.
24544 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24546         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24548 2013-09-11  Andreas Schwab  <schwab@suse.de>
24550         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24551         if not defined.
24552         (O_TMPFILE) [__USE_GNU]: Define.
24553         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24554         Define.
24556 2013-09-11  Will Newton  <will.newton@linaro.org>
24558         [BZ #15857]
24559         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24560         does not overflow.
24562 2013-09-11  Will Newton  <will.newton@linaro.org>
24564         [BZ #15856]
24565         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24566         does not overflow.
24568 2013-09-11  Will Newton  <will.newton@linaro.org>
24570         [BZ #15855]
24571         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24572         does not overflow.
24574 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24576         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24577         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24578         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24579         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24580         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24582 2013-09-10  Allan McRae  <allan@archlinux.org>
24584         [BZ #15748]
24585         * manual/arith.texi (Parsing of Floats): Clarify
24586         cross-reference.
24588         [BZ #15849]
24589         * manual/install.texi (Running make install): Mention
24590         --enable-pt-chown.
24591         * INSTALL: Regenerated.
24593 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24595         * csu/init-first.c (_init): Remove the !SHARED condition around
24596         FPU control word initialization.
24597         * elf/dl-support.c (_dl_fpu_control): New variable.
24598         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24599         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24600         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24601         * math/test-fpucw-static.c: New file.
24602         * math/test-fpucw-ieee.c: New file.
24603         * math/test-fpucw-ieee-static.c: New file.
24604         * math/Makefile (tests): Add `test-fpucw-ieee' and
24605         `$(tests-static)'.
24606         (tests-static): New variable.
24607         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24608         dependency to...
24609         [($(build-shared),yes)]
24610         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24611         ... this.
24612         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24613         New dependency.
24615 2013-09-09  Allan McRae  <allan@archlinux.org>
24617         [BZ #15939]
24618         * manual/string.texi (Collation Functions): Fix typo in
24619         strcoll example.
24620         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24622         [BZ #15893]
24623         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24625         [BZ #15892]
24626         * libio/memstream.c (open_memstream): Fix memory leak.
24627         * libio/wmemstream.c (open_wmemstream): Likewise.
24629         [BZ #15895]
24630         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24632 2013-09-09  Will Newton  <will.newton@linaro.org>
24634         * malloc/Makefile: Add tst-realloc to tests.
24635         * malloc/tst-realloc.c: New file.
24637 2013-09-09  Allan McRae  <allan@archlinux.org>
24639         [BZ #15844]
24640         * COPYING: Update from GNU website to fix FSF address.
24641         * COPYING.LIB: Likewise.
24643 2013-09-06  David S. Miller  <davem@davemloft.net>
24645         * po/zh_TW.po: Update Chinese (traditional) translation from
24646         translation project.
24648 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24649             Joseph Myers  <joseph@codesourcery.com>
24651         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24652         "localeinfo.h".
24653         (obstack_chunk_alloc): New macro.
24654         (obstack_chunk_free): Likewise.
24655         (record_offset): New function.
24656         (init_locale_data): Likewise.
24657         (align_locale_data): Likewise.
24658         (add_locale_empty): Likewise.
24659         (add_locale_raw_data): Likewise.
24660         (add_locale_raw_obstack): Likewise.
24661         (add_locale_string): Likewise.
24662         (add_locale_wstring): Likewise.
24663         (add_locale_uint32): Likewise.
24664         (add_locale_uint32_array): Likewise.
24665         (add_locale_char): Likewise.
24666         (start_locale_structure): Likewise.
24667         (end_locale_structure): Likewise.
24668         (start_locale_prelude): Likewise.
24669         (end_locale_prelude): Likewise.
24670         (write_locale_data): Take locale_file structure rather than an
24671         iovec.
24672         * locale/programs/locfile.h: Include "obstack.h".
24673         (struct locale_file): Change to store locale file contents instead
24674         of header.
24675         (init_locale_data): New prototype.
24676         (align_locale_data): Likewise.
24677         (add_locale_empty): Likewise.
24678         (add_locale_raw_data): Likewise.
24679         (add_locale_raw_obstack): Likewise.
24680         (add_locale_string): Likewise.
24681         (add_locale_wstring): Likewise.
24682         (add_locale_uint32): Likewise.
24683         (add_locale_uint32_array): Likewise.
24684         (add_locale_char): Likewise.
24685         (start_locale_structure): Likewise.
24686         (end_locale_structure): Likewise.
24687         (start_locale_prelude): Likewise.
24688         (end_locale_prelude): Likewise.
24689         (write_locale_data): Update prototype.
24690         * locale/programs/3level.h (struct TABLE): Remove result field.
24691         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24692         Use new locale_file interface.
24693         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24694         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24695         * locale/programs/ld-address.c (address_output): Use new
24696         locale_file interface.
24697         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24698         NO_ADD_LOCALE.
24699         (collate_finish): Don't call collseq_table_finalize.
24700         (collate_output): Use new locale_file interface.
24701         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24702         in file.
24703         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24704         (TABLE): Move defines earlier in file.
24705         (ELEMENT): Likewise.
24706         (DEFAULT): Likewise.
24707         (wctrans_table_add): Move macro and inline function earlier in
24708         file.
24709         (struct wctype_table): Move type earlier in file.
24710         (add_locale_wctype_table): New static prototype.
24711         (struct locale_ctype_t): Use logical types instead of struct iovec
24712         pointers for members.
24713         (ctype_output): Use new locale_file interface.
24714         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24715         new locale_file interface.
24716         (allocate_arrays): Update for use of new locale_file interface.
24717         * locale/programs/ld-identification.c (identification_output): Use
24718         new locale_file interface.
24719         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24720         * locale/programs/ld-messages.c (messages_output): Likewise.
24721         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24722         * locale/programs/ld-name.c (name_output): Likewise.
24723         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24724         * locale/programs/ld-paper.c (paper_output): Likewise.
24725         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24726         * locale/programs/ld-time.c (time_output): Likewise.
24728 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24730         * benchtests/Makefile: Add memrchr benchmark.
24731         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24732         benchmark as memrchr.
24733         * benchtests/bench-memrchr-ifunc.c: New file.
24734         * benchtests/bench-memrchr.c: New file.
24736 2013-09-06   Will Newton  <will.newton@linaro.org>
24738         * benchtests/Makefile (string-bench): Add memcpy.
24740 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24741             Cong Wang  <amwang@redhat.com>
24743         [BZ #15850]
24744         * sysdeps/unix/sysv/linux/bits/in.h
24745         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24746         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24747         before __USE_KERNEL_IPV6_DEFS uses.
24748         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24749         IPPROTO_BEETPH.
24750         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24751         sockaddr_in6, or ipv6_mreq.
24753 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24755         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24756         memory access for final bytes in some large inputs.
24757         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24759 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24761         * string/test-memrchr.c: New file.
24762         * string/test-memrchr-ifunc.c: New file.
24763         * string/Makefile: Add new memrchr testcase.
24765 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24767         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24768         fanotify_init returns EPERM.
24770 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24772         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24773         errors.
24774         (top level): Treat second token from macro or constant entries for
24775         allowed headers as allowed.
24776         * include/complex.h: Condition internal declarations on
24777         [!_ISOMAC].
24778         * include/fenv.h: Condition include of <stdbool.h> and internal
24779         declarations on [!_ISOMAC].
24781 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24783         [BZ #15923]
24784         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24786 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24788         * configure.in (--enable-versioning): Remove configure option.
24789         (libc_cv_asm_symver_directive): Remove configure test.
24790         (libc_cv_ld_version_script_option): Likewise.
24791         (VERSIONING): Remove variable and AC_SUBST.
24792         (DO_VERSIONING): Remove AC_DEFINE.
24793         * configure: Regenerated.
24794         * config.h.in (DO_VERSIONING): Remove macro.
24795         * Makerules [$(versioning) = yes]: Change conditionals to
24796         [$(build-shared) = yes].
24797         * config.make.in (versioning): Remove variable.
24798         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24799         [$(build-shared) = yes].
24800         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24801         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24802         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24803         [$(build-shared) = yes].
24804         * extra-lib.mk [$(versioning) = yes]: Likewise.
24805         * hurd/Makefile [$(versioning) = yes]: Likewise.
24806         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24807         [SHARED].
24808         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24809         [SHARED].
24810         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24811         [SHARED && !NO_HIDDEN].
24812         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24813         [SHARED].
24814         [SHARED && DO_VERSIONING]: Likewise..
24815         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24816         [$(build-shared) = yes].
24817         * manual/install.texi (--disable-versioning): Remove
24818         documentation.
24819         * INSTALL: Regenerated.
24820         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24821         to [SHARED].
24822         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24823         [$(build-shared) = yes].
24824         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24825         * sysdeps/i386/i686/multiarch/strstr-c.c
24826         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24827         [SHARED && !NO_HIDDEN].
24828         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24829         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24830         * sysdeps/powerpc/powerpc32/dl-machine.c
24831         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24832         * sysdeps/powerpc/powerpc32/sysdep.h
24833         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24834         to [SHARED && PIC && !NO_HIDDEN].
24835         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24836         conditional to [SHARED].
24838 2013-09-04   Will Newton  <will.newton@linaro.org>
24840         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24841         * benchtests/bench-string.h: Include bench-timing.h instead
24842         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24843         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24844         call to HP_TIMING_DIFF_INIT.
24845         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24846         instead of hp-timing.h macros.
24847         * benchtests/bench-memchr.c: Likewise.
24848         * benchtests/bench-memcmp.c: Likewise.
24849         * benchtests/bench-memcpy.c: Likewise.
24850         * benchtests/bench-memmem.c: Likewise.
24851         * benchtests/bench-memmove.c: Likewise.
24852         * benchtests/bench-memset.c: Likewise.
24853         * benchtests/bench-rawmemchr.c: Likewise.
24854         * benchtests/bench-strcasecmp.c: Likewise.
24855         * benchtests/bench-strcasestr.c: Likewise.
24856         * benchtests/bench-strcat.c: Likewise.
24857         * benchtests/bench-strchr.c: Likewise.
24858         * benchtests/bench-strcmp.c: Likewise.
24859         * benchtests/bench-strcpy.c: Likewise.
24860         * benchtests/bench-strcpy_chk.c: Likewise.
24861         * benchtests/bench-strlen.c: Likewise.
24862         * benchtests/bench-strncasecmp.c: Likewise.
24863         * benchtests/bench-strncat.c: Likewise.
24864         * benchtests/bench-strncmp.c: Likewise.
24865         * benchtests/bench-strncpy.c: Likewise.
24866         * benchtests/bench-strnlen.c: Likewise.
24867         * benchtests/bench-strpbrk.c: Likewise.
24868         * benchtests/bench-strrchr.c: Likewise.
24869         * benchtests/bench-strspn.c: Likewise.
24870         * benchtests/bench-strstr.c: Likewise.
24872 2013-09-04  Will Newton  <will.newton@linaro.org>
24874         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24876 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24878         [BZ #15427]
24879         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24880         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24881         * math/libm-test.inc (lgamma_test_data): Add more tests.
24882         * sysdeps/i386/fpu/libm-test-ulps: Update.
24883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24885 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24887         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24888         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24889         Add ifunc.
24890         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24891         Add strcmp-sse2-unaligned
24892         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24894 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24896         * Versions.def (libc): Add GLIBC_2.19.
24898 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24900         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24901         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24903 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24905         [BZ #14155]
24906         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24907         intermediate calculations in recurrence.
24908         (__ieee754_ynf): Likewise.
24909         * math/libm-test.inc (jn_test_data): Do not allow spurious
24910         underflow exception.  Add more tests.
24911         (yn_test_data): Add more tests.
24912         * sysdeps/i386/fpu/libm-test-ulps: Update.
24913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24915 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24917         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24919 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24921         * csu/init-first.c: Fix then/than typos.
24922         * locale/programs/ld-collate.c: Likewise.
24923         * locale/programs/linereader.h: Likewise.
24924         * manual/charset.texi: Likewise.
24925         * manual/filesys.texi: Likewise.
24926         * manual/stdio.texi: Likewise.
24927         * manual/string.texi: Likewise.
24928         * stdlib/fmtmsg.c: Likewise.
24929         * sysdeps/i386/stpncpy.S: Likewise.
24930         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24931         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24932         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24933         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24935 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24937         * elf/dl-open.c: Fix typos.
24938         * iconvdata/gbbig5.c: Likewise.
24939         * iconvdata/iso-2022-jp.c: Likewise.
24940         * iconv/gconv_int.h: Likewise.
24941         * iconv/loop.c: Likewise.
24942         * nis/rpcsvc/nis.h: Likewise.
24943         * resolv/ns_name.c: Likewise.
24944         * stdio-common/vfscanf.c: Likewise.
24945         * streams/stropts.h: Likewise.
24946         * sunrpc/rpc_thread.c: Likewise.
24947         * sysdeps/i386/strpbrk.S: Likewise.
24948         * sysdeps/ieee754/k_standard.c: Likewise.
24949         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24950         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24951         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24952         * sysdeps/mach/hurd/profil.c: Likewise.
24953         * sysdeps/s390/dl-procinfo.h: Likewise.
24954         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24955         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24956         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24957         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24958         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24960 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24962         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24963         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24965 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24967         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24968         aix specific files.
24969         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24970         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24971         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24972         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24973         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24974         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24975         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24976         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24978 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24979             Roland McGrath  <roland@hack.frob.com>
24981         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24982         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24984 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24986         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24987         __executable_start symbol instead of _start.
24989 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24991         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24992         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24993         Move macros to...
24994         * sysdeps/gnu/ldsodefs.h: ... this new file.
24996         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24997         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24998         instead of ELFOSABI_LINUX.
25000         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25001         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25002         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25003         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25004         Likewise.
25005         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25006         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25007         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25008         Likewise.
25009         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25010         (ibm_extended_long_double): Add ieee_nan member.
25011         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25012         (do_test): New function.
25014         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25015         TEST_TRUNC.
25016         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25017         functions, renamed from truncdfsf_test, trunctfsf_test,
25018         trunctfdf_test.
25019         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25020         functions.
25021         (do_test): Run all these.
25023 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25025         * argp/argp-help.c: Fix typos.
25026         * argp/argp-parse.c: Likewise.
25027         * debug/backtracesyms.c: Likewise.
25028         * elf/elf.h: Likewise.
25029         * malloc/malloc.c: Likewise.
25030         * nis/nis_print.c: Likewise.
25031         * resolv/res_comp.c: Likewise.
25032         * stdlib/stdlib.h: Likewise.
25033         * sunrpc/clnt_tcp.c: Likewise.
25034         * sunrpc/clnt_udp.c: Likewise.
25035         * sunrpc/clnt_unix.c: Likewise.
25036         * sysdeps/unix/bsd/ptsname.c: Likewise.
25037         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25038         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25040         Likewise.
25041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25042         Likewise.
25043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25044         Likewise.
25045         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25047 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25049         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25050         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25052 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25054         [BZ #15897]
25055         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25056         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25057         ($(objpfx)bug-dl-leaf): New rule.
25058         ($(objpfx)bug-dl-leaf.so): Likewise.
25059         ($(objpfx)bug-dl-leaf.out): Likewise.
25060         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25061         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25062         * dlfcn/bug-dl-leaf.c: New test.
25063         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25064         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25065         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25066         (dlclose): Likewise.
25067         (dlmopen): Likewise.
25069 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25071         * include/netdb.h [!_ISOMAC]:
25072         Don't include <tls.h>.
25073         (h_errno, __libc_h_errno): Move declaration and macros out of
25074         [_LIBC_REENTRANT].
25076         * include/resolv.h [_RESOLV_H_]:
25077         Don't include <tls.h>.
25078         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25079         * resolv/res_libc.c: Don't include <tls.h>.
25080         (_res): Use __attribute__ ((nocommon)) in place of
25081         __attribute__ ((section (".bss"))).
25083         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25084         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25086         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25088         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25089         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25091         * resolv/res_mkquery.c: Include <sys/time.h>.
25093         * inet/ifreq.c: Moved to ...
25094         * sysdeps/unix/ifreq.c: ... here.
25095         * inet/ifreq.c: New file, true stub version.
25097         * socket/sa_len.c: New file.
25098         * socket/Makefile (aux): Add it.
25099         * sysdeps/unix/sysv/linux/Makefile
25100         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25101         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25102         and #include <socket/sa_len.c>.
25103         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25104         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25106         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25107         * bits/socket.h: ... here.
25109         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25110         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25111         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25113 2013-08-27  Andreas Schwab  <schwab@suse.de>
25115         [BZ #15736]
25116         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25117         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25118         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25119         * string/test-strcasecmp.c (test_main): Run tests in several
25120         locales.
25121         * string/test-strncasecmp.c (test_main): Likewise.
25123         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25124         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25125         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25126         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25127         (__strncasecmp_ssse3) [PIC]: Likewise.
25129 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25131         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25133         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25134         instead of explicitly declaring xdecrypt.
25135         * nis/nss_nis/nis-publickey.c: Likewise.
25137 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25139         [BZ #15890]
25140         * nscd/aicache.c: Include res_hconf.h.
25141         (addhstaiX): Initialize res_hconf.
25143 2013-08-26  Andreas Schwab  <schwab@suse.de>
25145         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25146         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25148 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25150         * nscd/aicache.c (addhstaiX): Fix indentation.
25152 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25154         * configure.ac: Quote $build_pt_chown test.
25155         * configure: Regenerated.
25157 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25159         [BZ #15532]
25160         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25161         * math/s_cexpf.c (__cexpf): Likewise.
25162         * math/s_cexpl.c (__cexpl): Likewise.
25163         * math/libm-test.inc (cexp_test_data): Correct expected return
25164         value for NaN + i0.  Add another test.
25166 2013-08-22  David S. Miller  <davem@davemloft.net>
25168         * po/ca.po: Update Catalan translation from translation project.
25169         * po/uk.po: Add Ukrainian translations from translation project.
25171 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25173         [BZ #15797]
25174         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25175         is infinite, not alongside NaN test.
25176         * math/s_fdimf.c (__fdimf): Likewise.
25177         * math/s_fdiml.c (__fdiml): Likewise.
25178         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25179         errno is unchanged.
25181 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25183         * argp/argp-help.c: Fix typos.
25184         * crypt/speeds.c: Likewise.
25185         * csu/check_fds.c: Likewise.
25186         * elf/dl-load.c: Likewise.
25187         * elf/dl-open.c: Likewise.
25188         * elf/reldep3.c: Likewise.
25189         * elf/reldep.c: Likewise.
25190         * elf/sprof.c: Likewise.
25191         * iconv/iconv_charmap.c: Likewise.
25192         * iconv/skeleton.c: Likewise.
25193         * iconv/strtab.c: Likewise.
25194         * io/lockf64.c: Likewise.
25195         * libio/libioP.h: Likewise.
25196         * resolv/gai_notify.c: Likewise.
25197         * resolv/ns_name.c: Likewise.
25198         * resolv/ns_samedomain.c: Likewise.
25199         * resolv/res_send.c: Likewise.
25200         * stdlib/random.c: Likewise.
25201         * sunrpc/rpc/xdr.h: Likewise.
25202         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25203         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25204         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25205         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25206         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25207         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25208         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25209         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25210         * sysdeps/mach/hurd/check_fds.c: Likewise.
25211         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25212         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25213         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25214         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25215         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25216         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25217         * sysdeps/pthread/aio_notify.c: Likewise.
25218         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25219         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25220         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25221         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25222         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25224 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25226         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25227         version if bit_Slow_SSE4_2 is set.
25228         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25229         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25231 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25233         [BZ #15867]
25234         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25235         trampoline stack frame information.
25236         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25237         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25238         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25239         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25240         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25241         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25242         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25243         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25244         sa_flags value.
25245         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25246         interrupting a syscall and set with option SA_SIGINFO.
25248 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25250         [BZ #15531]
25251         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25252         argument is infinite.
25253         * math/s_cprojf.c (__cprojf): Likewise.
25254         * math/s_cprojl.c (__cprojl): Likewise.
25255         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25256         * math/libm-test.inc (cproj_test_data): Add more tests.
25258         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25260         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25261         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25262         size.  Use __ffs to determine corresponding shift.
25264 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25265             Roland McGrath  <roland@hack.frob.com>
25267         * Makefile (INSTALL): Remove trailing blank lines from output of
25268         makeinfo.
25270 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25272         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25273         Align 32 bit compat elf_greg to 8 bytes.
25275 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25277         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25279 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25281         * string/strcoll_l.c (coll_seq): New structure.
25282         (get_next_seq_cached): New function.
25283         (get_next_seq): New function.
25284         (do_compare): New function.
25285         (STRCOLL): Use GNU style definition.  Simplify implementation
25286         by using get_next_seq, get_next_seq_cached and do_compare.
25288 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25290         [BZ #14699]
25291         CVE-2013-4237
25292         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25293         member.
25294         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25295         member.
25296         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25297         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25298         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25299         conditional.
25300         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25301         GETDENTS_64BIT_ALIGNED.
25302         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25303         * manual/filesys.texi (Reading/Closing Directory): Document
25304         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25305         strongly.
25306         * manual/conf.texi (Limits for Files): Add portability note to
25307         NAME_MAX, PATH_MAX.
25308         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25310 2013-08-13  Andreas Schwab  <schwab@suse.de>
25312         [BZ #15749]
25313         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25314         of fabs.
25315         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25316         LDBL_MAX_EXP >= 16384]: Add tests for it.
25318 2013-08-12  David S. Miller  <davem@davemloft.net>
25320         * version.h (RELEASE): Set to "development".
25321         (VERSION): Set to "2.18.90".
25322         * NEWS: Add 2.19 section.
25324 2013-08-03  David S. Miller  <davem@davemloft.net>
25326         * po/ko.po: Update Korean translation from translation project.
25328 2013-08-01  David S. Miller  <davem@davemloft.net>
25330         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25331         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25332         Bilka.
25334 2013-07-30  David S. Miller  <davem@davemloft.net>
25336         * po/fr.po: Update French translation from translation project.
25338 2013-07-28  David S. Miller  <davem@davemloft.net>
25340         * po/cs.po: Update Czech translation from translation project.
25342         * po/sv.po: Update Swedish translation from translation project.
25344 2013-07-27  David S. Miller  <davem@davemloft.net>
25346         * po/eo.po: Update Esperanto translation from translation project.
25348         * po/vi.po: Update Vietnamese translation from translation project.
25350         * po/de.po: Update German translation from translation project.
25352 2013-07-26  David S. Miller  <davem@davemloft.net>
25354         * po/bg.po: Update Bulgarian translation from translation project.
25356         * po/nl.po: Update Dutch translation from translation project.
25357         * po/pl.po: Update Polish translation from translation project.
25358         * po/ru.po: Update Russian translation from translation project.
25360 2013-07-24  David S. Miller  <davem@davemloft.net>
25362         * po/libc.pot: Update.
25364 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25366         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25367         variable page size.
25368         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25369         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25370         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25372 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25374         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25376 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25377             Andreas Schwab  <schwab@suse.de>
25378             Roland McGrath  <roland@hack.frob.com>
25379             Joseph Myers  <joseph@codesourcery.com>
25380             Carlos O'Donell  <carlos@redhat.com>
25382         [BZ #15755]
25383         * config.h.in: Define HAVE_PT_CHOWN.
25384         * config.make.in (build-pt-chown): New variable.
25385         * configure.in (--enable-pt_chown): New configure option.
25386         * configure: Regenerate.
25387         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25388         build-pt-chown is enabled.
25389         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25390         pt_chown to fix pty ownership.
25391         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25392         CLOSE_ALL_FDS.
25393         * manual/install.texi (Configuring and compiling): Mention
25394         --enable-pt_chown. Add @findex for grantpt.
25395         * INSTALL: Regenerate.
25397 2013-07-20  David S. Miller  <davem@davemloft.net>
25399         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25400         difference between 32-bit and 64-bit.
25402 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25404         [BZ #15711]
25405         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25406         Avoid system header dependency with -ffreestanding.
25407         ($(objpfx)bits/syscall%d): Likewise.
25409 2013-07-13  David S. Miller  <davem@davemloft.net>
25411         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25412         underflows from atanl/atan2l due to bug 15319.
25413         (casinh_test_data): Likewise.
25415 2013-07-07  David S. Miller  <davem@davemloft.net>
25417         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25419 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25421         * sysdeps/i386/fpu/libm-test-ulps: Update.
25422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25424 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25426         * configure.in (--enable-lock-elision): Fix message text.
25427         * INSTALL: Regenerate.
25428         * configure: Regenerate.
25430 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25432         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25434 2013-07-03  Andreas Jaeger  <aj@suse.de>
25436         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25437         define.
25438         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25439         (ptrace_peeksiginfo_args): Add.
25440         (__ptrace_peeksiginfo_flags): Add.
25441         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25442         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25443         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25445 2013-07-03  Allan McRae  <allan@archlinux.org>
25447         * sysdeps/i386/fpu/libm-test-ulps: Update.
25449 2013-07-02  David S. Miller  <davem@davemloft.net>
25451         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25453 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25455         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25457 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25459         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25462 2013-07-02  Andi Kleen <ak@linux.intel.com>
25464         * config.h.in (ENABLE_LOCK_ELISION): Add.
25465         * configure.in (--enable-lock-elision): Add option.
25466         * manual/install.texi: Document --enable lock elision.
25467         * configure: Regenerate
25468         * INSTALL: Regenerate.
25470 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25472         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25473         SSE4.2 strcasecmp for libc.a.
25474         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25476 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25478         [BZ #13304]
25479         * soft-fp/op-common.h (_FP_FMA): New macro.
25480         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25481         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25482         (_FP_MUL_MEAT_1_imm): ... here.
25483         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25484         (_FP_MUL_MEAT_1_wide): ... here.
25485         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25486         (_FP_MUL_MEAT_1_hard): ... here.
25487         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25488         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25489         (_FP_MUL_MEAT_2_wide): ... here.
25490         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25491         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25492         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25493         (_FP_MUL_MEAT_2_gmp): ... here.
25494         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25495         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25496         (_FP_MUL_MEAT_4_wide): ... here.
25497         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25498         (_FP_MUL_MEAT_4_gmp): ... here.
25499         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25500         (_FP_WFRACBITS_DW_S): Likewise.
25501         (_FP_WFRACXBITS_DW_S): Likewise.
25502         (_FP_HIGHBIT_DW_S): Likewise.
25503         (FP_FMA_S): Likewise.
25504         (_FP_FRAC_HIGH_DW_S): Likewise.
25505         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25506         (_FP_WFRACBITS_DW_D): Likewise.
25507         (_FP_WFRACXBITS_DW_D): Likewise.
25508         (_FP_HIGHBIT_DW_D): Likewise.
25509         (FP_FMA_D): Likewise.
25510         (_FP_FRAC_HIGH_DW_D): Likewise.
25511         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25512         (_FP_WFRACBITS_DW_E): Likewise.
25513         (_FP_WFRACXBITS_DW_E): Likewise.
25514         (_FP_HIGHBIT_DW_E): Likewise.
25515         (FP_FMA_E): Likewise.
25516         (_FP_FRAC_HIGH_DW_E): Likewise.
25517         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25518         (_FP_WFRACBITS_DW_Q): Likewise.
25519         (_FP_WFRACXBITS_DW_Q): Likewise.
25520         (_FP_HIGHBIT_DW_Q): Likewise.
25521         (FP_FMA_Q): Likewise.
25522         (_FP_FRAC_HIGH_DW_Q): Likewise.
25523         * soft-fp/fmasf4.c: New file.
25524         * soft-fp/fmadf4.c: Likewise.
25525         * soft-fp/fmatf4.c: Likewise.
25527 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25529         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25530         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25531         Silvermont.
25532         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25533         macro.
25534         (index_Slow_SSE4_2): Likewise.
25535         (index_Prefer_PMINUB_for_stringop): Likewise.
25536         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25537         bit_Slow_SSE4_2 is set.
25538         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25539         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25541 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25543         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25544         rtld_global._dl_hwcap2.
25545         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25546         POWER8.
25547         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25548         POWER8 feature descriptions defined in _dl_hwcap2.
25549         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25550         string handling for POWER8 feature bits.
25551         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25552         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25553         _dl_powerpc_cap_flags.
25554         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25555         * sysdeps/powerpc/rtld-global-offsets.sym
25556         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25557         _dl_hwcap2 in the rtld_global_ro structure.
25559 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25561         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25562         hardware capabilities in support of AT_HWCAP2.
25563         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25564         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25565         GLRO(dl_hwcap2).
25566         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25567         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25568         explicitly the unknown a_type display mechanism is used.
25569         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25570         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25571         struct member.
25572         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25573         to macro prototype for AT_HWCAP2 support.
25574         * sysdeps/i386/dl-procinfo.h: Likewise.
25575         * sysdeps/s390/dl-procinfo.h: Likewise.
25576         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25577         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25578         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25579         return -1 for unknown a_type display fallback.
25580         * sysdeps/sparc/dl-procinfo.h: Likewise.
25581         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25582         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25584 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25586         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25587         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25589 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25591         [BZ #12492]
25592         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25593         mprotect making __stack_prot writable.
25595 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25596             Joseph Myers  <joseph@codesourcery.com>
25598         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25599         as being properly aligned.
25601 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25603         * dlfcn/modstatic5.c: New file.
25604         * dlfcn/tststatic5.c: New file.
25605         * dlfcn/Makefile (tests): Add tststatic5.
25606         (tests-static): Likewise.
25607         (modules-names): Add modstatic5.
25608         (tststatic5-ENV): New variable.
25609         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25611         [BZ #15022]
25612         * elf/dl-support.c (_dl_main_map): New variable.
25613         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25614         (_dl_nns, _dl_load_adds): Set to 1.
25615         (_dl_initial_searchlist): Refer to _dl_main_map.
25616         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25617         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25618         call to _dl_get_origin.
25619         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25620         around call_map.
25621         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25622         * dlfcn/modstatic3.c: New file.
25623         * dlfcn/tststatic3.c: New file.
25624         * dlfcn/tststatic4.c: New file.
25625         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25626         (tests-static): Likewise.
25627         (modules-names): Add modstatic3.
25628         (tststatic3-ENV, tststatic4-ENV): New variables.
25629         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25630         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25632 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25634         * configure.in (CC): Require GCC version 4.4 or later.
25635         * configure: Regenerated.
25636         * manual/install.texi (Tools for Compilation): Update GCC version
25637         requirement.
25638         * INSTALL: Regenerated.
25640 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25642         [BZ #15674]
25643         * string/test-memcmp.c (check2): New.
25644         (main): Call check2.
25646         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25648 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25650         [BZ #15022]
25651         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25652         over to...
25653         (dl_open_worker) [!SHARED]: ... here.
25655 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25657         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25659 2013-06-25  Richard Henderson  <rth@redhat.com>
25661         * locale/programs/locarchive.c: Include <libc-internal.h>
25663 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25665         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25666         trailing whitespace removed.
25668 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25670         [BZ #10283]
25671         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25672         * locale/programs/locarchive.c: Include libc-mmap.h.
25673         (prepare_address_space): Take two new outputs (the mmap base and len).
25674         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25675         values.
25676         (create_archive): Declare new mmap base and len values for
25677         prepare_address_space, and store the result in ah.
25678         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25679         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25680         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25681         Declare new mmap base and len values for
25682         prepare_address_space, and store the result in new_ah.
25683         (open_archive): Declare new mmap base and len values for
25684         prepare_address_space, and store the result in ah.
25685         (close_archive): If ah->mmap_base is not NULL, use that and
25686         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25687         * sysdeps/generic/libc-mmap.h: New file.
25689 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25691         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25692         (ALIGN_UP): Likewise.
25693         (PTR_ALIGN_DOWN): Likewise.
25694         (PTR_ALIGN_UP): Likewise.
25696 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25698         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25699         entry mapped to PPC_PLATFORM_POWER8.
25700         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25701         POWER8.
25702         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25703         (_dl_string_platform): Add case for exporting platform position for
25704         POWER8.
25705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25706         search path to sysdeps/powerpc/powerpc32/power8 directory.
25707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25708         search path to sysdeps/powerpc/powerpc64/power8 directory.
25709         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25710         power7 directories.
25711         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25712         power7 directories.
25714 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25716         * INSTALL: Regenerate.
25718         * nscd/connections.c (nscd_init): Fix comment.
25720 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25722         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25724         [BZ #15667]
25725         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25726         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25728 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25730         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25731         DL_DST_REQ_STATIC.
25732         (DL_DST_REQ_STATIC): Remove macro.
25734 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25736         [BZ #7006]
25737         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25738         with a shift of 0 bits.
25740 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25742         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25743         $(tststatic-ENV).
25745 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25747         [BZ #15655]
25748         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25750 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25752         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25753         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25754         accepts -fno-tree-loop-distribute-patterns.
25755         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25756         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25757         recursive call.
25758         * string/memset.c (memset): Likewise.
25759         * string/test-memmove.c (simple_memmove): Disable loop transformation
25760         to library calls.
25761         * string/test-memset.c (simple_memset): Likewise.
25762         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25763         * benchtests/bench-memset.c (simple_memset): Likewise.
25764         * configure: Regenerated.
25766 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25768         * math/test-misc.c (main): Ignore fesetround failure when failures
25769         of subsequent rounding tests would be ignored.
25771         [BZ #15654]
25772         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25773         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25774         * math/fegetenv.c (__fegetenv): Return 0.
25775         * math/fegetexcept.c (fegetexcept): Return 0.
25776         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25777         FE_TONEAREST.
25778         * math/feholdexcpt.c (feholdexcept): Return 0.
25779         * math/fesetenv.c (__fesetenv): Return 0.
25780         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25781         argument FE_TONEAREST.
25782         * math/feupdateenv.c (__feupdateenv): Return 0.
25783         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25785 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25787         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25788         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25789         ($(objpfx)rtld-%.os rules): Use them.
25791 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25793         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25794         fields.
25796 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25798         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25799         length of target pattern, then descending length of dependency pattern.
25800         * configure.in (AWK): Require gawk 3.1.2 or newer.
25801         * manual/install.texi (Tools for Compilation): Say that we do.
25802         * configure: Regenerated.
25804         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25805         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25806         * scripts/sysd-rules.awk: ... this new script.
25807         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25808         than a glob-style pattern.
25810 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25812         * math/test-misc.c (main): Do not treat incorrectly rounded
25813         conversions as failure unless ROUNDING_TESTS passes.
25815 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25817         [BZ #15631]
25818         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25819         restore exception state around main square root computation, then
25820         check for inexactness explicitly.
25822         * math/libm-test.inc (fma_test_data): Add another test.
25824 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25826         * manual/threads.texi (Non-POSIX Extensions): New document
25827         node.  Document pthread_getattr_default_np and
25828         pthread_setattr_default_np.
25830         * Versions.def (libpthread): Add GLIBC_2.18.
25831         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25833         Likewise.
25834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25835         Likewise.
25836         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25837         Likewise.
25838         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25839         Likewise.
25840         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25841         Likewise.
25842         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25843         Likewise.
25844         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25845         Likewise.
25846         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25847         Likewise.
25848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25849         Likewise.
25851 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25853         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25854         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25856 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25857             H.J. Lu  <hjl.tools@gmail.com>
25859         [BZ #15627]
25860         * sysdeps/x86_64/rtld-memset.c: Remove file.
25861         * sysdeps/x86_64/rtld-memset.S: New file.
25863 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25865         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25866         (test_in_one_mode): Take arguments for whether the rounding mode
25867         is supported for each floating-point type.
25868         (do_test): Pass new arguments to test_in_one_mode using
25869         ROUNDING_TESTS.
25871 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25873         * posix/tst-waitid.c (do_test): Distinguish different instances of
25874         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25875         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25876         before entering the kernel for waitpid.
25878 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25880         * NEWS: Fix note on clock function precision.  Text by Roland
25881         McGrath.
25883 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25885         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25886         it into place only when and if the sanity check passes.
25888 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25890         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25891         output for whether conversion result is exact.  Take argument
25892         indicating whether type is IBM long double.
25893         (round_for_all): Change need_exact field to ibm_ld.
25894         * stdlib/tst-strtod-round.c (struct exactness): New type.
25895         (struct test): Change bool ld_ok field to struct exactness exact.
25896         (TEST): Update all definitions for change to field.
25897         (tests): Regenerate array contents.
25898         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25899         field value.  Check for IBM long double here.
25900         (do_test): Update calls to test_in_one_mode.
25902 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25904         [BZ #12515]
25905         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25906         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25908 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25910         [BZ #15605]
25911         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25912         generated by the compiler on loop optimizations.
25913         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25914         general definitions.
25916 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25918         * math/bug-nextafter.c: Include <math-tests.h>.
25919         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25920         the relevant type.
25921         * math/bug-nexttoward.c: Include <math-tests.h>.
25922         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25923         the relevant type.
25924         * math/test-misc.c: Include <math-tests.h>.
25925         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25926         the relevant type.
25928 2013-06-12  Andreas Jaeger  <aj@suse.de>
25930         * po/ia.po: Update Interlingua translation from translation
25931         project.
25933 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25935         * include/fenv.h: Include stdbool.h.
25936         (struct rm_ctx): New structure.
25937         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25938         Define macro.
25939         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25940         (SET_RESTORE_ROUNDF): Likewise.
25941         (SET_RESTORE_ROUNDL): Likewise.
25942         (SET_RESTORE_ROUND_NOEX): Likewise.
25943         (SET_RESTORE_ROUND_NOEXF): Likewise.
25944         (SET_RESTORE_ROUND_NOEXL): Likewise.
25945         (SET_RESTORE_ROUND_53BIT): Likewise.
25946         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25947         (libc_feresetround_noexf_ctx): Likewise.
25948         (libc_feresetround_noexl_ctx): Likewise.
25949         (libc_feholdsetround_53bit_ctx): Likewise.
25950         (libc_feresetround_53bit_ctx): Likewise.
25951         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25952         (libc_feholdexcept_setround_sse_ctx): New function.
25953         (libc_fesetenv_sse_ctx): Likewise.
25954         (libc_feupdateenv_sse_ctx): Likewise.
25955         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25956         (libc_feholdexcept_setround_387_ctx): Likewise.
25957         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25958         (libc_feholdsetround_387_prec_ctx): Likewise.
25959         (libc_feholdsetround_387_ctx): Likewise.
25960         (libc_feholdsetround_387_53bit_ctx): Likewise.
25961         (libc_feholdsetround_sse_ctx): Likewise.
25962         (libc_feresetround_sse_ctx): Likewise.
25963         (libc_feresetround_387_ctx): Likewise.
25964         (libc_feupdateenv_387_ctx): Likewise.
25965         (libc_feholdexcept_setroundf_ctx): Define macro.
25966         (libc_fesetenvf_ctx): Likewise.
25967         (libc_feupdateenvf_ctx): Likewise.
25968         (libc_feholdsetroundf_ctx): Likewise.
25969         (libc_feresetroundf_ctx): Likewise.
25970         (libc_feholdexcept_setround_ctx): Likewise.
25971         (libc_fesetenv_ctx): Likewise.
25972         (libc_feupdateenv_ctx): Likewise.
25973         (libc_feholdsetround_ctx): Likewise.
25974         (libc_feresetround_ctx): Likewise.
25975         (libc_feholdexcept_setroundl_ctx): Likewise.
25976         (libc_feupdateenvl_ctx): Likewise.
25977         (libc_feholdsetroundl_ctx): Likewise.
25978         (libc_feresetroundl_ctx): Likewise.
25979         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25980         (libc_feresetround_53bit_ctx): Likewise.
25982 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25984         * locale/iso-639.def: Convert to UTF-8.
25986 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25988         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25989         (EXCEPTION_TESTS_double): Likewise.
25990         (EXCEPTION_TESTS_long_double): Likewise.
25991         (EXCEPTION_TESTS): Likewise.
25992         * math/libm-test.inc (test_exceptions): Only test exceptions if
25993         EXCEPTION_TESTS (FLOAT).
25995 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25997         * benchtests/Makefile (string-bench): Add strcpy_chk and
25998         stpcpy_chk.
25999         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26000         * benchtests/bench-stpcpy_chk.c: New file.
26001         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26002         * benchtests/bench-strcpy_chk.c: New file.
26003         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26004         code.
26005         (do_test): Likewise.
26007 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26009         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26010         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26011         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26012         with tabs where appropriate.
26013         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26014         dl-procinfo.h.
26015         [PPC_PLATFORM_PPC440]: Likewise.
26016         [PPC_PLATFORM_PPC464]: Likewise.
26017         [PPC_PLATFORM_PPC476]: Likewise.
26018         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26019         ppc464, and ppc476 platform strings merging from ports/
26020         dl-procinfo.h.
26022 2013-06-11  Andreas Schwab  <schwab@suse.de>
26024         [BZ #14991]
26025         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26026         (from_ucs4_idx): Regenerate.
26027         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26028         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26029         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26030         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26031         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26032         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26033         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26034         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26035         from FROM_LOOP and TO_LOOP specific macros.
26036         (BODY): Handle combining characters.
26037         * iconvdata/BIG5HKSCS.irreversible: Update.
26038         * iconvdata/BIG5HKSCS.precomposed: New file.
26039         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26040         characters.
26041         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26043 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26045         * include/sys/time.h: Fix indentation and add copyright header.
26047         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26048         (do_test): Likewise.
26049         * string/test-memchr.c (do_one_test): Likewise.
26050         (do_test): Likewise.
26051         * string/test-memcmp.c (do_one_test): Likewise.
26052         (do_test): Likewise.
26053         * string/test-memcpy.c (do_one_test): Likewise.
26054         (do_test): Likewise.
26055         * string/test-memmem.c (do_one_test): Likewise.
26056         (do_test): Likewise.
26057         (do_random_tests): Likewise.
26058         * string/test-memmove.c (do_one_test): Likewise.
26059         (do_test): Likewise.
26060         * string/test-memset.c (do_one_test): Likewise.
26061         (do_test): Likewise.
26062         * string/test-rawmemchr.c (do_one_test): Likewise.
26063         (do_test): Likewise.
26064         * string/test-strcasecmp.c (do_one_test): Likewise.
26065         (do_test): Likewise.
26066         * string/test-strcasestr.c (do_one_test): Likewise.
26067         (do_test): Likewise.
26068         * string/test-strcat.c (do_one_test): Likewise.
26069         (do_test): Likewise.
26070         * string/test-strchr.c (do_one_test): Likewise.
26071         (do_test): Likewise.
26072         * string/test-strcmp.c (do_one_test): Likewise.
26073         (do_test): Likewise.
26074         * string/test-strcpy.c (do_one_test): Likewise.
26075         (do_test): Likewise.
26076         * string/test-string.h: Likewise.
26077         (test_init): Likewise.
26078         * string/test-strlen.c (do_one_test): Likewise.
26079         (do_test): Likewise.
26080         * string/test-strncasecmp.c (do_one_test): Likewise.
26081         (do_test): Likewise.
26082         * string/test-strncat.c (do_one_test): Likewise.
26083         (do_test): Likewise.
26084         * string/test-strncmp.c (do_one_test): Likewise.
26085         (do_test_limit): Likewise.
26086         (do_test): Likewise.
26087         * string/test-strncpy.c (do_one_test): Likewise.
26088         (do_test): Likewise.
26089         * string/test-strnlen.c (do_one_test): Likewise.
26090         (do_test): Likewise.
26091         * string/test-strpbrk.c (do_one_test): Likewise.
26092         (do_test): Likewise.
26093         * string/test-strrchr.c (do_one_test): Likewise.
26094         (do_test): Likewise.
26095         * string/test-strspn.c (do_one_test): Likewise.
26096         (do_test): Likewise.
26097         * string/test-strstr.c (do_one_test): Likewise.
26098         (do_test): Likewise.
26100         * benchtests/Makefile (string-bench): Add string benchmarks.
26101         * benchtests/bench-bcopy-ifunc.c: New file.
26102         * benchtests/bench-bcopy.c: New file.
26103         * benchtests/bench-bzero-ifunc.c: New file.
26104         * benchtests/bench-bzero.c: New file.
26105         * benchtests/bench-memccpy-ifunc.c: New file.
26106         * benchtests/bench-memccpy.c: New file.
26107         * benchtests/bench-memchr-ifunc.c: New file.
26108         * benchtests/bench-memchr.c: New file.
26109         * benchtests/bench-memcmp-ifunc.c: New file.
26110         * benchtests/bench-memcmp.c: New file.
26111         * benchtests/bench-memmem-ifunc.c: New file.
26112         * benchtests/bench-memmem.c: New file.
26113         * benchtests/bench-memmove-ifunc.c: New file.
26114         * benchtests/bench-memmove.c: New file.
26115         * benchtests/bench-mempcpy-ifunc.c: New file.
26116         * benchtests/bench-mempcpy.c: New file.
26117         * benchtests/bench-memset-ifunc.c: New file.
26118         * benchtests/bench-memset.c: New file.
26119         * benchtests/bench-rawmemchr-ifunc.c: New file.
26120         * benchtests/bench-rawmemchr.c: New file.
26121         * benchtests/bench-stpcpy-ifunc.c: New file.
26122         * benchtests/bench-stpcpy.c: New file.
26123         * benchtests/bench-stpncpy-ifunc.c: New file.
26124         * benchtests/bench-stpncpy.c: New file.
26125         * benchtests/bench-strcasecmp-ifunc.c: New file.
26126         * benchtests/bench-strcasecmp.c: New file.
26127         * benchtests/bench-strcasestr-ifunc.c: New file.
26128         * benchtests/bench-strcasestr.c: New file.
26129         * benchtests/bench-strcat-ifunc.c: New file.
26130         * benchtests/bench-strcat.c: New file.
26131         * benchtests/bench-strchr-ifunc.c: New file.
26132         * benchtests/bench-strchr.c: New file.
26133         * benchtests/bench-strchrnul-ifunc.c: New file.
26134         * benchtests/bench-strchrnul.c: New file.
26135         * benchtests/bench-strcmp-ifunc.c: New file.
26136         * benchtests/bench-strcmp.c: New file.
26137         * benchtests/bench-strcpy-ifunc.c: New file.
26138         * benchtests/bench-strcpy.c: New file.
26139         * benchtests/bench-strcspn-ifunc.c: New file.
26140         * benchtests/bench-strcspn.c: New file.
26141         * benchtests/bench-strlen-ifunc.c: New file.
26142         * benchtests/bench-strlen.c: New file.
26143         * benchtests/bench-strncasecmp-ifunc.c: New file.
26144         * benchtests/bench-strncasecmp.c: New file.
26145         * benchtests/bench-strncat-ifunc.c: New file.
26146         * benchtests/bench-strncat.c: New file.
26147         * benchtests/bench-strncmp-ifunc.c: New file.
26148         * benchtests/bench-strncmp.c: New file.
26149         * benchtests/bench-strncpy-ifunc.c: New file.
26150         * benchtests/bench-strncpy.c: New file.
26151         * benchtests/bench-strnlen-ifunc.c: New file.
26152         * benchtests/bench-strnlen.c: New file.
26153         * benchtests/bench-strpbrk-ifunc.c: New file.
26154         * benchtests/bench-strpbrk.c: New file.
26155         * benchtests/bench-strrchr-ifunc.c: New file.
26156         * benchtests/bench-strrchr.c: New file.
26157         * benchtests/bench-strspn-ifunc.c: New file.
26158         * benchtests/bench-strspn.c: New file.
26159         * benchtests/bench-strstr-ifunc.c: New file.
26160         * benchtests/bench-strstr.c: New file.
26162         * benchtests/Makefile: Disable parallel execution of targets.
26163         (string-bench): Add memcpy.
26164         (benchset): New variable to store a list of benchmark sets.
26165         (bench-func): Renamed from bench.
26166         (bench-set): New target.
26167         (bench): Depend on bench-func and bench-set.
26168         * benchtests/README: Add section on benchmark sets.
26169         * benchtests/bench-memcpy-ifunc.c: New file.
26170         * benchtests/bench-memcpy.c: New file.
26171         * benchtests/bench-string.h: New file.
26173 2013-06-11  Andreas Schwab  <schwab@suse.de>
26175         [BZ #15577]
26176         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26177         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26178         values in the triple.
26179         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26180         terminator in the group key.
26182 2013-06-11  Andreas Jaeger  <aj@suse.de>
26184         * po/zh_TW.po: Update Chinese (traditional) translation from
26185         translation project.
26187 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26189         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26190         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26191         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26192         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26193         (clock_getcpuclockid): Likewise.
26194         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26195         Add weak_alias and libc_hidden_def.
26196         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26197         * rt/clock_gettime.c (clock_gettime): Rename to
26198         __clock_gettime.  Add weak_alias and libc_hidden_def.
26199         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26200         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26201         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26202         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26203         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26204         Likewise.
26205         * rt/clock_settime.c (clock_settime): Rename to
26206         __clock_settime.  Add weak_alias and libc_hidden_def.
26207         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26209 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26211         * mach/err_boot.sub: Remove trailing whitespace.
26212         * mach/err_ipc.sub: Likewise.
26213         * mach/err_mach.sub: Likewise.
26215         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26216         (ROUNDING_TESTS_double): Likewise.
26217         (ROUNDING_TESTS_long_double): Likewise.
26218         (ROUNDING_TESTS): Likewise.
26219         * math/libm-test.inc: Include <math-tests.h>.
26220         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26221         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26222         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26223         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26225 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26227         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26228         of assigning.
26230 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26232         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26233         otherwise empty TRANS lines.
26234         * sysdeps/gnu/errlist.c: Regenerated.
26236         * catgets/gencat.c (error_print): Use (void) in function
26237         definition.
26238         * crypt/crypt_util.c (__init_des): Likewise.
26239         * crypt/speeds.c (Stop): Likewise.
26240         (main): Likewise.
26241         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26242         * inet/ruserpass.c (token): Likewise.
26243         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26244         * intl/localealias.c (extend_alias_table): Likewise.
26245         * intl/plural-exp.c (init_germanic_plural): Likewise.
26246         * libio/fcloseall.c (__fcloseall): Likewise.
26247         * libio/genops.c (_IO_flush_all): Likewise.
26248         (_IO_flush_all_linebuffered): Likewise.
26249         (_IO_cleanup): Likewise.
26250         (_IO_iter_begin): Likewise.
26251         (_IO_iter_end): Likewise.
26252         (_IO_list_lock): Likewise.
26253         (_IO_list_unlock): Likewise.
26254         (_IO_list_resetlock): Likewise.
26255         * libio/getchar.c (getchar): Likewise.
26256         * libio/getchar_u.c (getchar_unlocked): Likewise.
26257         * libio/getwchar.c (getwchar): Likewise.
26258         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26259         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26260         * login/getpt.c (__getpt): Likewise.
26261         * login/tst-utmp.c (main): Likewise.
26262         * malloc/hooks.c (__malloc_check_init): Likewise.
26263         * malloc/malloc.c (__malloc_stats): Likewise.
26264         * malloc/mtrace.c (tr_break): Likewise.
26265         (mtrace): Likewise.
26266         (muntrace): Likewise.
26267         * misc/fstab.c (endfsent): Likewise.
26268         * misc/getclktck.c (__getclktck): Likewise.
26269         * misc/getdtsz.c (__getdtablesize): Likewise.
26270         * misc/gethostid.c (gethostid): Likewise.
26271         * misc/getpagesize.c (__getpagesize): Likewise.
26272         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26273         (__get_nprocs): Likewise.
26274         (__get_phys_pages): Likewise.
26275         (__get_avphys_pages): Likewise.
26276         * misc/getttyent.c (getttyent): Likewise.
26277         (setttyent): Likewise.
26278         (endttyent): Likewise.
26279         * misc/getusershell.c (getusershell): Likewise.
26280         (endusershell): Likewise.
26281         (setusershell): Likewise.
26282         (initshells): Likewise.
26283         * misc/hsearch.c (__hdestroy): Likewise.
26284         * misc/sync.c (sync): Likewise.
26285         * misc/syslog.c (closelog_internal): Likewise.
26286         (closelog): Likewise.
26287         * misc/ttyslot.c (ttyslot): Likewise.
26288         * misc/vhangup.c (vhangup): Likewise.
26289         * posix/fork.c (__fork): Likewise.
26290         * posix/getegid.c (__getegid): Likewise.
26291         * posix/geteuid.c (__geteuid): Likewise.
26292         * posix/getgid.c (__getgid): Likewise.
26293         * posix/getpid.c (__getpid): Likewise.
26294         * posix/getppid.c (__getppid): Likewise.
26295         * posix/getuid.c (__getuid): Likewise.
26296         * posix/pause.c (pause): Likewise.
26297         * posix/setpgrp.c (setpgrp): Likewise.
26298         * posix/setsid.c (__setsid): Likewise.
26299         * posix/test-vfork.c (noop): Likewise.
26300         * resolv/gethnamaddr.c (_endhtent): Likewise.
26301         (_gethtent): Likewise.
26302         (ht_endhostent): Likewise.
26303         (gethostent): Likewise.
26304         (dns_service): Likewise.
26305         * stdlib/drand48.c (drand48): Likewise.
26306         * stdlib/lrand48.c (lrand48): Likewise.
26307         * stdlib/mrand48.c (mrand48): Likewise.
26308         * stdlib/rand.c (rand): Likewise.
26309         * stdlib/random.c (__random): Likewise.
26310         * stdlib/setenv.c (clearenv): Likewise.
26311         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26312         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26313         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26314         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26315         (__get_nprocs): Likewise.
26316         (__get_phys_pages): Likewise.
26317         (__get_avphys_pages): Likewise.
26318         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26319         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26320         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26321         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26322         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26323         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26324         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26325         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26326         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26327         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26328         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26329         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26330         * sysdeps/posix/clock.c (clock): Likewise.
26331         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26332         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26333         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26334         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26335         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26336         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26337         (__get_nprocs_conf): Likewise.
26338         (__get_phys_pages): Likewise.
26339         (__get_avphys_pages): Likewise.
26340         * time/clock.c (clock): Likewise.
26341         * time/tzset.c (__tzname_max): Likewise.
26343 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26345         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26346         (__bswap_32): Do not use "register".
26347         * crypt/crypt.c (_ufc_doit_r): Likewise.
26348         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26349         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26350         * gmon/gmon.c (__monstartup): Likewise.
26351         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26352         * hurd/hurdmalloc.c (more_memory): Likewise.
26353         (malloc): Likewise.
26354         (free): Likewise.
26355         (realloc): Likewise.
26356         (malloc_fork_prepare): Likewise.
26357         (malloc_fork_parent): Likewise.
26358         (malloc_fork_child): Likewise.
26359         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26360         (_svcauth_des): Likewise.
26361         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26362         * inet/inet_net.c (inet_network): Likewise.
26363         * inet/inet_netof.c (inet_netof): Likewise.
26364         * inet/rcmd.c (__validuser2_sa): Likewise.
26365         * io/fts.c (fts_open): Likewise.
26366         (fts_load): Likewise.
26367         (fts_close): Likewise.
26368         (fts_read): Likewise.
26369         (fts_children): Likewise.
26370         (fts_build): Likewise.
26371         (fts_stat): Likewise.
26372         (fts_sort): Likewise.
26373         (fts_alloc): Likewise.
26374         (fts_lfree): Likewise.
26375         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26376         (_IO_file_xsgetn): Likewise.
26377         (_IO_file_xsgetn_mmap): Likewise.
26378         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26379         (_IO_cookie_write): Likewise.
26380         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26381         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26382         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26383         * malloc/obstack.c (_obstack_begin): Likewise.
26384         (_obstack_begin_1): Likewise.
26385         (_obstack_newchunk): Likewise.
26386         (_obstack_allocated_p): Likewise.
26387         (obstack_free): Likewise.
26388         (_obstack_memory_used): Likewise.
26389         * misc/getttyent.c (getttynam): Likewise.
26390         (getttyent): Likewise.
26391         (skip): Likewise.
26392         (value): Likewise.
26393         * misc/getusershell.c (initshells): Likewise.
26394         * misc/syslog.c (__vsyslog_chk): Likewise.
26395         * misc/ttyslot.c (ttyslot): Likewise.
26396         * nis/nis_hash.c (__nis_hash): Likewise.
26397         * posix/fnmatch_loop.c (FCT): Likewise.
26398         * posix/getconf.c (print_all): Likewise.
26399         (main): Likewise.
26400         * posix/getopt.c (exchange): Likewise.
26401         * posix/glob.c (globfree): Likewise.
26402         (prefix_array): Likewise.
26403         (__glob_pattern_type): Likewise.
26404         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26405         (NS_GET32): Likewise.
26406         (NS_PUT16): Likewise.
26407         (NS_PUT32): Likewise.
26408         * resolv/gethnamaddr.c (getanswer): Likewise.
26409         (gethostbyname2): Likewise.
26410         (gethostbyaddr): Likewise.
26411         (_gethtent): Likewise.
26412         (_gethtbyname2): Likewise.
26413         (_gethtbyaddr): Likewise.
26414         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26415         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26416         * resolv/res_init.c (__res_vinit): Likewise.
26417         (net_mask): Likewise.
26418         * resolv/res_mkquery.c (outchar): Likewise.
26419         (PRINT): Likewise.
26420         * stdio-common/printf_fp.c (outchar): Likewise.
26421         (PRINT): Likewise.
26422         * stdio-common/printf_fphex.c (outchar): Likewise.
26423         (PRINT): Likewise.
26424         * stdio-common/printf_size.c (outchar): Likewise.
26425         (PRINT): Likewise.
26426         * stdio-common/test_rdwr.c (main): Likewise.
26427         * stdio-common/tfformat.c (matches): Likewise.
26428         * stdio-common/vfprintf.c (outchar): Likewise.
26429         (printf_unknown): Likewise.
26430         (buffered_vfprintf): Likewise.
26431         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26432         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26433         (ReadFile): Likewise.
26434         * stdlib/qsort.c (SWAP): Likewise.
26435         (_quicksort): Likewise.
26436         * stdlib/setenv.c (__add_to_environ): Likewise.
26437         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26438         * stdlib/strtol_l.c (__strtol_l): Likewise.
26439         * stdlib/tst-strtod.c (main): Likewise.
26440         * stdlib/tst-strtol.c (main): Likewise.
26441         * stdlib/tst-strtoll.c (main): Likewise.
26442         * string/bits/string2.h (__strcmp_cc): Likewise.
26443         (__strcmp_cg): Likewise.
26444         (__strcspn_c1): Likewise.
26445         (__strcspn_c2): Likewise.
26446         (__strcspn_c3): Likewise.
26447         (__strspn_c1): Likewise.
26448         (__strspn_c2): Likewise.
26449         (__strspn_c3): Likewise.
26450         (__strsep_1c): Likewise.
26451         (__strsep_2c): Likewise.
26452         (__strsep_3c): Likewise.
26453         * string/memccpy.c (__memccpy): Likewise.
26454         * string/stpcpy.c (__stpcpy): Likewise.
26455         * string/strcmp.c (strcmp): Likewise.
26456         * string/strrchr.c (strrchr): Likewise.
26457         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26458         Likewise.
26459         * sysdeps/mach/hurd/getcwd.c
26460         (_hurd_canonicalize_directory_name_internal): Likewise.
26461         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26462         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26463         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26464         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26465         Likewise, in both definitions.
26466         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26467         definitions.
26468         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26469         64] (__bswap_64): Likewise.
26470         * time/test_time.c (main): Likewise.
26471         * time/tzfile.c (__tzfile_read): Likewise.
26472         (__tzfile_compute): Likewise.
26473         * time/tzset.c (__tzset_parse_tz): Likewise.
26474         (tzset_internal): Likewise.
26475         (compute_change): Likewise.
26476         * wcsmbs/wcscat.c (__wcscat): Likewise.
26477         * wcsmbs/wcschr.c (wcschr): Likewise.
26478         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26479         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26480         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26481         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26482         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26483         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26484         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26485         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26486         * wcsmbs/wmemset.c (wmemset): Likewise.
26488 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26490         * scripts/config.guess: Update to version 2013-05-16.
26491         * scripts/config.sub: Update to version 2013-04-24.
26492         * scripts/install-sh: Update to version 2011-11-20.07.
26493         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26494         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26496 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26498         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26499         * elf/sln.c: Likewise.
26500         * hurd/hurd/ioctl.h: Likewise.
26501         * hurd/hurdmalloc.c: Likewise.
26502         * hurd/xattr.c: Likewise.
26503         * include/shlib-compat.h: Likewise.
26504         * inet/ruserpass.c: Likewise.
26505         * libio/iofgets_u.c: Likewise.
26506         * libio/iofgetws_u.c: Likewise.
26507         * locale/programs/ld-identification.c: Likewise.
26508         * locale/programs/ld-time.c: Likewise.
26509         * mach/msg-destroy.c: Likewise.
26510         * nss/nss_files/files-netgrp.c: Likewise.
26511         * resolv/res_data.c: Likewise.
26512         * soft-fp/op-1.h: Likewise.
26513         * soft-fp/op-2.h: Likewise.
26514         * soft-fp/op-4.h: Likewise.
26515         * soft-fp/op-common.h: Likewise.
26516         * stdio-common/printf_fphex.c: Likewise.
26517         * stdlib/strtod_l.c: Likewise.
26518         * sunrpc/rpc/clnt.h: Likewise.
26519         * sysdeps/generic/framestate.c: Likewise.
26520         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26521         * sysdeps/i386/bsd-setjmp.S: Likewise.
26522         * sysdeps/i386/__longjmp.S: Likewise.
26523         * sysdeps/i386/setjmp.S: Likewise.
26524         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26525         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26526         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26527         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26528         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26529         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26530         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26531         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26532         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26533         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26534         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26535         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26536         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26537         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26538         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26539         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26540         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26541         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26542         * sysdeps/ieee754/support.c: Likewise.
26543         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26544         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26545         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26546         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26547         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26548         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26549         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26550         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26551         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26552         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26553         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26554         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26555         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26556         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26557         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26558         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26559         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26562 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26564         * posix/transbug.c: Remove executable mode.
26566 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26568         * crypt/speeds.c: Remove trailing whitespace.
26569         * dlfcn/default.c: Likewise.
26570         * elf/ifuncdep2.c: Likewise.
26571         * elf/ifuncmain1.c: Likewise.
26572         * elf/ifuncmain1vis.c: Likewise.
26573         * elf/testobj.h: Likewise.
26574         * elf/tst-stackguard1.c: Likewise.
26575         * gmon/sys/gmon.h: Likewise.
26576         * hurd/hurdmsg.c: Likewise.
26577         * hurd/new-fd.c: Likewise.
26578         * hurd/ports-get.c: Likewise.
26579         * iconvdata/ibm1008_420.c: Likewise.
26580         * inet/tst-getni1.c: Likewise.
26581         * inet/tst-getni2.c: Likewise.
26582         * libio/ioungetc.c: Likewise.
26583         * libio/wfiledoalloc.c: Likewise.
26584         * manual/libm-err-tab.pl: Likewise.
26585         * math/w_dremf.c: Likewise.
26586         * misc/ftruncate.c: Likewise.
26587         * posix/bug-glob2.c: Likewise.
26588         * posix/tst-pcre.c: Likewise.
26589         * posix/wait4.c: Likewise.
26590         * resolv/README: Likewise.
26591         * resolv/res_debug.h: Likewise.
26592         * resolv/tst-inet_ntop.c: Likewise.
26593         * setjmp/bug269-setjmp.c: Likewise.
26594         * soft-fp/extended.h: Likewise.
26595         * soft-fp/op-1.h: Likewise.
26596         * soft-fp/op-2.h: Likewise.
26597         * soft-fp/op-4.h: Likewise.
26598         * soft-fp/op-8.h: Likewise.
26599         * soft-fp/testit.c: Likewise.
26600         * stdio-common/bug16.c: Likewise.
26601         * stdlib/random.c: Likewise.
26602         * sunrpc/rpcsvc/rquota.x: Likewise.
26603         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26604         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26605         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26606         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26607         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26608         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26609         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26610         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26611         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26612         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26613         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26614         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26615         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26616         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26617         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26618         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26619         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26620         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26621         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26622         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26623         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26624         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26625         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26626         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26627         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26628         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26629         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26630         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26631         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26632         * sysdeps/ieee754/s_lib_version.c: Likewise.
26633         * sysdeps/mach/hurd/check_fds.c: Likewise.
26634         * sysdeps/mach/hurd/getsockname.c: Likewise.
26635         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26636         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26637         * sysdeps/powerpc/bits/link.h: Likewise.
26638         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26639         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26640         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26641         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26642         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26643         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26644         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26645         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26646         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26647         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26648         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26649         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26650         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26651         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26652         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26653         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26654         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26655         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26656         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26657         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26658         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26659         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26660         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26661         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26662         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26663         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26664         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26665         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26666         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26667         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26668         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26669         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26670         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26671         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26672         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26673         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26674         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26675         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26676         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26677         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26678         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26679         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26680         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26681         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26682         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26683         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26684         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26685         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26686         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26687         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26688         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26689         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26690         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26691         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26692         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26693         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26694         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26695         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26696         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26697         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26698         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26699         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26700         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26701         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26702         * sysdeps/powerpc/sysdep.h: Likewise.
26703         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26704         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26705         * sysdeps/sh/dl-trampoline.S: Likewise.
26706         * sysdeps/sh/memset.S: Likewise.
26707         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26708         * sysdeps/sh/strlen.S: Likewise.
26709         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26710         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26711         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26712         * sysdeps/sparc/sparc32/rem.S: Likewise.
26713         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26714         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26715         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26716         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26717         * sysdeps/sparc/sparc32/urem.S: Likewise.
26718         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26719         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26720         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26721         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26722         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26723         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26724         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26725         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26726         * sysdeps/unix/bsd/times.c: Likewise.
26727         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26728         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26732         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26733         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26734         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26735         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26736         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26737         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26738         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26739         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26740         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26741         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26742         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26743         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26744         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26745         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26746         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26747         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26748         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26749         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26750         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26751         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26752         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26753         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26754         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26755         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26756         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26757         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26758         * sysdeps/x86_64/strcspn.S: Likewise.
26760 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26762         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26763         generated file.  Regenerate properly from gen-translit.pl.
26764         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26765         locale/C-translit.h.
26767 2013-06-05  Andreas Schwab  <schwab@suse.de>
26769         [BZ #15100]
26770         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26771         week as 6 instead of -1.
26772         * time/tst-strptime.c (day_tests): Add test case.
26774 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26776         * sysdeps/generic/math_private.h
26777         (libc_feholdexcept_setround_53bit): Replace with
26778         libc_feholdsetround_53bit.
26779         (libc_feupdateenv_53bit): Replace with
26780         libc_feresetround_53bit.
26781         (SET_RESTORE_ROUND_53BIT): Adjust.
26783 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26785         * string/test-strchrnul.c: Add copyright header.
26787         * posix/tst-getaddrinfo4.c: Increase test timeout.
26789 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26791         [BZ #15536]
26792         * math/libm-test.inc (MAX_EXP): Remove
26793         (MIN_EXP): Define.
26794         (ulp): Use MIN_EXP - MANT_DIG.
26795         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26797 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26799         * po/be.po: Revert last change.
26800         * po/zh_CN.po: Likewise.
26801         * po/header.pot: Likewise.
26803 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26805         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26806         link-libc-deps to empty as target-specific variable.
26807         * Makerules (link-libc-args): New variable.
26808         (libc-for-link): Likewise.
26809         (link-libc-deps): Likewise.
26810         (lib%.so): Depend on $(link-libc-deps).  Link with
26811         $(link-libc-args).
26812         (build-module): Link with $(link-libc-args).
26813         (build-module-asneeded): Likewise.
26814         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26815         list of objects.
26816         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26817         target-specific variable.
26818         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26819         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26820         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26821         libc.
26822         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26823         libc and ld.so.
26824         ($(objpfx)libpcprofile.so): Likewise.
26825         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26826         libc_nonshared.a.
26827         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26828         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26829         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26830         $(link-libc-deps).
26831         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26832         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26833         * login/Makefile ($(objpfx)libutil.so): Likewise.
26834         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26835         * math/Makefile ($(objpfx)libm.so): Likewise.
26836         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26837         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26838         variable instead of depending directly on libc.
26839         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26840         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26841         $(link-libc-deps).
26842         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26843         libc.
26844         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26845         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26846         ($(objpfx)libanl.so): Likewise.
26847         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26848         ld.so.
26849         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26850         $(link-libc-deps).
26851         * sysdeps/i386/fpu/Makefile: Remove file.
26852         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26853         ($(objpfx)libm.so): Remove dependency on ld.so.
26855 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26857         [BZ # 15553]
26858         * nis/yp_xdr.c (XDRMAXNAME): Define.
26859         (XDRMAXRECORD): Define.
26860         (xdr_domainname): Use XDRMAXNAME.
26861         (xdr_mapname): Likewise.
26862         (xdr_peername): Likewise.
26863         (xdr_keydat): Use XDRMAXRECORD.
26864         (xdr_valdat): Likewise.
26866 2013-05-30  Jeff Law  <law@redhat.com>
26868         [BZ #14256]
26869         * manual/errno.texi (ESTALE): Update to account for more than
26870         just NFS file systems.
26871         * sysdeps/gnu/errlist.c: Regenerated.
26873 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26875         [BZ #15465]
26876         * elf/Makefile (tests): Add tst-null-argv.
26877         (modules-names):  Add tst-null-argv-lib.
26878         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26879         (tst-null-argv-ENV): Set environment for tst-null-argv.
26880         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26881         (RTLD_PROGNAME): New macro.
26882         * elf/tst-null-argv.c: New test case.
26883         * elf/tst-null-argv-lib.c: Library for test case.
26884         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26885         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26886         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26887         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26888         * elf/dl-init.c (call_init): Likewise.
26889         (_dl_init): Likewise.
26890         * elf/dl-load.c (print_search_path): Likewise.
26891         (_dl_map_object): Likewise.
26892         * elf/dl-lookup.c (do_lookup_x): Likewise.
26893         (add_dependency): Likewise.
26894         (_dl_lookup_symbol_x): Likewise.
26895         (_dl_debug_bindings): Likewise.
26896         * elf/dl-open.c (_dl_show_scope): Likewise.
26897         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26898         * elf/dl-version.c (match_symbol): Likewise.
26899         (_dl_check_map_versions): Likewise.
26900         * elf/rtld.c (dl_main): Likewise.
26901         (print_unresolved): Use RTLD_PROGNAME.
26902         (print_missing_version): Likewise.
26903         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26904         (elf_machine_rela): Likewise.
26905         * sysdeps/powerpc/powerpc32/dl-machine.c
26906         (__process_machine_rela): Likewise.
26907         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26908         Likewise.
26909         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26910         Likewise.
26911         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26912         Likewise.
26913         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26914         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26915         Likewise.
26916         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26917         Likewise.
26918         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26920 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26922         * po/be.po: Add descriptive title.
26923         * po/zh_CN.po: Likewise.
26924         * po/header.pot: Likewise.
26926 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26928         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26929         error message.
26930         (enlarge_archive): Likewise.
26932 2013-05-28  Ben North  <ben@redfrontdoor.org>
26934         * manual/arith.texi (frexp): It is the magnitude of the return
26935         value which lies in [0.5, 1), not the return value itself.
26937 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26939         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26941 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26943         * stdio-common/bug26.c (main): Correct fscanf template.
26945         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26946         declare _dl_skip_args.
26948         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26949         Don't declare.
26951         * manual/platform.texi: Add missing @end deftypefun.
26953 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26955         [BZ #15529]
26956         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26957         bit of mantissa of 2^16382.
26958         * math/libm-test.inc (hypot_test_data): Add more tests.
26960         * math/libm-test.inc: Add drem and pow10 to list of tested
26961         functions.
26962         (pow10_test): New function.
26963         (drem_test): Likewise.
26964         (drem_test_tonearest): Likewise.
26965         (drem_test_towardzero): Likewise.
26966         (drem_test_downward): Likewise.
26967         (drem_test_upward): Likewise.
26968         (main): Call the new functions.
26970         * math/libm-test.inc (finite_test_data): Remove.
26971         (finite_test): Run tests from isfinite_test_data.
26972         (gamma_test_data): Remove.
26973         (gamma_test): Run tests from lgamma_test_data.
26974         * sysdeps/i386/fpu/libm-test-ulps: Update.
26975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26977 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26979         * manual/platform.texi: Add PowerPC PPR function set documentation.
26980         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26981         implementation.
26983 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26985         * math/libm-test.inc (MAX_EXP): Define.
26986         (ULPDIFF): Define.
26987         (ulp): New function.
26988         (check_float_internal): Use ULPDIFF.
26989         (cpow_test): Disable failing test.
26990         (check_ulp): Test ulp() implemetnation.
26991         (main): Call check_ulp before starting tests.
26993 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26995         * math/gen-libm-test.pl (generate_testfile): Do not handle
26996         START_DATA and END_DATA.
26997         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26998         END_DATA.
26999         (acos_tonearest_test_data): Likewise.
27000         (acos_towardzero_test_data): Likewise.
27001         (acos_downward_test_data): Likewise.
27002         (acos_upward_test_data): Likewise.
27003         (acosh_test_data): Likewise.
27004         (asin_test_data): Likewise.
27005         (asin_tonearest_test_data): Likewise.
27006         (asin_towardzero_test_data): Likewise.
27007         (asin_downward_test_data): Likewise.
27008         (asin_upward_test_data): Likewise.
27009         (asinh_test_data): Likewise.
27010         (atan_test_data): Likewise.
27011         (atanh_test_data): Likewise.
27012         (atan2_test_data): Likewise.
27013         (cabs_test_data): Likewise.
27014         (cacos_test_data): Likewise.
27015         (cacosh_test_data): Likewise.
27016         (carg_test_data): Likewise.
27017         (casin_test_data): Likewise.
27018         (casinh_test_data): Likewise.
27019         (catan_test_data): Likewise.
27020         (catanh_test_data): Likewise.
27021         (cbrt_test_data): Likewise.
27022         (ccos_test_data): Likewise.
27023         (ccosh_test_data): Likewise.
27024         (ceil_test_data): Likewise.
27025         (cexp_test_data): Likewise.
27026         (cimag_test_data): Likewise.
27027         (clog_test_data): Likewise.
27028         (clog10_test_data): Likewise.
27029         (conj_test_data): Likewise.
27030         (copysign_test_data): Likewise.
27031         (cos_test_data): Likewise.
27032         (cos_tonearest_test_data): Likewise.
27033         (cos_towardzero_test_data): Likewise.
27034         (cos_downward_test_data): Likewise.
27035         (cos_upward_test_data): Likewise.
27036         (cosh_test_data): Likewise.
27037         (cosh_tonearest_test_data): Likewise.
27038         (cosh_towardzero_test_data): Likewise.
27039         (cosh_downward_test_data): Likewise.
27040         (cosh_upward_test_data): Likewise.
27041         (cpow_test_data): Likewise.
27042         (cproj_test_data): Likewise.
27043         (creal_test_data): Likewise.
27044         (csin_test_data): Likewise.
27045         (csinh_test_data): Likewise.
27046         (csqrt_test_data): Likewise.
27047         (ctan_test_data): Likewise.
27048         (ctan_tonearest_test_data): Likewise.
27049         (ctan_towardzero_test_data): Likewise.
27050         (ctan_downward_test_data): Likewise.
27051         (ctan_upward_test_data): Likewise.
27052         (ctanh_test_data): Likewise.
27053         (ctanh_tonearest_test_data): Likewise.
27054         (ctanh_towardzero_test_data): Likewise.
27055         (ctanh_downward_test_data): Likewise.
27056         (ctanh_upward_test_data): Likewise.
27057         (erf_test_data): Likewise.
27058         (erfc_test_data): Likewise.
27059         (exp_test_data): Likewise.
27060         (exp_tonearest_test_data): Likewise.
27061         (exp_towardzero_test_data): Likewise.
27062         (exp_downward_test_data): Likewise.
27063         (exp_upward_test_data): Likewise.
27064         (exp10_test_data): Likewise.
27065         (exp2_test_data): Likewise.
27066         (expm1_test_data): Likewise.
27067         (fabs_test_data): Likewise.
27068         (fdim_test_data): Likewise.
27069         (finite_test_data): Likewise.
27070         (floor_test_data): Likewise.
27071         (fma_test_data): Likewise.
27072         (fma_towardzero_test_data): Likewise.
27073         (fma_downward_test_data): Likewise.
27074         (fma_upward_test_data): Likewise.
27075         (fmax_test_data): Likewise.
27076         (fmin_test_data): Likewise.
27077         (fmod_test_data): Likewise.
27078         (fpclassify_test_data): Likewise.
27079         (frexp_test_data): Likewise.
27080         (gamma_test_data): Likewise.
27081         (hypot_test_data): Likewise.
27082         (ilogb_test_data): Likewise.
27083         (isfinite_test_data): Likewise.
27084         (isgreater_test_data): Likewise.
27085         (isgreaterequal_test_data): Likewise.
27086         (isinf_test_data): Likewise.
27087         (isless_test_data): Likewise.
27088         (islessequal_test_data): Likewise.
27089         (islessgreater_test_data): Likewise.
27090         (isnan_test_data): Likewise.
27091         (isnormal_test_data): Likewise.
27092         (issignaling_test_data): Likewise.
27093         (isunordered_test_data): Likewise.
27094         (j0_test_data): Likewise.
27095         (j1_test_data): Likewise.
27096         (jn_test_data): Likewise.
27097         (ldexp_test_data): Likewise.
27098         (lgamma_test_data): Likewise.
27099         (lrint_test_data): Likewise.
27100         (lrint_tonearest_test_data): Likewise.
27101         (lrint_towardzero_test_data): Likewise.
27102         (lrint_downward_test_data): Likewise.
27103         (lrint_upward_test_data): Likewise.
27104         (llrint_test_data): Likewise.
27105         (llrint_tonearest_test_data): Likewise.
27106         (llrint_towardzero_test_data): Likewise.
27107         (llrint_downward_test_data): Likewise.
27108         (llrint_upward_test_data): Likewise.
27109         (log_test_data): Likewise.
27110         (log10_test_data): Likewise.
27111         (log1p_test_data): Likewise.
27112         (log2_test_data): Likewise.
27113         (logb_test_data): Likewise.
27114         (logb_downward_test_data): Likewise.
27115         (lround_test_data): Likewise.
27116         (llround_test_data): Likewise.
27117         (modf_test_data): Likewise.
27118         (nearbyint_test_data): Likewise.
27119         (nextafter_test_data): Likewise.
27120         (nexttoward_test_data): Likewise.
27121         (pow_test_data): Likewise.
27122         (pow_tonearest_test_data): Likewise.
27123         (pow_towardzero_test_data): Likewise.
27124         (pow_downward_test_data): Likewise.
27125         (pow_upward_test_data): Likewise.
27126         (remainder_test_data): Likewise.
27127         (remainder_tonearest_test_data): Likewise.
27128         (remainder_towardzero_test_data): Likewise.
27129         (remainder_downward_test_data): Likewise.
27130         (remainder_upward_test_data): Likewise.
27131         (remquo_test_data): Likewise.
27132         (rint_test_data): Likewise.
27133         (rint_tonearest_test_data): Likewise.
27134         (rint_towardzero_test_data): Likewise.
27135         (rint_downward_test_data): Likewise.
27136         (rint_upward_test_data): Likewise.
27137         (round_test_data): Likewise.
27138         (scalb_test_data): Likewise.
27139         (scalbn_test_data): Likewise.
27140         (scalbln_test_data): Likewise.
27141         (signbit_test_data): Likewise.
27142         (sin_test_data): Likewise.
27143         (sin_tonearest_test_data): Likewise.
27144         (sin_towardzero_test_data): Likewise.
27145         (sin_downward_test_data): Likewise.
27146         (sin_upward_test_data): Likewise.
27147         (sincos_test_data): Likewise.
27148         (sinh_test_data): Likewise.
27149         (sinh_tonearest_test_data): Likewise.
27150         (sinh_towardzero_test_data): Likewise.
27151         (sinh_downward_test_data): Likewise.
27152         (sinh_upward_test_data): Likewise.
27153         (sqrt_test_data): Likewise.
27154         (tan_test_data): Likewise.
27155         (tan_tonearest_test_data): Likewise.
27156         (tan_towardzero_test_data): Likewise.
27157         (tan_downward_test_data): Likewise.
27158         (tan_upward_test_data): Likewise.
27159         (tanh_test_data): Likewise.
27160         (tgamma_test_data): Likewise.
27161         (trunc_test_data): Likewise.
27162         (y0_test_data): Likewise.
27163         (y1_test_data): Likewise.
27164         (yn_test_data): Likewise.
27165         (significand_test_data): Likewise.
27167         * math/gen-libm-test.pl (@functions): Remove variable.
27168         (generate_testfile): Don't handle START and END lines.
27169         * math/libm-test.inc (START): New macro.
27170         (END): Likewise.
27171         (END_COMPLEX): Likewise.
27172         (acos_test): Use END macro without arguments.
27173         (acos_test_tonearest): Likewise.
27174         (acos_test_towardzero): Likewise.
27175         (acos_test_downward): Likewise.
27176         (acos_test_upward): Likewise.
27177         (acosh_test): Likewise.
27178         (asin_test): Likewise.
27179         (asin_test_tonearest): Likewise.
27180         (asin_test_towardzero): Likewise.
27181         (asin_test_downward): Likewise.
27182         (asin_test_upward): Likewise.
27183         (asinh_test): Likewise.
27184         (atan_test): Likewise.
27185         (atanh_test): Likewise.
27186         (atan2_test): Likewise.
27187         (cabs_test): Likewise.
27188         (cacos_test): Use END_COMPLEX macro without arguments.
27189         (cacosh_test): Likewise.
27190         (carg_test): Use END macro without arguments.
27191         (casin_test): Use END_COMPLEX macro without arguments.
27192         (casinh_test): Likewise.
27193         (catan_test): Likewise.
27194         (catanh_test): Likewise.
27195         (cbrt_test): Use END macro without arguments.
27196         (ccos_test): Use END_COMPLEX macro without arguments.
27197         (ccosh_test): Likewise.
27198         (ceil_test): Use END macro without arguments.
27199         (cexp_test): Use END_COMPLEX macro without arguments.
27200         (cimag_test): Use END macro without arguments.
27201         (clog_test): Use END_COMPLEX macro without arguments.
27202         (clog10_test): Likewise.
27203         (conj_test): Likewise.
27204         (copysign_test): Use END macro without arguments.
27205         (cos_test): Likewise.
27206         (cos_test_tonearest): Likewise.
27207         (cos_test_towardzero): Likewise.
27208         (cos_test_downward): Likewise.
27209         (cos_test_upward): Likewise.
27210         (cosh_test): Likewise.
27211         (cosh_test_tonearest): Likewise.
27212         (cosh_test_towardzero): Likewise.
27213         (cosh_test_downward): Likewise.
27214         (cosh_test_upward): Likewise.
27215         (cpow_test): Use END_COMPLEX macro without arguments.
27216         (cproj_test): Likewise.
27217         (creal_test): Use END macro without arguments.
27218         (csin_test): Use END_COMPLEX macro without arguments.
27219         (csinh_test): Likewise.
27220         (csqrt_test): Likewise.
27221         (ctan_test): Likewise.
27222         (ctan_test_tonearest): Likewise.
27223         (ctan_test_towardzero): Likewise.
27224         (ctan_test_downward): Likewise.
27225         (ctan_test_upward): Likewise.
27226         (ctanh_test): Likewise.
27227         (ctanh_test_tonearest): Likewise.
27228         (ctanh_test_towardzero): Likewise.
27229         (ctanh_test_downward): Likewise.
27230         (ctanh_test_upward): Likewise.
27231         (erf_test): Use END macro without arguments.
27232         (erfc_test): Likewise.
27233         (exp_test): Likewise.
27234         (exp_test_tonearest): Likewise.
27235         (exp_test_towardzero): Likewise.
27236         (exp_test_downward): Likewise.
27237         (exp_test_upward): Likewise.
27238         (exp10_test): Likewise.
27239         (exp2_test): Likewise.
27240         (expm1_test): Likewise.
27241         (fabs_test): Likewise.
27242         (fdim_test): Likewise.
27243         (finite_test): Likewise.
27244         (floor_test): Likewise.
27245         (fma_test): Likewise.
27246         (fma_test_towardzero): Likewise.
27247         (fma_test_downward): Likewise.
27248         (fma_test_upward): Likewise.
27249         (fmax_test): Likewise.
27250         (fmin_test): Likewise.
27251         (fmod_test): Likewise.
27252         (fpclassify_test): Likewise.
27253         (frexp_test): Likewise.
27254         (gamma_test): Likewise.
27255         (hypot_test): Likewise.
27256         (ilogb_test): Likewise.
27257         (isfinite_test): Likewise.
27258         (isgreater_test): Likewise.
27259         (isgreaterequal_test): Likewise.
27260         (isinf_test): Likewise.
27261         (isless_test): Likewise.
27262         (islessequal_test): Likewise.
27263         (islessgreater_test): Likewise.
27264         (isnan_test): Likewise.
27265         (isnormal_test): Likewise.
27266         (issignaling_test): Likewise.
27267         (isunordered_test): Likewise.
27268         (j0_test): Likewise.
27269         (j1_test): Likewise.
27270         (jn_test): Likewise.
27271         (ldexp_test): Likewise.
27272         (lgamma_test): Likewise.
27273         (lrint_test): Likewise.
27274         (lrint_test_tonearest): Likewise.
27275         (lrint_test_towardzero): Likewise.
27276         (lrint_test_downward): Likewise.
27277         (lrint_test_upward): Likewise.
27278         (llrint_test): Likewise.
27279         (llrint_test_tonearest): Likewise.
27280         (llrint_test_towardzero): Likewise.
27281         (llrint_test_downward): Likewise.
27282         (llrint_test_upward): Likewise.
27283         (log_test): Likewise.
27284         (log10_test): Likewise.
27285         (log1p_test): Likewise.
27286         (log2_test): Likewise.
27287         (logb_test): Likewise.
27288         (logb_test_downward): Likewise.
27289         (lround_test): Likewise.
27290         (llround_test): Likewise.
27291         (modf_test): Likewise.
27292         (nearbyint_test): Likewise.
27293         (nextafter_test): Likewise.
27294         (nexttoward_test): Likewise.
27295         (pow_test): Likewise.
27296         (pow_test_tonearest): Likewise.
27297         (pow_test_towardzero): Likewise.
27298         (pow_test_downward): Likewise.
27299         (pow_test_upward): Likewise.
27300         (remainder_test): Likewise.
27301         (remainder_test_tonearest): Likewise.
27302         (remainder_test_towardzero): Likewise.
27303         (remainder_test_downward): Likewise.
27304         (remainder_test_upward): Likewise.
27305         (remquo_test): Likewise.
27306         (rint_test): Likewise.
27307         (rint_test_tonearest): Likewise.
27308         (rint_test_towardzero): Likewise.
27309         (rint_test_downward): Likewise.
27310         (rint_test_upward): Likewise.
27311         (round_test): Likewise.
27312         (scalb_test): Likewise.
27313         (scalbn_test): Likewise.
27314         (scalbln_test): Likewise.
27315         (signbit_test): Likewise.
27316         (sin_test): Likewise.
27317         (sin_test_tonearest): Likewise.
27318         (sin_test_towardzero): Likewise.
27319         (sin_test_downward): Likewise.
27320         (sin_test_upward): Likewise.
27321         (sincos_test): Likewise.
27322         (sinh_test): Likewise.
27323         (sinh_test_tonearest): Likewise.
27324         (sinh_test_towardzero): Likewise.
27325         (sinh_test_downward): Likewise.
27326         (sinh_test_upward): Likewise.
27327         (sqrt_test): Likewise.
27328         (tan_test): Likewise.
27329         (tan_test_tonearest): Likewise.
27330         (tan_test_towardzero): Likewise.
27331         (tan_test_downward): Likewise.
27332         (tan_test_upward): Likewise.
27333         (tanh_test): Likewise.
27334         (tgamma_test): Likewise.
27335         (trunc_test): Likewise.
27336         (y0_test): Likewise.
27337         (y1_test): Likewise.
27338         (yn_test): Likewise.
27339         (significand_test): Likewise.
27341 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27343         [BZ #15381]
27344         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27346 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27348         [BZ #14894]
27349         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27350         __ppc_mdoio and __ppc_mdoom.
27351         * manual/platform.texi: Document new functions __ppc_yield,
27352         __ppc_mdoio and __ppc_mdoom.
27354 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27356         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27357         (main): Mention "tls" pseudo-hwcap is legacy.
27358         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27360 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27362         * math/gen-libm-test.pl (parse_args): Output only string of
27363         arguments as text for test name, not full call or descriptions of
27364         tests for extra outputs.
27365         (generate_testfile): Do not pass function name to parse_args.
27366         Generate this_func variable from START.
27367         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27368         field to arg_str.
27369         (struct test_ff_f_data): Likewise.
27370         (test_ff_f_data_nexttoward): Likewise.
27371         (struct test_fi_f_data): Likewise.
27372         (struct test_fl_f_data): Likewise.
27373         (struct test_if_f_data): Likewise.
27374         (struct test_fff_f_data): Likewise.
27375         (struct test_c_f_data): Likewise.
27376         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27377         (struct test_fF_f1_data): Likewise.
27378         (struct test_ffI_f1_data): Likewise.
27379         (struct test_c_c_data): Rename test_name field to arg_str.
27380         (struct test_cc_c_data): Likewise.
27381         (struct test_f_i_data): Likewise.
27382         (struct test_ff_i_data): Likewise.
27383         (struct test_f_l_data): Likewise.
27384         (struct test_f_L_data): Likewise.
27385         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27386         and extra2_name.
27387         (COMMON_TEST_SETUP): New macro.
27388         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27389         (COMMON_TEST_CLEANUP): Likewise.
27390         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27391         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27392         macros.
27393         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27394         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27395         macros.
27396         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27397         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27398         cleanup macros.
27399         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27400         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27401         macros.
27402         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27403         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27404         macros.
27405         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27406         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27407         cleanup macros.
27408         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27409         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27410         cleanup macros.
27411         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27412         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27413         cleanup macros.
27414         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27415         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27416         macros.
27417         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27418         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27419         macros.
27420         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27421         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27422         macros.
27423         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27424         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27425         cleanup macros.
27426         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27427         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27428         cleanup macros.
27429         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27430         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27431         macros.
27432         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27433         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27434         cleanup macros.
27435         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27436         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27437         macros.
27438         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27439         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27440         macros.
27441         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27442         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27443         cleanup macros.
27444         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27446 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27448         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27449         to _sifields.sigfault.
27450         (si_addr_lsb): Define new macro.
27451         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27452         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27453         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27455 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27457         [BZ #15441]
27458         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27459         returns -1.
27460         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27461         null return -1.
27462         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27463         loading the domain.
27465 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27467         * math/gen-libm-test.pl (parse_args): Do not include expected
27468         result in test name.
27469         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27470         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27471         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27472         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27473         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27476 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27478         * benchtests/Makefile: Sort function entries.
27480         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27481         tanh, asinh, acosh, atanh.
27482         * benchtests/acos-inputs: New file.
27483         * benchtests/acosh-inputs: New file.
27484         * benchtests/asin-inputs: New file.
27485         * benchtests/asinh-inputs: New file.
27486         * benchtests/atanh-inputs: New file.
27487         * benchtests/cosh-inputs: New file.
27488         * benchtests/log-inputs: New file.
27489         * benchtests/sinh-inputs: New file.
27490         * benchtests/tanh-inputs: New file.
27492 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27494         [BZ #15339]
27495         * posix/tst-getaddrinfo4.c: New test.
27496         * posix/Makefile (tests): Add it.
27498 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27500         [BZ #15339]
27501         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27502         when no services were used.
27503         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27504         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27506 2013-05-21  Andreas Schwab  <schwab@suse.de>
27508         [BZ #15014]
27509         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27510         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27511         successful.
27512         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27513         redundant variable declarations and reallocation of buffer when
27514         parsing as IPv6 address.  Always set NSS status when called from
27515         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27516         buffer too small.  Correct computation of needed size.
27517         * nss/Makefile (tests): Add test-digits-dots.
27518         * nss/test-digits-dots.c: New test.
27520 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27522         * benchtests/Makefile: Remove instructions for adding
27523         benchmark tests.
27524         * benchtests/README: New file to explain how to execute and
27525         enhance the benchmark tests.
27527 2013-05-21  Andreas Schwab  <schwab@suse.de>
27529         [BZ #15493]
27530         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27531         * setjmp/tst-sigsetjmp.c: New test.
27533 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27535         * sysdeps/x86_64/memset.S (memset): New implementation.
27536         (__bzero): Likewise.
27537         (__memset_tail): New function.
27539 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27541         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27542         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27543         __memcpy_sse2_unaligned ifunc selection.
27544         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27545         Add memcpy-sse2-unaligned.S.
27546         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27547         Add: __memcpy_sse2_unaligned.
27549 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27551         [BZ #15490]
27552         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27553         math_force_eval before restoring floating-point envrionment.
27554         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27555         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27556         Likewise.
27557         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27558         <math_private.h>.
27559         (__nearbyintl): Use math_force_eval before restoring
27560         floating-point environment.
27561         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27563         * math/gen-libm-test.pl (special_functions): Remove.
27564         (parse_args): Don't handle TEST_extra.  Handle functions with no
27565         return value.
27566         * math/libm-test.inc (struct test_sincos_data): Replace with
27567         struct test_fFF_11_data.
27568         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27569         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27570         (sincos_test_data): Change element type to struct
27571         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27572         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27573         RUN_TEST_LOOP_sincos.
27574         * math/README.libm-test: Don't mention special handling of
27575         individual functions.
27576         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27577         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27578         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27579         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27580         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27583         * math/gen-libm-test.pl (get_variable): Remove function.
27584         (parse_args): Don't show pointer parameters to call in test
27585         names.  Use "extra output N" in test names for extra outputs
27586         rather than naming variables.
27588 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27590         [BZ #15488]
27591         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27592         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27593         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27594         double tests.
27595         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27596         disable.
27597         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27598         check_long_double.
27600         * math/gen-libm-test.pl (@tests): Remove variable.
27601         ($count): Likewise.
27602         (new_test): Remove function.
27603         (show_exceptions): New function.
27604         (special_functions): Use show_exceptions instead of new_test.
27605         (parse_args): Likewise.
27606         (generate_testfile): Pass only function name in generated call to
27607         print_max_error or print_complex_max_error.
27608         (get_ulps): Do not handle complex tests specially.
27609         (output_test): Rename to ...
27610         (get_all_ulps_for_test): ... this.  Return a string rather than
27611         printing to a file.  Require ulps to be present.
27612         (output_ulps): Generate arrays rather than #defines.
27613         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27614         (struct ulp_data): New type.
27615         (BUILD_COMPLEX_ULP): Remove macro.
27616         (compare_ulp_data): New function.
27617         (find_ulps): Likewise.
27618         (find_test_ulps): Likewise.
27619         (find_function_ulps): Likewise.
27620         (find_complex_function_ulps): Likewise.
27621         (print_max_error): Determine allowed ulps using
27622         find_function_ulps.
27623         (print_complex_max_error): Determine allowed ulps using
27624         find_complex_function_ulps.
27625         (check_float_internal): Determine max ulps using find_test_ulps.
27626         (check_float): Do not take max_ulp parameter.  Update call to
27627         check_float_internal.
27628         (check_complex): Likewise.
27629         (check_int): Do not take max_ulp parameter.
27630         (check_long): Likewise.
27631         (check_bool): Likewise.
27632         (check_longlong): Likewise.
27633         (struct test_f_f_data): Remove max_ulp field.
27634         (struct test_ff_f_data): Likewise.
27635         (struct test_ff_f_data_nexttoward): Likewise.
27636         (struct test_fi_f_data): Likewise.
27637         (struct test_fl_f_data): Likewise.
27638         (struct test_if_f_data): Likewise.
27639         (struct test_fff_f_data): Likewise.
27640         (struct test_c_f_data): Likewise.
27641         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27642         (struct test_fF_f1_data): Likewise.
27643         (struct test_ffI_f1_data): Likewise.
27644         (struct test_c_c_data): Remove max_ulp field.
27645         (struct test_cc_c_data): Likewise.
27646         (struct test_f_i_data): Likewise.
27647         (struct test_ff_i_data): Likewise.
27648         (struct test_f_l_data): Likewise.
27649         (struct test_f_L_data): Likewise.
27650         (struct test_sincos_data): Likewise.
27651         (RUN_TEST_f_f): Do not handle ulps.
27652         (RUN_TEST_LOOP_f_f): Likewise.
27653         (RUN_TEST_2_f): Likewise.
27654         (RUN_TEST_LOOP_2_f): Likewise.
27655         (RUN_TEST_fff_f): Likewise.
27656         (RUN_TEST_LOOP_fff_f): Likewise.
27657         (RUN_TEST_c_f): Likewise.
27658         (RUN_TEST_LOOP_c_f): Likewise.
27659         (RUN_TEST_f_f1): Likewise.
27660         (RUN_TEST_LOOP_f_f1): Likewise.
27661         (RUN_TEST_fF_f1): Likewise.
27662         (RUN_TEST_LOOP_fF_f1): Likewise.
27663         (RUN_TEST_fI_f1): Likewise.
27664         (RUN_TEST_LOOP_fI_f1): Likewise.
27665         (RUN_TEST_ffI_f1): Likewise.
27666         (RUN_TEST_LOOP_ffI_f1): Likewise.
27667         (RUN_TEST_c_c): Likewise.
27668         (RUN_TEST_LOOP_c_c): Likewise.
27669         (RUN_TEST_cc_c): Likewise.
27670         (RUN_TEST_LOOP_cc_c): Likewise.
27671         (RUN_TEST_f_i): Likewise.
27672         (RUN_TEST_LOOP_f_i): Likewise.
27673         (RUN_TEST_f_i_tg): Likewise.
27674         (RUN_TEST_LOOP_f_i_tg): Likewise.
27675         (RUN_TEST_ff_i_tg): Likewise.
27676         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27677         (RUN_TEST_f_b): Likewise.
27678         (RUN_TEST_LOOP_f_b): Likewise.
27679         (RUN_TEST_f_b_tg): Likewise.
27680         (RUN_TEST_LOOP_f_b_tg): Likewise.
27681         (RUN_TEST_f_l): Likewise.
27682         (RUN_TEST_LOOP_f_l): Likewise.
27683         (RUN_TEST_f_L): Likewise.
27684         (RUN_TEST_LOOP_f_L): Likewise.
27685         (RUN_TEST_sincos): Likewise.
27686         (RUN_TEST_LOOP_sincos): Likewise.
27688 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27690         [BZ #15480]
27691         [BZ #15485]
27692         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27693         main case of finite arguments, set rounding mode to FE_TONEAREST
27694         and discard exceptions.
27695         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27696         exceptions.
27697         (remainder_tonearest_test_data): New variable.
27698         (remainder_test_tonearest): New function.
27699         (remainder_towardzero_test_data): New variable.
27700         (remainder_test_towardzero): New function.
27701         (remainder_downward_test_data): New variable.
27702         (remainder_test_downward): New function.
27703         (remainder_upward_test_data): New variable.
27704         (remainder_test_upward): New function.
27705         (main): Call the new test functions.
27707         * math/libm-test.inc (struct test_f_f1_data): Remove field
27708         extra_init.
27709         (struct test_fF_f1_data): Likewise.
27710         (struct test_ffI_f1_data): Likewise.
27711         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27712         based on value of EXTRA_EXPECTED.
27713         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27714         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27715         EXTRA_VAR based on value of EXTRA_EXPECTED.
27716         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27717         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27718         EXTRA_VAR based on value of EXTRA_EXPECTED.
27719         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27720         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27721         EXTRA_VAR based on value of EXTRA_EXPECTED.
27722         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27723         * math/gen-libm-test.pl (parse_args): Don't output initializers
27724         for extra output values.
27726         * math/libm-test.inc (check_int): Expect result to be exactly
27727         equal to expected value and do not handle ulps.
27728         (check_long): Likewise.
27729         (check_longlong): Likewise.
27731         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27732         exceptions.
27733         (cimag_test_data): Likewise.
27734         (conj_test_data): Likewise.
27735         (copysign_test_data): Likewise.
27736         (cproj_test_data): Likewise.
27737         (creal_test_data): Likewise.
27738         (fabs_test_data): Likewise.
27739         (fdim_test_data): Likewise.
27740         (finite_test_data): Likewise.
27741         (floor_test_data): Likewise.
27742         (fmax_test_data): Likewise.
27743         (fmin_test_data): Likewise.
27744         (fmod_test_data): Likewise.
27745         (fpclassify_test_data): Likewise.
27746         (frexp_test_data): Likewise.
27747         (ilogb_test_data): Likewise.
27748         (isfinite_test_data): Likewise.
27749         (isgreater_test_data): Likewise.
27750         (isgreaterequal_test_data): Likewise.
27751         (isinf_test_data): Likewise.
27752         (isless_test_data): Likewise.
27753         (islessequal_test_data): Likewise.
27754         (islessgreater_test_data): Likewise.
27755         (isnan_test_data): Likewise.
27756         (isnormal_test_data): Likewise.
27757         (issignaling_test_data): Likewise.
27758         (isunordered_test_data): Likewise.
27759         (ldexp_test_data): Likewise.
27760         (lrint_test_data): Likewise.
27761         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27762         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27763         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27764         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27765         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27766         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27767         test input.
27768         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27769         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27770         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27771         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27772         that test input.
27773         (lrint_downward_test_data): Test for "inexact" exceptions.
27774         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27775         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27776         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27777         test input.
27778         (lrint_upward_test_data): Test for "inexact" exceptions.
27779         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27780         test input.
27781         (llrint_test_data): Test for "inexact" exceptions.
27782         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27783         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27784         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27785         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27786         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27787         (llrint_downward_test_data): Test for "inexact" exceptions.
27788         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27789         (llrint_upward_test_data): Test for "inexact" exceptions.
27790         (logb_test_data): Likewise.
27791         (logb_downward_test_data): Likewise.
27792         (nextafter_test_data): Likewise.
27793         (nexttoward_test_data): Likewise.
27794         (remainder_test_data): Likewise.
27795         (remquo_test_data): Likewise.
27796         (scalbn_test_data): Likewise.
27797         (scalbln_test_data): Likewise.
27798         (signbit_test_data): Likewise.
27799         (sqrt_test_data): Likewise.
27800         (significand_test_data): Likewise.
27802 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27804         [BZ #15424]
27805         * benchtests/bench-modf.c (struct args): Mark arg0 as
27806         volatile.
27807         * scripts/bench.pl: Mark members of struct args as volatile.
27809 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27811         [BZ # 15497]
27812         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27813         negative infinity on POWER6 or lower.
27814         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27816 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27818         [BZ #15442]
27819         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27820         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27821         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27822         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27823         (_FP_SETQNAN): New macro.
27824         (_FP_SETQNAN_SEMIRAW): Likewise.
27825         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27826         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27827         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27828         (FP_EXTEND): Use _FP_FRAC_SNANP.
27829         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27830         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27831         into account.
27832         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27833         New macro.
27834         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27835         Likewise.
27837 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27839         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27840         with DIVIDE_BY_ZERO_EXCEPTION.
27841         (gamma_test_data): Likewise.
27842         (lgamma_test_data): Likewise.
27843         (log_test_data): Likewise.
27844         (log10_test_data): Likewise.
27845         (log2_test_data): Likewise.
27846         (tgamma_test_data): Likewise.
27848         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27849         (acos_test_tonearest): Likewise.
27850         (acos_test_towardzero): Likewise.
27851         (acos_test_downward): Likewise.
27852         (acos_test_upward): Likewise.
27853         (acosh_test): Likewise.
27854         (asin_test): Likewise.
27855         (asin_test_tonearest): Likewise.
27856         (asin_test_towardzero): Likewise.
27857         (asin_test_downward): Likewise.
27858         (asin_test_upward): Likewise.
27859         (asinh_test): Likewise.
27860         (atan_test): Likewise.
27861         (atanh_test): Likewise.
27862         (atan2_test): Likewise.
27863         (cabs_test): Likewise.
27864         (cacos_test): Likewise.
27865         (cacosh_test): Likewise.
27866         (casin_test): Likewise.
27867         (casinh_test): Likewise.
27868         (catan_test): Likewise.
27869         (catanh_test): Likewise.
27870         (cbrt_test): Likewise.
27871         (ccos_test): Likewise.
27872         (ccosh_test): Likewise.
27873         (cexp_test): Likewise.
27874         (clog_test): Likewise.
27875         (clog10_test): Likewise.
27876         (cos_test): Likewise.
27877         (cos_test_tonearest): Likewise.
27878         (cos_test_towardzero): Likewise.
27879         (cos_test_downward): Likewise.
27880         (cos_test_upward): Likewise.
27881         (cosh_test): Likewise.
27882         (cosh_test_tonearest): Likewise.
27883         (cosh_test_towardzero): Likewise.
27884         (cosh_test_downward): Likewise.
27885         (cosh_test_upward): Likewise.
27886         (cpow_test): Likewise.
27887         (csin_test): Likewise.
27888         (csinh_test): Likewise.
27889         (csqrt_test): Likewise.
27890         (ctan_test): Likewise.
27891         (ctan_test_tonearest): Likewise.
27892         (ctan_test_towardzero): Likewise.
27893         (ctan_test_downward): Likewise.
27894         (ctan_test_upward): Likewise.
27895         (ctanh_test): Likewise.
27896         (ctanh_test_tonearest): Likewise.
27897         (ctanh_test_towardzero): Likewise.
27898         (ctanh_test_downward): Likewise.
27899         (ctanh_test_upward): Likewise.
27900         (erf_test): Likewise.
27901         (erfc_test): Likewise.
27902         (exp_test): Likewise.
27903         (exp_test_tonearest): Likewise.
27904         (exp_test_towardzero): Likewise.
27905         (exp_test_downward): Likewise.
27906         (exp_test_upward): Likewise.
27907         (exp10_test): Likewise.
27908         (exp2_test): Likewise.
27909         (expm1_test): Likewise.
27910         (fmod_test): Likewise.
27911         (gamma_test): Likewise.
27912         (hypot_test): Likewise.
27913         (j0_test): Likewise.
27914         (j1_test): Likewise.
27915         (jn_test): Likewise.
27916         (lgamma_test): Likewise.
27917         (log_test): Likewise.
27918         (log10_test): Likewise.
27919         (log1p_test): Likewise.
27920         (log2_test): Likewise.
27921         (logb_test_downward): Likewise.
27922         (pow_test): Likewise.
27923         (pow_test_tonearest): Likewise.
27924         (pow_test_towardzero): Likewise.
27925         (pow_test_downward): Likewise.
27926         (pow_test_upward): Likewise.
27927         (remainder_test): Likewise.
27928         (remquo_test): Likewise.
27929         (sin_test): Likewise.
27930         (sin_test_tonearest): Likewise.
27931         (sin_test_towardzero): Likewise.
27932         (sin_test_downward): Likewise.
27933         (sin_test_upward): Likewise.
27934         (sincos_test): Likewise.
27935         (sinh_test): Likewise.
27936         (sinh_test_tonearest): Likewise.
27937         (sinh_test_towardzero): Likewise.
27938         (sinh_test_downward): Likewise.
27939         (sinh_test_upward): Likewise.
27940         (sqrt_test): Likewise.
27941         (tan_test): Likewise.
27942         (tan_test_tonearest): Likewise.
27943         (tan_test_towardzero): Likewise.
27944         (tan_test_downward): Likewise.
27945         (tan_test_upward): Likewise.
27946         (tanh_test): Likewise.
27947         (tgamma_test): Likewise.
27948         (y0_test): Likewise.
27949         (y1_test): Likewise.
27950         (yn_test): Likewise.
27952         * math/gen-libm-test.pl (adjust_arg): Remove function.
27953         (special_function): Remove argument $in_func.  Only handle
27954         generating output for tables of tests, not inside functions.
27955         (parse_args): Likewise.
27956         (generate_testfile): Remove variable $in_func.  Update call to
27957         parse_args.
27958         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27959         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27960         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27961         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27962         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27963         (MAX_VALUE_INIT): Rename macro to max_value.
27964         (MIN_VALUE_INIT): Rename macro to min_value.
27965         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27966         (plus_zero): Remove variable.
27967         (minus_zero): Likewise.
27968         (plus_infty): Likewise.
27969         (minus_infty): Likewise.
27970         (qnan_value): Likewise.
27971         (max_value): Likewise.
27972         (min_value): Likewise.
27973         (min_subnorm_value): Likewise.
27975 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27977         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27978         uint64_t or uint32_t usage.
27979         * crypt/sha256-block.c: Likewise.
27980         * crypt/sha256-crypt.c: Likewise.
27981         * crypt/sha256.c: Likewise.
27982         * crypt/sha512-block.c: Likewise.
27983         * crypt/sha512-crypt.c: Likewise.
27984         * crypt/sha512.c: Likewise.
27985         * debug/backtrace-tst.c: Likewise.
27986         * debug/pcprofiledump.c: Likewise.
27987         * elf/cache.c: Likewise.
27988         * elf/dl-cache.c: Likewise.
27989         * elf/dl-misc.c: Likewise.
27990         * elf/dl-profile.c: Likewise.
27991         * elf/dl-support.c: Likewise.
27992         * elf/ldconfig.c: Likewise.
27993         * elf/sprof.c: Likewise.
27994         * iconv/dummy-repertoire.c: Likewise.
27995         * iconv/iconv_charmap.c: Likewise.
27996         * iconv/skeleton.c: Likewise.
27997         * iconvdata/8bit-generic.c: Likewise.
27998         * iconvdata/cp737.h: Likewise.
27999         * iconvdata/cp775.h: Likewise.
28000         * iconvdata/ibm1008.h: Likewise.
28001         * iconvdata/ibm1025.h: Likewise.
28002         * iconvdata/ibm1046.h: Likewise.
28003         * iconvdata/ibm1097.h: Likewise.
28004         * iconvdata/ibm1112.h: Likewise.
28005         * iconvdata/ibm1122.h: Likewise.
28006         * iconvdata/ibm1123.h: Likewise.
28007         * iconvdata/ibm1124.h: Likewise.
28008         * iconvdata/ibm1129.h: Likewise.
28009         * iconvdata/ibm1130.h: Likewise.
28010         * iconvdata/ibm1132.h: Likewise.
28011         * iconvdata/ibm1133.h: Likewise.
28012         * iconvdata/ibm1137.h: Likewise.
28013         * iconvdata/ibm1140.h: Likewise.
28014         * iconvdata/ibm1141.h: Likewise.
28015         * iconvdata/ibm1142.h: Likewise.
28016         * iconvdata/ibm1143.h: Likewise.
28017         * iconvdata/ibm1144.h: Likewise.
28018         * iconvdata/ibm1145.h: Likewise.
28019         * iconvdata/ibm1146.h: Likewise.
28020         * iconvdata/ibm1147.h: Likewise.
28021         * iconvdata/ibm1148.h: Likewise.
28022         * iconvdata/ibm1149.h: Likewise.
28023         * iconvdata/ibm1153.h: Likewise.
28024         * iconvdata/ibm1154.h: Likewise.
28025         * iconvdata/ibm1155.h: Likewise.
28026         * iconvdata/ibm1156.h: Likewise.
28027         * iconvdata/ibm1157.h: Likewise.
28028         * iconvdata/ibm1158.h: Likewise.
28029         * iconvdata/ibm1160.h: Likewise.
28030         * iconvdata/ibm1161.h: Likewise.
28031         * iconvdata/ibm1162.h: Likewise.
28032         * iconvdata/ibm1163.h: Likewise.
28033         * iconvdata/ibm1164.h: Likewise.
28034         * iconvdata/ibm1166.h: Likewise.
28035         * iconvdata/ibm1167.h: Likewise.
28036         * iconvdata/ibm12712.h: Likewise.
28037         * iconvdata/ibm1390.h: Likewise.
28038         * iconvdata/ibm1399.h: Likewise.
28039         * iconvdata/ibm16804.h: Likewise.
28040         * iconvdata/ibm4517.h: Likewise.
28041         * iconvdata/ibm4899.h: Likewise.
28042         * iconvdata/ibm4909.h: Likewise.
28043         * iconvdata/ibm4971.h: Likewise.
28044         * iconvdata/ibm5347.h: Likewise.
28045         * iconvdata/ibm803.h: Likewise.
28046         * iconvdata/ibm856.h: Likewise.
28047         * iconvdata/ibm901.h: Likewise.
28048         * iconvdata/ibm902.h: Likewise.
28049         * iconvdata/ibm9030.h: Likewise.
28050         * iconvdata/ibm9066.h: Likewise.
28051         * iconvdata/ibm921.h: Likewise.
28052         * iconvdata/ibm922.h: Likewise.
28053         * iconvdata/ibm9448.h: Likewise.
28054         * iconvdata/isiri-3342.h: Likewise.
28055         * iconvdata/jis0201.h: Likewise.
28056         * include/link.h: Likewise.
28057         * include/netdb.h: Likewise.
28058         * inet/check_native.c: Likewise.
28059         * inet/check_pf.c: Likewise.
28060         * inet/getipv4sourcefilter.c: Likewise.
28061         * inet/getnameinfo.c: Likewise.
28062         * inet/getsourcefilter.c: Likewise.
28063         * inet/htonl.c: Likewise.
28064         * inet/setipv4sourcefilter.c: Likewise.
28065         * inet/setsourcefilter.c: Likewise.
28066         * inet/test-inet6_opt.c: Likewise.
28067         * inet/tst-network.c: Likewise.
28068         * locale/C-collate.c: Likewise.
28069         * locale/C-ctype.c: Likewise.
28070         * locale/C-time.c: Likewise.
28071         * locale/C-translit.h: Likewise.
28072         * locale/loadarchive.c: Likewise.
28073         * locale/programs/3level.h: Likewise.
28074         * locale/programs/charmap.c: Likewise.
28075         * locale/programs/charmap.h: Likewise.
28076         * locale/programs/ld-address.c: Likewise.
28077         * locale/programs/ld-collate.c: Likewise.
28078         * locale/programs/ld-ctype.c: Likewise.
28079         * locale/programs/ld-identification.c: Likewise.
28080         * locale/programs/ld-measurement.c: Likewise.
28081         * locale/programs/ld-messages.c: Likewise.
28082         * locale/programs/ld-monetary.c: Likewise.
28083         * locale/programs/ld-name.c: Likewise.
28084         * locale/programs/ld-numeric.c: Likewise.
28085         * locale/programs/ld-paper.c: Likewise.
28086         * locale/programs/ld-telephone.c: Likewise.
28087         * locale/programs/ld-time.c: Likewise.
28088         * locale/programs/linereader.c: Likewise.
28089         * locale/programs/locale.c: Likewise.
28090         * locale/programs/locarchive.c: Likewise.
28091         * locale/programs/locfile.h: Likewise.
28092         * locale/programs/repertoire.c: Likewise.
28093         * locale/programs/simple-hash.c: Likewise.
28094         * locale/programs/simple-hash.h: Likewise.
28095         * malloc/memusage.c: Likewise.
28096         * malloc/memusagestat.c: Likewise.
28097         * nis/nis_defaults.c: Likewise.
28098         * nis/nis_hash.c: Likewise.
28099         * nis/nis_print.c: Likewise.
28100         * nis/nis_xdr.c: Likewise.
28101         * nscd/connections.c: Likewise.
28102         * nscd/hstcache.c: Likewise.
28103         * nscd/nscd_gethst_r.c: Likewise.
28104         * nscd/nscd_getserv_r.c: Likewise.
28105         * nscd/nscd_helper.c: Likewise.
28106         * nscd/servicescache.c: Likewise.
28107         * nss/makedb.c: Likewise.
28108         * nss/nss_db/db-XXX.c: Likewise.
28109         * nss/nss_db/db-initgroups.c: Likewise.
28110         * nss/nss_db/db-netgrp.c: Likewise.
28111         * nss/nss_files/files-network.c: Likewise.
28112         * nss/nss_files/files-parse.c: Likewise.
28113         * posix/bug-regex5.c: Likewise.
28114         * posix/fnmatch_loop.c: Likewise.
28115         * posix/regcomp.c: Likewise.
28116         * posix/regexec.c: Likewise.
28117         * posix/tst-rfc3484-2.c: Likewise.
28118         * posix/tst-rfc3484-3.c: Likewise.
28119         * posix/tst-rfc3484.c: Likewise.
28120         * resolv/nss_dns/dns-canon.c: Likewise.
28121         * resolv/nss_dns/dns-network.c: Likewise.
28122         * resolv/res_init.c: Likewise.
28123         * resolv/res_mkquery.c: Likewise.
28124         * resolv/tst-aton.c: Likewise.
28125         * stdlib/cxa_atexit.c: Likewise.
28126         * stdlib/cxa_finalize.c: Likewise.
28127         * stdlib/gen-fpioconst.c: Likewise.
28128         * stdlib/strtol_l.c: Likewise.
28129         * string/tst-endian.c: Likewise.
28130         * sunrpc/auth_des.c: Likewise.
28131         * sunrpc/clnt_udp.c: Likewise.
28132         * sunrpc/rtime.c: Likewise.
28133         * sunrpc/svcauth_des.c: Likewise.
28134         * sunrpc/xdr.c: Likewise.
28135         * sunrpc/xdr_intXX_t.c: Likewise.
28136         * sunrpc/xdr_rec.c: Likewise.
28137         * sysdeps/generic/ldconfig.h: Likewise.
28138         * sysdeps/generic/ldsodefs.h: Likewise.
28139         * sysdeps/generic/memusage.h: Likewise.
28140         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28141         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28142         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28143         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28144         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28145         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28146         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28147         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28148         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28149         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28150         * sysdeps/posix/getaddrinfo.c: Likewise.
28151         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28152         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28153         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28154         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28155         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28156         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28157         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28158         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28159         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28160         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28161         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28162         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28163         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28164         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28165         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28166         * sysdeps/x86_64/dl-tls.h: Likewise.
28167         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28168         * time/alt_digit.c: Likewise.
28169         * time/era.c: Likewise.
28170         * wcsmbs/tst-c16c32-1.c: Likewise.
28172 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28174         * math/libm-test.inc (struct test_sincos_data): New type.
28175         (RUN_TEST_LOOP_sincos): New macro.
28176         (sincos_test_data): New variable.
28177         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28179 2013-05-16  Richard Henderson  <rth@redhat.com>
28181         * math/atest-exp2.c (LIMB64): New macro.
28182         (CONSTSZ): New macro.
28183         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28184         (hexdig): Move ...
28185         (print_mpn_fp): ... to function scope.
28186         (read_mpn_hex): Remove.
28187         (get_log2): Remove.
28188         (exp2_mpn): Use mp_log2.
28189         (main): Use mp_exp1.
28191 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28193         * math/libm-test.inc: Remove comment about not testing "inexact"
28194         exceptions.
28195         (INEXACT_EXCEPTION): New macro.
28196         (NO_INEXACT_EXCEPTION): Likewise.
28197         (INVALID_EXCEPTION_OK): Update value.
28198         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28199         (OVERFLOW_EXCEPTION_OK): Likewise.
28200         (UNDERFLOW_EXCEPTION_OK): Likewise.
28201         (IGNORE_ZERO_INF_SIGN): Likewise.
28202         (ERRNO_UNCHANGED): Likewise.
28203         (ERRNO_EDOM): Likewise.
28204         (ERRNO_ERANGE): Likewise.
28205         (test_exceptions): Handle testing "inexact" exceptions.
28206         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28207         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28208         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28209         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28210         INEXACT_EXCEPTION.
28211         (rint_towardzero_test_data): Likewise.
28212         (rint_downward_test_data): Likewise.
28213         (rint_upward_test_data): Likewise.
28215         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28216         with OVERFLOW_EXCEPTION.
28217         (exp10_test_data): Likewise.
28218         (exp2_test_data): Likewise.
28219         (expm1_test_data): Likewise.
28220         (lgamma_test_data): Likewise.
28221         (pow_test_data): Likewise.
28222         (tgamma_test_data): Likewise.
28223         (yn_test_data): Remove duplicate test of overflow.
28225         * math/libm-test.inc (struct test_cc_c_data): New type.
28226         (RUN_TEST_LOOP_cc_c): New macro.
28227         (cpow_test_data): New variable.
28228         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28230         * math/libm-test.inc (struct test_f_L_data): New type.
28231         (RUN_TEST_LOOP_f_L): New macro.
28232         (llrint_test_data): New variable.
28233         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28234         (llrint_tonearest_test_data): New variable.
28235         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28236         (llrint_towardzero_test_data): New variable.
28237         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28238         (llrint_downward_test_data): New variable.
28239         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28240         (llrint_upward_test_data): New variable.
28241         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28242         (llround_test_data): New variable.
28243         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28245 2013-05-13  Peter Collingbourne  <pcc@google.com>
28247         * math/atest-exp2.c (get_log2): Remove const attribute.
28249 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28251         * math/libm-test.inc (struct test_f_l_data): New type.
28252         (RUN_TEST_LOOP_f_l): New macro.
28253         (lrint_test_data): New variable.
28254         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28255         (lrint_tonearest_test_data): New variable.
28256         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28257         (lrint_towardzero_test_data): New variable.
28258         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28259         (lrint_downward_test_data): New variable.
28260         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28261         (lrint_upward_test_data): New variable.
28262         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28263         (lround_test_data): New variable.
28264         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28266 2013-05-15  Peter Collingbourne  <pcc@google.com>
28268         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28269         (EXTRACT_WORDS64) Use where appropriate.
28270         (INSERT_WORDS64) Likewise.
28272         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28273         constraints with x constraints.
28274         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28276         * malloc/obstack.c (_obstack_compat): Add initializer.
28278 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28280         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28281         si_trapno and add si_addr_lsb to _sifields.sigfault.
28282         (si_trapno): Remove macro.
28283         (si_addr_lsb): Define new macro.
28284         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28286 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28288         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28289         instead of TEST_f_l.
28290         (llrint_test_tonearest): Likewise.
28291         (llrint_test_towardzero): Likewise.
28292         (llrint_test_downward): Likewise.
28293         (llrint_test_upward): Likewise.
28294         (llround_test): Likewise.
28296         * math/libm-test.inc (struct test_f_i_data): Add comment.
28297         (RUN_TEST_LOOP_f_b): New macro.
28298         (RUN_TEST_LOOP_f_b_tg): Likewise.
28299         (finite_test_data): New variable.
28300         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28301         (isfinite_test_data): New variable.
28302         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28303         (isinf_test_data): New variable.
28304         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28305         (isnan_test_data): New variable.
28306         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28307         (isnormal_test_data): New variable.
28308         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28309         (issignaling_test_data): New variable.
28310         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28311         (signbit_test_data): New variable.
28312         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28314         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28315         with INVALID_EXCEPTION.
28316         (acosh_test_data): Likewise.
28317         (asin_test_data): Likewise.
28318         (atanh_test_data): Likewise.
28319         (fmod_test_data): Likewise.
28320         (log_test_data): Likewise.
28321         (log10_test_data): Likewise.
28322         (log2_test_data): Likewise.
28323         (pow_test_data): Likewise.
28324         (sqrt_test_data): Likewise.
28325         (y0_test_data): Likewise.
28326         (y1_test_data): Likewise.
28327         (yn_test_data): Likewise.
28329         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28330         function contents.
28332         * math/libm-test.inc (struct test_ff_i_data): New type.
28333         (RUN_TEST_LOOP_ff_i_tg): New macro.
28334         (isgreater_test_data): New variable.
28335         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28336         (isgreaterequal_test_data): New variable.
28337         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28338         (isless_test_data): New variable.
28339         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28340         (islessequal_test_data): New variable.
28341         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28342         (islessgreater_test_data): New variable.
28343         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28344         (isunordered_test_data): New variable.
28345         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28347 2013-05-14  David S. Miller  <davem@davemloft.net>
28349         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28351 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28353         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28355         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28356         extra_test to int.
28357         (struct test_f_i_data): Change type of max_ulp to int.
28359         * math/libm-test.inc (test_ffI_f1_data): New type.
28360         (RUN_TEST_LOOP_ffI_f1): New macro.
28361         (remquo_test_data): New variable.
28362         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28364         * setjmp/tst-setjmp-fp.c: New file.
28365         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28366         (link-libm): New variable.
28367         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28369         * math/libm-test.inc (struct test_f_i_data): New type.
28370         (RUN_TEST_LOOP_f_i): New macro.
28371         (RUN_TEST_LOOP_f_i_tg): Likewise.
28372         (fpclassify_test_data): New variable.
28373         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28374         (ilogb_test_data): New variable.
28375         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28377         * math/libm-test.inc (scalbln_test): Correct function name in END
28378         call.
28380         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28381         (RUN_TEST_LOOP_fI_f1): New macro.
28382         (frexp_test_data): New variable.
28383         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28385         * math/libm-test.inc (struct test_fF_f1_data): New type.
28386         (RUN_TEST_LOOP_fF_f1): New macro.
28387         (modf_test_data): New variable.
28388         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28390         * math/libm-test.inc (struct test_f_f1_data): New type.
28391         (RUN_TEST_LOOP_f_f1): New macro.
28392         (gamma_test_data): New variable.
28393         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28394         (lgamma_test_data): New variable.
28395         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28397 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28399         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28400         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28401         (main): Comment "tls" pseudo-hwcap.
28403 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28405         * math/libm-test.inc (struct test_fl_f_data): New type.
28406         (RUN_TEST_LOOP_fl_f): New variable.
28407         (scalbln_test_data): New variable.
28408         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28410         * math/libm-test.inc (struct test_fi_f_data): New type.
28411         (RUN_TEST_LOOP_fi_f): New macro.
28412         (ldexp_test_data): New variable.
28413         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28414         (scalbn_test_data): New variable.
28415         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28417         * math/libm-test.inc (struct test_c_f_data): New type.
28418         (RUN_TEST_LOOP_c_f): New macro.
28419         (cabs_test_data): New variable.
28420         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28421         (carg_test_data): New variable.
28422         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28423         (cimag_test_data): New variable.
28424         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28425         (creal_test_data): New variable.
28426         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28428         * math/libm-test.inc (struct test_if_f_data): New type.
28429         (RUN_TEST_LOOP_if_f): New macro.
28430         (jn_test_data): New variable.
28431         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28432         (yn_test_data): New variable.
28433         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28435         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28437 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28439         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28440         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28442 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28444         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28445         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28446         (bench-deps): Add bench-timing.h.
28447         * benchtests-bench-skeleton.c: Include bench-timing.h.
28448         (main): Use TIMING_* macros instead of clock_gettime.
28449         * benchtests/bench-timing.h: New file.
28451         [BZ #14582]
28452         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28453         Renamed from _LIB_VERSION.
28454         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28456 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28458         * math/libm-test.inc (struct test_fff_f_data): New type.
28459         (RUN_TEST_LOOP_fff_f): New macro.
28460         (fma_test_data): New variable.
28461         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28462         (fma_towardzero_test_data): New variable.
28463         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28464         (fma_downward_test_data): New variable.
28465         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28466         (fma_upward_test_data): New variable.
28467         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28469         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28470         (struct test_c_c_data): New type.
28471         (RUN_TEST_LOOP_c_c): New macro.
28472         (cacos_test_data): New variable.
28473         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28474         (cacosh_test_data): New variable.
28475         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28476         (casin_test_data): New variable.
28477         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28478         (casinh_test_data): New variable.
28479         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28480         (catan_test_data): New variable.
28481         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28482         (catanh_test_data): New variable.
28483         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28484         (ccos_test_data): New variable.
28485         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28486         (ccosh_test_data): New variable.
28487         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28488         (cexp_test_data): New variable.
28489         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28490         (clog_test_data): New variable.
28491         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28492         (clog10_test_data): New variable.
28493         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28494         (conj_test_data): New variable.
28495         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28496         (cproj_test_data): New variable.
28497         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28498         (csin_test_data): New variable.
28499         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28500         (csinh_test_data): New variable.
28501         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28502         (csqrt_test_data): New variable.
28503         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28504         (ctan_test_data): New variable.
28505         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28506         (ctan_tonearest_test_data): New variable.
28507         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28508         (ctan_towardzero_test_data): New variable.
28509         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28510         (ctan_downward_test_data): New variable.
28511         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28512         (ctan_upward_test_data): New variable.
28513         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28514         (ctanh_test_data): New variable.
28515         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28516         (ctanh_tonearest_test_data): New variable.
28517         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28518         (ctanh_towardzero_test_data): New variable.
28519         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28520         (ctanh_downward_test_data): New variable.
28521         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28522         (ctanh_upward_test_data): New variable.
28523         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28524         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28525         of BUILD_COMPLEX.
28527         * math/libm-test.inc (struct test_ff_f_data): New type.
28528         (struct test_ff_f_data_nexttoward): Likewise.
28529         (RUN_TEST_LOOP_2_f): New macro.
28530         (RUN_TEST_LOOP_ff_f): Likewise.
28531         (atan2_test_data): New variable.
28532         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28533         (copysign_test_data): New variable.
28534         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28535         (fdim_test_data): New variable.
28536         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28537         (fmax_test_data): New variable.
28538         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28539         (fmin_test_data): New variable.
28540         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28541         (fmod_test_data): New variable.
28542         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28543         (hypot_test_data): New variable.
28544         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28545         (nextafter_test_data): New variable.
28546         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28547         (nexttoward_test_data): New variable.
28548         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28549         (pow_test_data): New variable.
28550         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28551         (pow_tonearest_test_data): New variable.
28552         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28553         (pow_towardzero_test_data): New variable.
28554         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28555         (pow_downward_test_data): New variable.
28556         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28557         (pow_upward_test_data): New variable.
28558         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28559         (remainder_test_data): New variable.
28560         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28561         (scalb_test_data): New variable.
28562         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28563         * sysdeps/i386/fpu/libm-test-ulps: Update.
28565 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28567         * math/libm-test.inc (fma_test): Use max_value instead of local
28568         variable fltmax.
28569         (nextafter_test): Likewise.
28571         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28572         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28573         (acos_downward_test_data): New variable.
28574         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28575         (acos_upward_test_data): New variable.
28576         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28577         (acosh_test_data): New variable.
28578         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28579         (asin_test_data): New variable.
28580         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28581         (asin_tonearest_test_data): New variable.
28582         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28583         (asin_towardzero_test_data): New variable.
28584         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28585         (asin_downward_test_data): New variable.
28586         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28587         (asin_upward_test_data): New variable.
28588         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28589         (asinh_test_data): New variable.
28590         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28591         (atan_test_data): New variable.
28592         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28593         (atanh_test_data): New variable.
28594         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28595         (cbrt_test_data): New variable.
28596         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28597         (ceil_test_data): New variable.
28598         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28599         (cos_test_data): New variable.
28600         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28601         (cos_tonearest_test_data): New variable.
28602         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28603         (cos_towardzero_test_data): New variable.
28604         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28605         (cos_downward_test_data): New variable.
28606         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28607         (cos_upward_test_data): New variable.
28608         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28609         (cosh_test_data): New variable.
28610         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28611         (cosh_tonearest_test_data): New variable.
28612         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28613         (cosh_towardzero_test_data): New variable.
28614         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28615         (cosh_downward_test_data): New variable.
28616         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28617         (cosh_upward_test_data): New variable.
28618         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28619         (erf_test_data): New variable.
28620         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28621         (erfc_test_data): New variable.
28622         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28623         (exp_test_data): New variable.
28624         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28625         (exp_tonearest_test_data): New variable.
28626         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28627         (exp_towardzero_test_data): New variable.
28628         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28629         (exp_downward_test_data): New variable.
28630         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28631         (exp_upward_test_data): New variable.
28632         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28633         (exp10_test_data): New variable.
28634         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28635         (exp2_test_data): New variable.
28636         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28637         (expm1_test_data): New variable.
28638         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28639         (fabs_test_data): New variable.
28640         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28641         (floor_test_data): New variable.
28642         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28643         (j0_test_data): New variable.
28644         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28645         (j1_test_data): New variable.
28646         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28647         (log_test_data): New variable.
28648         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28649         (log10_test_data): New variable.
28650         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28651         (log1p_test_data): New variable.
28652         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28653         (log2_test_data): New variable.
28654         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28655         (logb_test_data): New variable.
28656         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28657         (logb_downward_test_data): New variable.
28658         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28659         (nearbyint_test_data): New variable.
28660         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28661         (rint_test_data): New variable.
28662         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28663         (rint_tonearest_test_data): New variable.
28664         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28665         (rint_towardzero_test_data): New variable.
28666         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28667         (rint_downward_test_data): New variable.
28668         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28669         (rint_upward_test_data): New variable.
28670         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28671         (round_test_data): New variable.
28672         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28673         (sin_test_data): New variable.
28674         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28675         (sin_tonearest_test_data): New variable.
28676         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28677         (sin_towardzero_test_data): New variable.
28678         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28679         (sin_downward_test_data): New variable.
28680         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28681         (sin_upward_test_data): New variable.
28682         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28683         (sinh_test_data): New variable.
28684         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28685         (sinh_tonearest_test_data): New variable.
28686         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28687         (sinh_towardzero_test_data): New variable.
28688         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28689         (sinh_downward_test_data): New variable.
28690         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28691         (sinh_upward_test_data): New variable.
28692         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28693         (sqrt_test_data): New variable.
28694         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28695         (tan_test_data): New variable.
28696         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28697         (tan_tonearest_test_data): New variable.
28698         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28699         (tan_towardzero_test_data): New variable.
28700         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28701         (tan_downward_test_data): New variable.
28702         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28703         (tan_upward_test_data): New variable.
28704         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28705         (tanh_test_data): New variable.
28706         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28707         (tgamma_test_data): New variable.
28708         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28709         (trunc_test_data): New variable.
28710         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28711         (y0_test_data): New variable.
28712         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28713         (y1_test_data): New variable.
28714         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28715         (significand_test_data): New variable.
28716         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28718 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28720         [BZ #12387]
28721         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28723 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28725         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28727 2013-05-10  Andreas Jaeger  <aj@suse.de>
28729         [BZ #15448]
28730         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28731         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28733 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28735         * math/gen-libm-test.pl (adjust_arg): New function.
28736         (special_functions): Handle generating output in both functions
28737         and arrays.
28738         (parse_args): Likewise.
28739         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28740         $in_func argument to parse_args.
28741         * math/libm-test.inc (struct test_f_f_data): New type.
28742         (IF_ROUND_INIT_): New macro.
28743         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28744         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28745         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28746         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28747         (ROUND_RESTORE_): Likewise.
28748         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28749         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28750         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28751         (ROUND_RESTORE_FE_UPWARD): Likewise.
28752         (RUN_TEST_LOOP_f_f): New macro.
28753         (acos_test_data): New variable.
28754         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28755         (acos_tonearest_test_data): New variable.
28756         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28758 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28760         * benchtests/bench-skeleton.c (startup): Fix coding style.
28762 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28764         [BZ #6809]
28765         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28766         negative infinity argument.
28767         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28768         negative infinity argument.
28769         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28770         negative infinity argument.
28771         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28772         domain errors.
28774 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28776         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28777         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28778         * iconv/iconv_prog.c (main): Likewise.
28779         * locale/programs/charmap-dir.c (charmap_readdir)
28780         (fopen_uncompressed): Likewise.
28781         * locale/programs/locfile.c (siblings_uncached)
28782         (write_locale_data): Use lstat64 instead of lstat.
28783         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28784         stat.
28786 2013-05-10  Andreas Jaeger  <aj@suse.de>
28788         [BZ #15395]
28789         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28790         localization.
28791         Include <locale.h>.
28793 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28795         * elf/dl-close.c (_dl_close_worker): Add comments.
28797 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28799         [BZ #15359]
28800         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28801         high part of pi/2.
28802         (__ieee754_rem_pio2l): Update comments.
28804         [BZ #15429]
28805         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28806         high part of pi/2.
28807         (__ieee754_rem_pio2l): Update comments.
28809         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28810         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28812         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28813         M_PI_4l.
28815         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28816         (M_PI_34_LOG10El): Likewise.
28817         (M_PI2_LOG10El): Likewise.
28818         (M_PI4_LOG10El): Likewise.
28819         (M_PI_LOG10El): Likewise.
28821 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28823         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28825 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28827         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28828         (MINUS_ZERO_INIT): Likewise.
28829         (PLUS_INFTY_INIT): Likewise.
28830         (MINUS_INFTY_INIT): Likewise.
28831         (QNAN_VALUE_INIT): Likewise.
28832         (MAX_VALUE_INIT): Likewise.
28833         (MIN_VALUE_INIT): Likewise.
28834         (MIN_SUBNORM_VALUE_INIT): Likewise.
28835         (plus_zero): Initialize with PLUS_ZERO_INIT.
28836         (minus_zero): Initialize with MINUS_ZERO_INIT.
28837         (plus_infty): Initialize with PLUS_INFTY_INIT.
28838         (minus_infty): Initialize with MINUS_INFTY_INIT.
28839         (qnan_value): Initialize with QNAN_VALUE_INIT.
28840         (max_value): Initialize with MAX_VALUE_INIT.
28841         (min_value): Initialize with MIN_VALUE_INIT.
28842         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28844         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28845         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28846         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28847         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28849         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28850         (RUN_TEST_2_f): Likewise.
28851         (RUN_TEST_ff_f): Likewise.
28852         (RUN_TEST_fi_f): Likewise.
28853         (RUN_TEST_fl_f): Likewise.
28854         (RUN_TEST_fff_f): Likewise.
28855         (RUN_TEST_c_f): Likewise.
28856         (RUN_TEST_f_f1): Likewise.
28857         (RUN_TEST_fF_f1): Likewise.
28858         (RUN_TEST_fI_f1): Likewise.
28859         (RUN_TEST_ffI_f1): Likewise.
28860         (RUN_TEST_c_c): Likewise.
28861         (RUN_TEST_cc_c): Likewise.
28862         (RUN_TEST_f_i): Likewise.
28863         (RUN_TEST_f_i_tg): Likewise.
28864         (RUN_TEST_ff_i_tg): Likewise.
28865         (RUN_TEST_f_b): Likewise.
28866         (RUN_TEST_f_b_tg): Likewise.
28867         (RUN_TEST_f_l): Likewise.
28868         (RUN_TEST_f_L): Likewise.
28869         (RUN_TEST_sincos): Likewise.
28870         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28871         whether to show exceptions.  Do not include ");\n" in return
28872         value.
28873         (special_functions): Output call to RUN_TEST_sincos instead of
28874         check_float calls.  Update calls to new_test.
28875         (parse_args): Output call to single RUN_TEST_* macro instead of
28876         check_* calls and other assignments.  Update calls to new_test.
28878         [BZ #2546]
28879         [BZ #2560]
28880         [BZ #5159]
28881         [BZ #15426]
28882         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28883         input to result for tgamma overflow.
28884         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28885         (gamma_coeff): New variable.
28886         (NCOEFF): New macro.
28887         (gamma_positive): New function.
28888         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28889         underflow here.  Use gamma_positive instead of exp (lgamma) for
28890         other arguments.
28891         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28892         (gamma_coeff): New variable.
28893         (NCOEFF): New macro.
28894         (gammaf_positive): New function.
28895         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28896         underflow here.  Use gamma_positive instead of exp (lgamma) for
28897         other arguments.
28898         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28899         (gamma_coeff): New variable.
28900         (NCOEFF): New macro.
28901         (gammal_positive): New function.
28902         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28903         underflow here.  Use gamma_positive instead of exp (lgamma) for
28904         other arguments.
28905         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28906         (gamma_coeff): New variable.
28907         (NCOEFF): New macro.
28908         (gammal_positive): New function.
28909         (__ieee754_gammal_r): Handle positive infinity, overflow and
28910         underflow here.  Handle NaN the same as positive infinity.  Remove
28911         check x < 0xffffffff for negative integers.  Use gamma_positive
28912         instead of exp (lgamma) for other arguments.
28913         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28914         (gamma_coeff): New variable.
28915         (NCOEFF): New macro.
28916         (gammal_positive): New function.
28917         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28918         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28919         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28920         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28921         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28922         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28923         * sysdeps/generic/math_private.h (__gamma_productf): New
28924         prototype.
28925         (__gamma_product): Likewise.
28926         (__gamma_productl): Likewise.
28927         * math/Makefile (libm-calls): Add gamma_product.
28928         * math/libm-test.inc (tgamma_test): Add more tests.
28929         * sysdeps/i386/fpu/libm-test-ulps: Update.
28930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28932 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28934         * benchtests/bench-skeleton.c (main): Preheat CPU.
28936 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28938         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28940 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28942         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28943         and _dl_skip_args_internal.
28945 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28947         * manual/message.texi (Message Translation): Talk about users.
28948         Message to key mapping impacts design.
28950 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28952         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28954         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28956         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28957         * sysdeps/wordsize-64/glob64.c: ... here.
28959         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28960         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28961         New macros.
28963         * debug/getlogin_r_chk.c: Moved to ...
28964         * login/getlogin_r_chk.c: ... here.
28965         * debug/Makefile (routines): Move getlogin_r_chk to ...
28966         * login/Makefile (routines): ... here.
28967         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28968         * login/Versions (libc: GLIBC_2.4): ... here.
28970         * io/poll.c (__poll): Renamed from poll.
28971         Add libc_hidden_def.
28972         (poll): Define as weak alias.
28974         * debug/ptsname_r_chk.c: Moved to ...
28975         * login/ptsname_r_chk.c: ... here.
28976         * debug/Makefile (routines): Move ptsname_r_chk to ...
28977         * login/Makefile (routines): ... here.
28978         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28979         * login/Versions (libc: GLIBC_2.4): ... here.
28981         * posix/getlogin.c: Moved to ...
28982         * login/getlogin.c: ... here.
28983         * posix/getlogin_r.c: Moved to ...
28984         * login/getlogin_r.c: ... here.
28985         * posix/getlogin_r.c: Moved to ...
28986         * login/getlogin_r.c: ... here.
28987         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28988         * login/Makefile (routines): ... here.
28989         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28990         * login/Versions (libc: GLIBC_2.0): ... here.
28992         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28993         (setrlimit): Define as weak alias.
28995         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28996         Call __ names for open, ftruncate, and close.
28997         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28998         (truncate): Define as weak alias.
29000 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29002         * math/gen-libm-test.pl (parse_args): Initialize x before each
29003         test of frexp, modf and remquo.
29005         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29006         test signgam value.
29008 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29010         [BZ #15418]
29011         [BZ #15419]
29012         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29013         internal tests.
29014         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29016 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29018         * elf/dl-writev.h: New file.
29019         * elf/dl-misc.c: Include it.
29020         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29021         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29023 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29025         * math/libm-test.inc (noXFails): Remove variable.
29026         (noXPasses): Likewise.
29027         (BUILD_COMPLEX_INT): Remove macro.
29028         (print_screen): Remove xfail argument.
29029         (print_screen_max_error): Likewise.
29030         (update_stats): Likewise.
29031         (print_max_error): Likewise.  Update calls to other affected
29032         functions.
29033         (print_complex_max_error): Likewise.
29034         (test_single_exception): Update calls to print_screen.
29035         (test_single_errno): Likewise.
29036         (check_float_internal): Remove xfail argument.  Update calls to
29037         other affected functions.
29038         (check_float): Likewise.
29039         (check_complex): Likewise.
29040         (check_int): Likewise.
29041         (check_long): Likewise.
29042         (check_bool): Likewise.
29043         (check_longlong): Likewise.
29044         (main): Don't print noXFails and noXPasses.
29045         * math/gen-libm-test.pl (top level): Don't mention expected
29046         failure handling in comment.
29047         (new_test): Don't handle expected failures.
29048         (parse_args): Don't mention expected failure handling in comment.
29049         (generate_testfile): Don't handle expected failures.
29050         (parse_ulps): Likewise.
29051         (print_ulps_file): Likewise.
29052         (get_failure): Remove function.
29053         (output_test): Don't handle expected failures.
29054         * make/README.libm-test: Don't mention expected failure handling.
29056         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29057         (minus_zero): Likewise.
29058         (plus_infty): Likewise.
29059         (minus_infty): Likewise.
29060         (qnan_value): Likewise.
29061         (max_value): Likewise.
29062         (min_value): Likewise.
29063         (min_subnorm_value): Likewise.
29064         (initialize): Do not initialize those variables dynamically.
29066 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29068         * io/open.c (__open_2): Moved to ...
29069         * io/open_2.c: ... this new file.
29070         * io/open64.c (__open64_2): Moved to ...
29071         * io/open64_2.c: ... this new file.
29072         * io/openat.c (__openat_2): Moved to ...
29073         * io/openat_2.c: ... this new file.
29074         * io/openat64.c (__openat64_2): Moved to ...
29075         * io/openat64_2.c: ... this new file.
29076         * io/Makefile (routines): Add them.
29077         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29078         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29079         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29080         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29081         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29082         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29083         (__openat64): Add hidden_ver.
29084         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29085         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29087         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29088         Separately conditionalize setting of GLRO(dl_sysinfo) so
29089         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29090         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29092 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29094         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29095         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29096         definition.
29097         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29098         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29099         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29100         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29101         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29103 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29105         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29106         test signgam value.
29108         * math/libm-test.inc (hypot_test): Do not use
29109         IGNORE_ZERO_INF_SIGN.
29111 2013-05-03  Andreas Jaeger  <aj@suse.de>
29113         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29114         Linux 3.9.
29115         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29116         (PF_MAX): Adjust for VSOCK change.
29118 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29120         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29122 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29124         [BZ #15264]
29125         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29126         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29127         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29129 2013-05-02  David S. Miller  <davem@davemloft.net>
29131         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29133 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29135         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29137 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29139         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29141 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29143         [BZ #14952]
29144         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29145         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29146         Use __attribute__ ((__gnu_inline__)).
29147         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29148         Don't use __attribute__ ((__gnu_inline__)).
29150 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29152         [BZ #15423]
29153         * math/s_catan.c (__catan): Handle small real or imaginary part of
29154         input specially to avoid spurious underflow.
29155         * math/s_catanf.c (__catanf): Likewise.
29156         * math/s_catanh.c (__catanh): Likewise.
29157         * math/s_catanhf.c (__catanhf): Likewise.
29158         * math/s_catanhl.c (__catanhl): Likewise.
29159         * math/s_catanl.c (__catanl): Likewise.
29160         * math/libm-test.inc (catan_test): Add more tests.
29161         (catanh_test): Likewise.
29162         * sysdeps/i386/fpu/libm-test-ulps: Update.
29163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29165 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29167         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29169 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29171         [BZ #15416]
29172         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29173         accurately for denominator in atan2.
29174         * math/s_catanf.c (__catanf): Likewise.
29175         * math/s_catanh.c (__catanh): Likewise.
29176         * math/s_catanhf.c (__catanhf): Likewise.
29177         * math/s_catanhl.c (__catanhl): Likewise.
29178         * math/s_catanl.c (__catanl): Likewise.
29179         * math/libm-test.inc (catan_test): Add more tests.
29180         (catanh_test): Likewise.
29181         * sysdeps/i386/fpu/libm-test-ulps: Update.
29182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29184 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29186         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29188         * benchtests/Makefile (bench): Remove slow benchmarks.
29189         * benchtests/atan-inputs: Add slow benchmark inputs.
29190         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29191         (BENCH_FUNC): Accept variant offset.
29192         (VARIANT): Define.
29193         * benchtests/bench-skeleton.c (main): Run benchmark for each
29194         variant.
29195         * benchtests/cos-inputs: Add slow benchmark inputs.
29196         * benchtests/exp-inputs: Likewise.
29197         * benchtests/pow-inputs: Likewise.
29198         * benchtests/sin-inputs: Likewise.
29199         * benchtests/slowatan-inputs: Remove.
29200         * benchtests/slowatan.c: Remove.
29201         * benchtests/slowcos-inputs: Remove.
29202         * benchtests/slowcos.c: Remove.
29203         * benchtests/slowexp-inputs: Remove.
29204         * benchtests/slowexp.c: Remove.
29205         * benchtests/slowpow-inputs: Remove.
29206         * benchtests/slowpow.c: Remove.
29207         * benchtests/slowsin-inputs: Remove.
29208         * benchtests/slowsin.c: Remove.
29209         * benchtests/slowtan-inputs: Remove.
29210         * benchtests/slowtan.c: Remove.
29211         * benchtests/tan-inputs: Add slow benchmark inputs.
29212         * scripts/bench.pl: Parse comments and directives.
29214         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29215         in CPPFLAGS.
29216         ($(objpfx)bench-%.c): Remove *-ITER.
29217         * benchtests/bench-modf.c: Remove definition of ITER.
29218         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29219         (main): Loop for DURATION seconds instead of fixed number of
29220         iterations.
29221         * scripts/bench.pl: Don't expect iterations in parameters.
29223 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29225         * io/fchdir.c (__fchdir): Renamed from fchdir.
29226         (fchdir): Define as weak alias.
29228 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29230         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29231         (ERRNO_EDOM): Likewise.
29232         (ERRNO_ERANGE): Likewise.
29233         (noErrnoTests): New variable.
29234         (init_max_error): Set errno to 0.
29235         (test_single_errno): New function.
29236         (test_errno): Likewise.
29237         (check_float_internal): Call test_errno.  Set errno to 0.
29238         (check_complex): Refer to errno tests in comment.
29239         (check_int): Call test_errno.  Set errno to 0.
29240         (check_long): Likewise.
29241         (check_bool): Likewise.
29242         (check_longlong): Likewise.
29243         (cos_test): Use ERRNO_* flags for errno tests instead of
29244         check_int.
29245         (expm1_test): Likewise.
29246         (fmod_test): Likewise.
29247         (ilogb_test): Likewise.
29248         (lgamma_test): Likewise.
29249         (pow_test): Likewise.
29250         (remainder_test): Likewise.
29251         (sin_test): Likewise.
29252         (tan_test): Likewise.
29253         (yn_test): Likewise.
29254         (initialize): Set errno to 0.
29255         (main): Print number of errno tests.
29256         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29258 2013-04-29  Andreas Jaeger  <aj@suse.de>
29260         [BZ #15084]
29261         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29262         and RES_USEVC.
29264         [BZ #15085]
29265         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29266         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29267         unimplemented.
29269         [BZ #15380]
29270         * stdlib/random.c (__initstate): Return NULL if
29271         __initstate fails.
29273         [BZ #15086]
29274         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29275         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29276         RES_SNGLKUPREOP.
29278 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29280         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29282 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29284         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29285         of individual tests.
29286         (casin_test): Likewise.
29287         (casinh_test): Likewise.
29289 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29291         [BZ #15409]
29292         * math/s_catan.c (__catan): Handle arguments with large real or
29293         imaginary part separately without squaring.
29294         * math/s_catanf.c (__catanf): Likewise.
29295         * math/s_catanh.c (__catanh): Likewise.
29296         * math/s_catanhf.c (__catanhf): Likewise.
29297         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29298         and redefine.
29299         (__catanhl): Handle arguments with large real or imaginary part
29300         separately without squaring.
29301         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29302         and redefine.
29303         (__catanl): Handle arguments with large real or imaginary part
29304         separately without squaring.
29305         * math/libm-test.inc (catan_test): Add more tests.
29306         (catanh_test): Likewise.
29307         * sysdeps/i386/fpu/libm-test-ulps: Update.
29308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29310 2013-04-27  Andreas Jaeger  <aj@suse.de>
29312         [BZ #15007]
29313         * stdlib/stdlib.h: Update guards for qecvt.
29314         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29315         <stdlib.h>.
29317 2013-04-27  Allan McRae  <allan@archlinux.org>
29319         * sysdeps/i386/fpu/libm-test-ulps: Update.
29321 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29323         [BZ #15406]
29324         * math/s_catan.c: Include <float.h>.
29325         (__catan): Ensure underflow exception occurs for underflowed
29326         result.
29327         * math/s_catanf.c: Include <float.h>.
29328         (__catanf): Ensure underflow exception occurs for underflowed
29329         result.
29330         * math/s_catanh.c: Include <float.h>.
29331         (__catanh): Ensure underflow exception occurs for underflowed
29332         result.
29333         * math/s_catanhf.c: Include <float.h>.
29334         (__catanhf): Ensure underflow exception occurs for underflowed
29335         result.
29336         * math/s_catanhl.c: Include <float.h>.
29337         (__catanhl): Ensure underflow exception occurs for underflowed
29338         result.
29339         * math/s_catanl.c: Include <float.h>.
29340         (__catanl): Ensure underflow exception occurs for underflowed
29341         result.
29342         * math/libm-test.inc (catan_test): Add more tests.
29343         (catanh_test): Likewise.
29345         [BZ #15405]
29346         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29347         underflowed result.
29348         * math/s_ccoshf.c (__ccoshf): Likewise.
29349         * math/s_ccoshl.c (__ccoshl): Likewise.
29350         * math/s_csin.c (__csin): Likewise.
29351         * math/s_csinf.c (__csinf): Likewise.
29352         * math/s_csinh.c (__csinh): Likewise.
29353         * math/s_csinhf.c (__csinhf): Likewise.
29354         * math/s_csinhl.c (__csinhl): Likewise.
29355         * math/s_csinl.c (__csinl): Likewise.
29356         * math/libm-test.inc (ccos_test): Add more tests.
29357         (ccosh_test): Likewise.
29358         (csin_test): Likewise.
29359         (csinh_test): Likewise.
29361 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29363         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29364         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29365         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29366         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29367         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29368         powerpc/power5+/fpu folders.
29369         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29372 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29374         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29376 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29378         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29379         additions to variable.
29380         [$(config-machine) = x86_64] (modules-names): Likewise.
29381         ($(objpfx)tst-audit3): Remove dependency.
29382         ($(objpfx)tst-audit3.out): Likewise.
29383         ($(objpfx)tst-audit4): Likewise.
29384         ($(objpfx)tst-audit4.out): Likewise.
29385         ($(objpfx)tst-audit5): Likewise.
29386         ($(objpfx)tst-audit5.out): Likewise.
29387         ($(objpfx)tst-audit6): Likewise.
29388         ($(objpfx)tst-audit6.out): Likewise.
29389         ($(objpfx)tst-audit7): Likewise.
29390         ($(objpfx)tst-audit7.out): Likewise.
29391         (tst-audit3-ENV): Remove variable.
29392         (tst-audit4-ENV): Likewise.
29393         (tst-audit5-ENV): Likewise.
29394         (tst-audit6-ENV): Likewise.
29395         (tst-audit7-ENV): Likewise.
29396         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29397         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29398         addition to variable.
29399         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29400         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29401         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29402         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29403         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29404         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29405         tst-audit3, tst-audit4 and tst-audit5.
29406         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29407         tst-audit6 and tst-audit7.
29408         [$(subdir) = elf] (modules-names): Add audit modules for those
29409         tests.
29410         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29411         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29412         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29413         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29414         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29415         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29416         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29417         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29418         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29419         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29420         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29421         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29422         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29423         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29424         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29425         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29426         Likewise.
29427         [$(subdir) = elf && $(config-cflags-avx) = yes]
29428         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29429         [$(subdir) = elf && $(config-cflags-avx) = yes]
29430         (CFLAGS-tst-auditmod4a.c): Likewise.
29431         [$(subdir) = elf && $(config-cflags-avx) = yes]
29432         (CFLAGS-tst-auditmod4b.c): Likewise.
29433         [$(subdir) = elf && $(config-cflags-avx) = yes]
29434         (CFLAGS-tst-auditmod6b.c): Likewise.
29435         [$(subdir) = elf && $(config-cflags-avx) = yes]
29436         (CFLAGS-tst-auditmod6c.c): Likewise.
29437         [$(subdir) = elf && $(config-cflags-avx) = yes]
29438         (CFLAGS-tst-auditmod7b.c): Likewise.
29439         * elf/tst-audit3.c: Move to ...
29440         * sysdeps/x86_64/tst-audit3.c: ... here.
29441         * elf/tst-audit4.c: Move to ...
29442         * sysdeps/x86_64/tst-audit4.c: ... here.
29443         * elf/tst-audit5.c: Move to ...
29444         * sysdeps/x86_64/tst-audit5.c: ... here.
29445         * elf/tst-audit6.c: Move to ...
29446         * sysdeps/x86_64/tst-audit6.c: ... here.
29447         * elf/tst-audit7.c: Move to ...
29448         * sysdeps/x86_64/tst-audit7.c: ... here.
29449         * elf/tst-auditmod3a.c: Move to ...
29450         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29451         * elf/tst-auditmod3b.c: Move to ...
29452         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29453         * elf/tst-auditmod4a.c: Move to ...
29454         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29455         * elf/tst-auditmod4b.c: Move to ...
29456         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29457         * elf/tst-auditmod5a.c: Move to ...
29458         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29459         * elf/tst-auditmod5b.c: Move to ...
29460         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29461         * elf/tst-auditmod6a.c: Move to ...
29462         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29463         * elf/tst-auditmod6b.c: Move to ...
29464         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29465         * elf/tst-auditmod6c.c: Move to ...
29466         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29467         * elf/tst-auditmod7a.c: Move to ...
29468         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29469         * elf/tst-auditmod7b.c: Move to ...
29470         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29472 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29474         [BZ #15366]
29475         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29476         define unconditionally.
29477         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29478         define unconditionally.
29479         (INT8_C, INT16_C, etc.): Likewise.
29481 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29483         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29484         __ehdr_start with hidden visibility.
29486         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29488 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29490         * math/libm-test.inc (cos_test): Use accurate hex constants.
29491         (sincost_test): Likewise.
29493 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29495         * math/libm-test.inc (catan_test): Add more tests.
29496         (catanh_test): Likewise.
29498         * math/s_catanf.c (__catanf): Use suffixed floating-point
29499         constants.
29500         * math/s_catanhf.c (__catanhf): Likewise.
29501         * math/s_catanhl.c (__catanhl): Likewise.
29502         * math/s_catanl.c (__catanl): Likewise.
29504         [BZ #15394]
29505         * math/s_catan.c (__catan): Calculate imaginary part of result
29506         with log1p not log unless computing log of number close to 0.
29507         * math/s_catanf.c (__catanf): Likewise.
29508         * math/s_catanl.c (__catanl): Likewise.
29509         * math/s_catanh.c (__catanh): Calculate real part of result with
29510         log1p not log unless computing log of number close to 0.
29511         * math/s_catanhf.c (__catanhf): Likewise.
29512         * math/s_catanhl.c (__catanhl): Likewise.
29513         * math/libm-test.inc (catan_test): Add more tests.
29514         (catanh_test): Likewise.
29515         * sysdeps/i386/fpu/libm-test-ulps: Update.
29516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29518 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29520         * benchtests/Makefile: Mention files in which fast and slow
29521         paths of math functions are implemented.
29523 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29525         * sysdeps/posix/timespec_get.c: New file.
29527 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29529         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29530         POWER.
29531         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29532         for POWER.
29533         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29534         powerpc/power5/fpu folders.
29535         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29536         * benchtests/Makefile: Add modf testcase.
29537         * benchtests/bench-modf.c: New file: Benchmark test for mo
29539 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29541         [BZ #14888]
29542         * time/Makefile (tests): Add tst-strptime-whitespace.
29543         * time/strptime_l.c (get_number): Use ISSPACE.
29544         (__strptime_internal): Likewise.
29545         * time/tst-strptime-whitespace.c: New test case.
29547 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29549         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29550         member.
29551         (_nss_files_init): Set it here.
29553 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29555         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29556         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29557         unsigned.
29559 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29561         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29563 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29565         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29566         size just once.
29568 2013-04-21  David S. Miller  <davem@davemloft.net>
29570         * po/ru.po: Update Russion translation from translation project.
29572 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29574         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29575         and setfsgid.
29577 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29579         * configure.in: Remove i386 configure warning. Remove i386 case.
29580         * configure: Regenerate.
29581         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29582         Add example to error message.
29583         * sysdeps/i386/configure: Regenerate.
29585 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29587         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29588         slowtan.
29589         * benchtests/cos-inputs: New file.
29590         * benchtests/slowcos-inputs: New file.
29591         * benchtests/slowcos.c: New file.
29592         * benchtests/slowtan-inputs: New file.
29593         * benchtests/slowtan.c: New file.
29594         * benchtests/tan-inputs: New file.
29596 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29598         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29599         considered kosher.
29601 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29603         * benchtests/Makefile: Include cppflags-iterator.mk to add
29604         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29606         * Makefile.in (bench-clean): New target.
29607         * benchtests/Makefile (bench-clean): Likewise.
29609 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29611         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29613 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29615         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29617 2013-04-15  Andreas Schwab  <schwab@suse.de>
29619         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29620         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29621         * nscd/pwdcache.c (cache_addpw): Likewise.
29622         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29623         more than recsize.
29625 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29627         * benchtests/Makefile (bench): Write all output to
29628         bench-out.tmp together.
29630 2013-04-15  Andreas Schwab  <schwab@suse.de>
29632         * nscd/nscd.c (main): Don't fork again after closing files.
29634 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29636         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29638         * benchtests/Rules (bench-deps): Collect dependencies into a
29639         single variable.  Add Makefile to dependencies.
29640         ($(objpfx)bench-%.c): Depend on bench-deps.
29642 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29643             Xavier Roche  <roche+kml2@exalead.com>
29645         [BZ #15361]
29646         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29647         just that it's a file descriptor.
29648         * manual/llio.texi (Synchronizing AIO Operations): Update description
29649         for EBADF error from aio_fsync.
29651 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29653         * Rules (bench): Move target definition...
29654         * benchtests/Makefile: ... here.
29656 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29658         * math/libm-test.inc (cos_test): Fix PI/2 test.
29659         (sincos_test): Likewise.
29660         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29661         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29663 2013-04-11  Andreas Schwab  <schwab@suse.de>
29665         [BZ #13988]
29666         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29667         accept exponent character only when digits were seen.
29668         * stdio-common/Makefile (tests): Add bug26.
29669         * stdio-common/bug26.c: New file.
29671         [BZ #14293]
29672         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29673         non-freeable.
29675 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29677         * Makeconfig (rtld-prefix): Define built linker prefix.
29678         * Rules (run-bench): Use it.
29679         * math/Makefile (run-regen-ulps): Likewise.
29681         * Rules (bench): Remove eval.
29683 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29684             Roland McGrath  <roland@hack.frob.com>
29685             Ondrej Bilka  <neleai@seznam.cz>
29687         [BZ #15346]
29688         * time/getdate.c: Include ctype.h and alloca.h.
29689         (__getdate_r): Trim leading and trailing spaces of input.
29690         * time/tst-getdate.c (tests): Add tests with leading and
29691         trailing spaces.
29693 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29695         [BZ #14280]
29696         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29697         when computing value.
29699 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29701         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29702         Use testrun.sh to run libm tests.
29704         [BZ #15309]
29705         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29707 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29709         [BZ #15264]
29710         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29712 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29714         * Makefile.in (regen-ulps): New target.
29715         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29716         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29717         [ifneq (no,$(PERL)] (regen-ulps): New target.
29718         [ifeq (no,$(PERL)] (regen-ulps): New target.
29719         * math/libm-test.inc (ulps_file_name): Define.
29720         (output_dir): New variable.
29721         (options): Add "output-dir" option.
29722         (parse_opt): Handle 'o' case.
29723         (main): If output_dir is non-NULL use it as a prefix
29724         otherwise use "".
29725         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29727 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29729         [BZ #10060, #10062]
29730         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29731         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29732         fail configure if __sync_val_compare_and_swap is not inlined.
29733         * sysdeps/i386/configure: Regenerate.
29734         * configure.in: Build for i686 when configured for i386.
29735         * configure: Regenerate.
29736         * README: Remove i386 reference.
29738 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29740         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29741         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29743 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29745         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29746         (lmsnanval): New variables.
29747         (F): Add conversion tests.
29748         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29749         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29751         * stdio-common/tstdiomisc.c (F): Properly collect individual
29752         tests' results.
29754         [BZ #14686, #15336]
29755         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29756         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29757         Instead, use input NaN values or generate a qNaN by arithmetic
29758         operation.  Also fix bugs to comply with the standard.
29759         * math/libm-test.inc (remainder_test): Add more tests.
29761         [BZ #15335, #15342]
29762         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29763         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29764         input NaN values or generate a qNaN by arithmetic operation.
29766         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29767         unreachable code.
29769         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29770         definitions.
29772 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29774         [BZ #14478]
29775         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29776         underflowed result.
29777         * math/s_cexpf.c (__cexpf): Likewise.
29778         * math/s_cexpl.c (__cexpl): Likewise.
29779         * math/libm-test.inc (cexp_test): Add more tests.
29781 2013-04-03  Andreas Schwab  <schwab@suse.de>
29783         [BZ #15330]
29784         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29785         order arrays from heap if bigger than alloca cutoff.
29787 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29789         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29790         (SNAN_TESTS_double): Refer to GCC PR56831.
29791         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29792         GCC PR56828.
29794 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29796         * Rules (bench): Move bench.out after the run is complete.
29798         * Rules (bench): Echo currently running benchmark.
29800         * benchtests/Makefile (bench): Add atan and slowatan.
29801         * benchtests/atan-inputs: New file.
29802         * benchtests/slowatan-inputs: New file.
29803         * benchtests/slowatan.c: New file.
29805         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29806         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29807         its value.
29809         [BZ #15305]
29810         * sysdeps/unix/sysv/linux/kernel-features.h
29811         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29812         __ASSUME_XFS_RESTRICTED_CHOWN.
29813         * sysdeps/unix/sysv/linux/pathconf.c
29814         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29815         Save and restore errno.
29817 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29819         [BZ #15327]
29820         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29821         arguments using __kernel_casinh.
29822         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29823         arguments using __kernel_casinhf.
29824         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29825         arguments using __kernel_casinhl.
29826         * math/libm-test.inc (cacosh_test): Add more tests.
29827         * sysdeps/i386/fpu/libm-test-ulps: Update.
29828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29830 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29832         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29833         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29835         * bench/Makefile (bench): Add sin and slowsin.
29836         * benchtests/sin-inputs: New file.
29837         * benchtests/slowsin-inputs: New file.
29838         * benchtests/slowsin.c: New file.
29840         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29841         (bench): Add slowexp and slowpow.
29842         (exp-ITER): Increase iterations.
29843         (pow-ITER): Likewise.
29844         * benchtests/exp-inputs: Change input.
29845         * benchtests/pow-inputs: Likewise.
29846         * benchtests/slowexp-inputs: New file.
29847         * benchtests/slowexp.c: New file.
29848         * benchtests/slowpow-inputs: New file.
29849         * benchtests/slowpow.c: New file.
29851 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29853         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29854         instructions.
29855         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29856         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29857         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29858         * benchtests/Makefile: Add rint benchtest.
29859         * benchtests/rint-inputs: Input for rint benchtest.
29861 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29863         * Versions.def (libm): Add GLIBC_2.18.
29864         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29865         hidden libm prototypes.
29866         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29867         * math/Makefile (libm-calls): Add s_issignaling.
29868         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29869         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29870         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29871         declaration.
29872         * math/math.h [__USE_GNU] (issignaling): New macro.
29873         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29874         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29875         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29876         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29877         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29878         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29879         * manual/arith.texi (issignaling): New section.
29880         * manual/libm-err-tab.pl (@all_functions): Update comment.
29881         * math/gen-libm-test.pl (parse_args): Apply special handling for
29882         issignaling.
29883         * math/libm-test.inc (print_float, issignaling_test): New
29884         functions.
29885         (check_float_internal): Add issignaling checks.
29886         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29887         default definition.
29888         * sysdeps/powerpc/math-tests.h: New file.
29889         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29890         tests.
29891         * math/test-snan.c (TEST_FUNC): Likewise.
29893 2013-03-30  David S. Miller  <davem@davemloft.net>
29895         * po/de.po: Update from translation team.
29897 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29899         [BZ #10357]
29900         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29901         imaginary part less than 1.0 and real part less than 0.5
29902         specially.
29903         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29904         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29905         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29906         (cacos_test): Add more tests.
29907         (casin_test): Likewise.
29908         (casinh_test): Likewise.
29909         * sysdeps/i386/fpu/libm-test-ulps: Update.
29910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29912 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29914         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29915         ONE with its value.
29917         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29918         (__pow_mp): Replace ONE and MONE with their values.
29919         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29920         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29921         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29922         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29923         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29924         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29926         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29928         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29929         (__pow_mp): Replace ZERO and MZERO with their values.
29930         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29931         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29932         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29933         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29934         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29935         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29936         (__sqr): Likewise.
29938         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29940         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29942 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29944         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29945         Declare with __attribute__ ((weak)).
29946         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29947         Call __call_tls_dtors only if it's not NULL.
29949 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29951         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29952         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29953         magic __ehdr_start linker symbol if it's defined.
29954         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29955         them up here if it was already done.
29957         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29958         (_dl_aux_init): Use const in cast when setting it.
29959         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29960         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29961         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29963         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29964         Declare them here.
29965         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29966         * csu/libc-tls.c: Nor here.
29967         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29969         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29970         (__libc_message): Never call vsyslog.
29972 2013-03-28  Alan Modra  <amodra@gmail.com>
29974         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29975         Define as empty.
29976         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29977         Likewise.
29979 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29981         [BZ #15214]
29982         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29983         underflow.
29984         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29986 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29988         [BZ #15304]
29989         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29990         Don't add gid passed as argument.
29992         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29994 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29996         [BZ #15307]
29997         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29998         imaginary part between 1.0 and 1.5 and real part less than 0.5
29999         specially.
30000         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30001         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30002         * math/libm-test.inc (cacos_test): Add more tests.
30003         (casin_test): Likewise.
30004         (casinh_test): Likewise.
30005         * sysdeps/i386/fpu/libm-test-ulps: Update.
30006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30008 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30010         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30011         constants.
30012         (norm): Likewise.
30013         (denorm): Likewise.
30014         (__dbl_mp): Likewise.
30015         (add_magnitudes): Likewise.
30016         (sub_magnitudes): Likewise.
30017         (__add): Likewise.
30018         (__sub): Likewise.
30019         (__mul): Likewise.
30020         (__sqr): Likewise.
30021         (__inv): Likewise.
30022         (__dvd): Likewise.
30024         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30025         commented code.
30026         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30027         (__dubcos): Likewise.
30028         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30029         (__ieee754_acos): Likewise.
30030         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30031         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30032         (__exp1): Likewise.
30033         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30034         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30035         (log1): Likewise.
30036         (my_log2): Likewise.
30037         (checkint): Likewise.
30038         * sysdeps/ieee754/dbl-64/e_remainder.c
30039         (__ieee754_remainder): Likewise.
30040         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30041         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30042         (bsloww): Likewise.
30043         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30045         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30046         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30047         MANTISSA_STORE_T to store computations on mantissa.  Use
30048         macros for rounding and division.
30049         (denorm): Likewise.
30050         (__dbl_mp): Likewise.
30051         (add_magnitudes): Likewise.
30052         (sub_magnitudes): Likewise.
30053         (__mul): Likewise.
30054         (__sqr): Likewise.
30055         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30056         powers of two in terms of TWOPOW macro.
30057         (mp_no): Make type of mantissa as MANTISSA_T.
30058         [!RADIXI]: Define RADIXI.
30059         [!TWO52]: Define TWO52.
30060         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30062 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30064         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30065         llroundl symbol when building for PPC32.
30067 2013-03-24  Mark H Weaver  <mhw@netris.org>
30069         * manual/arith.texi (Normalization Functions): Fix prototypes for
30070         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30072 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30074         [BZ #13889]
30075         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30076         high value to check if expl overflow.
30077         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30078         to check for underflow and overflow.
30079         * math/libm-test.inc: Add exp test.
30081 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30083         [BZ #11120]
30084         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30085         with NOT_IN_libc.
30087 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30089         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30090         symbol.
30092 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30094         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30095         wrap blocks consisting of several statements.
30097         * sysdeps/generic/math-tests.h: New file.
30098         * sysdeps/i386/fpu/math-tests.h: Likewise.
30099         * math/test-snan.c: Include it.
30100         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30102 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30104         [BZ #15285]
30105         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30106         (__ieee754_j0l): Do not improve calculations using cos of twice
30107         input for inputs above LDBL_MAX / 2.0L.
30108         (__ieee754_y0l): Likewise.
30109         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30110         (__ieee754_j1l): Do not improve calculations using cos of twice
30111         input for inputs above LDBL_MAX / 2.0L.
30112         (__ieee754_y1l): Likewise.
30113         * math/libm-test.inc (j0_test): Add another test.
30114         (j1_test): Likewise.
30115         (y0_test): Likewise.
30116         (y1_test): Likewise.
30117         * sysdeps/i386/fpu/libm-test-ulps: Update.
30119 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30121         * Rules ($(objpfx)bench-%.c): Include code from a C source
30122         file.
30124 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30126         [BZ #15287]
30127         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30128         imaginary part 1.0 and real part less than 0.5 specially.
30129         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30130         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30131         * math/libm-test.inc (cacos_test): Add more tests.
30132         (casin_test): Likewise.
30133         (casinh_test): Likewise.
30134         * sysdeps/i386/fpu/libm-test-ulps: Update.
30135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30137 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30139         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30140         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30142 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30144         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30145         * config.make.in (config-cflags-sse4): Remove variable.
30146         (config-cflags-avx): Likewise.
30147         (config-cflags-sse2avx): Likewise.
30148         (config-cflags-novzeroupper): Likewise.
30149         (config-asflags-i686): Likewise.
30150         (have-mfma4): Likewise.
30151         (have-as-vis3): Likewise.
30152         (MIG): Likewise.
30153         * configure.in (MIG): Do not AC_SUBST.
30154         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30155         (libc_cv_cc_sse4): Do not AC_SUBST.
30156         (libc_cv_cc_avx): Likewise.
30157         (libc_cv_cc_sse2avx): Likewise.
30158         (libc_cv_cc_novzeroupper): Likewise.
30159         (libc_cv_cc_fma4): Likewise.
30160         (libc_cv_as_i686): Likewise.
30161         (libc_cv_sparc_as_vis3): Likewise.
30162         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30163         LIBC_CONFIG_VAR.
30164         (config-asflags-i686): Likewise.
30165         (config-cflags-avx): Likewise.
30166         (config-cflags-sse2avx): Likewise.
30167         (have-mfma4): Likewise.
30168         (config-cflags-novzeroupper): Likewise.
30169         * sysdeps/mach/configure.in (MIG): Likewise.
30170         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30171         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30172         LIBC_CONFIG_VAR.
30173         (config-cflags-avx): Likewise.
30174         (config-cflags-sse2avx): Likewise.
30175         (have-mfma4): Likewise.
30176         (config-cflags-novzeroupper): Likewise.
30177         * configure: Regenerated.
30178         * sysdeps/i386/configure: Likewise.
30179         * sysdeps/mach/configure: Likewise.
30180         * sysdeps/sparc/configure: Likewise.
30181         * sysdeps/x86_64/configure: Likewise.
30183 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30185         [BZ #14812]
30186         * locale/programs/localedef.c (options): Put N_ translation marker
30187         on argument names, not just descriptions.
30189 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30191         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30193 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30195         [BZ #14176]
30196         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30198 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30200         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30201         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30202         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30203         [!BEFORE_ABORT] (before_abort): New function.
30204         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30205         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30206         (writev_for_fatal): New function.
30207         (WRITEV_FOR_FATAL): New macro; call that.
30208         (backtrace_and_maps): New function.
30209         (BEFORE_ABORT): New macro; call that.
30210         (struct str_list): Type removed.
30211         (__libc_message, __libc_fatal): Functions removed.
30212         Include <sysdeps/posix/libc_fatal.c> instead.
30214 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30216         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30217         constants.
30218         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30219         double constants.
30221 2013-03-19  Andreas Schwab  <schwab@suse.de>
30223         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30224         * sysdeps/gnu/configure: Regenerate.
30226         * configure.in: Substitute libc_cv_rtlddir.
30227         * configure: Regenerate.
30228         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30229         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30230         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30231         * elf/Makefile (install-others, CFLAGS-interp.c)
30232         (ldso_install, common-ldd-rewrite): Likewise.
30233         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30234         $(inst_slibdir)/$(rtld-installed-name).
30235         * scripts/rellns-sh: Add -p option.
30236         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30237         for source.
30239 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30241         * manual/nptl.texi: Renamed to ...
30242         * manual/threads.texi: ... this.
30243         * manual/Makefile (chapters): Update.
30245 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30247         [BZ #14812]
30248         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30249         on argument names, not just descriptions.
30250         * malloc/memusagestat.c (options): Likewise.
30251         * nss/getent.c (options): Likewise.
30253 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30255         [BZ #14812]
30256         * iconv/iconv_prog.c (options): Put N_ translation marker
30257         on argument names, not just descriptions.
30258         * iconv/iconvconfig.c (options): Likewise.
30260 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30262         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30263         implementation which is faster on all x86_64 architectures.
30264         Tested on AMD, Intel Nehalem, SNB, IVB.
30265         * sysdeps/x86_64/strnlen.S: Likewise.
30267         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30268         Remove all multiarch strlen and strnlen versions.
30269         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30270         Remove strlen and strnlen related parts.
30272         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30273         Inline strlen part.
30274         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30276         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30277         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30278         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30279         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30280         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30281         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30283 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30285         * manual/memory.texi (Malloc Tunable Parameters):
30286         Sort parameters alphabetically. Add comments for missing entries.
30288 2013-03-17  David S. Miller  <davem@davemloft.net>
30290         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30292 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30294         [BZ #15283]
30295         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30296         for arguments at most half maximum finite value.
30297         * math/libm-test.inc (j0_test): Add more tests.
30298         (j1_test): Likewise.
30299         (y0_test): Likewise.
30300         (y1_test): Likewise.
30301         * sysdeps/i386/fpu/libm-test-ulps: Update.
30302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30304         [BZ #14155]
30305         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30306         1 / x and functions P and Q for arguments above 0x1p256L.
30307         (__ieee754_y0l): Likewise.
30308         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30309         (__ieee754_y1l): Likewise.
30310         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30311         (j1_test): Likewise.
30312         (y0_test): Likewise.
30313         (y1_test): Likewise.
30315 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30317         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30318         variable.
30320 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30322         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30323         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30324         zero since it's initialized to EXEC_PAGESIZE.
30326         * sysdeps/unix/sysv/linux/ldsodefs.h
30327         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30328         * sysdeps/generic/ldsodefs.h: ... here.
30330 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30332         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30334         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30335         math/test-snan.c.
30336         * math/test-snan.c: Renamed from
30337         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30338         * math/Makefile (tests): Add test-snan.
30339         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30340         test-powerpc-snan.
30342         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30343         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30344         functions.
30345         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30346         __builtin_nan family of functions.
30347         * math/libm-test.inc (initialize): Initialize qnan_value with
30348         __builtin_nan family of functions.
30349         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30350         Remove variables.
30351         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30352         Remove functions.
30353         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30354         storage class.  Initialize qNaN_var and sNaN_var with
30355         __builtin_nan and __builtin_nans families of functions,
30356         respectively.
30358         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30359         (sqrt_test): Remove duplicate test with qNaN input.
30360         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30361         (round_test, signbit_test, significand_test): Note missing +/-Inf
30362         as well as qNaN tests.
30364         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30365         qNaN_var.  Fix a few strings, too.
30366         * math/libm-test.inc (nan_value): Rename to qnan_value.
30367         * math/gen-libm-test.pl (%beautify): Adjust to that.
30368         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30369         * math/test-misc.c (main): Likewise.
30370         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30371         to __qnan_bytes, and __qnan_union, respectively.
30372         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30373         Likewise.
30374         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30375         and lqnanval, respectively.
30376         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30377         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30378         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30379         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30381         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30382         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30383         doubles.
30385         * math/test-misc.c (main): Fix copy'n'pastos.
30386         * misc/tst-efgcvt.c (special): Likewise.
30388         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30389         Remove declarations.
30391 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30393         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30394         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30395         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30396         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30398 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30400         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30401         macro to return vdso values correctly in IFUNC implementations.
30402         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30403         Optimization by using IFUNC.
30405 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30406             Richard Henderson  <rth@redhat.com>
30407             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30409         * Makefile.in (bench): New target.
30410         * NEWS: Mention the benchmark framework.
30411         * Rules (bench): Likewise.
30412         (binaries-bench): Generate binaries for functions to
30413         benchmark.
30414         * benchtests/Makefile: New makefile for benchmark tests.
30415         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30416         programs.
30417         * benchtests/exp-inputs: New input file for EXP function.
30418         * benchtests/pow-inputs: New input file for POW function.
30419         * scripts/bench.pl: New script to generate source files for
30420         benchmark programs.
30422 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30424         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30425         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30426         computations on mantissa.  Use macros for rounding and
30427         division.
30428         (denorm): Likewise.
30429         (__dbl_mp): Likewise.
30430         (add_magnitudes): Likewise.
30431         (sub_magnitudes): Likewise.
30432         (__mul): Likewise.
30433         (__sqr): Likewise.
30434         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30435         powers of two in terms of TWOPOW macro.
30436         (mp_no): Make type of mantissa as MANTISSA_T.
30437         [!RADIXI]: Define RADIXI.
30438         [!TWO52]: Define TWO52.
30439         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30441         * manual/nptl.texi (cindex): Modify threads to pthreads.
30443 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30445         * sysdeps/x86_64/preconfigure: Regenerated.
30447 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30449         [BZ #14155]
30450         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30451         0x1p28 and above.
30452         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30453         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30454         0x1p28 and above.
30455         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30456         * math/libm-test.inc (j0_test): Do not allow one spurious
30457         underflow exception.
30458         (y1_test): Likewise.
30460 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30462         * manual/Makefile (chapters): Add nptl.
30463         * manual/debug.texi (Debugging Support): Add link to Threads
30464         chapter.
30465         * manual/nptl.texi: New file.
30467         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30469 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30471         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30472         for non-NULL pointer before the memory validity test. Pointed
30473         out by Holger Brunck <holger.brunck@keymile.com>.
30475 2013-03-13  Andreas Schwab  <schwab@suse.de>
30477         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30478         instead of .os.
30480 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30482         * timezone/zic.c: Update from tzcode 2013b.
30484 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30486         * manual/install.texi (Configuring and compiling):
30487         Mention i686 and i586.
30488         * INSTALL: Regenerate.
30490 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30492         * sysdeps/init_array/elf-init.c: New file.
30493         * csu/elf-init.c
30494         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30495         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30497         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30498         __gmon_start__ as global, but as static with a .preinit_array pointer.
30499         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30500         * sysdeps/init_array/crti.S: New file, empty except for comments.
30501         * sysdeps/init_array/crtn.S: Likewise.
30503 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30505         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30506         definining bcopy.
30507         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30508         Remove Prefer_SSE_for_memop.
30509         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30510         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30511         HAS_PREFER_SSE_FOR_MEMOP.
30512         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30513         memset-x86-64.
30514         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30515         Remove bzero, memset ifunc support.
30516         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30517         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30518         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30519         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30521 2013-03-11  Andreas Schwab  <schwab@suse.de>
30523         [BZ #15234]
30524         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30525         by SHLIB_COMPAT.
30526         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30527         (GLIBC_2.16): Remove pthread_atfork.
30529 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30531         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30532         (ptestcases.h): Likewise.
30534 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30536         * Makeconfig ($(common-objpfx)config.status): Depend on
30537         sysdeps/*/preconfigure{,.in} too.
30539 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30541         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30542         (__free_hook): Use void * instead of __malloc_ptr_t.
30543         (__malloc_hook): Likewise.
30544         (__realloc_hook): Likewise.
30545         (__memalign_hook): Likewise.
30546         (__after_morecore_hook): Likewise.
30547         * malloc/arena.c (save_malloc_hook): Likewise.
30548         (save_free_hook): Likewise.
30549         * malloc/hooks.c (malloc_hook_ini): Likewise.
30550         (realloc_hook_ini): Likewise.
30551         (memalign_hook_ini): Likewise.
30552         * malloc/malloc.c (malloc_hook_ini): Likewise.
30553         (realloc_hook_ini): Likewise.
30554         (memalign_hook_ini): Likewise.
30555         (__free_hook): Likewise.
30556         (__malloc_hook): Likewise.
30557         (__realloc_hook): Likewise.
30558         (__memalign_hook): Likewise.
30559         (__libc_malloc): Likewise.
30560         (__libc_free): Likewise.
30561         (__libc_realloc): Likewise.
30562         (__libc_memalign): Likewise.
30563         (__libc_valloc): Likewise.
30564         (__libc_pvalloc): Likewise.
30565         (__libc_calloc): Likewise.
30566         (__posix_memalign): Likewise.
30567         * malloc/morecore.c (__sbrk): Likewise.
30568         (__default_morecore): Likewise.
30570         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30572         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30573         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30574         __malloc_ptrdiff_t.
30576         * malloc/malloc.h (__malloc_size_t): Remove macro.
30577         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30578         __malloc_size_t.
30579         (old_memalign_hook): Likewise.
30580         (old_realloc_hook): Likewise.
30581         (struct hdr): Likewise.
30582         (flood): Likewise.
30583         (mallochook): Likewise.
30584         (memalignhook): Likewise.
30585         (reallochook): Likewise.
30586         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30587         (tr_old_realloc_hook): Likewise.
30588         (tr_old_memalign_hook): Likewise.
30589         (tr_mallochook): Likewise.
30590         (tr_reallochook): Likewise.
30591         (tr_memalignhook): Likewise.
30593 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30595         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30596         default_ldbl_pack and using as default implementation.
30597         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30598         implementation.
30599         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30600         redundant definition.
30601         (ldbl_insert_mantissa): Likewise.
30602         (ldbl_canonicalize): Likewise.
30603         (ldbl_nearbyint): Likewise.
30604         (ldbl_pack): Rename to ldbl_pack_ppc.
30605         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30606         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30607         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30609 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30611         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30612         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30613         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30614         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30615         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30616         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30617         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30618         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30620 2013-03-07  Andreas Jaeger  <aj@suse.de>
30622         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30623         bits/mman-linux.h.
30625 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30627         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30628         Include mpa.h and declare __MPEXP.
30629         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30630         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30631         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30632         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30633         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30634         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30635         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30637         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30638         (__slowpow): Use long double EXPL and LOGL functions to
30639         compute POW.
30640         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30641         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30642         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30643         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30644         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30645         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30647         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30648         intermediate variable to calculate exponent.
30649         (__sqr): Likewise.
30650         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30651         Likewise.
30652         (__sqr): Likewise.
30654         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30655         [!NO__SQR]: Define __sqr.
30656         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30657         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30658         sysdeps/ieee754/dbl-64/mpa.c.
30659         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30661         [BZ #12723]
30662         * posix/Makefile (tests): Add tst-pathconf.
30663         * posix/tst-pathconf.c: New test case.
30664         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30665         _PC_PIPE_BUF.
30666         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30668 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30670         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30672 2013-03-06  Andreas Jaeger  <aj@suse.de>
30674         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30675         definition via __MAP_ANONYMOUS.
30677         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30678         it's not part of Linux headers.
30680         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30681         (MAP_HUGE_MASK): Define.
30683         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30684         Define.
30685         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30686         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30687         Define.
30688         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30689         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30690         Define.
30691         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30692         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30693         Define.
30694         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30696         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30697         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30698         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30699         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30700         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30701         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30703         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30704         Handle f2fs.
30706         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30707         Handle f2fs and efivarfs.
30709         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30710         f2fs.
30712         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30713         (EFIVARFS_MAGIC): Add.
30714         (F2FS_LINK_MAX): Add.
30716 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30718         * stdio-common/vfprintf.c: Replace __builtin_expect with
30719         __glibc_unlikely.
30721 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30723         [BZ #13550]
30724         * sysdeps/generic/bp-sym.h: Remove file.
30725         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30726         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30727         <bp-sym.h> and <bp-asm.h>.
30728         (__longjmp): Don't use BP_SYM.
30729         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30730         and <bp-asm.h>.
30731         (memcpy): Don't use BP_SYM.
30732         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30733         <bp-sym.h> and <bp-asm.h>.
30734         (memcpy): Don't use BP_SYM.
30735         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30736         <bp-asm.h>.
30737         (memcpy): Don't use BP_SYM.
30738         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30739         <bp-asm.h>.
30740         (memset): Don't use BP_SYM.
30741         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30742         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30743         (__bzero): Don't use BP_SYM.
30744         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30745         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30746         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30747         <bp-sym.h> and <bp-asm.h>.
30748         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30749         pointers.
30750         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30751         <bp-sym.h> and <bp-asm.h>.
30752         (memcpy): Don't use BP_SYM.
30753         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30754         <bp-sym.h> and <bp-asm.h>.
30755         (memset): Don't use BP_SYM.
30756         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30757         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30758         (__bzero): Don't use BP_SYM.
30759         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30760         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30761         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30762         <bp-sym.h> and <bp-asm.h>.
30763         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30764         pointers.
30765         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30766         <bp-sym.h> and <bp-asm.h>.
30767         (memcpy): Don't use BP_SYM.
30768         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30769         <bp-sym.h> and <bp-asm.h>.
30770         (memset): Don't use BP_SYM.
30771         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30772         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30773         (__bzero): Don't use BP_SYM.
30774         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30775         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30776         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30777         <bp-sym.h> and <bp-asm.h>.
30778         (__memchr): Don't use BP_SYM.
30779         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30780         <bp-sym.h> and <bp-asm.h>.
30781         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30782         pointers.
30783         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30784         <bp-sym.h> and <bp-asm.h>.
30785         (memcpy): Don't use BP_SYM.
30786         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30787         <bp-sym.h> and <bp-asm.h>.
30788         (__mempcpy): Don't use BP_SYM.
30789         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30790         <bp-sym.h> and <bp-asm.h>.
30791         (__memrchr): Don't use BP_SYM.
30792         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30793         <bp-sym.h> and <bp-asm.h>.
30794         (memset): Don't use BP_SYM.
30795         (__bzero): Likewise.
30796         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30797         <bp-sym.h> and <bp-asm.h>.
30798         (__rawmemchr): Don't use BP_SYM.
30799         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30800         <bp-sym.h> and <bp-asm.h>.
30801         (__STRCMP): Don't use BP_SYM.
30802         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30803         <bp-sym.h> and <bp-asm.h>.
30804         (strchr): Don't use BP_SYM.
30805         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30806         <bp-sym.h> and <bp-asm.h>.
30807         (__strchrnul): Don't use BP_SYM.
30808         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30809         <bp-sym.h> and <bp-asm.h>.
30810         (strlen): Don't use BP_SYM.
30811         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30812         <bp-sym.h> and <bp-asm.h>.
30813         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30814         pointers.
30815         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30816         <bp-sym.h> and <bp-asm.h>.
30817         (__strnlen): Don't use BP_SYM.
30818         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30819         <bp-sym.h> and <bp-asm.h>.
30820         (__GI__setjmp): Don't use BP_SYM.
30821         (_setjmp): Likewise.
30822         (__sigsetjmp): Likewise.
30823         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30824         (L(start_addresses)): Don't use BP_SYM.
30825         (_start): Likewise.
30826         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30827         <bp-asm.h>.
30828         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30829         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30830         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30831         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30832         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30833         <bp-asm.h>.
30834         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30835         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30836         about bounded pointers.
30837         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30838         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30839         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30840         <bp-asm.h>.
30841         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30842         about bounded pointers.  Remove GKM FIXME comments.
30843         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30844         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30845         <bp-asm.h>.
30846         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30847         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30848         Remove GKM FIXME comments.
30849         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30850         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30851         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30852         <bp-asm.h>.
30853         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30854         about bounded pointers.  Remove GKM FIXME comment.
30855         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30856         and <bp-asm.h>.
30857         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30858         pointers.
30859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30860         <bp-sym.h> and <bp-asm.h>.
30861         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30863         <bp-sym.h> and <bp-asm.h>.
30864         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30865         comment.
30867 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30869         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30870         call free(NULL).
30872 2013-03-05  David S. Miller  <davem@davemloft.net>
30874         * po/es.po: Update from translation team.
30876 2013-03-05  Andreas Jaeger  <aj@suse.de>
30878         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30879         <bits/mman-linux.h>.
30880         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30881         is fine.
30882         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30883         <bits/mman-linux.h> to end of file.
30884         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30885         is fine.
30886         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30887         <bits/mman-linux.h> to end of file.
30888         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30889         is fine.
30890         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30891         <bits/mman-linux.h> to end of file.
30893         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30894         (MCL_CURRENT, MCL_FUTURE): Define here.
30896 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30898         [BZ #15232]
30899         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30900         attribute_hidden.
30901         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30903 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30905         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30906         fourth parameter needed for rt_sigprocmask syscall.
30907         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30908         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30909         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30910         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30911         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30912         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30914 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30916         [BZ #13550]
30917         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30918         comment about bounded pointers.
30919         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30920         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30922 2013-03-04  Andreas Jaeger  <aj@suse.de>
30924         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30925         common definitions.
30927         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30928         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30929         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30930         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30931         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30932         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30934 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30936         [BZ #15055]
30937         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30938         __ieee754_sqrl instead of __sqrl.
30940 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30942         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30943         * sysdeps/powerpc/fpu_control.h: ... here.
30944         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30945         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30946         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30947         * sysdeps/powerpc/bits/mathinline.h: ... here.
30949 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30951         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30952         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30953         to just [NEED_DL_SYSINFO_DSO].
30954         * elf/dl-support.c: Likewise.
30955         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30956         * elf/rtld.c (dl_main): Likewise.
30957         * elf/setup-vdso.h (setup_vdso): Likewise.
30958         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30959         * sysdeps/unix/sysv/linux/dl-sysdep.c
30960         (_dl_discover_osversion): Likewise.
30962 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30964         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30965         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30967 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30969         * NEWS: Mention libm performance improvements and non-x86 PI
30970         futex support.
30972         * csu/libc-start.c (__pthread_initialize_minimal): Change
30973         function arguments.
30974         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30976 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30978         [BZ #13550]
30979         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30980         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30981         <bp-sym.h> and <bp-asm.h>.
30982         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30983         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30984         and <bp-asm.h>.
30985         (memcpy): Don't use BP_SYM.
30986         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30987         <bp-asm.h>.
30988         (__mpn_add_n): Don't use BP_SYM.
30989         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30990         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30991         and <bp-asm.h>.
30992         (__mpn_addmul_1): Don't use BP_SYM.
30993         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30994         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30995         <bp-sym.h>.
30996         (_setjmp): Don't use BP_SYM.
30997         (__novmx_setjmp): Likewise.
30998         (__GI__setjmp): Likewise.
30999         (__vmx_setjmp): Likewise.
31000         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31001         <bp-sym.h>.
31002         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31003         (__bzero): Don't use BP_SYM.
31004         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31005         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31006         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31007         <bp-sym.h> and <bp-asm.h>.
31008         (memcpy): Don't use BP_SYM.
31009         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31010         <bp-sym.h> and <bp-asm.h>.
31011         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31012         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31013         <bp-sym.h> and <bp-asm.h>.
31014         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31015         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31016         <bp-asm.h>.
31017         (__mpn_lshift): Don't use BP_SYM.
31018         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31019         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31020         <bp-asm.h>.
31021         (memset): Don't use BP_SYM.
31022         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31023         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31024         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31025         <bp-asm.h>.
31026         (__mpn_mul_1): Don't use BP_SYM.
31027         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31028         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31029         <bp-sym.h> and <bp-asm.h>.
31030         (memcmp): Don't use BP_SYM.
31031         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31032         <bp-sym.h> and <bp-asm.h>.
31033         (memcpy): Don't use BP_SYM.
31034         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31035         <bp-sym.h> and <bp-asm.h>.
31036         (memset): Don't use BP_SYM.
31037         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31038         <bp-sym.h> and <bp-asm.h>.
31039         (strncmp): Don't use BP_SYM.
31040         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31041         <bp-sym.h> and <bp-asm.h>.
31042         (memcpy): Don't use BP_SYM.
31043         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31044         <bp-sym.h> and <bp-asm.h>.
31045         (memset): Don't use BP_SYM.
31046         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31047         <bp-sym.h> and <bp-asm.h>.
31048         (__memchr): Don't use BP_SYM.
31049         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31050         <bp-sym.h> and <bp-asm.h>.
31051         (memcmp): Don't use BP_SYM.
31052         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31053         <bp-sym.h> and <bp-asm.h>.
31054         (memcpy): Don't use BP_SYM.
31055         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31056         <bp-sym.h> and <bp-asm.h>.
31057         (__mempcpy): Don't use BP_SYM.
31058         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31059         <bp-sym.h> and <bp-asm.h>.
31060         (__memrchr): Don't use BP_SYM.
31061         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31062         <bp-sym.h> and <bp-asm.h>.
31063         (memset): Don't use BP_SYM.
31064         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31065         <bp-sym.h> and <bp-asm.h>.
31066         (__rawmemchr): Don't use BP_SYM.
31067         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31068         <bp-sym.h> and <bp-asm.h>.
31069         (__STRCMP): Don't use BP_SYM.
31070         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31071         <bp-sym.h> and <bp-asm.h>.
31072         (strchr): Don't use BP_SYM.
31073         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31074         <bp-sym.h> and <bp-asm.h>.
31075         (__strchrnul): Don't use BP_SYM.
31076         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31077         <bp-sym.h> and <bp-asm.h>.
31078         (strlen): Don't use BP_SYM.
31079         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31080         <bp-sym.h> and <bp-asm.h>.
31081         (strncmp): Don't use BP_SYM.
31082         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31083         <bp-sym.h> and <bp-asm.h>.
31084         (__strnlen): Don't use BP_SYM.
31085         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31086         <bp-asm.h>.
31087         (__mpn_rshift): Don't use BP_SYM.
31088         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31089         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31090         <bp-sym.h> and <bp-asm.h>.
31091         (__sigsetjmp): Don't use BP_SYM.
31092         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31093         (L(start_addresses)): Don't use BP_SYM.
31094         (_start): Likewise.
31095         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31096         <bp-asm.h>.
31097         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31098         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31099         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31100         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31101         <bp-asm.h>.
31102         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31103         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31104         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31105         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31106         <bp-asm.h>.
31107         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31108         comments.
31109         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31110         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31111         <bp-asm.h>.
31112         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31113         FIXME comments.
31114         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31115         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31116         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31117         <bp-asm.h>.
31118         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31119         comment.
31120         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31121         and <bp-asm.h>.
31122         (strncmp): Don't use BP_SYM,
31123         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31124         <bp-asm.h>.
31125         (__mpn_sub_n): Don't use BP_SYM.
31126         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31127         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31128         and <bp-asm.h>.
31129         (__mpn_submul_1): Don't use BP_SYM.
31130         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31132         <bp-sym.h> and <bp-asm.h>.
31133         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31135         <bp-sym.h> and <bp-asm.h>.
31136         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31137         comment.
31139 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31141         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31142         Use ZK to minimize writes to Z.
31143         (sub_magnitudes): Simplify code a bit.
31144         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31145         Use ZK to minimize writes to Z.
31146         (sub_magnitudes): Simplify code a bit.
31148 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31150         * csu/gmon-start.c: Add special exception to license text.
31152 2013-02-27  Richard Henderson  <rth@redhat.com>
31154         * scripts/config.guess: Update from config.git.
31155         * scripts/config.sub: Likewise.
31157 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31159         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31161         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31163         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31165         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31167         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31169 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31171         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31172         [$(build-shared = yes].
31174 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31176         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31177         (__mul): Reduce iterations for calculating mantissa.
31179         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31180         MPTWO.
31181         (__mpranred): Likewise.
31183         [BZ #15160]
31184         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31185         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31187 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31189         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31190         Define __attribute__.
31192 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31194         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31195         unused.
31196         * posix/regex_internal.h (__attribute): Remove.
31197         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31198         (re_string_context_at): Likewise.
31199         (bitset_not): Use __attribute__ and mark function as possibly
31200         unused.
31201         (bitset_merge): Likewise.
31202         (bitset_mask): Likewise.
31203         (re_string_char_size_at): Likewise.
31204         (re_string_wchar_at): Likewise.
31205         (re_string_elem_size_at): Likewise.
31207 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31209         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31210         code.
31211         (cc32): Likewise.
31213         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31214         (__acr): Likewise.
31215         (__cpy): Likewise.
31216         (norm): Likewise.
31217         (denorm): Likewise.
31218         (__dbl_mp): Likewise.
31219         (add_magnitudes): Likewise.
31220         (sub_magnitudes): Likewise.
31221         (__mul): Likewise.
31222         (__inv): Likewise.
31224         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31225         style.
31227         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31228         style.
31230         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31231         code.
31233         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31234         up changes with default code.
31235         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31236         Likewise.
31238 2013-02-24  Allan McRae  <allan@archlinux.org>
31240         * manual/socket.texi (The Internet Namespace): Order menu items
31241         to match that in the file.
31243         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31244         node listing of the info page menu.
31246 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31248         [BZ #13550]
31249         * sysdeps/i386/bp-asm.h: Remove file.
31250         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31251         (PARMS): Do not use macros from bp-asm.h.
31252         (S1): Likewise.
31253         (S2): Likewise.
31254         (SIZE): Likewise.
31255         (__mpn_add_n): Do not use BP_SYM
31256         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31257         "bp-asm.h".
31258         (PARMS): Do not use macros from bp-asm.h.
31259         (S1): Likewise.
31260         (SIZE): Likewise.
31261         (__mpn_addmul_1): Do not use BP_SYM
31262         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31263         "bp-asm.h".
31264         (PARMS): Do not use macros from bp-asm.h.
31265         (SIGMSK): Likewise.
31266         (_setjmp): Likewise.  Do not use BP_SYM.
31267         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31268         "bp-asm.h".
31269         (PARMS): Do not use macros from bp-asm.h.
31270         (SIGMSK): Likewise.
31271         (setjmp): Likewise.  Do not use BP_SYM.
31272         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31273         "bp-asm.h".
31274         (PARMS): Do not use macros from bp-asm.h.
31275         (__frexp): Do not use BP_SYM.
31276         (frexp): Likewise.
31277         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31278         "bp-asm.h".
31279         (PARMS): Do not use macros from bp-asm.h.
31280         (__frexpf): Do not use BP_SYM.
31281         (frexpf): Likewise.
31282         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31283         "bp-asm.h".
31284         (PARMS): Do not use macros from bp-asm.h.
31285         (__frexpl): Do not use BP_SYM.
31286         (frexpl): Likewise.
31287         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31288         "bp-asm.h".
31289         (PARMS): Do not use macros from bp-asm.h.
31290         (__remquo): Do not use BP_SYM.
31291         (remquo): Likewise.
31292         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31293         "bp-asm.h".
31294         (PARMS): Do not use macros from bp-asm.h.
31295         (__remquof): Do not use BP_SYM.
31296         (remquof): Likewise.
31297         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31298         "bp-asm.h".
31299         (PARMS): Do not use macros from bp-asm.h.
31300         (__remquol): Do not use BP_SYM.
31301         (remquol): Likewise.
31302         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31303         "bp-asm.h".
31304         (PARMS): Do not use macros from bp-asm.h.
31305         (DEST): Likewise.
31306         (SRC): Likewise.
31307         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31308         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31309         "bp-asm.h".
31310         (PARMS): Do not use macros from bp-asm.h.
31311         (strlen): Do not use BP_SYM.
31312         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31313         "bp-asm.h".
31314         (PARMS): Do not use macros from bp-asm.h.
31315         (S1): Likewise.
31316         (S2): Likewise.
31317         (SIZE): Likewise.
31318         (__mpn_add_n): Do not use BP_SYM.
31319         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31320         "bp-asm.h".
31321         (PARMS): Do not use macros from bp-asm.h.
31322         (S1): Likewise.
31323         (SIZE): Likewise.
31324         (__mpn_addmul_1): Do not use BP_SYM.
31325         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31326         weak_alias.
31327         (bzero): Likewise.
31328         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31329         "bp-asm.h".
31330         (PARMS): Do not use macros from bp-asm.h.
31331         (S): Likewise.
31332         (SIZE): Likewise.
31333         (__mpn_lshift): Do not use BP_SYM.
31334         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31335         "bp-asm.h".
31336         (PARMS): Do not use macros from bp-asm.h.
31337         (DEST): Likewise.
31338         (SRC): Likewise.
31339         (LEN): Likewise.
31340         (memcpy): Likewise.  Do not use BP_SYM.
31341         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31342         libc_hidden_def and weak_alias.
31343         (mempcpy): Do not use BP_SYM in weak_alias.
31344         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31345         "bp-asm.h".
31346         (PARMS): Do not use macros from bp-asm.h.
31347         (DEST): Likewise.
31348         (LEN): Likewise.
31349         [!BZERO_P] (CHR): Likewise.
31350         (memset): Likewise.  Do not use BP_SYM.
31351         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31352         "bp-asm.h".
31353         (PARMS): Do not use macros from bp-asm.h.
31354         (S1): Likewise.
31355         (SIZE): Likewise.
31356         (__mpn_mul_1): Do not use BP_SYM.
31357         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31358         "bp-asm.h".
31359         (PARMS): Do not use macros from bp-asm.h.
31360         (S): Likewise.
31361         (SIZE): Likewise.
31362         (__mpn_rshift): Do not use BP_SYM.
31363         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31364         "bp-asm.h".
31365         (PARMS): Do not use macros from bp-asm.h.
31366         (STR): Likewise.
31367         (CHR): Likewise.
31368         (strchr): Likewise.  Do not use BP_SYM.
31369         (index): Do not use BP_SYM in weak_alias.
31370         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31371         "bp-asm.h".
31372         (PARMS): Do not use macros from bp-asm.h.
31373         (DEST): Likewise.
31374         (SRC): Likewise.
31375         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31376         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31377         "bp-asm.h".
31378         (PARMS): Do not use macros from bp-asm.h.
31379         (strlen): Do not use BP_SYM.
31380         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31381         "bp-asm.h".
31382         (PARMS): Do not use macros from bp-asm.h.
31383         (S1): Likewise.
31384         (S2): Likewise.
31385         (SIZE): Likewise.
31386         (__mpn_sub_n): Do not use BP_SYM.
31387         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31388         "bp-asm.h".
31389         (PARMS): Do not use macros from bp-asm.h.
31390         (S1): Likewise.
31391         (SIZE): Likewise.
31392         (__mpn_submul_1): Do not use BP_SYM.
31393         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31394         "bp-asm.h".
31395         (PARMS): Do not use macros from bp-asm.h.
31396         (S1): Likewise.
31397         (S2): Likewise.
31398         (SIZE): Likewise.
31399         (__mpn_add_n): Do not use BP_SYM.
31400         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31401         weak_alias.
31402         (bzero): Likewise.
31403         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31404         "bp-asm.h".
31405         (PARMS): Do not use macros from bp-asm.h.
31406         (BLK2): Likewise.
31407         (LEN): Likewise.
31408         (memcmp): Do not use BP_SYM.
31409         (bcmp): Do not use BP_SYM in weak_alias.
31410         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31411         "bp-asm.h".
31412         (PARMS): Do not use macros from bp-asm.h.
31413         (DEST): Likewise.
31414         (SRC): Likewise.
31415         (LEN): Likewise.
31416         (memcpy): Likewise.  Do not use BP_SYM.
31417         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31418         "bp-asm.h".
31419         (PARMS): Do not use macros from bp-asm.h.
31420         (DEST): Likewise.
31421         (SRC): Likewise.
31422         (LEN): Likewise.
31423         (memmove): Likewise.  Do not use BP_SYM.
31424         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31425         "bp-asm.h".
31426         (PARMS): Do not use macros from bp-asm.h.
31427         (DEST): Likewise.
31428         (SRC): Likewise.
31429         (LEN): Likewise.
31430         (__mempcpy): Likewise.  Do not use BP_SYM.
31431         (mempcpy): Do not use BP_SYM in weak_alias.
31432         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31433         "bp-asm.h".
31434         (PARMS): Do not use macros from bp-asm.h.
31435         (DEST): Likewise.
31436         (LEN): Likewise.
31437         [!BZERO_P] (CHR): Likewise.
31438         (memset): Likewise.  Do not use BP_SYM.
31439         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31440         "bp-asm.h".
31441         (PARMS): Do not use macros from bp-asm.h.
31442         (STR2): Likewise.
31443         (strcmp): Do not use BP_SYM.
31444         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31445         "bp-asm.h".
31446         (PARMS): Do not use macros from bp-asm.h.
31447         (STR): Likewise.
31448         (DELIM): Likewise.
31449         [USE_AS_STRTOK_R] (SAVE): Likewise.
31450         (FUNCTION): Likewise.  Do not use BP_SYM.
31451         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31452         aliases.
31453         (strtok_r): Likewise.
31454         (__GI___strtok_r): Likewise.
31455         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31456         (PARMS): Do not use macros from bp-asm.h.
31457         (S): Likewise.
31458         (SIZE): Likewise.
31459         (__mpn_lshift): Do not use BP_SYM.
31460         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31461         (PARMS): Do not use macros from bp-asm.h.
31462         (STR): Likewise.
31463         (CHR): Likewise.
31464         (__memchr): Do not use BP_SYM.
31465         (memchr): Do not use BP_SYM in weak_alias.
31466         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31467         (PARMS): Do not use macros from bp-asm.h.
31468         (BLK2): Likewise.
31469         (LEN): Likewise.
31470         (memcmp): Do not use BP_SYM.
31471         (bcmp): Do not use BP_SYM in weak_alias.
31472         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31473         (PARMS): Do not use macros from bp-asm.h.
31474         (S1): Likewise.
31475         (SIZE): Likewise.
31476         (__mpn_mul_1): Do not use BP_SYM.
31477         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31478         "bp-asm.h".
31479         (PARMS): Do not use macros from bp-asm.h.
31480         (STR): Likewise.
31481         (CHR): Likewise.
31482         (__rawmemchr): Do not use BP_SYM.
31483         (rawmemchr): Do not use BP_SYM in weak_alias.
31484         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31485         (PARMS): Do not use macros from bp-asm.h.
31486         (S): Likewise.
31487         (SIZE): Likewise.
31488         (__mpn_rshift): Do not use BP_SYM.
31489         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31490         (PARMS): Do not use macros from bp-asm.h.
31491         (SIGMSK): Likewise.
31492         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31493         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31494         (_start): Do not use BP_SYM.
31495         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31496         (PARMS): Do not use macros from bp-asm.h.
31497         (DEST): Likewise.
31498         (SRC): Likewise.
31499         (__stpcpy): Likewise.  Do not use BP_SYM.
31500         (stpcpy): Do not use BP_SYM in weak_alias.
31501         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31502         "bp-asm.h".
31503         (PARMS): Do not use macros from bp-asm.h.
31504         (DEST): Likewise.
31505         (SRC): Likewise.
31506         (LEN): Likewise.
31507         (__stpncpy): Likewise.  Do not use BP_SYM.
31508         (stpncpy): Do not use BP_SYM in weak_alias.
31509         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31510         (PARMS): Do not use macros from bp-asm.h.
31511         (STR): Likewise.
31512         (CHR): Likewise.
31513         (strchr): Likewise.  Do not use BP_SYM.
31514         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31515         "bp-asm.h".
31516         (PARMS): Do not use macros from bp-asm.h.
31517         (STR): Likewise.
31518         (CHR): Likewise.
31519         (__strchrnul): Likewise.  Do not use BP_SYM.
31520         (strchrnul): Do not use BP_SYM in weak_alias.
31521         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31522         "bp-asm.h".
31523         (PARMS): Do not use macros from bp-asm.h.
31524         (STOP): Likewise.
31525         (strcspn): Do not use BP_SYM.
31526         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31527         "bp-asm.h".
31528         (PARMS): Do not use macros from bp-asm.h.
31529         (STR): Likewise.
31530         (STOP): Likewise.
31531         (strpbrk): Likewise.  Do not use BP_SYM.
31532         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31533         "bp-asm.h".
31534         (PARMS): Do not use macros from bp-asm.h.
31535         (STR): Likewise.
31536         (CHR): Likewise.
31537         (strrchr): Likewise.  Do not use BP_SYM.
31538         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31539         (PARMS): Do not use macros from bp-asm.h.
31540         (SKIP): Likewise.
31541         (strspn): Do not use BP_SYM.
31542         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31543         (PARMS): Do not use macros from bp-asm.h.
31544         (STR): Likewise.
31545         (DELIM): Likewise.
31546         (SAVE): Likewise.
31547         (FUNCTION): Likewise.  Do not use BP_SYM.
31548         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31549         aliases.
31550         (strtok_r): Likewise.
31551         (__GI___strtok_r): Likewise.
31552         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31553         (PARMS): Do not use macros from bp-asm.h.
31554         (S1): Likewise.
31555         (S2): Likewise.
31556         (SIZE): Likewise.
31557         (__mpn_sub_n): Do not use BP_SYM.
31558         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31559         "bp-asm.h".
31560         (PARMS): Do not use macros from bp-asm.h.
31561         (S1): Likewise.
31562         (SIZE): Likewise.
31563         (__mpn_submul_1): Do not use BP_SYM.
31564         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31565         <bp-sym.h>.
31566         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31567         and <bp-asm.h>.
31568         (PARMS): Do not use macros from bp-asm.h.
31569         (FLAGS): Likewise.
31570         (PTID): Likewise.
31571         (TLS): Likewise.
31572         (CTID): Likewise.
31573         (__clone): Do not use BP_SYM.
31574         (clone): Do not use BP_SYM in weak_alias.
31575         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31576         and <bp-asm.h>.
31577         (PARMS): Do not use macros from bp-asm.h.
31578         (LEN): Likewise.
31579         (__mmap64): Do not use BP_SYM.
31580         (mmap64): Do not use BP_SYM in weak_alias.
31581         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31582         <bp-sym.h> and <bp-asm.h>.
31583         (PARMS): Do not use macros from bp-asm.h.
31584         (__posix_fadvise64_l64): Do not use BP_SYM.
31585         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31586         (PARMS): Do not use macros from bp-asm.h.
31587         (NSOPS): Likewise.
31588         (semtimedop): Do not use BP_SYM.
31589         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31590         and <bp-asm.h>.
31592 2013-02-21  Allan McRae  <allan@archlinux.org>
31594         * manual/message.texi (Charset conversion in gettext):
31595         Move @end statement to beginning of line.
31597 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31599         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31600         static.
31601         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31602         Likewise.
31604         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31605         (denorm): Likewise.
31606         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31607         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31609 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31611         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31612         tail-call to the resolved function if pltexit isn't needed.
31614 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31616         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31617         or Y being zero as being unlikely.
31618         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31619         Likewise.
31621 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31623         * manual/nss.texi (System Databases and Name Service Switch):
31624         Remove frobnicate @pxref.
31626 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31628         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31629         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31631 2013-02-20  Petr Machata  <pmachata@redhat.com>
31633         * elf/elf.h (R_ARM_TARGET1): New macro.
31634         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31635         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31636         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31637         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31638         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31639         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31640         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31641         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31642         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31643         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31644         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31645         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31646         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31647         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31648         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31649         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31650         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31651         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31652         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31653         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31654         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31655         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31656         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31657         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31658         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31659         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31660         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31661         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31662         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31663         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31664         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31665         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31666         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31667         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31668         (R_ARM_THM_GOT_BREL12): Likewise.
31669         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31670         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31671         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31672         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31673         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31674         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31675         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31676         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31677         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31679 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31681         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31682         __attribute_used__ to __attribute__ ((unused)).
31684 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31686         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31687         powerpc mpa.c.
31688         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31689         comment formatting.
31690         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31692 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31694         [BZ #13550]
31695         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31696         Remove macro.
31697         (ENTER): Remove both macro definitions.
31698         (LEAVE): Likewise.
31699         (CHECK_BOUNDS_LOW): Likewise.
31700         (CHECK_BOUNDS_HIGH): Likewise.
31701         (CHECK_BOUNDS_BOTH): Likewise.
31702         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31703         (RETURN_BOUNDED_POINTER): Likewise.
31704         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31705         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31706         (POP_ERRNO_LOCATION_RETURN): Likewise.
31707         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31708         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31709         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31710         macros.
31711         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31712         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31713         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31714         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31715         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31716         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31717         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31718         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31719         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31720         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31721         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31722         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31723         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31724         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31725         removed macros.
31726         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31727         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31728         macros.
31729         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31730         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31731         * sysdeps/i386/i586/memset.S (memset): Likewise.
31732         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31733         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31734         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31735         macros.
31736         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31737         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31738         Change uses of L(2) to L(out).
31739         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31740         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31741         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31742         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31743         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31744         removed macros.
31745         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31746         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31747         macros.
31748         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31749         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31750         (RETURN): Do not use macro LEAVE.
31751         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31752         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31753         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31754         * sysdeps/i386/i686/memset.S (memset): Likewise.
31755         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31756         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31757         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31758         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31759         Likewise.
31760         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31761         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31762         L(1_2) and L(1_3) into L(1).
31763         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31764         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31765         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31766         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31767         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31768         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31769         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31770         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31771         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31772         macros.
31773         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31774         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31775         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31776         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31777         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31778         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31779         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31780         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31781         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31782         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31783         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31784         * sysdeps/i386/strspn.S (strspn): Likewise.
31785         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31786         conditional code.
31787         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31788         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31789         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31790         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31791         L(1_3) into L(1_1).
31792         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31793         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31794         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31795         macros.
31796         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31798 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31800         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31801         macro.
31803 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31805         * math/atest-exp.c (exp_mpn): Remove ROUND.
31806         * math/atest-exp2.c (exp_mpn): Likewise.
31807         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31809         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31810         * stdlib/tst-tls-atexit-lib.c: Likewise.
31811         * stdlib/tst-tls-atexit.c: Likewise.
31813 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31815         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31816         and __attribute_alloc_size__.
31818 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31820         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31821         __attribute_alloc_size__.
31822         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31823         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31825 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31827         * include/programs/xmalloc.h: New file.
31828         * catgets/gencat.c: Include it.
31829         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31830         * elf/pldd.c: Likewise.
31831         * iconv/iconv_charmap.c: Likewise.
31832         * iconv/iconvconfig.c: Likewise.
31833         * iconv/strtab.c: Likewise.
31834         * locale/programs/locale.c: Likewise.
31835         * locale/programs/localedef.h: Likewise.
31836         * locale/programs/simple-hash.c: Likewise.
31837         * nscd/nscd.h: Likewise.
31838         * nss/makedb.c: Likewise.
31839         * sysdeps/generic/ldconfig.h: Likewise.
31841 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31843         * Versions.def: Add GLIBC_2.18.
31844         * include/link.h (struct link_map): New member l_tls_dtor_count.
31845         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31846         (__call_tls_dtors): Likewise.
31847         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31848         __cxa_thread_atexit_impl.
31849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31850         Likewise.
31851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31852         Likewise.
31853         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31854         Likewise.
31855         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31856         Likewise.
31857         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31858         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31859         Likewise.
31860         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31861         Likewise.
31862         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31863         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31864         Likewise.
31865         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31866         (tests): Add test case tst-tls-atexit.
31867         (modules-names): Add shared library for tst-tls-atexit.
31868         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31869         (GLIBC_PRIVATE): Add __call_tls_dtors.
31870         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31871         for libstdc++.
31872         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31873         * stdlib/tst-tls-atexit.c: New test case.
31874         * stdlib/tst-tls-atexit-lib.c: New test case.
31876         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31878         * elf/Versions (ld): Add _dl_find_dso_for_object.
31879         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31880         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31881         (dl_open_worker): Use _dl_find_dso_for_object.
31882         * elf/dl-sym.c (do_sym): Likewise.
31883         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31885 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31887         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31888         Syntactic changes only.
31889         (_dl_runtime_profile): Do a tail-call to the resolved function.
31891 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31893         [BZ #13550]
31894         * sysdeps/x86_64/bp-asm.h: Remove file.
31895         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31896         <bp-sym.h> and <bp-asm.h>.
31897         (__clone): Do not use BP_SYM.
31898         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31899         <bp-sym.h> and <bp-asm.h>.
31900         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31901         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31902         "bp-asm.h".
31903         (_setjmp): Do not use BP_SYM.
31904         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31905         "bp-asm.h".
31906         (setjmp): Do not use BP_SYM.
31907         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31908         libc_hidden_def.
31909         (mempcpy): Do not use BP_SYM in weak_alias.
31910         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31911         "bp-asm.h".
31912         (strchr): Do not use BP_SYM.
31913         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31914         "bp-asm.h".
31915         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31916         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31917         (_start): Do not use BP_SYM.
31918         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31919         "bp-asm.h".
31920         (strcat): Do not use BP_SYM.
31921         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31922         "bp-asm.h".
31923         (STRCMP): Do not use BP_SYM.
31924         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31925         "bp-asm.h".
31926         (STRCPY): Do not use BP_SYM.
31927         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31928         "bp-asm.h".
31929         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31930         "bp-asm.h".
31931         (FUNCTION): Do not use BP_SYM.
31932         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31933         weak_alias.
31934         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31936 2013-02-17  Andreas Jaeger  <aj@suse.de>
31938         * time/Versions: Sort entries.
31939         * string/Versions: Likewise.
31940         * resolv/Versions: Likewise.
31941         * posix/Versions: Likewise.
31942         * iconv/Versions: Likewise.
31943         * elf/Versions: Likewise.
31944         * wcsmbs/Versions: Likewise.
31946 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31948         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31949         loop termination condition.
31951         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31952         variable to calculate EZ.
31953         (__sqr): Likewise.
31955         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31956         the lower precision input.
31958 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31960         [BZ #13550]
31961         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31962         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31963         (run-via-rtld-prefix): Do not handle %-bp tests.
31964         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31965         (all-object-suffixes): Remove .ob.
31966         (bppfx): Remove variable.
31967         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31968         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31969         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31970         [$(build-bounded) = yes] (libtype.ob): Likewise.
31971         * Makerules (elide-routines.ob): Remove variable.
31972         (do-tests-clean): Do not handle *-bp.out.
31973         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31974         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31975         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31976         (tests): Do not include $(tests-bp.out).
31977         (xtests): Do not include $(xtests-bp.out).
31978         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31979         [$(build-bounded) = yes] ($(addprefix
31980         $(objpfx),$(binaries-bounded))): Remove rule.
31981         ($(objpfx)%-bp.out): Remove rule.
31982         * config.make.in (build-bounded): Remove variable.
31983         * crypt/Makefile [$(build-bounded) = yes]
31984         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31985         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31986         append to variable.
31987         [$(build-bounded) = yes] (install-lib): Likewise.
31988         [$(build-bounded) = yes] (generated): Likewise.
31989         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31990         Remove rule.
31991         * intl/Makefile [$(build-bounded) = yes]
31992         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31993         * math/Makefile [$(build-bounded) = yes]
31994         ($(tests:%=$(objpfx)%-bp): Likewise.
31995         * misc/Makefile [$(build-bounded) = yes]
31996         ($(objpfx)tst-tsearch-bp): Likewise.
31997         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31998         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31999         Remove dependency.
32000         * string/Makefile (o-objects.ob): Remove variable.
32001         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32002         (CFLAGS-.ob): Remove variable.
32003         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32004         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32005         both definitions of variable.
32006         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32007         (ASFLAGS-.ob): Remove variable.
32009 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32011         [BZ #13550]
32012         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32013         Remove __BOUNDED_POINTERS__ from condition.
32014         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32015         * string/bits/string2.h [!__NO_STRING_INLINES &&
32016         !__BOUNDED_POINTERS__]: Likewise.
32017         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32018         Likewise.
32019         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32020         Remove conditional code.
32021         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32022         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32023         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32024         condition.
32026         [BZ #13550]
32027         * csu/libc-start.c: Do not include <bp-sym.h>.
32028         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32029         * elf/dl-open.c: Do not include <bp-sym.h>.
32030         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32031         * math/fegetenv.c: Do not include <bp-sym.h>.
32032         (fegetenv): Do not use BP_SYM in versioned symbols.
32033         * nptl/sysdeps/pthread/bits/libc-lockP.h
32034         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32035         <bp-sym.h>.
32036         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32037         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32038         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32039         (__pthread_mutex_destroy): Likewise.
32040         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32041         (__pthread_mutex_lock): Likewise.
32042         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32043         (__pthread_mutex_trylock): Likewise.
32044         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32045         (__pthread_mutex_unlock): Likewise.
32046         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32047         (__pthread_mutexattr_init): Likewise.
32048         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32049         (__pthread_mutexattr_destroy): Likewise.
32050         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32051         (__pthread_mutexattr_settype): Likewise.
32052         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32053         (__pthread_rwlock_init): Likewise.
32054         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32055         (__pthread_rwlock_destroy): Likewise.
32056         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32057         (__pthread_rwlock_rdlock): Likewise.
32058         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32059         (__pthread_rwlock_tryrdlock): Likewise.
32060         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32061         (__pthread_rwlock_wrlock): Likewise.
32062         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32063         (__pthread_rwlock_trywrlock): Likewise.
32064         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32065         (__pthread_rwlock_unlock): Likewise.
32066         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32067         (__pthread_key_create): Likewise.
32068         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32069         (__pthread_setspecific): Likewise.
32070         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32071         (__pthread_getspecific): Likewise.
32072         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32073         Likewise.
32074         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32075         (_pthread_cleanup_push_defer): Likewise.
32076         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32077         (_pthread_cleanup_pop_restore): Likewise.
32078         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32079         (pthread_setcancelstate): Likewise.
32080         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32081         <bp-sym.h>.
32082         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32083         (memchr): Do not use BP_SYM in weak_alias.
32084         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32085         (fegetenv): Do not use BP_SYM in versioned symbols.
32086         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32087         (fesetenv): Do not use BP_SYM in versioned symbols.
32088         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32089         (feupdateenv): Do not use BP_SYM in versioned symbols.
32090         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32091         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32092         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32093         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32094         (open64): Do not use BP_SYM in weak_alias.
32095         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32096         (fegetenv): Do not use BP_SYM in versioned symbols.
32097         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32098         (fesetenv): Do not use BP_SYM in versioned symbols.
32099         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32100         (feupdateenv): Do not use BP_SYM in versioned symbols.
32101         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32102         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32103         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32104         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32105         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32106         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32107         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32108         <bp-sym.h>.
32109         (__libc_start_main): Do not use BP_SYM.
32111 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32113         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32114         redundant return line.
32115         (norm): Likewise.
32116         (denorm): Likewise.
32117         (dbl_mp): Likewise.
32118         (sub_magnitudes): Likewise.
32119         (__add): Likewise.
32120         (__sub): Likewise.
32121         (__mul): Likewise.
32122         (__inv): Likewise.
32123         (__dvd): Likewise.
32124         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32125         (norm): Likewise.
32126         (denorm): Likewise.
32127         (dbl_mp): Likewise.
32128         (sub_magnitudes): Likewise.
32129         (__add): Likewise.
32130         (__sub): Likewise.
32131         (__mul): Likewise.
32132         (__inv): Likewise.
32133         (__dvd): Likewise.
32135         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32136         instead of __mul.
32137         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32138         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32139         (cc32): Likewise.
32141         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32142         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32143         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32144         of __mul for squares.
32145         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32146         function
32147         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32148         Likewise.
32149         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32150         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32152 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32154         [BZ #13550]
32155         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32156         code.
32157         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32158         prototype or function definition.  Rename ubp_* variables and
32159         parameters.  Remove argv definitions conditional on
32160         [__BOUNDED_POINTERS__].
32161         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32162         * elf/dl-runtime.c (_dl_fixup): Likewise.
32163         * include/set-hooks.h (RUN_HOOK): Likewise.
32164         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32165         definition.
32166         * string/strcpy.c (strcpy): Do not use __unbounded.
32167         * sysdeps/generic/frame.h (struct layout): Likewise.
32168         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32169         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32170         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32171         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32172         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32173         (__backtrace): Likewise.
32174         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32175         use __ptrvalue.
32176         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32177         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32178         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32179         Likewise.
32180         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32181         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32182         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32183         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32184         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32185         Do not use __unbounded.
32186         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32187         Rename __unboundedrlimits parameter to rlimits in prototype.
32188         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32189         Do not use __unbounded.
32190         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32191         not use __ptrvalue.
32192         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32193         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32194         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32195         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32196         __ptrvalue or __unbounded.
32197         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32198         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32199         use __unbounded.
32200         (__new_msgctl): Do not use __ptrvalue.
32201         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32202         __unbounded.
32203         (__libc_msgrcv): Do not use __ptrvalue.
32204         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32205         startup_info): Do not use __unbounded.
32206         (__libc_start_main): Likewise.  Rename ubp_* variables and
32207         parameters.  Remove argv definitions conditional on
32208         [__BOUNDED_POINTERS__].
32209         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32210         __ptrvalue.
32211         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32212         use __unbounded.
32213         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32214         or __ptrvalue.
32215         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32216         use __unbounded.
32217         (__new_shmctl): Do not use __ptrvalue.
32218         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32219         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32220         Likewise.
32221         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32222         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32223         (__libc_sigaction): Likewise.
32224         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32225         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32226         Likewise.
32227         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32229 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32231         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32233         * string/mempcpy.c: Implement by calling memcpy.
32235 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32237         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32239         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32240         evaluation.
32242         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32243         values in the mantissa.
32245         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32246         minimize writes to Z.
32247         (sub_magnitudes): Simplify code a bit.
32249 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32251         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32252         from the message.  The linker prefixes all warnings with that already.
32254 2013-02-12  Andreas Schwab  <schwab@suse.de>
32256         [BZ #15078]
32257         * posix/regexec.c (extend_buffers): Add parameter min_len.
32258         (check_matching): Pass minimum needed length.
32259         (clean_state_log_if_needed): Likewise.
32260         (get_subexp): Likewise.
32261         * posix/Makefile (tests): Add bug-regex34.
32262         (bug-regex34-ENV): Define.
32263         * posix/bug-regex34.c: New file.
32265         [BZ #11561]
32266         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32267         elements compare against the byte sequence of it, not its name.
32268         * posix/Makefile (tests): Add bug-regex35.
32269         (bug-regex35-ENV): Define.
32270         * posix/bug-regex35.c: New file.
32272 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32274         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32275         comment.
32276         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32277         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32278         (CHECK_EOL): Add undef.
32280 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32282         * bits/stdlib-bsearch.h: New file.
32283         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32284         * stdlib/stdlib.h: Likewise.
32286 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32288         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32289         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32290         declaration.
32291         * manual/search.texi (Array Search Function): Add missing const in
32292         lfind prototype.
32293         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32294         declaration to use rlim_t.
32295         (Basic Scheduling Functions): Remove erroneous const from
32296         sched_getparam prototype.  Remove erroneous * from
32297         sched_get_priority_max and sched_get_priority_min prototypes.
32298         (Resource Usage): Fix summary @comment on vtimes to refer to
32299         sys/vtimes.h rather than vtimes.h.
32300         Add missing *s in vtimes prototype.
32301         (Limits on Resources): Fix ulimit prototype to return long int.
32302         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32303         prototypes to use long int rather than double.
32304         (BSD Random): Fix initstate and setstate to use char *, not void *.
32305         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32306         prototype to make second argument 'struct aiocb64 *const[]'.
32307         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32308         (Status of AIO Operations): Remove erroneous const in aio_return and
32309         aio_return64 prototypes.
32310         (Synchronizing I/O): Fix sync prototype to return void.
32311         * manual/startup.texi (Suboptions): Remove an erroneous const in
32312         getsubopt prototype.
32313         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32314         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32315         use size_t rather than int.
32316         (Scanning All Users): Likewise for getpwent_r.
32317         (Setting Groups): Add missing const to setgroups prototype.
32318         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32319         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32320         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32321         'const void *' rather than 'const char *'.
32322         (Host Address Functions): Likewise for inet_ntop.
32323         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32324         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32325         ssize_t for return value.
32326         (Sending Data): Likewise for send, sendto, sendmsg.
32327         (Socket Option Functions): Add a missing const in setsockopt prototype.
32328         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32329         use wchar_t for the argument.
32330         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32331         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32332         take no arguments.
32333         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32334         double/float/long double for second argument.
32335         Fix return types of significand, significandf, significandl.
32336         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32337         argument in fchmod prototype.
32338         (File Owner): Use uid_t and gid_t in fchown prototype.
32339         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32340         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32341         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32342         use 'const struct dirent **' as argument types to CMP function pointer
32343         argument.
32344         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32345         (File Times): Fix summary magic @comment for struct utimbuf and utime
32346         to refer to utime.h, not time.h.
32347         * manual/string.texi (Argz Functions): Add missing const in
32348         argz_extract and argz_next prototypes.
32349         (Finding Tokens in a String): Likewise for basename.
32350         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32351         (Copying and Concatenation): Fix typo in wmemmove prototype.
32352         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32353         (Signal Stack): Remove erroneous const in sigstack prototype.
32354         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32355         prototype.
32356         (Simple Calendar Time): Likewise for stime.
32357         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32358         prototype.
32359         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32360         say sys/sysctl.h instead.
32361         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32362         and vsyslog prototypes.
32364 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32366         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32367         Remove.
32369 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32371         * misc/sys/mman.h: Fix typo in mremap comment.
32373 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32375         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32376         the '\0' terminator.
32378 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32380         [BZ #13550]
32381         * debug/segfault.c: Don't include <bp-checks.h>.
32382         * sysdeps/generic/bp-checks.h: Remove file.
32383         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32384         (__GETDENTS): Don't use CHECK_N.
32385         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32386         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32387         (__getgroups): Don't use CHECK_N.
32388         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32389         (setgroups): Don't use CHECK_N.
32390         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32391         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32392         (__libc_msgrcv): Don't use CHECK_N.
32393         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32394         (__libc_msgsnd): Don't use CHECK_N.
32395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32396         <bp-checks.h>.
32397         (__libc_pread): Don't use CHECK_N.
32398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32399         include <bp-checks.h>.
32400         (__libc_pread64): Don't use CHECK_N.
32401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32402         include <bp-checks.h>.
32403         (__libc_pwrite): Don't use CHECK_N.
32404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32405         include <bp-checks.h>.
32406         (__libc_pwrite64): Don't use CHECK_N.
32407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32408         <bp-checks.h>.
32409         (__libc_pread): Don't use CHECK_N.
32410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32411         include <bp-checks.h>.
32412         (__libc_pread64): Don't use CHECK_N.
32413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32414         include <bp-checks.h>.
32415         (__libc_pwrite): Don't use CHECK_N.
32416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32417         include <bp-checks.h>.
32418         (__libc_pwrite64): Don't use CHECK_N.
32419         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32420         (do_pread): Don't use CHECK_N.
32421         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32422         (do_pread64): Don't use CHECK_N.
32423         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32424         (do_pwrite): Don't use CHECK_N.
32425         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32426         (do_pwrite64): Don't use CHECK_N.
32427         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32428         (__libc_readv): Don't use CHECK_N.
32429         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32430         (semop): Don't use CHECK_N.
32431         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32432         <bp-checks.h>.
32433         (semtimedop): Don't use CHECK_N.
32434         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32435         (__libc_pread): Don't use CHECK_N.
32436         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32437         <bp-checks.h>.
32438         (__libc_pread64): Don't use CHECK_N.
32439         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32440         <bp-checks.h>.
32441         (__libc_pwrite): Don't use CHECK_N.
32442         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32443         <bp-checks.h>.
32444         (__libc_pwrite64): Don't use CHECK_N.
32445         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32446         <bp-checks.h>.
32447         (__libc_msgrcv): Don't use CHECK_N.
32448         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32449         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32450         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32451         (__libc_writev): Don't use CHECK_N.
32453 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32455         * string/strcpy.c: Removed unused variable.
32457         * Makeconfig (+sysdep-includes): Define with := rather than =.
32458         Use an existing include/ subdir of each sysdeps dir before it.
32460 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32462         * nscd/connection.c (register_traced_file): Comment function.
32463         [HAVE_INOTIFY] (union __inev): Define.
32464         [HAVE_INOTIFY] (inotify_check_files): New function.
32465         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32466         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32467         clear_db_cache.
32468         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32470 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32472         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32473         loaded if not already and that a failure is permanent.
32475 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32477         [BZ #15006]
32478         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32479         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32481 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32483         [BZ #13550]
32484         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32485         (CHECK_1_NULL_OK): Likewise.
32486         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32487         (__fxstat): Do not use CHECK_1.
32488         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32489         <bp-checks.h>.
32490         (___fxstat64): Do not use CHECK_1.
32491         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32492         <bp-checks.h>.
32493         (__fxstatat): Do not use CHECK_1.
32494         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32495         <bp-checks.h>.
32496         (__fxstatat64): Do not use CHECK_1.
32497         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32498         <bp-checks.h>.
32499         (__fxstat): Do not use CHECK_1.
32500         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32501         <bp-checks.h>.
32502         (__fxstatat): Do not use CHECK_1.
32503         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32504         <bp-checks.h>.
32505         (__getresgid): Do not use CHECK_1.
32506         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32507         <bp-checks.h>.
32508         (__getresuid): Do not use CHECK_1.
32509         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32510         <bp-checks.h>.
32511         (__lxstat): Do not use CHECK_1.
32512         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32513         <bp-checks.h>.
32514         (__old_msgctl): Do not use CHECK_1.
32515         (__new_msgctl): Likewise.
32516         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32517         <bp-checks.h>.
32518         (__new_setrlimit): Do not use CHECK_1.
32519         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32520         <bp-checks.h>.
32521         (__old_shmctl): Do not use CHECK_1.
32522         (__new_shmctl): Likewise.
32523         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32524         <bp-checks.h>.
32525         (__xstat): Do not use CHECK_1.
32526         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32527         (__lxstat): Do not use CHECK_1.
32528         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32529         <bp-checks.h>.
32530         (___lxstat64): Do not use CHECK_1.
32531         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32532         (__old_msgctl): Do not use CHECK_1.
32533         (__new_msgctl): Likewise.
32534         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32535         <bp-checks.h>.
32536         (__gettimeofday): Do not use CHECK_1.
32537         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32538         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32539         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32540         <bp-checks.h>.
32541         (__gettimeofday): Do not use CHECK_1.
32542         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32543         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32544         (__new_shmctl): Do not use CHECK_1.
32545         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32546         <bp-checks.h>.
32547         (do_sigtimedwait): Do not use CHECK_1.
32548         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32549         <bp-checks.h>.
32550         (do_sigwaitinfo): Do not use CHECK_1.
32551         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32552         <bp-checks.h>.
32553         (msgctl): Do not use CHECK_1.
32554         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32555         <bp-checks.h>.
32556         (shmctl): Do not use CHECK_1.
32557         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32558         (ustat): Do not use CHECK_1.
32559         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32560         <bp-checks.h>.
32561         (__fxstat): Do not use CHECK_1.
32562         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32563         <bp-checks.h>.
32564         (__fxstatat): Do not use CHECK_1.
32565         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32566         <bp-checks.h>.
32567         (__lxstat): Do not use CHECK_1.
32568         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32569         <bp-checks.h>.
32570         (__xstat): Do not use CHECK_1.
32571         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32572         (__xstat): Do not use CHECK_1.
32573         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32574         (___xstat64): Do not use CHECK_1.
32576         [BZ #13550]
32577         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32578         definitions.
32579         (CHECK_BOUNDS_HIGH): Likewise.
32580         * string/strcpy.c: Do not include <bp-checks.h>.
32581         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32583 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32585         * nscd/nscd-client.h (__nscd_drop_map_ref):
32586         Add __attribute__ ((unused)).
32587         * nis/nss-nisplus.h (niserr2nss): Likewise.
32589         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32590         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32592         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32593         Remove inline keyword.
32594         * include/rounding-mode.h (round_away): Likewise.
32595         * libio/wfileops.c (adjust_wide_data): Likewise.
32596         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32597         (__m128i_strloadu_tolower): Likewise.
32598         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32599         (__m128i_strloadu_tolower): Likewise.
32600         * time/mktime.c (ydhms_diff): Likewise.
32601         * locale/elem-hash.h (elem_hash): Likewise.
32602         * locale/setlocale.c (setdata): Likewise.
32603         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32604         (re_string_wchar_at): Likewise.
32605         (bitset_not, bitset_merge, bitset_mask): Likewise.
32606         [!(__GNUC__ > 3)] (inline): Remove macro.
32607         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32608         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32609         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32610         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32611         * string/memcmp.c (memcmp_bytes): Likewise.
32612         * locale/programs/locarchive.c (compute_hashval): Likewise.
32613         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32614         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32615         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32616         * nss/getent.c (print_rpc, print_protocols): Likewise.
32617         (print_passwd, print_group, print_aliases): Likewise.
32618         * nis/nss-nisplus.h (niserr2nss): Likewise.
32619         * nscd/connections.c (restart_p): Likewise.
32620         Change return type to bool.
32622 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32624         * Makeconfig (all-Depend-files): Add existing
32625         $(sorted-subdirs:=/Depend) files.
32626         (all-subdirs): Remove nss.
32627         * sysdeps/unix/inet/Subdirs: Add it here instead.
32628         * hesiod/Depend: New file.
32630         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32631         instead of calling alloca.
32633         * io/lseek.c (__lseek): Rename to __libc_lseek.
32634         Define __lseek as an alias.
32636         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32638 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32640         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32641         else clause and remove check for non-standard endianness.
32643 2013-02-04  David S. Miller  <davem@davemloft.net>
32645         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32647 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32649         [BZ #13550]
32650         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32651         (__ubp_memchr): Remove prototype.
32652         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32653         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32654         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32655         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32656         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32657         Remove alias.
32658         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32659         (__ubp_memchr): Likewise.
32660         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32661         (__ubp_memchr): Likewise.
32662         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32663         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32664         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32665         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32666         CHECK_STRING.
32667         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32668         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32669         (__getcwd): Do not use CHECK_STRING.
32670         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32671         <bp-checks.h>.
32672         (__real_chown): Do not use CHECK_STRING.
32673         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32674         <bp-checks.h>.
32675         (fchownat): Do not use CHECK_STRING.
32676         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32677         CHECK_STRING.
32678         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32679         <bp-checks.h>.
32680         (__lchown): Do not use CHECK_STRING.
32681         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32682         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32683         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32684         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32686         include <bp-checks.h>.
32687         (truncate64): Do not use CHECK_STRING.
32688         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32689         <bp-checks.h>.
32690         (__real_chown): Do not use CHECK_STRING.
32691         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32692         <bp-checks.h>.
32693         (__lchown): Do not use CHECK_STRING.
32694         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32695         <bp-checks.h>.
32696         (__chown): Do not use CHECK_STRING.
32697         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32698         <bp-checks.h>.
32699         (truncate64): Do not use CHECK_STRING.
32700         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32701         Likewise.
32702         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32703         (__xmknod): Do not use CHECK_STRING.
32704         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32705         <bp-checks.h>.
32706         (__xmknodat): Do not use CHECK_STRING.
32707         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32708         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32710 2013-02-04  Andreas Schwab  <schwab@suse.de>
32712         [BZ #14142]
32713         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32714         * include/netdb.h: Likewise for h_errno.
32715         * elf/tst-stackguard1.c: Include <tls.h>.
32717 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32719         * elf/link.h (struct link_map): Extend the l_addr comment.
32720         * include/link.h (struct link_map): Likewise.
32722 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32724         [BZ #13550]
32725         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32726         (BOUNDED_1): Remove macro.
32727         * debug/backtrace.c: Don't include <bp-checks.h>.
32728         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32729         (__backtrace): Likewise.
32730         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32731         <bp-checks.h>.
32732         (__backtrace): Don't use BOUNDED_1.
32733         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32734         <bp-checks.h>.
32735         (__backtrace): Don't use BOUNDED_1.
32736         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32737         (__backtrace): Don't use BOUNDED_1.
32738         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32739         (shmat): Don't use BOUNDED_N.
32741 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32743         [BZ #13550]
32744         * sysdeps/generic/bp-start.h: Remove file.
32745         * csu/libc-start.c: Don't include <bp-start.h>.
32746         (LIBC_START_MAIN): Set up __environ directly instead of using
32747         INIT_ARGV_and_ENVIRON.
32748         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32749         <bp-start.h>.
32751         [BZ #13550]
32752         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32753         definitions.
32754         (CHECK_FCNTL): Likewise.
32755         (CHECK_N_PAGES): Likewise.
32757         [BZ #13550]
32758         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32759         definitions.
32760         (CHECK_SIGSET_NULL_OK): Likewise.
32761         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32762         <bp-checks.h>.
32763         (sigpending): Don't use CHECK_SIGSET.
32764         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32765         <bp-checks.h>.
32766         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32767         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32768         <bp-checks.h>.
32769         (do_sigsuspend): Don't use CHECK_SIGSET.
32770         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32771         use CHECK_SIGSET.
32772         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32773         (do_sigwait): Don't use CHECK_SIGSET.
32774         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32775         use CHECK_SIGSET.
32776         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32777         include <bp-checks.h>.
32778         (sigpending): Don't use CHECK_SIGSET.
32779         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32780         include <bp-checks.h>.
32781         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32782         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32783         <bp-checks.h>.
32784         (sigpending): Don't use CHECK_SIGSET.
32785         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32786         <bp-checks.h>.
32787         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32789         [BZ #13550]
32790         * sysdeps/generic/bp-semctl.h: Remove file.
32791         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32792         <bp-checks.h> and <bp-semctl.h>.
32793         (__old_semctl): Don't use CHECK_SEMCTL.
32794         (__new_semctl): Likewise.
32795         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32796         and <bp-semctl.h>.
32797         (__old_semctl): Don't use CHECK_SEMCTL.
32798         (__new_semctl): Likewise.
32799         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32800         <bp-checks.h> and <bp-semctl.h>.
32801         (__old_semctl): Don't use CHECK_SEMCTL.
32802         (__new_semctl): Likewise.
32803         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32804         <bp-checks.h> and <bp-semctl.h>.
32805         (semctl): Don't use CHECK_SEMCTL.
32807         [BZ #13550]
32808         * Makerules (elide-bp-thunks): Remove variable.
32809         (elide-routines.oS): Don't use $(elide-bp-thunks).
32810         (elide-routines.os): Likewise.
32811         (elide-routines.o): Likewise.
32812         (elide-routines.op): Likewise.
32813         (elide-routines.og): Likewise.
32814         (objects): Don't use $(bp-thunks).
32815         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32816         include.
32817         (common-generated): Do not add s-proto-bp.d.
32818         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32819         (int): Likewise.
32820         (typ): Likewise.
32821         Do not generate makefile rules for bounded-pointer thunks.
32822         * sysdeps/generic/bp-thunks.h: Remove file.
32823         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32824         * sysdeps/unix/s-proto-bp.S: Likewise.
32826         [BZ #15062]
32827         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32828         parts of result separately when argument is not close to line from
32829         -i to i and one part of argument is small.
32830         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32831         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32832         * math/libm-test.inc (cacos_test): Add more tests.
32833         (casin_test): Likewise.
32834         (casinh_test): Likewise.
32835         * sysdeps/i386/fpu/libm-test-ulps: Update.
32836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32838 2013-01-31  David S. Miller  <davem@davemloft.net>
32840         * po/de.po: Update from translation team.
32842 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32844         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32846 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32848         * configure.in (_AC_PROG_CC_C89): New definition.
32849         * configure: Regenerate.
32851         * configure.in (AC_PROG_CPP): New definition.
32852         * configure: Regenerate.
32854 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32856         * debug/tst-backtrace.h: New file.
32857         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32858         (ret): Remove variable.
32859         (x): Likewise.
32860         (FAIL): Remove macro.
32861         (NO_INLINE): Likewise.
32862         (fn1): Use match function instead of strstr.
32863         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32864         (ret): Remove variable.
32865         (x): Likewise.
32866         (FAIL): Remove macro.
32867         (NO_INLINE): Likewise.
32868         (fn): Use match function instead of strstr.
32869         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32870         (ret): Remove variable.
32871         (x): Likewise.
32872         (FAIL): Remove macro.
32873         (NO_INLINE): Likewise.
32874         (handle_signal): Use match function instead of strstr.
32875         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32876         (ret): Remove variable.
32877         (x): Likewise.
32878         (FAIL): Remove macro.
32879         (NO_INLINE): Likewise.
32880         (handle_signal): Use match function instead of strstr.
32882 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32884         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32886 2013-01-23  David S. Miller  <davem@davemloft.net>
32888         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32889         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32890         argument of CAS if possible.
32891         * sysdeps/sparc/sparc64/bits/atomic.h
32892         (__arch_compare_and_exchange_val_32_acq): Likewise.
32893         (__arch_compare_and_exchange_val_64_acq): Likewise.
32895 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32897         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32898         * sysdeps/posix/ulimit.c: ... this.
32899         Include <limits.h>.
32900         * sysdeps/unix/bsd/ulimit.c: Remove file.
32902 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32904         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32905         (LDFLAGS-tst-array5): Likewise.
32907 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32909         [BZ #15036]
32910         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32911         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32912         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32913         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32915 2013-01-21  David S. Miller  <davem@davemloft.net>
32917         * sysdeps/sparc/backtrace.c: New file.
32918         * sysdeps/sparc/sparc32/backtrace.h: New file.
32919         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32920         * sysdeps/sparc/sparc64/backtrace.h: New file.
32921         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32922         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32923         -funwind-tables.
32925 2013-01-21  Andreas Schwab  <schwab@suse.de>
32927         [BZ #15020]
32928         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32929         closed its stdout.
32931 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32933         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32934         "mpa2.h".
32935         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32937 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32938             Mark Mitchell  <mark@codesourcery.com>
32939             Tom de Vries  <tom@codesourcery.com>
32940             Paul Pluzhnikov  <ppluzhnikov@google.com>
32942         * debug/tst-backtrace2.c: New file.
32943         * debug/tst-backtrace3.c: Likewise.
32944         * debug/tst-backtrace4.c: Likewise.
32945         * debug/tst-backtrace5.c: Likewise.
32946         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32947         (CFLAGS-tst-backtrace3.c): Likewise.
32948         (CFLAGS-tst-backtrace4.c): Likewise.
32949         (CFLAGS-tst-backtrace5.c): Likewise.
32950         (LDFLAGS-tst-backtrace2): Likewise.
32951         (LDFLAGS-tst-backtrace3): Likewise.
32952         (LDFLAGS-tst-backtrace4): Likewise.
32953         (LDFLAGS-tst-backtrace5): Likewise.
32954         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32955         tst-backtrace4 and tst-backtrace5.
32957 2013-01-18  Anton Blanchard  <anton@samba.org>
32958             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32960         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32961         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32962         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32963         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32965         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32966         "+r" and remove output regs list as redundant.  Add explicit inline
32967         asm to specify register of return val to work around compiler codegen
32968         bug.  Remove (int) cast on return value.  Add return type parameter to
32969         use in macro so that this macro does not truncate return value for
32970         64-bit values.
32971         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32972         pass to INTERNAL_VSYSCALL_NCS.
32973         (INLINE_VSYSCALL): Add 'long int' as return type to
32974         INTERNAL_VSYSCALL_NCS macro invocation.
32975         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32976         INTERNAL_VSYSCALL_NCS macro invocation.
32977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32979 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32981         [BZ #14496]
32982         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32983         Fix application of SIMD FP exception mask.
32985         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32986         mp_no from a power of two.
32987         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32988         __mpexp_twomm1.  Use __pow_mp.
32990         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32991         multiplication.
32993 2013-01-17  David S. Miller  <davem@davemloft.net>
32995         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32997 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32999         [BZ #15023]
33000         * include/complex.h: Condition contents on [!_COMPLEX_H].
33001         (__kernel_casinhf): New prototype.
33002         (__kernel_casinh): Likewise.
33003         (__kernel_casinhl): Likewise.
33004         * math/Makefile (libm_calls): Add k_casinh.
33005         * math/k_casinh.c: New file.
33006         * math/k_casinhf.c: Likewise.
33007         * math/k_casinhl.c: Likewise.
33008         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33009         finite nonzero arguments.
33010         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33011         finite nonzero arguments.
33012         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33013         finite nonzero arguments.
33014         * math/s_casinh.c: Do not include <float.h>.
33015         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33016         * math/s_casinhf.c: Do not include <float.h>.
33017         (__casinhf): Move code for finite nonzero arguments to
33018         k_casinhf.c.
33019         * math/s_casinhl.c: Do not include <float.h>.
33020         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33021         redefine.
33022         (__casinhl): Move code for finite nonzero arguments to
33023         k_casinhl.c.
33024         * math/libm-test.inc (cacos_test): Add more tests.
33025         * sysdeps/i386/fpu/libm-test-ulps: Update.
33026         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33028 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33030         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33031         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33032         [!HAVE_MREMAP]: Remove [defined linux] case.
33033         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33035 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33037         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33039 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33041         * elf/elf.h (R_386_SIZE32): New relocation.
33042         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33043         R_386_SIZE32.
33044         (elf_machine_rela): Likewise.
33045         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33046         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33048 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33050         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33051         (FP_FAST_FMA): Do not define.
33052         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33053         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33054         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33055         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33056         !_SOFT_FLOAT]: Likewise.
33057         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33058         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33059         value.
33060         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33061         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33062         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33063         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33064         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33065         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33066         file.
33068 2013-01-16  Andreas Schwab  <schwab@suse.de>
33070         [BZ #14327]
33071         * include/stdlib.h (__mktemp): Add declaration.
33072         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33073         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33075 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33077         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33078         definitions.
33079         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33080         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33081         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33082         definitions here.
33083         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33084         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33085         definitions.
33086         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33087         and ONE.
33088         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33089         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33090         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33091         definitions.
33092         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33093         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33094         definitions.
33095         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33097         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33099 2013-01-15  David S. Miller  <davem@davemloft.net>
33101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33102         trunc{,f} to libm-sysdep_routes.
33103         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33105         file.
33106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33108         file.
33109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33110         file.
33111         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33112         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33113         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33114         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33115         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33116         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33117         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33118         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33121         nearbyint{,f} to libm-sysdep_routes.
33122         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33124         New file.
33125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33126         file.
33127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33128         New file.
33129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33130         file.
33131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33132         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33133         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33134         file.
33135         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33136         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33137         file.
33138         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33139         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33140         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33142         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33143         libc_feholdexcept and libc_fesetenv.
33145 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33147         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33149 2013-01-14  David S. Miller  <davem@davemloft.net>
33151         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33152         (SPARC_ASM_VIS2_IFUNC): Likewise.
33153         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33155         use of 'siam' instruction.
33156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33157         Likewise.
33158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33159         Likewise.
33160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33161         Likewise.
33162         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33163         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33164         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33165         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33167         file.
33168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33169         file.
33170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33171         file.
33172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33173         file.
33174         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33175         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33176         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33177         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33179         new VIS2 routines.
33180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33183         Likewise.
33184         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33185         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33186         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33187         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33189         routines to libm-sysdep_routines.
33190         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33193         fdim/fdimf to libm-sysdep_routines.
33194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33195         file.
33196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33198         file.
33199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33200         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33201         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33202         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33203         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33204         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33205         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33207 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33209         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33210         to optimize copies.
33212         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33213         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33214         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33216         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33217         local variable MPTWO.
33218         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33219         Likewise.
33221 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33223         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33224         GLOB_NOESCAPE.
33226 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33228         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33230 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33232         * manual/pattern.texi (glob_t): Document gl_flags.
33233         (glob64_t): Likewise.
33235 2013-01-11  David S. Miller  <davem@davemloft.net>
33237         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33238         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33239         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33240         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33241         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33242         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33243         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33244         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33245         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33246         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33247         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33248         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33249         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33251         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33252         sparc V9 rather than using V8 code.
33253         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33254         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33256         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33257         Move to...
33258         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33259         Here.
33261 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33263         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33264         not in the main loop.
33265         * configure: Regenerated.
33267 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33269         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33270         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33271         to just #else.
33272         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33273         [!__GLIBC_HAVE_LONG_LONG] case.
33274         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33275         condition to just #else.
33276         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33277         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33278         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33279         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33280         unconditional.
33281         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33282         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33283         #elif condition to just #else.
33284         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33285         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33286         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33287         #elif condition to just #else.
33289 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33291         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33292         (EF_MIPS_ARCH_64): Fix value.
33293         (EF_MIPS_ARCH_32R2): New.
33294         (EF_MIPS_ARCH_64R2): New.
33296 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33298         * Makeconfig (+link-pie-before-libc): New.
33299         (+link-pie-after-libc): Likewise.
33300         (+link-pie-tests): Likewise.
33301         (+link-pie): Rewritten.
33302         (link-before-libc): Remove $(config-LDFLAGS).
33303         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33304         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33305         (config-LDFLAGS): Renamed to ...
33306         (rtld-LDFLAGS): This.
33307         (rtld-tests-LDFLAGS): New macro.
33308         (link-libc-rpath-link): Likewise.
33309         (link-libc-tests-rpath-link): Likewise.
33310         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33311         (link-libc): Prepand $(link-libc-rpath-link).
33312         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33313         (test-program-prefix): New macro.
33314         (test-via-rtld-prefix): Likewise.
33315         (test-program-cmd): Likewise.
33316         (host-test-program-cmd): Likewise.
33317         * Makefile ($(common-objpfx)testrun.sh): Replace
33318         $(run-program-prefix) with $(test-program-prefix).
33319         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33320         $(rtld-LDFLAGS).
33321         ($(common-objpfx)shlib.lds): Likewise.
33322         (build-module-helper): Likewise.
33323         ($(common-objpfx)format.lds): Likewise.
33324         * Rules (binaries-pie-tests): New.
33325         (binaries-pie-notests): Likewise.
33326         (binaries-pie): Rewritten.
33327         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33328         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33329         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33330         (make-test-out): Replace $(host-built-program-cmd) with
33331         $(host-test-program-cmd).
33332         * config.make.in (build-hardcoded-path-in-tests): New variable.
33333         * configure.in (--enable-hardcoded-path-in-tests): New configure
33334         option.
33335         (hardcoded_path_in_tests): New AC_SUBST.
33336         * configure: Regenerated.
33337         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33338         $(built-program-cmd) with $(test-program-cmd).
33339         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33340         (test_program_cmd): This.
33341         * elf/Makefile ($(objpfx)order.out): Run test with
33342         $(test-program-prefix).
33343         ($(objpfx)order2.out): Likewise.
33344         ($(objpfx)tst-initorder.out): Likewise.
33345         ($(objpfx)tst-initorder2.out): Likewise.
33346         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33347         $(test-program-cmd).
33348         ($(objpfx)tst-array1-static.out): Likewise.
33349         ($(objpfx)tst-array2.out): Likewise.
33350         ($(objpfx)tst-array3.out): Likewise.
33351         ($(objpfx)tst-array4.out): Likewise.
33352         ($(objpfx)tst-array5.out): Likewise.
33353         ($(objpfx)tst-array5-static.out): Likewise.
33354         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33355         $(test-program-cmd).
33356         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33357         $(run-program-prefix) with $(test-program-prefix).
33358         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33359         (test_program_prefix): This.
33360         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33361         $(run-program-prefix) with $(test-program-prefix).
33362         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33363         (test_program_prefix): This.
33364         * iconvdata/tst-tables.sh: Likewise.
33365         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33366         $(run-program-prefix) with $(test-program-prefix).
33367         ($(objpfx)tst-translit.out): Likewise.
33368         ($(objpfx)tst-gettext2.out): Likewise.
33369         ($(objpfx)tst-gettext4.out): Likewise.
33370         ($(objpfx)tst-gettext6.out): Likewise.
33371         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33372         (test_program_prefix): This.
33373         * intl/tst-gettext2.sh: Likewise.
33374         * intl/tst-gettext4.sh  Likewise.
33375         * intl/tst-gettext6.sh: Likewise.
33376         * intl/tst-translit.sh: Likewise.
33377         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33378         with $(test-program-cmd).
33379         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33380         $(run-program-prefix) with $(test-program-prefix).
33381         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33382         (test_program_prefix): This.
33383         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33384         $(run-program-prefix) with $(test-program-prefix).
33385         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33386         (test_program_prefix): This.
33387         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33388         * posix/Makefile ($(objpfx)globtest.out): Replace
33389         $(run-via-rtld-prefix) and $(test-wrapper) with
33390         $(test-program-prefix) and $(test-via-rtld-prefix).
33391         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33392         $(test-program-prefix).
33393         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33394         $(host-test-program-cmd).
33395         (tst-spawn-ARGS): Likewise.
33396         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33397         $(test-program-prefix).
33398         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33399         (test_via_rtld_prefix): This.
33400         (test_wrapper): Renamed to ...
33401         (test_program_prefix): This.
33402         (run_program_prefix): Replaced by test_program_prefix.
33403         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33404         (test_program_prefix): This.
33405         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33406         with $(host-test-program-cmd).
33407         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33408         $(run-program-prefix) with $(test-program-prefix).
33409         ($(objpfx)tst-printf.out): Likewise.
33410         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33411         $(test-program-cmd).
33412         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33413         (test_program_prefix): This.
33414         * stdio-common/tst-unbputc.sh: Likewise.
33415         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33416         $(run-program-prefix) with $(test-program-prefix).
33417         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33418         (test_program_prefix): This.
33419         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33420         $(built-program-cmd) with $(test-program-cmd).
33422 2013-01-11  Andreas Jaeger  <aj@suse.de>
33424         [BZ #15003]
33425         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33426         value. Sync with Linux 3.7.
33428 2013-01-10  David S. Miller  <davem@davemloft.net>
33430         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33431         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33432         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33434 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33436         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33437         never set.
33438         * configure: Regenerated.
33440 2013-01-10  David S. Miller  <davem@davemloft.net>
33442         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33443         sparc V9 rather than using V8 code.
33444         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33445         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33447 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33449         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33450         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33451         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33452         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33453         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33454         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33455         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33456         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33457         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33458         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33459         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33460         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33461         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33462         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33463         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33464         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33465         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33466         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33467         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33468         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33469         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33470         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33471         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33472         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33473         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33474         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33475         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33477 2013-01-10  David S. Miller  <davem@davemloft.net>
33479         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33481 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33483         * posix/Makefile (tests-static): New variable.
33484         (tests): Add $(tests-static).
33485         (tst-exec-static-ARGS): New variable.
33486         (tst-spawn-static-ARGS): Likewise.
33487         * posix/tst-exec-static.c: New file.
33488         * posix/tst-spawn-static.c: Likewise.
33489         * posix/tst-exec.c: Support run directly.
33490         * posix/tst-spawn.c: Likewise.
33492 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33494         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33495         long.
33496         * math/bits/mathcalls.h (llrint): Likewise.
33497         (llround): Likewise.
33498         * stdlib/stdlib.h (struct drand48_data): Likewise.
33499         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33500         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33501         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33502         Likewise.
33503         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33504         Likewise.
33505         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33506         (elf_greg_t): Likewise.
33507         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33508         (__jmp_buf): Likewise.
33509         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33510         definitions.
33511         (llrint): Likewise, for all definitions.
33512         (llrintl): Likewise.
33514         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33515         Remove [__GNUC__] condition.
33516         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33517         condition to just [__USE_ISOC99].
33518         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33520 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33522         [BZ #14200]
33523         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33524         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33525         defined.
33526         (_POSIX_V6_ILP32_OFF32): Likewise.
33527         (_XBS5_ILP32_OFF32): Likewise.
33528         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33529         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33531 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33533         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33535         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33536         doubles __mpexp_twomm1.  Adjust usage.
33537         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33538         Remove.
33540 2013-01-10  Andreas Schwab  <schwab@suse.de>
33542         [BZ #14964]
33543         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33544         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33546 2013-01-09  David S. Miller  <davem@davemloft.net>
33548         [BZ #15003]
33549         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33550         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33551         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33552         (TCP_FASTOPEN): Define.
33553         (tcp_repair_opt): New structure.
33554         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33555         enum values.
33556         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33557         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33558         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33559         (tcp_cookie_transactions): New structure.
33561 2013-01-09  Anton Blanchard  <anton@samba.org>
33563         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33564         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33565         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33566         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33568 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33570         * include/features.h (__USE_ANSI): Remove.
33572 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33574         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33576         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33578 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33580         * sysdeps/s390/fpu/libm-test-ulps: Update.
33582         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33584         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33585         (__acr): Likewise.
33586         (__cpy): Likewise.
33587         (norm): Likewise.
33588         (denorm): Likewise.
33589         (__mp_dbl): Likewise.
33590         (__dbl_mp): Likewise.
33591         (add_magnitudes): Likewise.
33592         (sub_magnitudes): Likewise.
33593         (__add): Likewise.
33594         (__sub): Likewise.
33595         (__mul): Likewise.
33596         (__inv): Likewise.
33597         (__dvd): Likewise.
33598         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33599         (__acr): Likewise.
33600         (__cpy): Likewise.
33601         (norm): Likewise.
33602         (denorm): Likewise.
33603         (__mp_dbl): Likewise.
33604         (__dbl_mp): Likewise.
33605         (add_magnitudes): Likewise.
33606         (sub_magnitudes): Likewise.
33607         (__add): Likewise.
33608         (__sub): Likewise.
33609         (__mul): Likewise.
33610         (__inv): Likewise.
33611         (__dvd): Likewise.
33612         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33613         (__acr): Likewise.
33614         (__cpy): Likewise.
33615         (norm): Likewise.
33616         (denorm): Likewise.
33617         (__mp_dbl): Likewise.
33618         (__dbl_mp): Likewise.
33619         (add_magnitudes): Likewise.
33620         (sub_magnitudes): Likewise.
33621         (__add): Likewise.
33622         (__sub): Likewise.
33623         (__mul): Likewise.
33624         (__inv): Likewise.
33625         (__dvd): Likewise.
33627 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33629         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33630         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33631         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33632         2 && __USE_EXTERN_INLINES]: Likewise.
33634 2013-01-08  Andreas Jaeger  <aj@suse.de>
33636         [BZ# 14985]
33637         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33638         Remove.
33639         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33640         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33642 2013-01-07  Anton Blanchard  <anton@samba.org>
33644         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33645         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33646         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33647         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33648         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33649         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33650         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33651         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33652         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33653         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33654         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33655         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33656         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33657         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33658         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33659         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33660         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33661         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33662         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33663         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33664         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33665         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33666         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33667         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33668         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33669         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33670         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33671         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33672         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33673         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33674         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33675         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33676         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33677         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33678         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33679         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33680         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33681         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33682         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33683         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33684         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33685         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33686         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33688 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33690         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33691         (__MALLOC_PMT): Likewise.
33692         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33693         [__GNUC__], only on [_LIBC].
33694         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33695         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33696         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33697         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33698         forward declaration.
33699         (realloc_hook_ini): Likewise.
33700         (memalign_hook_ini): Likewise.
33701         (__libc_memalign): Do not use __MALLOC_PMT in variable
33702         declaration.
33703         (__libc_valloc): Likewise.
33704         (__libc_pvalloc): Likewise.
33705         (__libc_calloc): Likewise.
33706         (__posix_memalign): Likewise.
33708         [BZ #14996]
33709         * math/s_casinh.c: Include <float.h>.
33710         (__casinh): Do not do computation with squaring and square root
33711         for large arguments.
33712         * math/s_casinhf.c: Include <float.h>.
33713         (__casinhf): Do not do computation with squaring and square root
33714         for large arguments.
33715         * math/s_casinhl.c: Include <float.h>.
33716         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33717         (__casinhl): Do not do computation with squaring and square root
33718         for large arguments.
33719         * math/libm-test.inc (casin_test): Add more tests.
33720         (casinh_test): Likewise.
33721         * sysdeps/i386/fpu/libm-test-ulps: Update.
33722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33724 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33726         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33727         (__x86_64_raw_data_cache_size): Likewise.
33728         (__x86_64_data_cache_size_half): Likewise.
33729         (__x86_64_raw_data_cache_size_half): Likewise.
33730         (__x86_64_shared_cache_size): Likewise.
33731         (__x86_64_raw_shared_cache_size): Likewise.
33732         (__x86_64_shared_cache_size_half): Likewise.
33733         (__x86_64_raw_shared_cache_size_half): Likewise.
33734         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33735         to ...
33736         (__x86_data_cache_size): This.
33737         (__x86_64_raw_data_cache_size): Renamed to ...
33738         (__x86_raw_data_cache_size): This.
33739         (__x86_64_data_cache_size_half): Renamed to ...
33740         (__x86_data_cache_size_half): This.
33741         (__x86_64_raw_data_cache_size_half): Renamed to ...
33742         (__x86_raw_data_cache_size_half): This.
33743         (__x86_64_shared_cache_size): Renamed to ...
33744         (__x86_shared_cache_size): This.
33745         (__x86_64_raw_shared_cache_size): Renamed to ...
33746         (__x86_raw_shared_cache_size): This.
33747         (__x86_64_shared_cache_size_half): Renamed to ...
33748         (__x86_shared_cache_size_half): This.
33749         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33750         (__x86_raw_shared_cache_size_half): This.
33751         * sysdeps/x86_64/memcpy.S: Updated.
33752         * sysdeps/x86_64/memset.S: Likewise.
33753         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33754         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33755         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33757 2013-01-04  David S. Miller  <davem@davemloft.net>
33759         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33761 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33763         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33764         1 to avoid redefinition warning.
33765         (__USE_GNU): Don't define.
33766         (init_signaling_nan): Protoize.
33768         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33770 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33772         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33773         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33774         (__cpymn): Likewise.
33775         (norm): Remove commented code.
33776         (denorm): Likewise.
33777         (__mp_dbl): Likewise.
33778         (__inv): Likewise.
33779         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33780         (__cpymn): Likewise.
33781         (norm): Remove commented code.
33782         (denorm): Likewise.
33783         (__mp_dbl): Likewise.
33784         (__inv): Likewise.
33786         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33787         mp_no value for 1.0 and 2.0.
33788         (norm): Use RADIXI instead of radixi.d.
33789         (denorm): Likewise.
33790         (__mul): Use 0.0 instead of zero.d.
33791         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33792         mp_no value for 1.0 and 2.0.
33793         (norm): Use RADIXI instead of radixi.d.
33794         (denorm): Likewise.
33795         (__mul): Use 0.0 instead of zero.d.
33797 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33799         [BZ #14994]
33800         * math/s_casinh.c (__casinh): Reduce finite argument to first
33801         quadrant then set signs of results at the end.
33802         * math/s_casinhf.c (__casinhf): Likewise.
33803         * math/s_casinhl.c (__casinhl): Likewise.
33804         * math/libm-test.inc (casin_test): Add more tests.
33805         (casinh_test): Likewise.
33806         * sysdeps/i386/fpu/libm-test-ulps: Update.
33807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33809 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33811         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33813         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33815         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33816         declarations.
33817         (denorm): Likewise.
33818         (__mp_dbl): Likewise.
33819         (__inv): Likewise.
33821         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33822         and adjust the header comment.
33824         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33825         variable name from declaration.
33827 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33829         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33830         Initialize COMMON_CPUID_INDEX_7 element.
33831         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33832         (CPUID_RTM): Likewise.
33833         (HAS_RTM): Likewise.
33834         (COMMON_CPUID_INDEX_7): New enum.
33836 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33838         [BZ #14981]
33839         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33840         size is zero, record memory as freed.
33842 2013-01-03  Andreas Jaeger  <aj@suse.de>
33844         * po/ia.po: Add new Interlingua translation.
33846 2012-01-03  Allan McRae  <allan@archlinux.org>
33848         * locale/programs/localedef.c: Fix description of '--posix' flag.
33850 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33852         * NEWS: Update dates in second copyright notice.
33853         * README: Update copyright dates in example.
33854         * manual/libc.texinfo: Update copyright dates.
33855         * scripts/test-installation.pl: Update copyright date in --version
33856         output.
33858         * hurd/ctty-input.c: Fix copyright notice formatting.
33859         * hurd/ctty-output.c: Likewise.
33860         * hurd/dtable.c: Likewise.
33861         * hurd/hurd-raise.c: Likewise.
33862         * hurd/hurdprio.c: Likewise.
33863         * hurd/msgportdemux.c: Likewise.
33864         * misc/sys/file.h: Likewise.
33865         * misc/sys/ioctl.h: Likewise.
33866         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33867         * sysdeps/mach/hurd/chdir.c: Likewise.
33868         * sysdeps/mach/hurd/fchdir.c: Likewise.
33869         * sysdeps/mach/hurd/rename.c: Likewise.
33870         * sysdeps/mach/hurd/rmdir.c: Likewise.
33871         * sysdeps/mach/hurd/seekdir.c: Likewise.
33872         * sysdeps/mach/hurd/setsid.c: Likewise.
33873         * sysdeps/posix/wait3.c: Likewise.
33875         * All files with FSF copyright notices: Update copyright dates
33876         using scripts/update-copyrights.
33877         * intl/plural.c: Regenerated.
33878         * locale/programs/charmap-kw.h: Likewise.
33879         * locale/programs/locfile-kw.h: Likewise.
33881 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33883         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33884         four values.
33886         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33887         calculation loop and add branch prediction.
33889         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33890         check access beyond bounds of m1np.
33892         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33893         MPTWO.
33894         (__inv): Remove local variable MPTWO to use the global
33895         constant.
33896         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33897         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33898         variable MPTWO.
33899         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33900         MP3HALFS static const.
33902 2013-01-01  David S. Miller  <davem@davemloft.net>
33904         * po/ca.po: Update from translation team.
33906 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33908         * scripts/update-copyrights: New file.
33909         * Makeconfig: Reformat copyright notice.
33910         * ctype/ctype.h: Likewise.
33911         * debug/swprintf_chk.c: Likewise.
33912         * elf/dl-cache.c: Likewise.
33913         * elf/dl-debug.c: Likewise.
33914         * elf/dl-object.c: Likewise.
33915         * grp/initgroups.c: Likewise.
33916         * hurd/Makefile: Likewise.
33917         * hurd/hurd/signal.h: Likewise.
33918         * hurd/hurdfault.c: Likewise.
33919         * hurd/hurdioctl.c: Likewise.
33920         * hurd/hurdlookup.c: Likewise.
33921         * hurd/intr-msg.c: Likewise.
33922         * iconv/gconv_open.c: Likewise.
33923         * libio/swprintf.c: Likewise.
33924         * locale/lc-ctype.c: Likewise.
33925         * locale/nl_langinfo.c: Likewise.
33926         * mach/Machrules: Likewise.
33927         * mach/Makefile: Likewise.
33928         * malloc/obstack.h: Likewise.
33929         * manual/Makefile: Likewise.
33930         * manual/tsort.awk: Likewise.
33931         * misc/bits/stab.def: Likewise.
33932         * nis/nis_print_group_entry.c: Likewise.
33933         * nis/nis_table.c: Likewise.
33934         * nis/nss_compat/compat-pwd.c: Likewise.
33935         * nis/nss_compat/compat-spwd.c: Likewise.
33936         * po/Makefile: Likewise.
33937         * posix/fnmatch.c: Likewise.
33938         * posix/regex.h: Likewise.
33939         * resolv/Makefile: Likewise.
33940         * resolv/nss_dns/dns-network.c: Likewise.
33941         * resolv/res_hconf.c: Likewise.
33942         * scripts/gen-sorted.awk: Likewise.
33943         * soft-fp/soft-fp.h: Likewise.
33944         * stdio-common/printf.h: Likewise.
33945         * stdlib/monetary.h: Likewise.
33946         * stdlib/random.c: Likewise.
33947         * stdlib/random_r.c: Likewise.
33948         * sysdeps/generic/Makefile: Likewise.
33949         * sysdeps/gnu/Makefile: Likewise.
33950         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33951         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33952         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33953         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33954         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33955         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33956         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33957         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33958         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33959         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33960         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33961         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33962         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33963         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33964         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33965         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33966         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33967         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33968         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33969         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33970         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33971         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33972         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33973         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33974         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33975         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33976         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33977         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33978         * sysdeps/mach/hurd/errnos.awk: Likewise.
33979         * sysdeps/mach/hurd/fork.c: Likewise.
33980         * sysdeps/mach/hurd/getcwd.c: Likewise.
33981         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33982         * sysdeps/mach/hurd/mmap.c: Likewise.
33983         * sysdeps/mach/hurd/utimes.c: Likewise.
33984         * sysdeps/mach/hurd/xmknod.c: Likewise.
33985         * sysdeps/posix/profil.c: Likewise.
33986         * sysdeps/posix/readdir_r.c: Likewise.
33987         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33988         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33989         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33990         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33991         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33992         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33993         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33994         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33995         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33996         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33997         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33998         * sysdeps/pthread/lio_listio.c: Likewise.
33999         * sysdeps/sparc/dl-procinfo.h: Likewise.
34000         * sysdeps/unix/i386/sysdep.S: Likewise.
34001         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34002         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34003         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34004         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34006         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34007         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34008         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34009         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34010         * sysdeps/wordsize-32/divdi3.c: Likewise.
34011         * time/sys/time.h: Likewise.
34012         * wcsmbs/Makefile: Likewise.
34014 2013-01-01  David S. Miller  <davem@davemloft.net>
34016         * po/fr.po: Update from translation team.
34018         * catgets/gencat.c: Update copyright year.
34019         * csu/version.c: Likewise.
34020         * debug/catchsegv.sh: Likewise.
34021         * debug/pcprofiledump.c: Likewise.
34022         * debug/xtrace.sh: Likewise.
34023         * elf/ldconfig.c: Likewise.
34024         * elf/ldd.bash.in: Likewise.
34025         * elf/pldd.c: Likewise.
34026         * elf/sotruss.ksh: Likewise.
34027         * elf/sprof.c: Likewise.
34028         * iconv/iconv_prog.c: Likewise.
34029         * iconv/iconvconfig.c: Likewise.
34030         * locale/programs/locale.c: Likewise.
34031         * locale/programs/localedef.c: Likewise.
34032         * login/programs/pt_chown.c: Likewise.
34033         * malloc/memusage.sh: Likewise.
34034         * malloc/memusagestat.c: Likewise.
34035         * malloc/mtrace.pl: Likewise.
34036         * nscd/nscd.c: Likewise.
34037         * nss/getent.c: Likewise.
34038         * nss/makedb.c: Likewise.
34039         * posix/getconf.c: Likewise.
34041 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34043         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34044         numbers.
34046 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34048         * math/bits/mathcalls.h (modf): Use __nonnull.
34050 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34052         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34053         (split): Use macro CN instead of the bare value.
34054         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34055         could be used.
34056         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34057         instead of the bare value.
34058         (power1): Likewise.
34060 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34062         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34063         __ATAN_TWOM.
34064         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34066         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34067         their values.
34068         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34069         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34070         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34071         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34073 2012-12-28  Andreas Jaeger  <aj@suse.de>
34075         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34076         values are from Linux 3.7.
34078         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34079         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34081 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34083         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34084         TRUE case.
34086         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34087         (norm): Likewise.
34088         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34089         variables with preprocessor constants.
34090         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34091         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34092         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34094 2012-12-27  Bruno Haible  <bruno@clisp.org>
34096         [BZ #14317]
34097         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34098         only if needed.
34100 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34102         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34103         and use variable directly.
34104         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34106         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34107         MPONE.
34108         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34109         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34110         variable MPONE.
34111         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34112         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34113         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34114         include directive.  Remove local variable MPONE.
34115         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34116         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34117         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34119 2012-12-25  David S. Miller  <davem@davemloft.net>
34121         * version.h (RELEASE): Set to "development".
34122         (VERSION): Set to "2.17.90".
34123         * NEWS: Add 2.18 section.
34125 2012-12-21  David S. Miller  <davem@davemloft.net>
34127         * po/hr.po: Update from translation team.
34129 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34131         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34133 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34135         * NEWS:  Mention new memcpy for MIPS.
34137 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34139         * manual/contrib.texi (Contributors): Spelling correction.
34141 2012-12-15  David S. Miller  <davem@davemloft.net>
34143         * po/ru.po: Update from translation team.
34145 2012-12-13  David S. Miller  <davem@davemloft.net>
34147         * NEWS: Mention IFUNC testsuite enhancements.
34149         * po/pl.po: Update from translation team.
34150         * po/bg.po: Likewise.
34152         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34153         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34155 2012-12-11  David S. Miller  <davem@davemloft.net>
34157         * po/sv.po: Update from translation team.
34159         * po/vi.po: Update from translation team.
34161         * po/cs.po: Update from translation team.
34163         * po/de.po: Update from translation team.
34164         * po/eo.po: Likewise.
34165         * po/nl.po: Likewise.
34167 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34169         [BZ #14246]
34170         * manual/argp.texi (Argp Helper Functions): Move node to follow
34171         Argp Parsing State.
34173         [BZ #14872]
34174         * manual/conf.texi (Limits on File System Capacity): Mention if
34175         terminating null is included in the max size.
34177 2012-12-10  Andreas Jaeger  <aj@suse.de>
34179         * po/cs.po: Update from translation team.
34181 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34183         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34184         void pointer and cast to uintptr_t.
34185         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34186         path.
34187         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34188         * sysdeps/s390/s390-64/memset.S: Likewise.
34190 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34192         [BZ #14833]
34193         * menual/message.texi (Message Translation): Fix typos.
34194         (Helper programs for gettext): Likewise.
34196 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34198         [BZ #14898]
34199         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34200         Change to -1.
34202 2012-12-07  David S. Miller  <davem@davemloft.net>
34204         * po/libc.pot: Update.
34206 2012-12-07  Richard Henderson  <rth@redhat.com>
34208         [BZ #10114]
34209         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34210         normal/normal case to before the switch.
34211         (_FP_DIV): Likewise.
34213 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34214             Mike Frysinger  <vapier@gentoo.org>
34216         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34217         check for __NR_fadvise64_64.
34219 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34221         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34222         0, not just to plain "0" as a statement.
34223         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34224         with cw.
34226 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34228         * NEWS: Use sourceware.org in Bugzilla URL.
34230 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34233         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34235         * stdio-common/tst-put-error.c (do_test): Add newline to the
34236         padded test to ensure flush.
34238 2012-12-05  Jeff Law  <law@redhat.com>
34240         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34242 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34244         * README: Don't refer to ports add-on as distributed separately.
34245         Mention AArch64 in list of systems supported in the ports add-on.
34247         * LICENSES: Add more non-FSF copyright and license notices.
34249         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34250         ((unused)).
34252         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34254         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34255         10000 as width of padded output.
34257 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34259         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34261         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34262         variable LX with __attribute__ ((unused)).
34263         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34264         Likewise.
34265         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34266         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34267         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34268         with __attribute__ ((unused)).
34270 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34272         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34274 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34276         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34277         (CFLAGS-nldbl-acos.c): New variable.
34278         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34279         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34280         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34281         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34282         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34283         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34284         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34285         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34286         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34287         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34288         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34289         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34290         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34291         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34292         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34293         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34294         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34295         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34296         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34297         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34298         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34299         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34300         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34301         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34302         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34303         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34304         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34305         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34306         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34307         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34308         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34309         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34310         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34311         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34312         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34313         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34314         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34315         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34316         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34317         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34318         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34319         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34320         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34321         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34322         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34323         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34324         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34325         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34326         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34327         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34328         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34329         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34330         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34331         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34332         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34333         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34334         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34335         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34336         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34337         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34338         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34339         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34340         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34341         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34342         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34343         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34344         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34345         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34346         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34347         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34348         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34349         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34350         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34351         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34352         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34353         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34354         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34355         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34356         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34357         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34358         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34359         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34360         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34361         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34362         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34363         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34364         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34365         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34366         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34367         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34368         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34369         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34370         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34371         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34372         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34373         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34374         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34377         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34379         [BZ #14914]
34380         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34381         whole low double instead of just low 47 bits when splitting values
34382         into two parts.
34384 2012-12-03  Allan McRae  <allan@archlinux.org>
34386         * manual/stdio.texi (Predefined Printf Handlers): Remove
34387         @hsep and @vsep usage.
34389 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34391         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34392         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34394 2012-12-03  Jeff Law  <law@redhat.com>
34396         * time/sys/time.h (settimeofday): Do not mark TV argument
34397         as __nonnull.
34399 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34401         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34402         when currently writing and seek to current position when not.
34403         * libio/Makefile (tests): Remove bug-fclose1.
34404         * libio/bug-fclose1.c: Delete.
34406 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34408         * manual/arith.texi (feenableexcept): Fix typo.
34409         (fedisableexcept): Likewise.
34411 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34413         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34414         second, differently-typed declaration, rather than a cast.
34416 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34418         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34419         * include/rpc/svc.h: ... here.
34421 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34423         [BZ #13013]
34424         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34425         depending n and resplen2 to catch cases where answer
34426         equals answerp2.
34428 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34430         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34431         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34433 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34435         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34437 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34439         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34441 2012-11-28  Jeff Law  <law@redhat.com>
34443         [BZ #13761]
34444         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34445         dataset_temporary.  Track alloca usage into alloca_used.
34446         If dataset is large allocate and release it via malloc/free.
34448 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34450         [BZ #14197]
34451         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34453 2012-11-28  David S. Miller  <davem@davemloft.net>
34455         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34457 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34459         [BZ #14803]
34460         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34461         of pi/2 rounded to nearest to 64 bits.
34462         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34463         nearest to 64 bits.
34464         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34465         bits.
34467 2012-11-28  Jeff Law <law@redhat.com>
34468             Martin Osvald <mosvald@redhat.com>
34470         [BZ #14889]
34471         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34472         * sunrpc/svc.c: Include time.h.
34473         (__svc_accept_failed): New function.
34474         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34475         any reason other than EINTR, call __svc_accept_failed.
34476         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34477         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34479 2012-11-28  Andreas Schwab  <schwab@suse.de>
34481         * scripts/abilist.awk: Also handle indirect functions in .opd
34482         section.
34484 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34486         [BZ #13881]
34487         * sysdeps/x86/fpu/powl_helper.c: New file.
34488         * sysdeps/x86/fpu/Makefile: Likewise.
34489         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34490         (p3): New object.
34491         (__ieee754_powl): Use __powl_helper for finite arguments except
34492         integer exponents below 8.
34493         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34494         (p3): New object.
34495         (__ieee754_powl): Use __powl_helper for finite arguments except
34496         integer exponents below 8.
34497         * math/libm-test.inc (pow_test): Add more tests and enable some
34498         previously disabled tests.
34499         * sysdeps/i386/fpu/libm-test-ulps: Update.
34500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34502 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34503             Carlos O'Donell  <carlos_odonell@mentor.com>
34505         * nss/makedb.c (is_prime): Assert that input is odd and greater
34506         than 4.  Note that fact in a comment too.
34507         (next_prime): Add 4 to input.
34509 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34511         [BZ #11741]
34512         * libio/Makefile (tests): Add test case tst-fwrite-error.
34513         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34514         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34515         * libio/tst-fwrite-error.c: New test case.
34517 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34519         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34520         before casting to void *.
34521         * include/libc-internal.h (__pointer_type): New macro.
34522         (__integer_if_pointer_type_sub): Likewise.
34523         (__integer_if_pointer_type): Likewise.
34524         (cast_to_integer): Likewise.
34525         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34526         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34527         before casting to atomic64_t.
34528         (atomic_exchange_acq): Likewise.
34529         (__arch_exchange_and_add_body): Likewise.
34530         (__arch_add_body): Likewise.
34531         (atomic_add_negative): Likewise.
34532         (atomic_add_zero): Likewise.
34534 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34536         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34537         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34538         (add_fdes): Likewise.
34539         (linear_search_fdes): Likewise.
34540         (binary_search_unencoded_fdes): Likewise.
34542 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34544         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34546 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34548         * configure.in: Autodetect C++ header directories.
34549         * configure: Regenerated.
34551 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34553         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34555 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34557         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34559 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34561         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34562         LDBL_MANT_DIG == 106]: Disable some tests.
34563         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34564         Likewise.
34565         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34566         Likewise.
34568         [BZ #14871]
34569         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34570         input for small inputs.  Return +/- pi/2 for large inputs.
34571         * math/libm-test.inc (atan_test): Add more tests.
34573         * sysdeps/generic/unwind-dw2-fde-glibc.c
34574         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34575         __attribute__ ((unused)).
34577         [BZ #14645]
34578         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34579         x * y if x and y are nonzero and z is zero.
34581         [BZ #14811]
34582         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34583         nonzero exponents with absolute value below 0x1p-117 to +/-
34584         0x1p-117.
34586         [BZ #14869]
34587         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34588         up arguments below 2**-450, not just those below 2**-500.
34589         * math/libm-test.inc (hypot_test): Add another test.
34591         [BZ #14868]
34592         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34593         Return a+b for ratio over 2**120, not 2**60.
34594         * math/libm-test.inc (hypot_test): Add another test.
34596         * math/libm-test.inc (clog_test): Use
34597         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34598         (clog10_test): Likewise.
34600         [BZ #6778]
34601         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34603 2012-11-22  Andreas Schwab  <schwab@suse.de>
34605         * sysdeps/i386/fpu/libm-test-ulps: Update.
34607 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34609         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34610         printf output with newline.
34612 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34614         [BZ #14865]
34615         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34616         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34617         -z nodlopen, -z initfirst and -z execstack support.
34618         * configure: Regenerated.
34620         * elf/elf.h (DF_1_NODIRECT): New macro.
34621         (DF_1_IGNMULDEF): Likewise.
34622         (DF_1_NOKSYMS): Likewise.
34623         (DF_1_NOHDR): Likewise.
34624         (DF_1_EDITED): Likewise.
34625         (DF_1_NORELOC): Likewise.
34626         (DF_1_SYMINTPOSE): Likewise.
34627         (DF_1_GLOBAUDIT): Likewise.
34628         (DF_1_SINGLETON): Likewise.
34629         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34630         DT_1_SUPPORTED_MASK bits.
34631         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34633 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34635         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34637 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34639         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34640         macro.
34642         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34643         (sendmmsg): Move declarations...
34644         * socket/sys/socket.h: ... here.
34645         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34646         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34647         include it from...
34648         * socket/recvmmsg.c: ... this new file.
34649         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34650         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34651         definition of __sendmmsg hidden.
34652         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34653         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34654         Move ENOSYS stub into and include it from...
34655         * socket/sendmmsg.c: ... this new file.
34656         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34657         (sysdep_routines): Move recvmmsg and sendmmsg...
34658         * socket/Makefile (routines): ... here.
34659         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34660         (GLIBC_PRIVATE): Add __sendmmsg.
34661         * include/sys/socket.h (__sendmmsg): Add declarations.
34662         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34663         sendmmsg.
34665 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34667         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34668         variable I1 with __attribute__ ((unused)).
34669         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34671 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34673         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34674         DUMMY variables with __attribute__ ((unused)).
34676         * bits/byteswap.h: Include <bits/types.h>.
34677         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34679 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34681         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34682         string_t.  Do not manually set errno.
34683         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34684         length with __strnlen.  Make sure to both set errno and return it on
34685         failure.
34687 2012-11-19  David S. Miller  <davem@davemloft.net>
34689         With help from Joseph Myers.
34690         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34691         very large arguments properly.
34692         * math/libm-test.inc (atan_test): New tests.
34693         (atan2_test): New tests.
34694         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34695         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34697 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34699         [BZ #14856]
34700         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34701         Define to 3.
34703         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34704         [POSIX] (EADDRNOTAVAIL): Likewise.
34705         [POSIX] (EAFNOSUPPORT): Likewise.
34706         [POSIX] (EALREADY): Likewise.
34707         [POSIX] (ECONNABORTED): Likewise.
34708         [POSIX] (ECONNREFUSED): Likewise.
34709         [POSIX] (ECONNRESET): Likewise.
34710         [POSIX] (EDESTADDRREQ): Likewise.
34711         [POSIX] (EDQUOT): Likewise.
34712         [POSIX] (EHOSTUNREACH): Likewise.
34713         [POSIX] (EIDRM): Likewise.
34714         [POSIX] (EISCONN): Likewise.
34715         [POSIX] (ELOOP): Likewise.
34716         [POSIX] (EMULTIHOP): Likewise.
34717         [POSIX] (ENETDOWN): Likewise.
34718         [POSIX] (ENETUNREACH): Likewise.
34719         [POSIX] (ENOBUFS): Likewise.
34720         [POSIX] (ENODATA): Likewise.
34721         [POSIX] (ENOLINK): Likewise.
34722         [POSIX] (ENOMSG): Likewise.
34723         [POSIX] (ENOPROTOOPT): Likewise.
34724         [POSIX] (ENOSR): Likewise.
34725         [POSIX] (ENOSTR): Likewise.
34726         [POSIX] (ENOTCONN): Likewise.
34727         [POSIX] (ENOTSOCK): Likewise.
34728         [POSIX] (EOPNOTSUPP): Likewise.
34729         [POSIX] (EOVERFLOW): Likewise.
34730         [POSIX] (EPROTO): Likewise.
34731         [POSIX] (EPROTONOSUPPORT): Likewise.
34732         [POSIX] (EPROTOTYPE): Likewise.
34733         [POSIX] (ESTALE): Likewise.
34734         [POSIX] (ETIME): Likewise.
34735         [POSIX] (ETXTBSY): Likewise.
34736         [POSIX] (EWOULDBLOCK): Likewise.
34737         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34738         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34739         [POSIX] (SEEK_CUR): Likewise.
34740         [POSIX] (SEEK_END): Likewise.
34741         [POSIX || UNIX98] (mode_t): Do not require.
34742         [POSIX] (off_t): Likewise.
34743         [POSIX] (pid_t): Likewise.
34744         [POSIX] (sys/stat.h): Do not allow header.
34745         [POSIX] (unistd.h): Likewise.
34746         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34747         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34748         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34749         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34750         require.
34751         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34752         sigevent): Specify elements.
34753         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34754         entry.
34755         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34756         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34758         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34759         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34760         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34761         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34762         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34763         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34764         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34765         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34766         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34767         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34768         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34769         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34770         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34771         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34772         Likewise.
34773         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34774         Likewise.
34775         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34776         Likewise.
34777         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34778         Likewise.
34779         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34780         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34781         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34782         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34783         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34784         Specify lower bound on value.
34785         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34786         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34787         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34788         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34789         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34790         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34791         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34792         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34793         value.
34794         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34795         as optional.
34796         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34797         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34798         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34799         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34800         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34801         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34802         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34803         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34804         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34805         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34806         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34807         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34808         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34809         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34810         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34811         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34812         entry.
34813         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34814         optional.
34815         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34816         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34817         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34818         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34819         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34820         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34821         Likewise.
34822         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34823         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34824         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34825         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34826         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34827         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34828         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34829         as optional.
34830         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34831         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34832         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34833         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34834         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34835         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34836         specify as optional.
34837         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34838         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34839         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34840         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34841         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34842         [XPG3] (NL_LANGMAX): Likewise.
34843         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34844         [POSIX || XPG3] (NL_NMAX): Likewise.
34845         [POSIX || XPG3] (NL_SETMAX): Likewise.
34846         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34847         [XPG3] (NZERO): Likewise.
34848         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34849         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34850         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34851         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34852         (REG_ERANGE): Expect.
34853         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34854         optional-constant.
34855         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34856         Use (void) in prototype.
34857         [POSIX] (*_t): Allow.
34858         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34859         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34860         (WRDE_BADVAL): Expect.
34862         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34863         expect.
34864         [XPG3 || XPG4] (O_RSYNC): Likewise.
34865         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34866         Likewise.
34867         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34868         [XPG3 || XPG4] (sigqueue): Likewise.
34869         [XPG3 || XPG4] (sigtimedwait): Likewise.
34870         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34871         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34872         [XPG3 || XPG4] (vsnprintf): Likewise.
34873         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34874         Likewise.
34875         [XPG3 || XPG4] (blksize_t): Likewise.
34876         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34877         Likewise.
34878         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34879         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34880         [XPG3 || XPG4] (struct itimerspec): Likewise.
34881         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34882         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34883         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34884         [XPG3 || XPG4] (clockid_t): Likewise.
34885         [XPG3 || XPG4] (timer_t): Likewise.
34886         [XPG3 || XPG4] (clock_getres): Likewise.
34887         [XPG3 || XPG4] (clock_gettime): Likewise.
34888         [XPG3 || XPG4] (clock_settime): Likewise.
34889         [XPG3 || XPG4] (nanosleep): Likewise.
34890         [XPG3 || XPG4] (timer_create): Likewise.
34891         [XPG3 || XPG4] (timer_delete): Likewise.
34892         [XPG3 || XPG4] (timer_gettime): Likewise.
34893         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34894         [XPG3 || XPG4] (timer_settime): Likewise.
34895         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34896         [XPG3 || XPG4] (getlogin_r): Likewise.
34897         [XPG3 || XPG4] (pread): Likewise.
34898         [XPG3 || XPG4] (pthread_atfork): Likewise.
34899         [XPG3 || XPG4] (pwrite): Likewise.
34901         [BZ #14835]
34902         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34903         <bits/siginfo.h>.
34905 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34907         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34908         finalizing MALLSTREAM.
34910         * sysdeps/mach/hurd/syncfs.c: New file.
34912 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34914         [BZ #14719]
34915         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34916         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34917         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34918         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34919         (_nss_dns_gethostbyname4_r): Likewise.
34920         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34921         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34923 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34925         [BZ #13763]
34926         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34928 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34930         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34931         * elf/cache.c (print_entry): Print ",AArch64" for
34932         FLAG_AARCH64_LIB64
34934         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34935         * elf/cache.c (print_entry): Print ",hard-float" for
34936         FLAG_ARM_LIBHF.
34938 2012-11-18  David S. Miller  <davem@davemloft.net>
34940         With help from Joseph Myers.
34941         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34942         cutoff to 2**-13.
34943         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34944         cutoff to 2**-25.
34945         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34946         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34947         small.
34948         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34949         * math/libm-test.inc (y0_test): New tests.
34950         (y1_test): New tests.
34951         * sysdeps/i386/fpu/libm-test-ulps: Update.
34952         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34953         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34955 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34957         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34958         64-bit targets.
34959         * configure: Regenerated.
34961 2012-11-17  David S. Miller  <davem@davemloft.net>
34963         [BZ #14811]
34964         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34965         nonzero exponents with absolute value below 0x1p-128 to +/-
34966         0x1p-128.
34968 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34970         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34972         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34974         * posix/getconf-speclist.c: New file.
34975         * posix/posix-envs.def: Likewise.
34976         * posix/confstr.c (START_ENV_GROUP): New macro.
34977         (END_ENV_GROUP): Likewise.
34978         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34979         (KNOWN_PRESENT_ENV_STRING): Likewise.
34980         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34981         (UNKNOWN_ENVIRONMENT): Likewise.
34982         (confstr): Include posix-envs.def instead of handling
34983         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34984         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34985         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34986         (END_ENV_GROUP): Likewise.
34987         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34988         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34989         (UNKNOWN_ENVIRONMENT): Likewise.
34990         (__sysconf): Include posix-envs.def instead of handling associated
34991         cases directly here.
34992         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34993         preprocessing getconf-speclist.c rather than running getconf or
34994         generating empty file.
34996 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34998         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35000 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35002         [BZ #14672]
35003         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35005 2012-11-16  David S. Miller  <davem@davemloft.net>
35007         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35008         smaller than LDBL_EPSILON/2.0L, just return xm1.
35010 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35012         * elf/tst-array1.c (init): Set constructor priority to 1000.
35013         (fini): Set destructor priority to 1000.
35014         * elf/tst-array2dep.c: Likewise.
35016 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35018         [BZ #11741]
35019         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35020         (_IO_new_file_xsputn): Also return EOF if none of the input
35021         data was written when overflow failed.
35022         * libio/iopadn.c (_IO_padn): Likewise.
35023         * libio/iowpadn.c (_IO_wpadn): Likewise.
35024         * stdio-common/tst-put-error.c: Add copyright notice.
35025         (do_test): Add case for printing padded string.
35026         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35027         _IO_padn returned error.
35028         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35029         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35030         return EOF.
35032 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35034         * libio/libioP.h: Add comment note that the references to C++
35035         bits are now obsolete.
35037 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35039         * math/libm-test.inc (check_complex): Use asprintf.
35041 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35043         * debug/pcprofiledump.c (print_version): Update copyright year.
35044         * malloc/memusagestat.c (print_version): Likewise.
35046 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35048         [BZ #14831]
35049         * elf/Makefile (tests): Add tst-audit8.
35050         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35051         ($(objpfx)tst-audit8.out): New target.
35052         (tst-audit8-ENV): New variable.
35053         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35054         audit if l_reloc_result is NULL.
35055         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35056         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35057         * elf/tst-audit8.c: New file.
35059 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35061         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35062         * misc/Makefile (CFLAGS-select.c): Define.
35063         * posix/Makefile (CFLAGS-pause.c): Define.
35065 2012-11-13  David S. Miller  <davem@davemloft.net>
35067         * crypt/Makefile: Move test targets after toplevel Rules
35068         inclusion.  Grab any necessary sysdep routines when linking.
35069         * crypt/md5.c (md5_process_block): Remove define, we will always
35070         name it __md5_process_block.
35071         (md5_finish_ctx): Update md5_process_block call.
35072         (md5_stream): Likewise.
35073         (md5_process_bytes): Likewise.
35074         (md5_process_block): Rename to __md5_process_block and move to ...
35075         * crypt/md5-block.c: ... here.
35076         * crypt/sha256.c (sha256_process_block): Move to ...
35077         * crypt/sha256-block.c: ... here.
35078         * crypt/sha512.c (sha512_process_block): Move to ...
35079         * crypt/sha512-block.c: ... here.
35080         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35081         path.
35082         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35083         * sysdeps/sparc/sparc64/multiarch/Makefile
35084         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35085         crypt subdir.
35086         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35087         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35088         multiarch changes.
35089         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35090         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35091         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35092         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35093         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35094         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35095         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35096         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35097         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35098         file.
35099         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35100         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35101         file.
35102         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35104 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35106         * timezone/tzselect.ksh: Update from tzcode git revision
35107         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35108         * timezone/zdump.c: Likewise.
35109         * timezone/zic.c: Likewise.
35110         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35111         in TZVERSION setting, not $(PKGVERSION).
35112         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35113         REPORT_BUGS_TO settings.
35115         [BZ #14838]
35116         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35117         macro.
35119 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35121         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35122         detection to immediately after _FP_ROUND().
35123         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35124         bits are 0.
35126 2012-11-11  David S. Miller  <davem@davemloft.net>
35128         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35129         inttypes.h
35130         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35131         __close rather than their public counterparts.
35133 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35135         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35136         file.
35137         [UNIX98] (sem_timedwait): Do not expect.
35138         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35139         [XPG4 || UNIX98] (sockatmark): Do not expect.
35140         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35141         (clock_getcpuclockid): Do not expect.
35142         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35143         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35144         Do not expect.
35145         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35146         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35147         [UNIX98] (vwscanf): Likewise.
35148         [UNIX98] (vswscanf): Likewise.
35150 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35152         * timezone/version.h: Remove file.
35153         * timezone/README: Do not refer to version.h.
35154         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35155         $(objpfx)version.h.
35156         ($(objpfx)zdump.o): Likewise.
35157         ($(objpfx)version.h): New target.
35159         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35160         2012i.
35161         * timezone/README: Don't mention modification to tzselect.ksh.
35162         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35163         work on unmodified tzselect.ksh.  Substitute version numbers in
35164         tzselect.ksh.
35166         * Makefile (format-me): Remove.
35167         (INSTALL): Adjust indentation.  Use commands directly instead of
35168         using $(format-me).
35170         * aclocal.m4 (ACX_PKGVERSION): New macro.
35171         (ACX_BUGURL): Likewise.
35172         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35173         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35174         (REPORT_BUGS_TO): Likewise.
35175         * configure: Regenerated.
35176         * config.h.in (PKGVERSION): New macro.
35177         (REPORT_BUGS_TO): Likewise.
35178         * config.make.in (PKGVERSION): New variable.
35179         (PKGVERSION_TEXI): Likewise.
35180         (REPORT_BUGS_TO): Likewise.
35181         (REPORT_BUGS_TEXI): Likewise.
35182         * Makefile (format-me): Use -I$(common-objpfx)manual.
35183         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35184         ($(common-objpfx)manual/%): New target.
35185         (manual/%): Remove target.
35186         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35187         (print_version): Use PKGVERSION.
35188         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35189         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35190         and REPORT_BUGS_TO.
35191         ($(objpfx)xtrace): Likewise.
35192         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35193         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35194         (print_version): Use PKGVERSION.
35195         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35196         (do_version): Use PKGVERSION.
35197         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35198         REPORT_BUGS_TO.
35199         (common-ldd-rewrite): Likewise.
35200         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35201         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35202         (print_version): Use PKGVERSION.
35203         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35204         * elf/pldd.c (argp_program_bug_address): Remove variable.
35205         (more_help): New function.
35206         (argp): Use more_help.
35207         (print_version): Use PKGVERSION.
35208         * elf/sln.c (main): Use PKGVERSION.
35209         (usage): Use REPORT_BUGS_TO.
35210         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35211         (top level): Use PKGVERSION.
35212         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35213         (print_version): Use PKGVERSION.
35214         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35215         (print_version): Use PKGVERSION.
35216         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35217         (print_version): Use PKGVERSION.
35218         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35219         (print_version): Use PKGVERSION.
35220         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35221         (print_version): Use PKGVERSION.
35222         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35223         (print_version): Use PKGVERSION.
35224         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35225         and BUGURL.
35226         ($(objpfx)memusage): Likewise.
35227         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35228         (do_version): Use PKGVERSION.
35229         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35230         (print_version): Use PKGVERSION.
35231         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35232         ($PKGVERSION): New variable.
35233         ($REPORT_BUGS_TO): Likewise.
35234         (usage): Use $REPORT_BUGS_TO.
35235         (top level): Use $PKGVERSION.
35236         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35237         ($(objpfx)pkgvers.texi): New rule.
35238         ($(objpfx)stamp-pkgvers): Likewise.
35239         * manual/install.texi: Include pkgvers.texi.
35240         (--with-pkgversion): Document new configure option.
35241         (--with-bugurl): Likewise.
35242         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35243         than necessarily for this particular distribution.  Use
35244         REPORT_BUGS_TO for where to report bugs.
35245         * INSTALL: Regenerated.
35246         * manual/libc.texinfo: Include pkgvers.texi.
35247         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35248         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35249         (print_version): Use PKGVERSION.
35250         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35251         (print_version): Use PKGVERSION.
35252         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35253         (print_version): Use PKGVERSION.
35254         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35255         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35256         macro.
35257         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35258         (print_version): Use PKGVERSION.
35259         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35260         (print_version): Use PKGVERSION.
35261         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35262         and PKGVERSION.
35264         * timezone/checktab.awk: Update from tzcode 2012i.
35265         * timezone/ialloc.c: Likewise.
35266         * timezone/private.h: Likewise.
35267         * timezone/scheck.c: Likewise.
35268         * timezone/tzfile.h: Likewise.
35269         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35270         (TZVERSION): Hardcode tzcode version number.
35271         * timezone/zdump.c: Update from tzcode 2012i.
35272         * timezone/zic.c: Likewise.
35273         * timezone/version.h: New file.
35274         * timezone/README: Describe version.h.  Update upstream location.
35276         [BZ #14824]
35277         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35278         (mktemp): Enable declaration.
35279         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35280         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35281         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35282         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35283         Likewise.
35284         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35285         Likewise.
35286         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35287         Likewise.
35288         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35289         Likewise.
35290         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35291         Likewise.
35292         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35293         Likewise.
35295         [BZ #14821]
35296         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35297         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35298         for copies of such integer values.
35299         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35300         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35302 2012-11-09  Andreas Jaeger  <aj@suse.de>
35304         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35305         definitions and declarations that are provided by
35306         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35308 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35310         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35311         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35312         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35313         definition.
35315 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35317         * elf/elf.h: Update comment before AArch64 relocations.
35319 2012-11-07  David S. Miller  <davem@davemloft.net>
35321         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35322         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35323         (__start_context): Declare.
35324         (__makecontext_ret): Delete.
35325         (__makecontext): Hook up __start_context instead of
35326         __makecontext_ret.
35327         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35328         (sysdep_routines): Add __start_context when in stdlib.
35330 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35332         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35333         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35334         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35335         hardcoded "nm".
35336         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35337         (READELF): New variable.  Use it instead of hardcoded "readelf".
35339 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35341         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35342         * sysdeps/x86/Makefile: Here.
35343         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35344         * sysdeps/x86/tst-xmmymm.sh: This.
35346 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35348         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35349         expectations.
35350         [UNIX98] (pthread_barrier_t): Do not expect.
35351         [UNIX98] (pthread_barrierattr_t): Likewise.
35352         [UNIX98] (pthread_spinlock_t): Likewise.
35353         [UNIX98] (pthread_barrier_destroy): Likewise.
35354         [UNIX98] (pthread_barrier_init): Likewise.
35355         [UNIX98] (pthread_barrier_wait): Likewise.
35356         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35357         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35358         [UNIX98] (pthread_barrierattr_init): Likewise.
35359         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35360         [UNIX98] (pthread_getcpuclockid): Likewise.
35361         [UNIX98] (pthread_mutex_timedlock): Likewise.
35362         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35363         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35364         [UNIX98] (pthread_sigmask): Likewise.
35365         [UNIX98] (pthread_spin_destroy): Likewise.
35366         [UNIX98] (pthread_spin_init): Likewise.
35367         [UNIX98] (pthread_spin_lock): Likewise.
35368         [UNIX98] (pthread_spin_trylock): Likewise.
35369         [UNIX98] (pthread_spin_unlock): Likewise.
35370         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35371         Do not expect.
35372         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35373         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35374         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35375         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35376         [XPG3 || XPG4] (pthread_key_t): Likewise.
35377         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35378         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35379         [XPG3 || XPG4] (pthread_once_t): Likewise.
35380         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35381         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35382         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35383         [XPG3 || XPG4] (pthread_t): Likewise.
35385         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35386         not expect.
35387         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35389         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35390         Change function return type to int.
35392         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35393         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35394         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35395         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35396         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35397         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35398         [!POSIX] (posix_madvise): Likewise.
35399         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35400         && !UNIX98].
35401         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35402         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35403         (mode_t): Likewise.
35404         (posix_mem_offset): Likewise.
35405         (posix_typed_mem_get_info): Likewise.
35406         (posix_typed_mem_open): Likewise.
35408         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35409         Change condition to [XOPEN2K8].
35411         * conform/conformtest.pl: Preprocess allow-header data with -x c
35412         instead of from stdin.
35413         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35414         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35415         [C99-based standards] (cerfc): Likewise.
35416         [C99-based standards] (cexp2): Likewise.
35417         [C99-based standards] (cexpm1): Likewise.
35418         [C99-based standards] (clog10): Likewise.
35419         [C99-based standards] (clog1p): Likewise.
35420         [C99-based standards] (clog2): Likewise.
35421         [C99-based standards] (clgamma): Likewise.
35422         [C99-based standards] (ctgamma): Likewise.
35423         [C99-based standards] (cerff): Likewise.
35424         [C99-based standards] (cerfcf): Likewise.
35425         [C99-based standards] (cexp2f): Likewise.
35426         [C99-based standards] (cexpm1f): Likewise.
35427         [C99-based standards] (clog10f): Likewise.
35428         [C99-based standards] (clog1pf): Likewise.
35429         [C99-based standards] (clog2f): Likewise.
35430         [C99-based standards] (clgammaf): Likewise.
35431         [C99-based standards] (ctgammaf): Likewise.
35432         [C99-based standards] (cerfl): Likewise.
35433         [C99-based standards] (cerfcl): Likewise.
35434         [C99-based standards] (cexp2l): Likewise.
35435         [C99-based standards] (cexpm1l): Likewise.
35436         [C99-based standards] (clog10l): Likewise.
35437         [C99-based standards] (clog1pl): Likewise.
35438         [C99-based standards] (clog2l): Likewise.
35439         [C99-based standards] (clgammal): Likewise.
35440         [C99-based standards] (ctgammal): Likewise.
35441         * conform/data/inttypes.h-data [C99-based standards]: Include
35442         stdint.h-data.  Remove all expectations for stdint.h contents.
35443         [C99-based standards] (PRI*): Do not allow.
35444         [C99-based standards] (SCN*): Likewise.
35445         [C99-based standards] (*_t): Likewise.
35446         [C99-based-standards] (PRId8): Expect macro.
35447         [C99-based-standards] (PRIi8): Likewise.
35448         [C99-based-standards] (PRIo8): Likewise.
35449         [C99-based-standards] (PRIu8): Likewise.
35450         [C99-based-standards] (PRIx8): Likewise.
35451         [C99-based-standards] (PRIX8): Likewise.
35452         [C99-based-standards] (SCNd8): Likewise.
35453         [C99-based-standards] (SCNi8): Likewise.
35454         [C99-based-standards] (SCNo8): Likewise.
35455         [C99-based-standards] (SCNu8): Likewise.
35456         [C99-based-standards] (SCNx8): Likewise.
35457         [C99-based-standards] (PRIdLEAST8): Likewise.
35458         [C99-based-standards] (PRIiLEAST8): Likewise.
35459         [C99-based-standards] (PRIoLEAST8): Likewise.
35460         [C99-based-standards] (PRIuLEAST8): Likewise.
35461         [C99-based-standards] (PRIxLEAST8): Likewise.
35462         [C99-based-standards] (PRIXLEAST8): Likewise.
35463         [C99-based-standards] (SCNdLEAST8): Likewise.
35464         [C99-based-standards] (SCNiLEAST8): Likewise.
35465         [C99-based-standards] (SCNoLEAST8): Likewise.
35466         [C99-based-standards] (SCNuLEAST8): Likewise.
35467         [C99-based-standards] (SCNxLEAST8): Likewise.
35468         [C99-based-standards] (PRIdFAST8): Likewise.
35469         [C99-based-standards] (PRIiFAST8): Likewise.
35470         [C99-based-standards] (PRIoFAST8): Likewise.
35471         [C99-based-standards] (PRIuFAST8): Likewise.
35472         [C99-based-standards] (PRIxFAST8): Likewise.
35473         [C99-based-standards] (PRIXFAST8): Likewise.
35474         [C99-based-standards] (SCNdFAST8): Likewise.
35475         [C99-based-standards] (SCNiFAST8): Likewise.
35476         [C99-based-standards] (SCNoFAST8): Likewise.
35477         [C99-based-standards] (SCNuFAST8): Likewise.
35478         [C99-based-standards] (SCNxFAST8): Likewise.
35479         [C99-based-standards] (PRId16): Likewise.
35480         [C99-based-standards] (PRIi16): Likewise.
35481         [C99-based-standards] (PRIo16): Likewise.
35482         [C99-based-standards] (PRIu16): Likewise.
35483         [C99-based-standards] (PRIx16): Likewise.
35484         [C99-based-standards] (PRIX16): Likewise.
35485         [C99-based-standards] (SCNd16): Likewise.
35486         [C99-based-standards] (SCNi16): Likewise.
35487         [C99-based-standards] (SCNo16): Likewise.
35488         [C99-based-standards] (SCNu16): Likewise.
35489         [C99-based-standards] (SCNx16): Likewise.
35490         [C99-based-standards] (PRIdLEAST16): Likewise.
35491         [C99-based-standards] (PRIiLEAST16): Likewise.
35492         [C99-based-standards] (PRIoLEAST16): Likewise.
35493         [C99-based-standards] (PRIuLEAST16): Likewise.
35494         [C99-based-standards] (PRIxLEAST16): Likewise.
35495         [C99-based-standards] (PRIXLEAST16): Likewise.
35496         [C99-based-standards] (SCNdLEAST16): Likewise.
35497         [C99-based-standards] (SCNiLEAST16): Likewise.
35498         [C99-based-standards] (SCNoLEAST16): Likewise.
35499         [C99-based-standards] (SCNuLEAST16): Likewise.
35500         [C99-based-standards] (SCNxLEAST16): Likewise.
35501         [C99-based-standards] (PRIdFAST16): Likewise.
35502         [C99-based-standards] (PRIiFAST16): Likewise.
35503         [C99-based-standards] (PRIoFAST16): Likewise.
35504         [C99-based-standards] (PRIuFAST16): Likewise.
35505         [C99-based-standards] (PRIxFAST16): Likewise.
35506         [C99-based-standards] (PRIXFAST16): Likewise.
35507         [C99-based-standards] (SCNdFAST16): Likewise.
35508         [C99-based-standards] (SCNiFAST16): Likewise.
35509         [C99-based-standards] (SCNoFAST16): Likewise.
35510         [C99-based-standards] (SCNuFAST16): Likewise.
35511         [C99-based-standards] (SCNxFAST16): Likewise.
35512         [C99-based-standards] (PRId32): Likewise.
35513         [C99-based-standards] (PRIi32): Likewise.
35514         [C99-based-standards] (PRIo32): Likewise.
35515         [C99-based-standards] (PRIu32): Likewise.
35516         [C99-based-standards] (PRIx32): Likewise.
35517         [C99-based-standards] (PRIX32): Likewise.
35518         [C99-based-standards] (SCNd32): Likewise.
35519         [C99-based-standards] (SCNi32): Likewise.
35520         [C99-based-standards] (SCNo32): Likewise.
35521         [C99-based-standards] (SCNu32): Likewise.
35522         [C99-based-standards] (SCNx32): Likewise.
35523         [C99-based-standards] (PRIdLEAST32): Likewise.
35524         [C99-based-standards] (PRIiLEAST32): Likewise.
35525         [C99-based-standards] (PRIoLEAST32): Likewise.
35526         [C99-based-standards] (PRIuLEAST32): Likewise.
35527         [C99-based-standards] (PRIxLEAST32): Likewise.
35528         [C99-based-standards] (PRIXLEAST32): Likewise.
35529         [C99-based-standards] (SCNdLEAST32): Likewise.
35530         [C99-based-standards] (SCNiLEAST32): Likewise.
35531         [C99-based-standards] (SCNoLEAST32): Likewise.
35532         [C99-based-standards] (SCNuLEAST32): Likewise.
35533         [C99-based-standards] (SCNxLEAST32): Likewise.
35534         [C99-based-standards] (PRIdFAST32): Likewise.
35535         [C99-based-standards] (PRIiFAST32): Likewise.
35536         [C99-based-standards] (PRIoFAST32): Likewise.
35537         [C99-based-standards] (PRIuFAST32): Likewise.
35538         [C99-based-standards] (PRIxFAST32): Likewise.
35539         [C99-based-standards] (PRIXFAST32): Likewise.
35540         [C99-based-standards] (SCNdFAST32): Likewise.
35541         [C99-based-standards] (SCNiFAST32): Likewise.
35542         [C99-based-standards] (SCNoFAST32): Likewise.
35543         [C99-based-standards] (SCNuFAST32): Likewise.
35544         [C99-based-standards] (SCNxFAST32): Likewise.
35545         [C99-based-standards] (PRId64): Likewise.
35546         [C99-based-standards] (PRIi64): Likewise.
35547         [C99-based-standards] (PRIo64): Likewise.
35548         [C99-based-standards] (PRIu64): Likewise.
35549         [C99-based-standards] (PRIx64): Likewise.
35550         [C99-based-standards] (PRIX64): Likewise.
35551         [C99-based-standards] (SCNd64): Likewise.
35552         [C99-based-standards] (SCNi64): Likewise.
35553         [C99-based-standards] (SCNo64): Likewise.
35554         [C99-based-standards] (SCNu64): Likewise.
35555         [C99-based-standards] (SCNx64): Likewise.
35556         [C99-based-standards] (PRIdLEAST64): Likewise.
35557         [C99-based-standards] (PRIiLEAST64): Likewise.
35558         [C99-based-standards] (PRIoLEAST64): Likewise.
35559         [C99-based-standards] (PRIuLEAST64): Likewise.
35560         [C99-based-standards] (PRIxLEAST64): Likewise.
35561         [C99-based-standards] (PRIXLEAST64): Likewise.
35562         [C99-based-standards] (SCNdLEAST64): Likewise.
35563         [C99-based-standards] (SCNiLEAST64): Likewise.
35564         [C99-based-standards] (SCNoLEAST64): Likewise.
35565         [C99-based-standards] (SCNuLEAST64): Likewise.
35566         [C99-based-standards] (SCNxLEAST64): Likewise.
35567         [C99-based-standards] (PRIdFAST64): Likewise.
35568         [C99-based-standards] (PRIiFAST64): Likewise.
35569         [C99-based-standards] (PRIoFAST64): Likewise.
35570         [C99-based-standards] (PRIuFAST64): Likewise.
35571         [C99-based-standards] (PRIxFAST64): Likewise.
35572         [C99-based-standards] (PRIXFAST64): Likewise.
35573         [C99-based-standards] (SCNdFAST64): Likewise.
35574         [C99-based-standards] (SCNiFAST64): Likewise.
35575         [C99-based-standards] (SCNoFAST64): Likewise.
35576         [C99-based-standards] (SCNuFAST64): Likewise.
35577         [C99-based-standards] (SCNxFAST64): Likewise.
35578         [C99-based-standards] (PRIdMAX): Likewise.
35579         [C99-based-standards] (PRIiMAX): Likewise.
35580         [C99-based-standards] (PRIoMAX): Likewise.
35581         [C99-based-standards] (PRIuMAX): Likewise.
35582         [C99-based-standards] (PRIxMAX): Likewise.
35583         [C99-based-standards] (PRIXMAX): Likewise.
35584         [C99-based-standards] (SCNdMAX): Likewise.
35585         [C99-based-standards] (SCNiMAX): Likewise.
35586         [C99-based-standards] (SCNoMAX): Likewise.
35587         [C99-based-standards] (SCNuMAX): Likewise.
35588         [C99-based-standards] (SCNxMAX): Likewise.
35589         [C99-based-standards] (PRIdPTR): Likewise.
35590         [C99-based-standards] (PRIiPTR): Likewise.
35591         [C99-based-standards] (PRIoPTR): Likewise.
35592         [C99-based-standards] (PRIuPTR): Likewise.
35593         [C99-based-standards] (PRIxPTR): Likewise.
35594         [C99-based-standards] (PRIXPTR): Likewise.
35595         [C99-based-standards] (SCNdPTR): Likewise.
35596         [C99-based-standards] (SCNiPTR): Likewise.
35597         [C99-based-standards] (SCNoPTR): Likewise.
35598         [C99-based-standards] (SCNuPTR): Likewise.
35599         [C99-based-standards] (SCNxPTR): Likewise.
35600         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35601         allow.
35602         * conform/data/stdint.h-data: Update comments to clarify
35603         requirements.
35604         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35605         type.
35606         [C99-based standards] (INT8_MAX): Likewise.
35607         [C99-based standards] (INT16_MIN): Likewise.
35608         [C99-based standards] (INT16_MAX): Likewise.
35609         [C99-based standards] (INT32_MIN): Likewise.
35610         [C99-based standards] (INT32_MAX): Likewise.
35611         [C99-based standards] (INT64_MIN): Likewise.
35612         [C99-based standards] (INT64_MAX): Likewise.
35613         [C99-based standards] (UINT8_MAX): Likewise.
35614         [C99-based standards] (UINT16_MAX): Likewise.
35615         [C99-based standards] (UINT32_MAX): Likewise.
35616         [C99-based standards] (UINT64_MAX): Likewise.
35617         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35618         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35619         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35620         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35621         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35622         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35623         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35624         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35625         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35626         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35627         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35628         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35629         [C99-based standards] (INT_FAST8_MIN): Likewise.
35630         [C99-based standards] (INT_FAST8_MAX): Likewise.
35631         [C99-based standards] (INT_FAST16_MIN): Likewise.
35632         [C99-based standards] (INT_FAST16_MAX): Likewise.
35633         [C99-based standards] (INT_FAST32_MIN): Likewise.
35634         [C99-based standards] (INT_FAST32_MAX): Likewise.
35635         [C99-based standards] (INT_FAST64_MIN): Likewise.
35636         [C99-based standards] (INT_FAST64_MAX): Likewise.
35637         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35638         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35639         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35640         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35641         [C99-based standards] (INTPTR_MIN): Likewise.
35642         [C99-based standards] (INTPTR_MAX): Likewise.
35643         [C99-based standards] (UINTPTR_MAX): Likewise.
35644         [C99-based standards] (INTMAX_MIN): Likewise.
35645         [C99-based standards] (INTMAX_MAX): Likewise.
35646         [C99-based standards] (UINTMAX_MAX): Likewise.
35647         [C99-based standards] (PTRDIFF_MIN): Likewise.
35648         [C99-based standards] (PTRDIFF_MAX): Likewise.
35649         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35650         [C99-based standards] (SIZE_MAX): Likewise.
35651         [C99-based standards] (WCHAR_MAX): Likewise.
35652         [C99-based standards] (WINT_MAX): Likewise.
35653         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35654         constraint on value.
35655         [C99-based standards] (WCHAR_MIN): Likewise.
35656         [C99-based standards] (WINT_MIN): Likewise.
35657         [C99-based standards] (*_t): Allow.
35658         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35659         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35660         Include math.h-data and complex.h-data.  Remove all expectations
35661         of math.h and complex.h contents.
35662         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35663         at end of line.
35664         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35665         (struct tm): Expect tag.
35666         [C99-based-standards] (wcstof): Expect function.
35667         [C99-based-standards] (wcstold): Likewise.
35668         [C99-based-standards] (wcstoll): Likewise.
35669         [C99-based-standards] (wcstoull): Likewise.
35670         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35671         macro-int-constant.  Specify type.
35672         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35673         constraint on value.
35674         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35675         Specify type.
35676         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35677         Specify value.
35678         [ISO C standards]: Do not allow headers.
35679         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35680         wcs[abcdefghijklmnopqrstuvwxyz]*.
35681         [ISO C standards] (*_t): Do not allow.
35682         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35683         Expect function.
35684         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35685         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35686         Specify type.
35687         [ISO C standards]: Do not allow headers.
35688         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35689         is[abcdefghijklmnopqrstuvwxyz]*.
35690         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35691         to[abcdefghijklmnopqrstuvwxyz]*.
35692         [ISO C standards] (*_t): Do not allow.
35693         * conform/data/stdalign.h-data: New file.
35694         * conform/data/stdbool.h-data: Likewise.
35695         * conform/data/stdnoreturn.h-data: Likewise.
35697 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35699         [BZ #14815]
35700         * manual/filesys.texi (Directory Entries): Typo fix.
35701         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35703 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35705         * elf/elf.h (EM_AARCH64): New macro.
35706         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35707         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35708         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35709         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35710         (R_AARCH64_TLSDESC): Likewise.
35711         (NT_ARM_TLS): Likewise.
35712         (NT_ARM_HW_BREAK): Likewise.
35713         (NT_ARM_HW_WATCH): Likewise.
35715 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35717         [BZ #14811]
35718         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35719         (__ieee754_powl): Saturate nonzero exponents with absolute value
35720         below 0x1p-79 to +/- 0x1p-79.
35721         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35722         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35723         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35724         nonzero exponents with absolute value below 0x1p-32 to +/-
35725         0x1p-32.
35726         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35727         (__ieee754_powl): Saturate nonzero exponents with absolute value
35728         below 0x1p-79 to +/- 0x1p-79.
35729         * math/libm-test.inc (pow_test): Add more tests.
35731 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35733         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35734         _dl_s390_cap_flags with kernel. Increase string length.
35735         (_dl_s390_platforms): Add z196 and zEC12.
35737 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35739         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35740         Change XOPEN21K to XOPEN2K.
35742 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35744         * string/memmove.c: Use memcpy when possible.
35746 2012-11-06  Andreas Jaeger  <aj@suse.de>
35748         * po/eo.po: Update from translation team.
35750 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35752         [BZ #14793]
35753         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35754         exponent and small x and y exponents, scale x or y up.  Increase
35755         by 2 the exponent used in scaling up.
35756         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35757         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35758         * math/libm-test.inc (fma_test): Add more tests.
35759         (fma_test_towardzero): Likewise.
35760         (fma_test_downward): Likewise.
35761         (fma_test_upward): Likewise.
35763 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35765         [BZ #14805]
35766         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35767         fenv_t *.
35769         [BZ #14801]
35770         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35771         namespace for names of struct fields.
35772         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35773         fenv_t fields.
35774         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35775         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35777 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35779         [BZ #3665]
35780         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35782 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35784         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35785         PTR_DEMANGLE.
35787         [BZ #5246]
35788         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35789         PTR_DEMANGLE.
35791 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35793         [BZ #14797]
35794         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35795         definitely overflow as x * y not x * y + z.
35796         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35797         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35798         * math/libm-test.inc (fma_test): Add more tests.
35799         (fma_test_towardzero): Likewise.
35800         (fma_test_downward): Likewise.
35801         (fma_test_upward): Likewise.
35803 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35805         [BZ #157]
35807         * include/stub-tag.h: Remove file.
35808         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35809         '#include' of it.
35810         * manual/maint.texi (Porting): Don't reference it.
35811         * Makerules ($(objpfx)stubs): Likewise.
35812         * dirent/closedir.c: Don't include <stub-tag.h>.
35813         * dirent/dirfd.c: Likewise.
35814         * dirent/fdopendir.c: Likewise.
35815         * dirent/getdents.c: Likewise.
35816         * dirent/getdents64.c: Likewise.
35817         * dirent/opendir.c: Likewise.
35818         * dirent/readdir.c: Likewise.
35819         * dirent/readdir64.c: Likewise.
35820         * dirent/readdir64_r.c: Likewise.
35821         * dirent/readdir_r.c: Likewise.
35822         * dirent/rewinddir.c: Likewise.
35823         * dirent/seekdir.c: Likewise.
35824         * dirent/telldir.c: Likewise.
35825         * gmon/profil.c: Likewise.
35826         * grp/setgroups.c: Likewise.
35827         * inet/if_index.c: Likewise.
35828         * io/access.c: Likewise.
35829         * io/chdir.c: Likewise.
35830         * io/chmod.c: Likewise.
35831         * io/chown.c: Likewise.
35832         * io/close.c: Likewise.
35833         * io/dup.c: Likewise.
35834         * io/dup2.c: Likewise.
35835         * io/dup3.c: Likewise.
35836         * io/euidaccess.c: Likewise.
35837         * io/faccessat.c: Likewise.
35838         * io/fchdir.c: Likewise.
35839         * io/fchmod.c: Likewise.
35840         * io/fchmodat.c: Likewise.
35841         * io/fchown.c: Likewise.
35842         * io/fchownat.c: Likewise.
35843         * io/fcntl.c: Likewise.
35844         * io/flock.c: Likewise.
35845         * io/fstatfs.c: Likewise.
35846         * io/fstatfs64.c: Likewise.
35847         * io/fstatvfs.c: Likewise.
35848         * io/fstatvfs64.c: Likewise.
35849         * io/futimens.c: Likewise.
35850         * io/fxstat.c: Likewise.
35851         * io/fxstat64.c: Likewise.
35852         * io/fxstatat.c: Likewise.
35853         * io/fxstatat64.c: Likewise.
35854         * io/getcwd.c: Likewise.
35855         * io/isatty.c: Likewise.
35856         * io/lchmod.c: Likewise.
35857         * io/lchown.c: Likewise.
35858         * io/link.c: Likewise.
35859         * io/linkat.c: Likewise.
35860         * io/lseek.c: Likewise.
35861         * io/lseek64.c: Likewise.
35862         * io/lxstat64.c: Likewise.
35863         * io/mkdir.c: Likewise.
35864         * io/mkdirat.c: Likewise.
35865         * io/mkfifo.c: Likewise.
35866         * io/mkfifoat.c: Likewise.
35867         * io/open.c: Likewise.
35868         * io/open64.c: Likewise.
35869         * io/openat.c: Likewise.
35870         * io/openat64.c: Likewise.
35871         * io/pipe.c: Likewise.
35872         * io/pipe2.c: Likewise.
35873         * io/poll.c: Likewise.
35874         * io/posix_fadvise.c: Likewise.
35875         * io/posix_fadvise64.c: Likewise.
35876         * io/posix_fallocate.c: Likewise.
35877         * io/posix_fallocate64.c: Likewise.
35878         * io/read.c: Likewise.
35879         * io/readlink.c: Likewise.
35880         * io/readlinkat.c: Likewise.
35881         * io/rmdir.c: Likewise.
35882         * io/sendfile.c: Likewise.
35883         * io/sendfile64.c: Likewise.
35884         * io/statfs.c: Likewise.
35885         * io/statfs64.c: Likewise.
35886         * io/statvfs.c: Likewise.
35887         * io/statvfs64.c: Likewise.
35888         * io/symlink.c: Likewise.
35889         * io/symlinkat.c: Likewise.
35890         * io/ttyname.c: Likewise.
35891         * io/ttyname_r.c: Likewise.
35892         * io/umask.c: Likewise.
35893         * io/unlink.c: Likewise.
35894         * io/unlinkat.c: Likewise.
35895         * io/utime.c: Likewise.
35896         * io/utimensat.c: Likewise.
35897         * io/write.c: Likewise.
35898         * io/xmknod.c: Likewise.
35899         * io/xmknodat.c: Likewise.
35900         * io/xstat.c: Likewise.
35901         * io/xstat64.c: Likewise.
35902         * login/getpt.c: Likewise.
35903         * login/grantpt.c: Likewise.
35904         * login/unlockpt.c: Likewise.
35905         * math/e_acoshl.c: Likewise.
35906         * math/e_acosl.c: Likewise.
35907         * math/e_asinl.c: Likewise.
35908         * math/e_atan2l.c: Likewise.
35909         * math/e_atanhl.c: Likewise.
35910         * math/e_coshl.c: Likewise.
35911         * math/e_expl.c: Likewise.
35912         * math/e_fmodl.c: Likewise.
35913         * math/e_gammal_r.c: Likewise.
35914         * math/e_hypotl.c: Likewise.
35915         * math/e_j0l.c: Likewise.
35916         * math/e_j1l.c: Likewise.
35917         * math/e_jnl.c: Likewise.
35918         * math/e_lgammal_r.c: Likewise.
35919         * math/e_log10l.c: Likewise.
35920         * math/e_log2l.c: Likewise.
35921         * math/e_logl.c: Likewise.
35922         * math/e_powl.c: Likewise.
35923         * math/e_rem_pio2l.c: Likewise.
35924         * math/e_sinhl.c: Likewise.
35925         * math/e_sqrtl.c: Likewise.
35926         * math/fclrexcpt.c: Likewise.
35927         * math/fedisblxcpt.c: Likewise.
35928         * math/feenablxcpt.c: Likewise.
35929         * math/fegetenv.c: Likewise.
35930         * math/fegetexcept.c: Likewise.
35931         * math/fegetround.c: Likewise.
35932         * math/feholdexcpt.c: Likewise.
35933         * math/fesetenv.c: Likewise.
35934         * math/fesetround.c: Likewise.
35935         * math/feupdateenv.c: Likewise.
35936         * math/fgetexcptflg.c: Likewise.
35937         * math/fraiseexcpt.c: Likewise.
35938         * math/fsetexcptflg.c: Likewise.
35939         * math/ftestexcept.c: Likewise.
35940         * math/k_cosl.c: Likewise.
35941         * math/k_rem_pio2l.c: Likewise.
35942         * math/k_sinl.c: Likewise.
35943         * math/k_tanl.c: Likewise.
35944         * math/s_asinhl.c: Likewise.
35945         * math/s_atanl.c: Likewise.
35946         * math/s_cbrtl.c: Likewise.
35947         * math/s_erfl.c: Likewise.
35948         * math/s_expm1l.c: Likewise.
35949         * math/s_log1pl.c: Likewise.
35950         * math/s_tanhl.c: Likewise.
35951         * misc/acct.c: Likewise.
35952         * misc/brk.c: Likewise.
35953         * misc/chflags.c: Likewise.
35954         * misc/chroot.c: Likewise.
35955         * misc/fchflags.c: Likewise.
35956         * misc/fgetxattr.c: Likewise.
35957         * misc/flistxattr.c: Likewise.
35958         * misc/fremovexattr.c: Likewise.
35959         * misc/fsetxattr.c: Likewise.
35960         * misc/fsync.c: Likewise.
35961         * misc/ftruncate.c: Likewise.
35962         * misc/futimes.c: Likewise.
35963         * misc/futimesat.c: Likewise.
35964         * misc/getdomain.c: Likewise.
35965         * misc/getdtsz.c: Likewise.
35966         * misc/gethostid.c: Likewise.
35967         * misc/gethostname.c: Likewise.
35968         * misc/getloadavg.c: Likewise.
35969         * misc/getpagesize.c: Likewise.
35970         * misc/getsysstats.c: Likewise.
35971         * misc/getxattr.c: Likewise.
35972         * misc/gtty.c: Likewise.
35973         * misc/ioctl.c: Likewise.
35974         * misc/lgetxattr.c: Likewise.
35975         * misc/listxattr.c: Likewise.
35976         * misc/llistxattr.c: Likewise.
35977         * misc/lremovexattr.c: Likewise.
35978         * misc/lsetxattr.c: Likewise.
35979         * misc/lutimes.c: Likewise.
35980         * misc/madvise.c: Likewise.
35981         * misc/mincore.c: Likewise.
35982         * misc/mlock.c: Likewise.
35983         * misc/mlockall.c: Likewise.
35984         * misc/mmap.c: Likewise.
35985         * misc/mprotect.c: Likewise.
35986         * misc/msync.c: Likewise.
35987         * misc/munlock.c: Likewise.
35988         * misc/munlockall.c: Likewise.
35989         * misc/munmap.c: Likewise.
35990         * misc/preadv.c: Likewise.
35991         * misc/preadv64.c: Likewise.
35992         * misc/ptrace.c: Likewise.
35993         * misc/pwritev.c: Likewise.
35994         * misc/pwritev64.c: Likewise.
35995         * misc/readv.c: Likewise.
35996         * misc/reboot.c: Likewise.
35997         * misc/remap_file_pages.c: Likewise.
35998         * misc/removexattr.c: Likewise.
35999         * misc/revoke.c: Likewise.
36000         * misc/select.c: Likewise.
36001         * misc/setdomain.c: Likewise.
36002         * misc/setegid.c: Likewise.
36003         * misc/seteuid.c: Likewise.
36004         * misc/sethostid.c: Likewise.
36005         * misc/sethostname.c: Likewise.
36006         * misc/setregid.c: Likewise.
36007         * misc/setreuid.c: Likewise.
36008         * misc/setxattr.c: Likewise.
36009         * misc/sstk.c: Likewise.
36010         * misc/stty.c: Likewise.
36011         * misc/swapoff.c: Likewise.
36012         * misc/swapon.c: Likewise.
36013         * misc/sync.c: Likewise.
36014         * misc/syncfs.c: Likewise.
36015         * misc/syscall.c: Likewise.
36016         * misc/truncate.c: Likewise.
36017         * misc/ualarm.c: Likewise.
36018         * misc/usleep.c: Likewise.
36019         * misc/ustat.c: Likewise.
36020         * misc/utimes.c: Likewise.
36021         * misc/vhangup.c: Likewise.
36022         * misc/writev.c: Likewise.
36023         * posix/_exit.c: Likewise.
36024         * posix/alarm.c: Likewise.
36025         * posix/execve.c: Likewise.
36026         * posix/fexecve.c: Likewise.
36027         * posix/fork.c: Likewise.
36028         * posix/fpathconf.c: Likewise.
36029         * posix/getaddrinfo.c: Likewise.
36030         * posix/getegid.c: Likewise.
36031         * posix/geteuid.c: Likewise.
36032         * posix/getgid.c: Likewise.
36033         * posix/getgroups.c: Likewise.
36034         * posix/getlogin.c: Likewise.
36035         * posix/getlogin_r.c: Likewise.
36036         * posix/getpgid.c: Likewise.
36037         * posix/getpid.c: Likewise.
36038         * posix/getppid.c: Likewise.
36039         * posix/getresgid.c: Likewise.
36040         * posix/getresuid.c: Likewise.
36041         * posix/getsid.c: Likewise.
36042         * posix/getuid.c: Likewise.
36043         * posix/glob64.c: Likewise.
36044         * posix/nanosleep.c: Likewise.
36045         * posix/pathconf.c: Likewise.
36046         * posix/pause.c: Likewise.
36047         * posix/posix_madvise.c: Likewise.
36048         * posix/pread.c: Likewise.
36049         * posix/pread64.c: Likewise.
36050         * posix/pwrite.c: Likewise.
36051         * posix/pwrite64.c: Likewise.
36052         * posix/sched_getaffinity.c: Likewise.
36053         * posix/sched_getp.c: Likewise.
36054         * posix/sched_gets.c: Likewise.
36055         * posix/sched_primax.c: Likewise.
36056         * posix/sched_primin.c: Likewise.
36057         * posix/sched_rr_gi.c: Likewise.
36058         * posix/sched_setaffinity.c: Likewise.
36059         * posix/sched_setp.c: Likewise.
36060         * posix/sched_sets.c: Likewise.
36061         * posix/sched_yield.c: Likewise.
36062         * posix/setgid.c: Likewise.
36063         * posix/setlogin.c: Likewise.
36064         * posix/setpgid.c: Likewise.
36065         * posix/setresgid.c: Likewise.
36066         * posix/setresuid.c: Likewise.
36067         * posix/setsid.c: Likewise.
36068         * posix/setuid.c: Likewise.
36069         * posix/sleep.c: Likewise.
36070         * posix/spawni.c: Likewise.
36071         * posix/sysconf.c: Likewise.
36072         * posix/times.c: Likewise.
36073         * posix/wait.c: Likewise.
36074         * posix/wait3.c: Likewise.
36075         * posix/wait4.c: Likewise.
36076         * posix/waitpid.c: Likewise.
36077         * resolv/gai_sigqueue.c: Likewise.
36078         * resource/getpriority.c: Likewise.
36079         * resource/getrlimit.c: Likewise.
36080         * resource/getrusage.c: Likewise.
36081         * resource/nice.c: Likewise.
36082         * resource/setpriority.c: Likewise.
36083         * resource/setrlimit.c: Likewise.
36084         * resource/ulimit.c: Likewise.
36085         * rt/aio_cancel.c: Likewise.
36086         * rt/aio_fsync.c: Likewise.
36087         * rt/aio_read.c: Likewise.
36088         * rt/aio_sigqueue.c: Likewise.
36089         * rt/aio_suspend.c: Likewise.
36090         * rt/aio_write.c: Likewise.
36091         * rt/clock_getres.c: Likewise.
36092         * rt/clock_gettime.c: Likewise.
36093         * rt/clock_nanosleep.c: Likewise.
36094         * rt/clock_settime.c: Likewise.
36095         * rt/lio_listio.c: Likewise.
36096         * rt/mq_close.c: Likewise.
36097         * rt/mq_getattr.c: Likewise.
36098         * rt/mq_notify.c: Likewise.
36099         * rt/mq_open.c: Likewise.
36100         * rt/mq_receive.c: Likewise.
36101         * rt/mq_send.c: Likewise.
36102         * rt/mq_setattr.c: Likewise.
36103         * rt/mq_timedreceive.c: Likewise.
36104         * rt/mq_timedsend.c: Likewise.
36105         * rt/mq_unlink.c: Likewise.
36106         * rt/shm_open.c: Likewise.
36107         * rt/shm_unlink.c: Likewise.
36108         * rt/timer_create.c: Likewise.
36109         * rt/timer_delete.c: Likewise.
36110         * rt/timer_getoverr.c: Likewise.
36111         * rt/timer_gettime.c: Likewise.
36112         * rt/timer_settime.c: Likewise.
36113         * setjmp/__longjmp.c: Likewise.
36114         * setjmp/setjmp.c: Likewise.
36115         * signal/kill.c: Likewise.
36116         * signal/killpg.c: Likewise.
36117         * signal/raise.c: Likewise.
36118         * signal/sigaction.c: Likewise.
36119         * signal/sigaltstack.c: Likewise.
36120         * signal/sigblock.c: Likewise.
36121         * signal/sigignore.c: Likewise.
36122         * signal/sigintr.c: Likewise.
36123         * signal/signal.c: Likewise.
36124         * signal/sigpause.c: Likewise.
36125         * signal/sigpending.c: Likewise.
36126         * signal/sigqueue.c: Likewise.
36127         * signal/sigreturn.c: Likewise.
36128         * signal/sigset.c: Likewise.
36129         * signal/sigsetmask.c: Likewise.
36130         * signal/sigstack.c: Likewise.
36131         * signal/sigsuspend.c: Likewise.
36132         * signal/sigtimedwait.c: Likewise.
36133         * signal/sigvec.c: Likewise.
36134         * signal/sigwait.c: Likewise.
36135         * signal/sigwaitinfo.c: Likewise.
36136         * signal/sysv_signal.c: Likewise.
36137         * socket/accept.c: Likewise.
36138         * socket/accept4.c: Likewise.
36139         * socket/bind.c: Likewise.
36140         * socket/connect.c: Likewise.
36141         * socket/getpeername.c: Likewise.
36142         * socket/getsockname.c: Likewise.
36143         * socket/getsockopt.c: Likewise.
36144         * socket/isfdtype.c: Likewise.
36145         * socket/listen.c: Likewise.
36146         * socket/recv.c: Likewise.
36147         * socket/recvfrom.c: Likewise.
36148         * socket/recvmsg.c: Likewise.
36149         * socket/send.c: Likewise.
36150         * socket/sendmsg.c: Likewise.
36151         * socket/sendto.c: Likewise.
36152         * socket/setsockopt.c: Likewise.
36153         * socket/shutdown.c: Likewise.
36154         * socket/sockatmark.c: Likewise.
36155         * socket/socket.c: Likewise.
36156         * socket/socketpair.c: Likewise.
36157         * stdio-common/ctermid.c: Likewise.
36158         * stdio-common/cuserid.c: Likewise.
36159         * stdio-common/remove.c: Likewise.
36160         * stdio-common/rename.c: Likewise.
36161         * stdio-common/renameat.c: Likewise.
36162         * stdio-common/tempname.c: Likewise.
36163         * stdlib/getcontext.c: Likewise.
36164         * stdlib/makecontext.c: Likewise.
36165         * stdlib/setcontext.c: Likewise.
36166         * stdlib/swapcontext.c: Likewise.
36167         * stdlib/system.c: Likewise.
36168         * streams/fattach.c: Likewise.
36169         * streams/fdetach.c: Likewise.
36170         * streams/getmsg.c: Likewise.
36171         * streams/getpmsg.c: Likewise.
36172         * streams/putmsg.c: Likewise.
36173         * streams/putpmsg.c: Likewise.
36174         * sysdeps/unix/bsd/getpt.c: Likewise.
36175         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36176         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36177         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36179         Likewise.
36180         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36181         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36182         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36183         * sysvipc/msgctl.c: Likewise.
36184         * sysvipc/msgget.c: Likewise.
36185         * sysvipc/msgrcv.c: Likewise.
36186         * sysvipc/msgsnd.c: Likewise.
36187         * sysvipc/semctl.c: Likewise.
36188         * sysvipc/semget.c: Likewise.
36189         * sysvipc/semop.c: Likewise.
36190         * sysvipc/semtimedop.c: Likewise.
36191         * sysvipc/shmat.c: Likewise.
36192         * sysvipc/shmctl.c: Likewise.
36193         * sysvipc/shmdt.c: Likewise.
36194         * sysvipc/shmget.c: Likewise.
36195         * termios/tcdrain.c: Likewise.
36196         * termios/tcflow.c: Likewise.
36197         * termios/tcflush.c: Likewise.
36198         * termios/tcgetattr.c: Likewise.
36199         * termios/tcgetpgrp.c: Likewise.
36200         * termios/tcsendbrk.c: Likewise.
36201         * termios/tcsetattr.c: Likewise.
36202         * termios/tcsetpgrp.c: Likewise.
36203         * time/adjtime.c: Likewise.
36204         * time/clock.c: Likewise.
36205         * time/getitimer.c: Likewise.
36206         * time/gettimeofday.c: Likewise.
36207         * time/setitimer.c: Likewise.
36208         * time/settimeofday.c: Likewise.
36209         * time/stime.c: Likewise.
36210         * time/time.c: Likewise.
36212 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36214         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36215         /usr/old/bin.
36217         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36218         instead of spaces.
36219         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36221 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36223         [BZ #14796]
36224         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36225         FE_TONEAREST before applying Dekker multiplication and Knuth
36226         addition.  Clear inexact exceptions and check for exact zero
36227         results afterwards.
36228         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36229         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36230         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36231         * math/libm-test.inc (fma_test): Add more tests.
36232         (fma_test_towardzero): Likewise.
36233         (fma_test_downward): Likewise.
36234         (fma_test_upward): Likewise.
36235         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36236         function.
36237         (libc_fesetround): New macro.
36238         (libc_fesetroundf): Likewise.
36239         (libc_fesetroundl): Likewise.
36240         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36241         function.
36242         (libc_fesetround_387): Likewise.
36243         (libc_fesetroundf): New macro.
36244         (libc_fesetround): Likewise.
36245         (libc_fesetroundl): Likewise.
36246         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36247         function.
36248         (libc_fesetroundf): New macro.
36249         (libc_fesetround): Likewise.
36250         (libc_fesetroundl): Likewise.
36251         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36252         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36253         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36254         libm_hidden_ver.
36255         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36256         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36257         libm_hidden_def.
36258         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36259         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36260         libm_hidden_ver.
36261         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36262         libm_hidden_def.
36264         [BZ #3439]
36265         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36266         integer constant usable in #if and use that to give value to enum
36267         constant.
36268         (FE_DIVBYZERO): Likewise.
36269         (FE_UNDERFLOW): Likewise.
36270         (FE_OVERFLOW): Likewise.
36271         (FE_INVALID): Likewise.
36272         (FE_INVALID_SNAN): Likewise.
36273         (FE_INVALID_ISI): Likewise.
36274         (FE_INVALID_IDI): Likewise.
36275         (FE_INVALID_ZDZ): Likewise.
36276         (FE_INVALID_IMZ): Likewise.
36277         (FE_INVALID_COMPARE): Likewise.
36278         (FE_INVALID_SOFTWARE): Likewise.
36279         (FE_INVALID_SQRT): Likewise.
36280         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36281         (FE_TONEAREST): Likewise.
36282         (FE_TOWARDZERO): Likewise.
36283         (FE_UPWARD): Likewise.
36284         (FE_DOWNWARD): Likewise.
36285         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36286         (FE_DIVBYZERO): Likewise.
36287         (FE_OVERFLOW): Likewise.
36288         (FE_UNDERFLOW): Likewise.
36289         (FE_INEXACT): Likewise.
36290         (FE_TONEAREST): Likewise.
36291         (FE_DOWNWARD): Likewise.
36292         (FE_UPWARD): Likewise.
36293         (FE_TOWARDZERO): Likewise.
36294         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36295         (FE_UNDERFLOW): Likewise.
36296         (FE_OVERFLOW): Likewise.
36297         (FE_DIVBYZERO): Likewise.
36298         (FE_INVALID): Likewise.
36299         (FE_TONEAREST): Likewise.
36300         (FE_TOWARDZERO): Likewise.
36301         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36302         (FE_OVERFLOW): Likewise.
36303         (FE_UNDERFLOW): Likewise.
36304         (FE_DIVBYZERO): Likewise.
36305         (FE_INEXACT): Likewise.
36306         (FE_TONEAREST): Likewise.
36307         (FE_TOWARDZERO): Likewise.
36308         (FE_UPWARD): Likewise.
36309         (FE_DOWNWARD): Likewise.
36310         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36311         (FE_DIVBYZERO): Likewise.
36312         (FE_OVERFLOW): Likewise.
36313         (FE_UNDERFLOW): Likewise.
36314         (FE_INEXACT): Likewise.
36315         (FE_TONEAREST): Likewise.
36316         (FE_DOWNWARD): Likewise.
36317         (FE_UPWARD): Likewise.
36318         (FE_TOWARDZERO): Likewise.
36320 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36322         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36324 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36326         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36327         commands.  Quote $PWD.
36328         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36329         -x" by "export".
36330         (remove_newlines): Remove.
36332 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36334         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36335         * stdlib/stdlib.h (atof): Moved to ...
36336         * include/bits/stdlib-float.h: Here.  New file.
36337         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36338         * stdlib/bits/stdlib-float.h: New file.
36339         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36340         -mno-sse -mno-mmx.
36341         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36342         <xmmintrin.h>.
36344 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36346         * conform/conformtest.pl (@headers): Add fenv.h.
36347         * conform/data/fenv.h-data: New file.
36348         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36349         include of <math/fenv.h>.
36351         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36352         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36353         && !UNIX98].  Enables tests for XOPEN2K8.
36354         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36355         POSIX2008]: Likewise.
36357         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36358         (struct rusage): Do not expect type or its members.
36360         [BZ #3439]
36361         * math/math.h (FP_NAN): Define macro to integer constant usable in
36362         #if and use that to give value to enum constant.
36363         (FP_INFINITE): Likewise.
36364         (FP_ZERO): Likewise.
36365         (FP_SUBNORMAL): Likewise.
36366         (FP_NORMAL): Likewise.
36368 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36370         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36371         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36372         arguments.
36374 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36376         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36377         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36378         autoconf-time if not.
36379         * configure.in: Remove AC_PREREQ.
36381 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36383         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36384         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36385         of the internal implementation.
36387 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36389         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36390         except include of <misc/sys/syslog.h>.
36392 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36395         function returns with a NULL context exit with zero.
36397 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36399         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36401 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36403         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36404         (run_program_cmd): This.
36405         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36406         (tst_langinfo): New variable.  Use it.
36408 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36410         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36411         floating point opcodes.
36413 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36415         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36416         variable.
36418         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36420         * sysdeps/mach/hurd/powerpc: Remove directory.
36421         * sysdeps/mach/powerpc: Likewise.
36423 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36425         * scripts/check-local-headers.sh: Ignore c++ headers.
36427 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36429         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36430         __libc_cleanup_region_start argument.
36432 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36434         [BZ #14784]
36435         [BZ #14785]
36436         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36437         x * y using scaling, not as x * y + z.
36438         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36439         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36440         * math/libm-test.inc (fma_test): Add more tests.
36441         (fma_test_towardzero): Likewise.
36442         (fma_test_downward): Likewise.
36443         (fma_test_upward): Likewise.
36445 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36447         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36449 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36451         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36452         New variable.
36454 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36456         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36458 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36461         Fix sort order.
36462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36463         Likewise.
36465 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36468         Fix the order of the list for glibc 2.17.
36469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36470         Likewise.
36472 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36474         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36476 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36478         [BZ #14610]
36479         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36480         for low part of x being zero before using __atanl (y).
36481         * math/libm-test.inc (atan2_test): Add another test.
36483         * manual/install.texi (Configuring and compiling): Document
36484         general use of test-wrapper and test-wrapper-env.
36485         * INSTALL: Regenerated.
36487         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36488         (__fma): Do not extract and scale down low bits on after-rounding
36489         systems when result rounded to normal precision would have normal
36490         exponent.
36491         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36492         (__fmal): Do not extract and scale down low bits on after-rounding
36493         systems when result rounded to normal precision would have normal
36494         exponent.
36495         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36496         (__fmal): Do not extract and scale down low bits on after-rounding
36497         systems when result rounded to normal precision would have normal
36498         exponent.
36499         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36500         macro.
36501         (fma_test): Add more tests.
36502         (fma_test_towardzero): Likewise.
36503         (fma_test_downward): Likewise.
36504         (fma_test_upward): Likewise.
36506 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36508         * sysdeps/i386/tininess.h: Renamed to ...
36509         * sysdeps/x86/tininess.h: This.
36510         * sysdeps/x86_64/tininess.h: Removed.
36512 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36514         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36515         input.  Use $(build-program-cmd).
36516         ($(objpfx)tst-array1-static.out): Likewise.
36517         ($(objpfx)tst-array2.out): Likewise.
36518         ($(objpfx)tst-array3.out): Likewise.
36519         ($(objpfx)tst-array4.out): Likewise.
36520         ($(objpfx)tst-array5.out): Likewise.
36521         ($(objpfx)tst-array5-static.out): Likewise.
36523 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36525         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36526         if defined.
36528         * nss/nsswitch.h (nss_interface_function): Provide new
36529         macro for use with NSS functions.
36530         * grp/initgroups.c: Use new macro.
36531         * nss/getXXbyYY.c: Likewise.
36532         * nss/getXXbyYY_r.c: Likewise.
36533         * nss/getXXent.c: Likewise.
36534         * nss/getXXent_r.c: Likewise.
36535         * sysdeps/posix/getaddrinfo.c: Likewise.
36537 2012-10-30  Andreas Jaeger  <aj@suse.de>
36539         * po/ru.po: Update Russion translation from translation project.
36541 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36543         [BZ #14152]
36544         [BZ #14783]
36545         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36546         result and shift together with sticky bit instead of replicating
36547         round-to-nearest rounding.
36548         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36549         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36550         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36551         missing underflow exceptions.
36552         (fma_test_towardzero): Add more tests.
36553         (fma_test_downward): Likewise.
36554         (fma_test_upward): Likewise.
36556         [BZ #14047]
36557         * sysdeps/generic/tininess.h: New file.
36558         * sysdeps/i386/tininess.h: Likewise.
36559         * sysdeps/sh/tininess.h: Likewise.
36560         * sysdeps/x86_64/tininess.h: Likewise.
36561         * stdlib/tst-strtod-underflow.c: Likewise.
36562         * stdlib/tst-tininess.c: Likewise.
36563         * stdlib/strtod_l.c: Include <tininess.h>.
36564         (round_and_return): Do not set errno for exact underflow cases.
36565         Force an underflow exception when setting errno for underflow.
36566         Determine underflow based on rounding to normal precision if
36567         TININESS_AFTER_ROUNDING.
36568         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36569         ERANGE for exact underflow cases.
36570         * stdlib/Makefile (tests): Add tst-tininess and
36571         tst-strtod-underflow.
36572         ($(objpfx)tst-tininess): Use $(link-libm).
36573         ($(objpfx)tst-strtod-underflow): Likewise.
36575 2012-10-30  Andreas Jaeger  <aj@suse.de>
36577         [BZ#14767]
36578         * elf/Makefile (tests): Remove conditional for have-initfini-array
36579         since this is now always required and the variable does not exist
36580         anymore.
36581         (tests-static): Likewise.
36582         (modules-names): Likewise.
36584         * po/eo.po: Add Esperanto translation from translation project.
36586         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36587         merged with constructor/destructor.
36588         (init_array): Likewise.
36589         * elf/tst-array2dep.c (fini_array): Likewise.
36590         (init_array): Likewise.
36592 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36594         * manual/message.texi: Delete @cartouche tags.
36596 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36598         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36599         EOPNOTSUPP.
36600         * sysdeps/mach/hurd/fsync.c: Likewise.
36602         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36603         [_POSIX_REALTIME_SIGNALS]: Change condition to
36604         [_POSIX_REALTIME_SIGNALS > 0].
36606 2012-10-27  Andreas Jaeger  <aj@suse.de>
36608         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36609         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36610         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36611         [__WORDSIZE != 64]: Likewise.
36613 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36615         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36616         *  iconvdata/tst-tables.sh: Likewise.
36618 2012-10-25  David S. Miller  <davem@davemloft.net>
36620         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36621         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36622         of strtoull.
36624         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36625         ifunc-impl-list.c
36626         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36627         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36628         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36629         file.
36631 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36633         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36634         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36635         __getdirentries.
36637 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36638             Jim Blandy  <jimb@codesourcery.com>
36640         * scripts/cross-test-ssh.sh: New file.
36641         * manual/install.texi (Configuring and compiling): Document use of
36642         cross-test-ssh.sh.
36643         * INSTALL: Regenerated.
36645 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36647         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36648         EOPNOTSUPP.
36650 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36652         * Makeconfig (run-program-prefix): Fix comment.
36654 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36655             Jim Blandy  <jimb@codesourcery.com>
36657         * Makeconfig (test-wrapper): New variable,
36658         (test-wrapper-env): Likewise.
36659         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36660         (run-built-tests): Define to yes.
36661         (run-program-prefix): Use $(test-wrapper).
36662         (built-program-cmd): Likewise.
36663         * Rules (make-test-out): Use $(test-wrapper-env) and
36664         $(host-built-program-cmd).
36665         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36666         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36667         tst-pathopt.sh.
36668         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36669         $(test-wrapper-env) to tst-rtld-load-self.sh.
36670         ($(objpfx)order2.out): Use $(test-wrapper).
36671         ($(objpfx)tst-initorder.out): Likewise.
36672         ($(objpfx)tst-initorder2.out): Likewise.
36673         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36674         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36675         (test_wrapper_env): New variable.  Use it to run ld.so.
36676         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36677         Use it to run ld.so.
36678         (test_wrapper_env): Likewise.
36679         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36680         $(test-wrapper) to run-iconv-test.sh.
36681         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36682         (ICONV): Use $test_wrapper.
36683         * posix/Makefile ($(objpfx)globtest.out): Pass
36684         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36685         globtest.sh, not $(run-program-prefix).
36686         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36687         (test_wrapper): Likewise.
36688         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36689         set together with run_via_rtld_prefix.
36690         (run_program_prefix): Define in terms of test_wrapper and
36691         run_via_rtld_prefix.
36693 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36695         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36696         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36697         Targets removed.
36699         [BZ #14743]
36700         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36701         Declare __clock_getres, __clock_gettime, __clock_settime,
36702         __clock_nanosleep, and __clock_getcpuclockid.
36703         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36704         Remove librt_hidden_def (clock_gettime).
36705         * sysdeps/unix/clock_gettime.c: Likewise.
36706         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36707         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36708         * rt/clock_getres.c: Define __clock_getres as an alias.
36709         * sysdeps/posix/clock_getres.c: Likewise.
36710         * rt/clock_settime.c: Define __clock_settime as an alias.
36711         * sysdeps/unix/clock_settime.c: Likewise.
36712         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36713         * sysdeps/unix/clock_nanosleep.c: Likewise.
36714         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36715         * rt/clock-compat.c: New file.
36716         * rt/Makefile (librt-routines): Add clock-compat and move
36717         $(clock-routines) to ...
36718         (routines): ... here, new variable.
36719         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36720         Don't add get_clockfreq here.
36721         * rt/Versions (libc: GLIBC_2.17): New version set.
36722         Add clock_* symbols here.
36723         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36724         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36725         (GLIBC_2.17): Add clock_* symbols.
36726         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36727         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36728         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36730         Likewise.
36731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36732         Likewise.
36733         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36734         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36735         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36736         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36737         * NEWS: Mention the move.
36739         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36740         Use __open, __read, __close rather than their public counterparts.
36741         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36742         (__get_clockfreq_via_cpuinfo): Likewise.
36743         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36744         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36746         * config.h.in (HAVE_IFUNC): New #undef.
36747         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36748         was successful.
36749         * configure: Regenerated.
36751 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36753         * configure.in: Move READELF check to start of file.
36754         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36755         libc_cv_asm_gnu_indirect_function in the process.
36756         * configure: Regenerated.
36758 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36760         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36761         send the output to /dev/null.
36762         (libc_cv_cc_with_libunwind): Likewise.
36763         (libc_cv_as_noexecstack): Likewise.
36764         * configure: Regenerate.
36766 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36768         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36770         * posix/globtest.sh (TMPDIR): Do not set.
36771         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36772         (testout): Likewise.
36774 2012-10-24  Andreas Jaeger  <aj@suse.de>
36776         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36777         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36778         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36779         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36780         posix_fadvise64, posix_fallocate64.
36782         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36783         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36784         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36785         Likewise.
36786         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36787         Likewise.
36788         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36790         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36791         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36792         <bits/fcntl-linux.h>.
36793         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36795         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36796         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36797         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36798         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36799         [__WORDSIZE != 64]: Likewise.
36801 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36803         * Makeconfig (run-built-tests): New variable.
36804         * Rules [$(cross-compiling) = yes]: Change condition to
36805         [$(run-built-tests) = no].
36806         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36807         to [$(run-built-tests) = yes].
36808         * elf/Makefile [$(cross-compiling) = no]: Likewise
36809         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36810         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36811         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36812         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36813         * io/Makefile [$(cross-compiling) = no]: Likewise.
36814         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36815         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36816         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36817         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36818         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36819         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36820         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36821         * string/Makefile [$(cross-compiling) = no]: Likewise.
36823         * posix/Makefile ($(objpfx)globtest.out): Pass
36824         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36825         $(rtld-installed-name).
36826         * posix/globtest.sh (elf_objpfx): Remove variable.
36827         (rtld_installed_name): Likewise.
36828         (library_path): Likewise.
36829         (run_program_prefix): New variable.  Use for running globtest
36830         binary.
36832 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36833             Joseph Myers  <joseph@codesourcery.com>
36835         * Makeconfig (host-built-program-cmd): New variable.
36836         * elf/Makefile (tst-stackguard1-ARGS): Use
36837         $(host-built-program-cmd).
36838         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36839         (tst-spawn-ARGS): Likewise.
36840         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36842 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36843             Jim Blandy  <jimb@codesourcery.com>
36845         * Makeconfig (run-via-rtld-prefix): New variable.
36846         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36847         (built-program-cmd): Likewise.
36849 2012-10-22  Andreas Jaeger  <aj@suse.de>
36851         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36852         __O_RSYNC if it exists, otherwise to O_SYNC.
36854 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36855             Joseph Myers  <joseph@codesourcery.com>
36857         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36858         /dev/null.
36859         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36860         from /dev/null
36861         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36862         /dev/null.
36864 2012-10-22  Andreas Jaeger  <aj@suse.de>
36866         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36867         Define always.
36868         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36870         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36871         bits/fcntl-linux.h.
36873         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36874         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36876         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36877         to __O_LARGEFILE.
36878         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36879         to __O_LARGEFILE.
36881 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36882             Joseph Myers  <joseph@codesourcery.com>
36884         * config.make.in (NM): New variable.
36886 2012-10-21  Andreas Jaeger  <aj@suse.de>
36888         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36889         definitions and declarations that are provided by
36890         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36892 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36894         [BZ #14683]
36895         * elf/Makefile (tests-static): Add tst-leaks1-static.
36896         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36897         ($(objpfx)tst-leaks1-static): New rule.
36898         ($(objpfx)tst-leaks1-static-mem): Likewise.
36899         (tst-leaks1-static-ENV): New macro.
36900         * elf/dl-open.c (dl_open_worker): Check the main application
36901         only if SHARED is defined.
36902         * elf/tst-leaks1-static.c: New file.
36904 2012-10-20  Andreas Jaeger  <aj@suse.de>
36906         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36907         generic values for Linux.
36908         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36909         and declarations that are provided by <bits/fcntl-linux.h> and
36910         include <bits/fcntl-linux.h>.
36911         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36912         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36914 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36916         * io/fcntl.h: Move include of <bits/types.h> to the top and
36917         include it unconditionally.
36919 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36921         * wcsmbs/Makefile (tests-ifunc): New variable.
36922         (tests): Add $(tests-ifunc).
36923         * wcsmbs/test-wcschr-ifunc.c: New file.
36924         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36925         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36926         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36927         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36928         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36930         * string/Makefile (tests-ifunc): New variable.
36931         (tests): Add $(tests-ifunc).
36932         * string/test-memccpy.c (TEST_NAME): New macro.
36933         * string/test-memchr.c (TEST_NAME): Likewise.
36934         * string/test-memcmp.c (TEST_NAME): Likewise.
36935         * string/test-memcpy.c (TEST_NAME): Likewise.
36936         * string/test-memmem.c (TEST_NAME): Likewise.
36937         * string/test-memmove.c (TEST_NAME): Likewise.
36938         * string/test-memset.c (TEST_NAME): Likewise.
36939         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36940         * string/test-stpcpy.c (TEST_NAME): Likewise.
36941         * string/test-stpncpy.c (TEST_NAME): Likewise.
36942         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36943         * string/test-strcasestr.c (TEST_NAME): Likewise.
36944         * string/test-strcat.c (TEST_NAME): Likewise.
36945         * string/test-strchr.c (TEST_NAME): Likewise.
36946         * string/test-strcmp.c(TEST_NAME): Likewise.
36947         * string/test-strcpy.c (TEST_NAME): Likewise.
36948         * string/test-strcspn.c (TEST_NAME): Likewise.
36949         * string/test-strlen.c (TEST_NAME): Likewise.
36950         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36951         * string/test-strncmp.c (TEST_NAME): Likewise.
36952         * string/test-strncpy.c (TEST_NAME): Likewise.
36953         * string/test-strnlen.c (TEST_NAME): Likewise.
36954         * string/test-strpbrk.c (TEST_NAME): Likewise.
36955         * string/test-strrchr.c (TEST_NAME): Likewise.
36956         * string/test-strspn.c (TEST_NAME): Likewise.
36957         * string/test-strstr.c (TEST_NAME): Likewise.
36958         * string/test-bcopy-ifunc.c: New file.
36959         * string/test-bzero-ifunc.c: Likewise.
36960         * string/test-memccpy-ifunc.c: Likewise.
36961         * string/test-memchr-ifunc.c: Likewise.
36962         * string/test-memcmp-ifunc.c: Likewise.
36963         * string/test-memcpy-ifunc.c: Likewise.
36964         * string/test-memmem-ifunc.c: Likewise.
36965         * string/test-memmove-ifunc.c: Likewise.
36966         * string/test-mempcpy-ifunc.c: Likewise.
36967         * string/test-memset-ifunc.c: Likewise.
36968         * string/test-rawmemchr-ifunc.c: Likewise.
36969         * string/test-stpcpy-ifunc.c: Likewise.
36970         * string/test-stpncpy-ifunc.c: Likewise.
36971         * string/test-strcasecmp-ifunc.c: Likewise.
36972         * string/test-strcasestr-ifunc.c: Likewise.
36973         * string/test-strcat-ifunc.c: Likewise.
36974         * string/test-strchr-ifunc.c: Likewise.
36975         * string/test-strchrnul-ifunc.c: Likewise.
36976         * string/test-strcmp-ifunc.c: Likewise.
36977         * string/test-strcpy-ifunc.c: Likewise.
36978         * string/test-strcspn-ifunc.c: Likewise.
36979         * string/test-strlen-ifunc.c: Likewise.
36980         * string/test-strncasecmp-ifunc.c: Likewise.
36981         * string/test-strncat-ifunc.c: Likewise.
36982         * string/test-strncmp-ifunc.c: Likewise.
36983         * string/test-strncpy-ifunc.c: Likewise.
36984         * string/test-strnlen-ifunc.c: Likewise.
36985         * string/test-strpbrk-ifunc.c: Likewise.
36986         * string/test-strrchr-ifunc.c: Likewise.
36987         * string/test-strspn-ifunc.c: Likewise.
36988         * string/test-strstr-ifunc.c: Likewise.
36990         * debug/Makefile (tests-ifunc): New variable.
36991         (tests): Add $(tests-ifunc).
36992         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36993         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36994         * debug/test-stpcpy_chk-ifunc.c: New file.
36995         * debug/test-strcpy_chk-ifunc.c: Likewise.
36997 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36999         [BZ #13601]
37000         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37001         header is not read in.
37003 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37005         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37006         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37007         directly.  Pass built executable to script as
37008         $(built-program-cmd).
37009         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37010         $testprogram without using LD_LIBRARY_PATH and $ldso.
37012         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37013         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37014         $(rtld-installed-name).
37015         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37016         (rtld_installed_name): Likewise.
37017         (library_path): Likewise.
37018         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37019         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37020         $(run-program-prefix) to tst-tables.sh.
37021         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37022         it to run tst-table-from and tst-table-to.
37023         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37024         Pass it to tst-table.sh.
37025         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37026         $(run-program-prefix) to tst-gettext.sh.
37027         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37028         tst-translit.sh.
37029         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37030         tst-gettext2.sh.
37031         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37032         to run tst-gettext.
37033         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37034         to run tst-gettext2.
37035         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37036         to run tst-translit.
37037         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37038         $(run-program-prefix) to tst-mtrace.sh.
37039         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37040         to run tst-mtrace.
37041         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37042         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37043         $(rtld-installed-name).
37044         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37045         (rtld_installed_name): Likewise.
37046         (run_program_prefix): New variable.  Use it to run wordexp-test.
37048         * Makeconfig (ARCH): Remove all definitions.
37049         (machine): Likewise.
37050         [ARCH]: Remove conditional code.
37051         [!objdir]: Give error.
37052         [!objdir] (objpfx): Remove.
37053         [!objdir] (common-objpfx): Likewise.
37054         [!objdir] (common-objdir): Likewise.
37055         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37056         AC_CONFIG_FILES call.
37057         * configure: Regenerated.
37059         [BZ #13888]
37060         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37061         or TMPDIR.
37062         (testout): Likewise.
37064         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37065         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37066         $(rtld-installed-name).
37067         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37068         (rtld_installed_name): Likwise.
37069         (runit): Remove function.
37070         (run_getconf): New variable,  Use it for running getconf binary.
37072 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37074         [BZ #14716]
37075         * string/test-memmem.c (check_result): New function.
37076         (do_one_test): Use it.
37077         (check1): New function.
37078         (test_main): Use it.
37080 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37082         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37084 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37086         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37087         (_G_LSEEK64): Likewise.
37088         (_G_MMAP64): Likewise.
37089         (_G_FSTAT64): Likewise.
37090         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37091         (_G_LSEEK64): Likewise.
37092         (_G_MMAP64): Likewise.
37093         (_G_FSTAT64): Likewise.
37094         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37095         unconditional.  Call __mmap64 directly.
37096         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37097         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37098         __lseek64 directly.
37099         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37100         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37101         __mmap64 directly.
37102         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37103         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37104         __lseek64 directly.
37105         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37106         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37107         __lseek64 directly.
37108         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37109         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37110         __lseek64 directly.
37111         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37112         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37113         __fxstat64 directly.
37114         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37115         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37116         unconditional.
37117         (freopen64) [!_G_OPEN64]: Remove conditional code.
37118         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37119         unconditional.
37120         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37121         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37122         unconditional.
37123         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37124         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37125         unconditional.
37126         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37127         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37128         unconditional.
37129         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37130         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37131         unconditional.
37132         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37133         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37134         unconditional.
37135         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37136         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37137         unconditional.
37138         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37140 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37142         [BZ #12140]
37143         * manual/memory.texi (Malloc Tunable Parameters): Add note
37144         about free list pointers overwriting some perturb bytes.
37145         Wording suggested by Roland McGrath.
37147 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37149         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37150         (lgamma_test): Likewise.
37151         (tgamma_test): Likewise.
37153 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37155         [BZ #14700]
37156         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37157         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37159 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37161         * NEWS: Mention BZ #14716.
37162         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37163         when removing AVAILABLE1_USES_J macro.
37165 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37167         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37168         (__bswap_64): __uint64_t for unsigned 64-bit int.
37170 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37172         * include/string.h (memmem): Declare libc hidden alias.
37173         * string/memmem.c (memmem): Define libc hidden alias.
37174         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37175         __read, __close instead of open, read, close.
37177 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37179         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37180         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37181         global and hidden.
37182         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37183         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37184         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37185         Likewise.
37186         (__rawmemchr_sse2): Likewise.
37187         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37188         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37189         (__strchr_sse2): Likewise.
37190         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37191         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37192         (__strcasecmp_sse2): Likewise.
37193         (__strncasecmp_sse2): Likewise.
37194         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37195         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37196         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37197         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37198         (__strrchr_sse2): Likewise.
37199         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37200         ifunc-impl-list.c.
37201         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37202         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37203         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37204         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37205         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37206         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37207         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37208         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37209         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37210         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37211         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37212         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37213         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37214         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37215         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37216         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37217         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37218         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37219         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37220         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37221         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37222         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37223         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37224         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37225         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37226         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37227         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37228         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37229         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37230         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37232         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37233         global and hidden.
37234         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37235         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37236         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37237         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37238         Likewise.
37239         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37240         Likewise.
37241         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37242         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37243         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37244         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37245         ifunc-impl-list.c.
37246         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37247         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37248         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37249         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37250         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37251         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37252         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37253         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37254         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37255         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37256         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37257         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37258         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37259         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37260         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37261         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37262         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37263         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37264         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37265         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37266         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37267         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37268         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37269         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37270         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37271         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37272         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37273         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37274         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37275         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37276         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37277         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37278         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37279         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37280         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37281         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37282         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37283         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37284         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37285         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37286         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37288         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37289         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37290         * include/ifunc-impl-list.h: New file.
37291         * misc/ifunc-impl-list.c: Likewise.
37292         * misc/Makefile (routines): Add ifunc-impl-list.
37293         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37294         * string/test-string.h: Include <ifunc-impl-list.h>.
37295         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37296         TEST_NAME]: New variables.
37297         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37298         are defined.
37299         (test_init): Call __libc_ifunc_impl_list to initialize
37300         func_list if TEST_IFUNC and TEST_NAME are defined.
37302         * string/Makefile (strop-tests): Add bcopy and bzero.
37303         * string/test-bcopy.c: New file.
37304         * string/test-bzero.c: Likewise.
37305         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37306         defined.
37307         * string/test-memset.c: Support bzero test if TEST_BZERO is
37308         defined.
37309         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37310         __libc_memmove.
37311         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37312         __libc_memset.
37313         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37314         of memset.
37316 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37318         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37319         * configure: Regenerated.
37321         * Makeconfig (+link-static-before-libc): Don't include
37322         $(link-static-libc).
37324         * libio/libio.h (_IO_pos_t): Remove.
37326 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37328         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37329         McGrath.
37331 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37333         * crypt/crypt-entry.c: Include fips-private.h.
37334         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37335         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37336         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37337         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37339 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37341         * crypt/crypt-private.h: Include stdbool.h.
37342         (_ufc_setup_salt_r): Return bool.
37343         * crypt/crypt-entry.c: Include errno.h.
37344         (__crypt_r): Return NULL with EINVAL for bad salt.
37345         * crypt/crypt_util.c (bad_for_salt): New.
37346         (_ufc_setup_salt_r): Check that salt is long enough and within
37347         the specified alphabet.
37348         * crypt/badsalttest.c: New file.
37349         * crypt/Makefile (tests): Add it.
37350         ($(objpfx)badsalttest): New.
37352 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37354         * NEWS: Add entry for BZ #14602.
37356 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37358         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37359         type-generic.
37360         * math/libm-test.inc: Update comment listing what functions and
37361         macros are tested.
37362         (isgreater_test): New function.
37363         (isgreaterequal_test): Likewise.
37364         (isless_test): Likewise.
37365         (islessequal_test): Likewise.
37366         (islessgreater_test): Likewise.
37367         (isunordered_test): Likewise.
37368         (main): Call the new functions.
37370 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37372         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37373         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37374         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37375         * sysdeps/i386/configure: Regenerated.
37376         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37377         * sysdeps/mach/configure: Regenerated.
37378         * sysdeps/mach/hurd/configure: Regenerated.
37379         * sysdeps/powerpc/configure: Regenerated.
37380         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37381         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37382         * sysdeps/s390/s390-32/configure: Regenerated.
37383         * sysdeps/s390/s390-64/configure: Regenerated.
37384         * sysdeps/sh/configure: Regenerated.
37385         * sysdeps/sparc/configure: Regenerated.
37386         * sysdeps/unix/sysv/linux/configure: Regenerated.
37387         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37388         * sysdeps/x86_64/configure: Regenerated.
37390         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37391         defined.  Don't check if MAP is NULL.
37393 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37395         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37396         (_G_stat64): Likewise.
37397         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37398         (_G_stat64): Likewise.
37399         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37400         instead of struct _G_stat64.
37401         * libio/fileops.c (mmap_remap_check): Likewise.
37402         (decide_maybe_mmap): Likewise.
37403         (_IO_new_file_seekoff): Likewise.
37404         (_IO_file_stat): Likewise.
37405         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37406         _G_off64_t.
37407         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37408         instead of struct _G_stat64.
37409         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37411 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37413         [BZ #14602]
37414         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37415         Replace with ...
37416         (CHECK_EOL): New macro.
37417         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37418         CHECK_EOL.
37419         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37420         Replace with CHECK_EOL.
37421         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37422         Replace with CHECK_EOL.
37424 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37426         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37427         type-generic.
37428         * math/libm-test.inc: Update comment listing what functions and
37429         macros are tested.
37430         (finite_test): New function.
37431         (isinf_test): Likewise.
37432         (isnan_test): Likewise.
37433         (fpclassify_test): Test subnormal input.
37434         (isfinite_test): Likewise.
37435         (isnormal_test): Likewise.
37436         (main): Call the new functions.
37438 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37440         [BZ #14660]
37441         * Makerules (%.dynsym): Force C locale when running
37442         $(OBJDUMP) --dynamic-syms.
37444 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37446         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37447         <stdint.h>.
37449 2012-10-06  David S. Miller  <davem@davemloft.net>
37451         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37452         upper 32-bits of the length value in %o2 since we use branch-on-register
37453         tests which consider the entire 64-bit register.
37455 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37457         * string/test-strstr.c (check2): Add a test for page boundary.
37459 2012-10-05  David S. Miller  <davem@davemloft.net>
37461         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37462         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37463         file.
37464         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37465         sysdep_routines.
37466         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37467         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37468         and bzero when HWCAP_SPARC_CRYPTO is present.
37470 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37472         [BZ #14602]
37473         * string/test-strstr.c (check2): New function.
37474         (test_main): Call check2.
37476         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37477         and bug-strchr1.
37478         * string/bug-strcasestr1.c (do_test): Moved to ...
37479         * string/test-strcasestr.c (check1): Here.  New function.
37480         (do_one_test): Break out result checking code into ...
37481         (check_result): This.  New function.
37482         (do_one_test): Call check_result.
37483         (test_main): Call check1.
37484         * string/bug-strchr1.c (do_test): Moved to ...
37485         * string/test-strchr.c (check1): Here.  New function.
37486         (do_one_test): Break out result checking code into ...
37487         (check_result): This.  New function.
37488         (do_one_test): Call check_result.
37489         (test_main): Call check1.
37490         * string/bug-strstr1.c (main): Moved to ...
37491         * string/test-strstr.c (check1): Here.  New function.
37492         (do_one_test): Break out result checking code into ...
37493         (check_result): This.  New function.
37494         (do_one_test): Call check_result.
37495         (test_main): Call check1.
37496         * string/bug-strcasestr1.c: Removed.
37497         * string/bug-strchr1.c: Likewise.
37498         * string/bug-strstr1.c: Likewise.
37500         * elf/Makefile (dl-routines): Add hwcaps.
37501         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37502         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37503         (_dl_important_hwcaps): Moved to ...
37504         * elf/dl-hwcaps.c: Here.  New file.
37505         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37507         [BZ #14557]
37508         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37509         if IS_IN_rtld isn't defined.
37511         * elf/dl-support.c (_dl_sysinfo_map): New.
37512         Include "get-dynamic-info.h" and "setup-vdso.h".
37513         (_dl_non_dynamic_init): Call setup_vdso.
37514         * elf/dynamic-link.h: Don't include <assert.h>.
37515         (elf_get_dynamic_info): Moved to ...
37516         * elf/get-dynamic-info.h: Here.  New file.
37517         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37518         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37519         * elf/setup-vdso.h: Here.  New file.
37520         * elf/rtld.c: Include "setup-vdso.h".
37521         (dl_main): Call setup_vdso.
37523 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37525         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37526         creal in comment listing functions tested.  List finite, isinf,
37527         isnan, isless, islessequal, isgreater, isgreaterequal,
37528         islessgreater, isunordered, lgamma_r and pow10 as functions and
37529         macros not tested.  Mention which functions not tested are aliases
37530         for other functions.  Fix typo.  Note that signs of NaNs are not
37531         tested.
37533         * scripts/config.guess: Update from config.git.
37534         * scripts/config.sub: Likewise.
37536 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37538         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37539         * misc/madvise.c (madvise): Renamed to __madvise.
37540         Make madvise a weak alias.
37541         * include/sys/mman.h: Declare __madvise.
37542         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37543         * sysdeps/unix/syscalls.list
37544         (madvise): Make __madvise the strong name, and madvise a weak alias.
37545         * sysdeps/unix/sysv/linux/syscalls.list
37546         (madvise, mmap): Remove redundant entries.
37547         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37548         * malloc/malloc.c (mtrim): Likewise.
37549         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37551 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37553         * sysdeps/mach/hurd/dl-cache.c: File removed.
37554         * config.h.in (USE_LDCONFIG): New #undef.
37555         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37556         * configure: Regenerated.
37557         * elf/Makefile (dl-routines): Add dl-cache only under
37558         [$(use-ldconfig) = yes].
37559         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37560         cache on [USE_LDCONFIG].
37561         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37562         [USE_LDCONFIG].
37563         * elf/rtld.c (dl_main): Likewise.
37565 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37567         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37568         _SC_LEVEL4_CACHE_LINESIZE.
37570 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37572         * sysdeps/unix/bsd/confstr.h: File removed.
37574 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37576         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37577         sys/sdt-config.h.
37579 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37581         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37582         Make 'mapoff' field ElfW(Off) rather than off_t.
37584 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37586         * nscd/Makefile: Remove nscd-cflags and all its users.
37587         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37588         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37590         [BZ #10631]
37591         * malloc.c (malloc_printerr): Clarify error message.
37593 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37595         [BZ #14648]
37596         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37597         Set bit_FMA_Usable if FMA is supported.
37598         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37599         macro.
37600         (bit_FMA4_Usable): Updated.
37601         (index_FMA_Usable): New macro.
37602         (CPUID_FMA): Likewise
37603         (HAS_FMA): Defined with bit_FMA_Usable.
37605 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37607         * bits/types.h (__swblk_t): Type removed.
37608         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37609         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37610         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37611         (__SWBLK_T_TYPE): Likewise.
37612         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37613         (__SWBLK_T_TYPE): Likewise.
37614         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37615         (__SWBLK_T_TYPE): Likewise.
37616         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37617         (__SWBLK_T_TYPE): Likewise.
37619 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37620             Honza Horak <hhorak@redhat.com>
37622         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37623         (xdr_mapname): Use YPMAXMAP as maxsize.
37624         (xdr_peername): Use YPMAXPEER as maxsize.
37625         (xdr_keydat): Use YPAXRECORD as maxsize.
37626         (xdr_valdat): Use YPMAXRECORD as maxsize.
37628 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37630         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37632         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37633         * csu/init-first.c: ... here.
37634         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37635         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37636         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37637         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37638         * sysdeps/i386/init-first.c: File removed.
37639         * sysdeps/sh/init-first.c: File removed.
37641 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37643         [BZ #14645]
37644         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37645         if x * y might underflow to zero and z is zero.
37646         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37647         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37648         * math/libm-test.inc (min_subnorm_value): New variable.
37649         (fma_test): Add more tests.
37650         (fma_test_towardzero): Likewise.
37651         (fma_test_downward): Likewise
37652         (fma_test_upward): Likewise.
37653         (initialize): Set min_subnorm_value.
37655 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37657         [BZ #14638]
37658         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37659         0 + 0.
37660         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37661         mode for addition resulting in exact zero.
37662         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37663         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37664         exact 0 + 0.
37665         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37666         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37667         * math/libm-test.inc (fma_test): Add more tests.
37668         (fma_test_towardzero): New function.
37669         (fma_test_downward): Likewise.
37670         (fma_test_upward): Likewise.
37671         (main): Call the new functions.
37673 2012-09-28  David S. Miller  <davem@davemloft.net>
37675         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37677 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37679         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37680         instead of SIGALRM.
37682         * sysdeps/gnu/_G_config.h: Moved to ...
37683         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37684         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37685         * sysdeps/generic/_G_config.h: ... here.
37687         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37689         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37691         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37692         Conditionalize target on [libnss_test1.so-version].
37694         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37696         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37697         (elfobjdir): Move out of conditionals.
37699         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37700         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37701         (__nss_lookup_function): Conditionalize label remove_from_tree on
37702         [!DO_STATIC_NSS || SHARED], matching its only use.
37704 2012-09-28  David S. Miller  <davem@davemloft.net>
37706         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37707         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37708         file.
37709         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37710         sysdep_routines.
37711         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37712         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37713         when HWCAP_SPARC_CRYPTO is present.
37715 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37717         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37719 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37721         [BZ #6530]
37722         * stdio-common/vfprintf.c (process_string_arg): Revert
37723         2000-07-22 change.
37725 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37727         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37728         for testcase.
37729         * stdio-common/tst-sprintf.c: Include <locale.h>
37730         (main): Test sprintf's handling of incomplete multibyte
37731         characters.
37733 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37735         * elf/dl-runtime.c (VERSYMIDX): Removed.
37736         * elf/dl-version.c (VERSYMIDX): Likewise.
37737         * elf/do-rel.h (VERSYMIDX): Likewise.
37738         (VALIDX): Likewise.
37739         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37740         * elf/rtld.c (VALIDX): Likewise.
37741         (ADDRIDX): Likewise.
37742         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37743         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37744         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37745         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37746         (VALIDX): Likewise.
37747         (ADDRIDX): Likewise.
37749 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37751         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37753 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37755         [BZ #11438]
37756         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37757         to global scope.
37758         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37759         addresses are in the same scope as 192.0.2/24.
37760         * posix/gai.conf: Document new scope table defaults.
37762 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37764         [BZ #5298]
37765         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37766         for ftell.  Compute offsets from write pointers instead.
37767         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37769 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37771         [BZ #14543]
37772         * libio/Makefile (tests): New test case tst-fseek.
37773         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37774         combination works in wide mode.
37775         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37776         state when the external buffer state changes.
37778 2012-09-27  David S. Miller  <davem@davemloft.net>
37780         [BZ #14376]
37781         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37782         pass reloc->r_addend in as the 'high' argument to
37783         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37785         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37787 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37789         * rt/tst-aio2.c: Include <pthread.h>.
37790         * rt/tst-aio3.c: Likewise.
37792 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37794         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37796 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37798         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37799         contents on [SHARED].
37801 2012-09-26  Marek Polacek  <polacek@redhat.com>
37803         [BZ #14530]
37804         [BZ #13741]
37805         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37806         for C++ and GCC <4.3 as well as for non GCC compilers.
37808 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37810         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37812 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37814         * Makefile.in (all, install): Declare with .PHONY.
37815         Reported by Michael Hope <michael.hope@linaro.org>.
37817 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37819         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37820         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37821         system header.
37822         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37823         Likewise.
37824         (sydep_routines): Add the new and the internal functions.
37825         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37826         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37828         (GLIBC_2.17): Add the new function.
37829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37830         (GLIBC_2.17): Likewise.
37831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37832         (GLIBC_2.17): Likewise.
37833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37834         (GLIBC_2.17): Likewise.
37835         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37837 2012-09-25  Alan Modra  <amodra@gmail.com>
37839         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37840         Add release barrier before setting once_control to say
37841         initialisation is done.  Add hints on lwarx.  Use macro in
37842         place of isync.
37843         (clear_once_control): Add release barrier.
37845 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37847         [BZ #13629]
37848         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37849         specially.
37850         * math/s_clog10.c (__clog10): Likewise.
37851         * math/s_clog10f.c (__clog10f): Likewise.
37852         * math/s_clog10l.c (__clog10l): Likewise.
37853         * math/s_clogf.c (__clogf): Likewise.
37854         * math/s_clogl.c (__clogl): Likewise.
37855         * math/Makefile (libm-calls): Add x2y2m1.
37856         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37857         (__x2y2m1): Likewise.
37858         (__x2y2m1l): Likewise.
37859         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37860         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37861         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37862         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37863         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37864         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37865         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37866         * sysdeps/i386/fpu/libm-test-ulps: Update.
37867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37869         [BZ #14621]
37870         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37871         int as type of variable DEPTH.
37872         (glob): Use size_t instead of int as type of variables NEWCOUNT
37873         and OLD_PATHC.
37875 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37877         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37878         Add s_sincosf-sse2.
37879         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37880         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37881         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37882         macros for using routine as __sincosf_ia32.
37883         Use macro for function declaration and weak_alias.
37884         * sysdeps/i386/fpu/libm-test-ulps: Update.
37886         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37887         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37889         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37890         subnormal argument.
37891         * math/s_cexpf.c (__cexpf): Likewise.
37892         * math/s_csinf.c (__csinf): Likewise.
37893         * math/s_csinhf.c (__csinhf): Likewise.
37894         * math/s_ctanf.c (__ctanf): Likewise.
37895         * math/s_ctanhf.c (__ctanhf): Likewise.
37896         * math/s_ccosh.c (__ccoshf): Likewise.
37897         * math/s_cexp.c (__cexpl): Likewise.
37898         * math/s_csin.c (__csin): Likewise.
37899         * math/s_csinh.c (__csinh): Likewise.
37900         * math/s_ctan.c (__ctan): Likewise.
37901         * math/s_ctanh.c (ctanh): Likewise.
37902         * math/s_ccoshl.c (__ccoshl): Likewise.
37903         * math/s_cexpl.c (__cexpl): Likewise.
37904         * math/s_csinl.c (__csinl): Likewise.
37905         * math/s_csinhl.c (__csinhl): Likewise.
37906         * math/s_ctanl.c (__ctanl): Likewise.
37907         * math/s_ctanhl.c (__ctanhl): Likewise.
37909 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37911         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37912         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37913         (_IO_off_t): Define to __off_t, not _G_off_t.
37914         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37915         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37916         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37917         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37918         type of __dummy and __dummy2 fields.
37919         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37920         (_G_ssize_t): Likewise.
37921         (_G_off_t): Likewise.
37922         (_G_pid_t): Likewise.
37923         (_G_uid_t): Likewise.
37924         (_G_wchar_t): Likewise.
37925         (_G_wint_t): Likewise.
37926         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37927         (_G_ssize_t): Likewise.
37928         (_G_off_t): Likewise.
37929         (_G_pid_t): Likewise.
37930         (_G_uid_t): Likewise.
37931         (_G_wchar_t): Likewise.
37932         (_G_wint_t): Likewise.
37933         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37934         (_G_ssize_t): Likewise.
37935         (_G_off_t): Likewise.
37936         (_G_pid_t): Likewise.
37937         (_G_uid_t): Likewise.
37938         (_G_wchar_t): Likewise.
37939         (_G_wint_t): Likewise.
37941 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37943         * malloc/arena.c: Include malloc-sysdep.h.
37944         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37945         is sufficient to shrink the heap or an unmap is needed.
37946         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37947         new function check_may_shrink_heap.
37948         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37949         new function check_may_shrink_heap.
37951 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37953         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37954         comments.
37956 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37958         * catgets/test-gencat.sh: Add "set -e".
37959         * elf/tst-pathopt.sh: Likewise.
37960         * grp/tst_fgetgrent.sh: Likewise.
37961         * iconvdata/run-iconv-test.sh: Likewise.
37962         * intl/tst-gettext.sh: Likewise.
37963         * intl/tst-gettext2.sh: Likewise.
37964         * intl/tst-gettext4.sh: Likewise.
37965         * intl/tst-gettext6.sh: Likewise.
37966         * intl/tst-translit.sh: Likewise.
37967         * io/ftwtest-sh: Likewise.
37968         * libio/test-freopen.sh: Likewise.
37969         * malloc/tst-mtrace.sh: Likewise.
37970         * posix/globtest.sh: Likewise.
37971         * posix/tst-getconf.sh: Likewise.
37972         * posix/wordexp-tst.sh: Likewise.
37973         * stdio-common/tst-printf.sh: Likewise.
37974         * stdio-common/tst-unbputc.sh: Likewise.
37975         * stdlib/tst-fmtmsg.sh: Likewise.
37976         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37977         * catgets/Makefile: Do not specify -e option when running
37978         testsuite shell scripts.
37979         * elf/Makefile: Likewise.
37980         * grp/Makefile: Likewise.
37981         * iconvdata/Makefile: Likewise.
37982         * intl/Makefile: Likewise.
37983         * io/Makefile: Likewise.
37984         * libio/Makefile: Likewise.
37985         * malloc/Makefile: Likewise.
37986         * posix/Makefile: Likewise.
37987         * stdio-common/Makefile: Likewise.
37988         * stdlib/Makefile: Likewise.
37989         * sysdeps/x86_64/Makefile: Likewise.
37991         * io/ftwtest-sh: Add copyright header.
37992         * posix/globtest.sh: Likewise.
37993         * posix/tst-getconf.sh: Likewise.
37994         * posix/wordexp-tst.sh: Likewise.
37995         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37997 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37999         [BZ #13679]
38000         * Makeconfig (+link): Defined as $(+link-static) if
38001         $(build-shared) isn't yes.
38002         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38003         isn't yes.
38004         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38006         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38008         [BZ #14562]
38009         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38010         new chunk size with MALLOC_ALIGN_MASK.
38012 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38014         [BZ #5044]
38015         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38016         <rounding-mode.h>.
38017         (__printf_fphex): Determine rounding using get_rounding_mode and
38018         round_away.
38019         * stdio-common/tst-printf-round.c (struct hex_test): New
38020         structure.
38021         (hex_tests): New variable.
38022         (test_hex_in_one_mode): New function.
38023         (do_test): Also run tests for hex float output.
38025 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38027         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38028         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38029         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38030         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38031         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38032         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38033         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38034         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38036 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38038         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38039         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38040         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38041         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38043 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38045         [BZ #14579]
38046         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38047         mode only.
38048         * elf/tst-rtld-load-self.sh: New test.
38049         * elf/Makefile: Run it.
38051 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38053         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38054         (tst-writev-ENV): Remove.
38055         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38057 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38059         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38061 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38063         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38064         unconditional.
38065         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38066         Likewise.
38067         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38068         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38069         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38070         Likewise.
38072 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38074         [BZ #14587]
38075         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38076         * config.make.in (have-cpp-asm-debuginfo): Removed.
38077         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38078         * configure: Regenerated.
38080 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38082         [BZ #5044]
38083         * stdio-common/printf_fp.c: Include <stdbool.h> and
38084         <rounding-mode.h>.
38085         (___printf_fp): Determine rounding using get_rounding_mode and
38086         round_away.
38087         * stdio-common/tst-printf-round.c: New file.
38088         * stdio-common/Makefile (tests): Add tst-printf-round.
38089         (link-libm): New variable.
38090         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38092 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38094         [BZ #14576]
38095         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38096         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38097         Likewise.
38098         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38099         Likewise.
38101 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38103         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38104         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38105         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38106         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38108 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38110         [BZ #14518]
38111         * include/rounding-mode.h: New file.
38112         * sysdeps/generic/get-rounding-mode.h: Likewise.
38113         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38114         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38115         (MAX_VALUE): New macro.
38116         (MIN_VALUE): Likewise.
38117         (overflow_value): New function.
38118         (underflow_value): Likewise.
38119         (round_and_return): Use overflow_value and underflow_value to
38120         determine return values in overflow and underflow cases.  Use
38121         round_away to determine rounding depending on rounding mode.
38122         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38123         determine return values in overflow and underflow cases.
38124         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38125         (struct test_results): New structure.
38126         (struct test): Use struct test_results to store expected results
38127         for all rounding modes.
38128         (TEST): Include expected results for all rounding modes.
38129         (test_in_one_mode): New function.
38130         (do_test): Use test_in_one_mode to compute and check results.
38131         Check results for all rounding modes.
38132         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38133         $(link-libm).
38135 2012-12-09  Allan McRae  <allan@archlinux.org>
38137         * sysdeps/i386/fpu/libm-test-ulps: Update
38139 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38141         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38142         (_G_int32_t): Likewise.
38143         (_G_uint16_t): Likewise.
38144         (_G_uint32_t): Likewise.
38145         (_G_HAVE_BOOL): Likewise.
38146         (_G_HAVE_ATEXIT): Likewise.
38147         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38148         (_G_HAVE_IO_FILE_OPEN): Likewise.
38149         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38150         (_G_int32_t): Likewise.
38151         (_G_uint16_t): Likewise.
38152         (_G_uint32_t): Likewise.
38153         (_G_HAVE_BOOL): Likewise.
38154         (_G_HAVE_ATEXIT): Likewise.
38155         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38156         (_G_HAVE_IO_FILE_OPEN): Likewise.
38157         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38158         (_G_int32_t): Likewise.
38159         (_G_uint16_t): Likewise.
38160         (_G_uint32_t): Likewise.
38161         (_G_HAVE_BOOL): Likewise.
38162         (_G_HAVE_ATEXIT): Likewise.
38163         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38164         (_G_HAVE_IO_FILE_OPEN): Likewise.
38166 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38168         * csu/libc-tls.c: Update copyright years.
38170 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38172         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38173         [!_G_USING_THUNKS]: Remove conditional code.
38174         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38175         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38177         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38178         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38179         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38180         (_G_VTABLE_LABEL_PREFIX): Likewise.
38181         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38182         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38183         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38184         (_G_VTABLE_LABEL_PREFIX): Likewise.
38185         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38186         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38187         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38188         (_G_VTABLE_LABEL_PREFIX): Likewise.
38189         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38191 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38193         * libio/Makefile: Include ../Makeconfig before tests.
38194         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38195         only if $(build-shared) is yes.
38197         * iconv/gconv_db.c: Update copyright years.
38199 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38201         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38202         unwind info if defined PIC. Fix special cases description.
38203         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38205         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38206         DP_HI_MASK entry.
38207         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38209 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38211         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38213         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38214         is NULL.
38216         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38217         (LDLIBS-tst-chk4): This.
38218         (LDFLAGS-tst-chk5): Renamed to ...
38219         (LDLIBS-tst-chk5): This.
38220         (LDFLAGS-tst-chk6): Renamed to ...
38221         (LDLIBS-tst-chk6): This.
38222         (LDFLAGS-tst-lfschk4): Renamed to ...
38223         (LDLIBS-tst-lfschk4): This.
38224         (LDFLAGS-tst-lfschk5): Renamed to ...
38225         (LDLIBS-tst-lfschk5): This.
38226         (LDFLAGS-tst-lfschk6): Renamed to ...
38227         (LDLIBS-tst-lfschk6): This.
38229         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38230         on $(common-objpfx)soversions.mk.
38232 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38234         [BZ #10014]
38235         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38236         example host name.
38238 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38240         * malloc/arena.c (arena_get_retry): New function that gets
38241         another arena for the caller to try its request on.
38242         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38243         current arena cannot fulfill the request.
38244         (__libc_memalign): Likewise.
38245         (__libc_memalign): Likewise.
38246         (__libc_pvalloc): Likewise.
38247         (__libc_calloc): Likewise.
38249 2012-09-05  John Tobey  <john.tobey@gmail.com>
38251         [BZ #13542]
38252         * manual/arith.texi (Operations on Complex): Fix description
38253         of carg branch cut.
38255 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38257         [BZ #10014]
38258         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38259         host name.
38261         [BZ #10038]
38262         * manual/memory.texi (Memory): Make order of menu items match
38263         order of sections.
38265 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38267         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38268         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38269         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38271 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38273         * csu/libc-tls.c (static_dtv): Renamed to ...
38274         (_dl_static_dtv): This.  Make it global.
38275         (_dl_initial_dtv): Removed.
38276         (__libc_setup_tls): Updated.
38277         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38278         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38279         DL_INITIAL_DTV.
38281 2012-09-06  Petr Machata  <pmachata@redhat.com>
38283         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38284         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38285         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38286         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38288 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38290         [BZ #14545]
38291         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38292         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38293         freeing dtv[-1].
38295 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38297         [BZ #14544]
38298         * Makeconfig (link-static-before-libc): Replace $(+prector)
38299         with $(+prectorT).
38300         (link-static-after-libc): Replace $(+postctor) with
38301         $(+postctorT).
38302         (link-bounded): Replace $(+prector)/$(+postctor) with
38303         $(+prectorT)/$(+postctorT).
38304         (+prectorT): New macro.
38305         (+postctorT): Likewise.
38307 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38309         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38310         (round_str): Handle values above the maximum for IBM long double
38311         as inexact.
38312         * stdlib/tst-strtod-round.c (tests): Regenerated.
38314 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38316         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38317         assembler flag.
38318         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38319         zarch_nohighgprs around the zarch optimized routines.
38320         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38321         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38322         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38323         for zarch.
38325 2012-09-05  David S. Miller  <davem@davemloft.net>
38327         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38329         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38330         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38331         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38332         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38333         entries.
38335 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38337         * malloc/arena.c: Fold copyright years.
38338         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38340 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38342         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38344 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38346         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38348 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38350         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38351         change internal state upon failure.
38353 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38355         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38356         * malloc/memusage.c (mmap): Likewise.
38357         (mmap64, mremap): Likewise.  Adjust name in comment.
38359 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38361         * libio/fileops.c: Fix typos in comments.
38362         * libio/oldfileops.c: Likewise.
38363         * libio/wfileops.c: Likewise.
38365 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38367         [BZ #1349]
38368         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38369         (tst-malloc-usable-ENV): Set environment for test case.
38370         * malloc/hooks.c (malloc_check_get_size): New function to get
38371         requested size.
38372         * malloc/malloc.c (musable): Use malloc_check_get_size.
38373         * malloc/tst-malloc-usable.c: New test case.
38375 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38377         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38379 2012-09-05  Allan McRae  <allan@archlinux.org>
38381         [BZ #13966]
38382         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38383         determine header location.
38384         * configure: Regenerated.
38386 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38388         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38389         float format.
38390         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38391         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38392         format.
38393         (test): Regenerate.
38395 2012-09-04  David S. Miller  <davem@davemloft.net>
38397         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38398         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38399         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38401 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38403         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38404         failures.
38406         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38408 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38410         [BZ #9914]
38411         * libio/iogetdelim.c: Include <limits.h>.
38412         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38413         + len + 1 would overflow.
38415 2012-09-03  Andreas Jaeger  <aj@suse.de>
38417         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38418         * sysdeps/i386/fpu/libm-test-ulps: Update.
38420 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38422         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38423         Add s_sinf-sse2, s_conf-sse2.
38425         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38426         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38427         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38428         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38430         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38431         for using routine as __sinf_ia32.
38432         Use macro for function declaration and weak_alias.
38433         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38434         for using routine as __cosf_ia32.
38435         Use macro for function declaration and weak_alias.
38437         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38438         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38440         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38441         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38442         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38444         * math/libm-test.inc (cos_test): Add more test cases.
38445         (sin_test): Likewise.
38446         (sincos_test): Likewise.
38448 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38450         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38451         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38452         hidden.
38453         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38455 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38457         [BZ #14538]
38458         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38459         first element of the GOT.
38460         (elf_machine_load_address): Return the difference between
38461         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38463 2012-09-01  Allan McRae  <allan@archlinux.org>
38465         [BZ #13412]
38466         * configure.in (AWK): Require gawk version 3.0 or later.
38467         * configure: Regenerated.
38469 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38471         * sysdeps/unix/sysv/linux/kernel-features.h
38472         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38473         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38474         [__NR_clock_getres]: Make code unconditional.
38475         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38476         (clock_getcpuclockid): Remove code left unreachable by removal of
38477         conditionals.
38478         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38479         code unconditional.
38480         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38481         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38482         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38483         Make code unconditional.
38484         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38485         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38486         * sysdeps/unix/sysv/linux/clock_settime.c
38487         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38488         conditional code.
38489         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38490         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38492 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38494         [BZ #14476]
38495         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38496         scripts/test-installation.pl.
38498         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38499         and $ld_so_version if it is set.
38501 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38503         [BZ #14516]
38504         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38505         failure if reading from procfs failed.
38506         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38508 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38510         * sysdeps/unix/sysv/linux/kernel-features.h
38511         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38512         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38513         Remove conditional code.
38514         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38515         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38516         Remove conditional code.
38517         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38518         * sysdeps/unix/sysv/linux/i386/fxstat.c
38519         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38520         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38521         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38522         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38523         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38524         * sysdeps/unix/sysv/linux/i386/lxstat.c
38525         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38526         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38527         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38528         Remove conditional code.
38529         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38530         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38531         Remove conditional code.
38532         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38533         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38534         <kernel-features.h>.
38535         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38536         Remove.
38537         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38538         Remove conditional code.
38539         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38540         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38541         Remove conditional.
38543 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38545         [BZ #5400]
38546         * NEWS: Add fixed bug number.
38548 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38550         [BZ #14519]
38551         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38552         underflowing exponent in case of negative sign.
38553         * stdlib/tst-strtod-round-data: Add more tests.
38554         * stdlib/tst-strtod-round.c (tests): Regenerated.
38556         [BZ #3479]
38557         * stdlib/strtod_l.c (NDIG): Remove.
38558         (HEXNDIG): Likewise.
38559         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38560         smallest representable value.
38561         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38562         lie within an exact representation of 1/2 ulp of the result.
38563         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38564         unconditionally.
38565         (TENS_P9_IDX): Define unconditionally.
38566         (TENS_P9_SIZE): Likewise.
38567         (TENS_P10_IDX): Likewise.
38568         (TENS_P10_SIZE): Likewise.
38569         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38570         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38571         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38572         entries for 10^2^13 and 10^2^14.
38573         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38574         (TENS_P13_IDX): Define.
38575         (TENS_P13_SIZE): Likewise.
38576         (TENS_P14_IDX): Likewise.
38577         (TENS_P14_SIZE): Likewise.
38578         (_fpioconst_pow10): Change array size to
38579         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38580         unconditional.
38581         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38582         1024]: Add entries for 10^2^13 and 10^2^14.
38583         [LAST_POW10 > _LAST_POW10]: Remove #error.
38584         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38585         (_fpioconst_pow10): Change array size to
38586         FPIOCONST_POW10_ARRAY_SIZE.
38587         * stdlib/gen-fpioconst.c: New file.
38588         * stdlib/gen-tst-strtod-round.c: Likewise.
38589         * stdlib/tst-strtod-round-data: Likewise.
38590         * stdlib/tst-strtod-round.c: Likewise.
38591         * stdlib/Makefile (tests): Add tst-strtod-round.
38593         [BZ #14459]
38594         * stdlib/strtod_l.c: Include <stdint.h>.
38595         (NDEBUG): Do not define.
38596         (round_and_return): Change EXPONENT parameter to type intmax_t.
38597         Rearrange calculations to avoid internal overflow possibilities.
38598         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38599         Rearrange calculations to avoid internal overflow possibilities.
38600         Assert that number fits inside MPNSIZE limbs.
38601         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38602         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38603         calculations and add assertions to avoid internal overflow
38604         possibilities.  Add casts to avoid signed/unsigned operations.
38605         * stdlib/tst-strtod-overflow.c: New file.
38606         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38608 2012-08-25  Marek Polacek  <polacek@redhat.com>
38610         * time/time.h: Fix some typos in comments.
38612 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38614         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38615         * posix/tst-rfc3484-2.c: Likewise.
38616         * posix/tst-rfc3484-3.c: Likewise.
38618 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38620         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38621         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38623 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38625         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38626         #include of fxstatat64.c.
38628 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38630         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38631         * shadow/getspent_r.c: Likewise.
38632         * shadow/getspnam.c: Likewise.
38633         * shadow/getspnam_r.c: Likewise.
38634         * gshadow/getsgent.c: Likewise.
38635         * gshadow/getsgent_r.c: Likewise.
38636         * gshadow/getsgnam.c: Likewise.
38637         * gshadow/getsgnam_r.c: Likewise.
38638         * inet/getnetbyad.c: Likewise.
38639         * inet/getnetbyad_r.c: Likewise.
38640         * inet/getnetbynm.c: Likewise.
38641         * inet/getnetbynm_r.c: Likewise.
38642         * inet/getnetent.c: Likewise.
38643         * inet/getnetent_r.c: Likewise.
38644         * inet/getproto.c: Likewise.
38645         * inet/getproto_r.c: Likewise.
38646         * inet/getprtent.c: Likewise.
38647         * inet/getprtent_r.c: Likewise.
38648         * inet/getprtname.c: Likewise.
38649         * inet/getprtname_r.c: Likewise.
38650         * inet/getrpcbyname.c: Likewise.
38651         * inet/getrpcbyname_r.c: Likewise.
38652         * inet/getrpcbynumber.c: Likewise.
38653         * inet/getrpcbynumber_r.c: Likewise.
38654         * inet/getrpcent.c: Likewise.
38655         * inet/getrpcent_r.c: Likewise.
38656         * inet/getaliasent.c: Likewise.
38657         * inet/getaliasent_r.c: Likewise.
38658         * inet/getaliasname.c: Likewise.
38659         * inet/getaliasname_r.c: Likewise.
38660         * nscd/getgrgid_r.c: Likewise.
38661         * nscd/getgrnam_r.c: Likewise.
38662         * nscd/gethstbyad_r.c: Likewise.
38663         * nscd/gethstbynm3_r.c: Likewise.
38664         * nscd/getpwnam_r.c: Likewise.
38665         * nscd/getpwuid_r.c: Likewise.
38666         * nscd/getsrvbynm_r.c: Likewise.
38667         * nscd/getsrvbypt_r.c: Likewise.
38668         * nscd/gai.c: Likewise.
38670         * configure.in (build_nscd): New substituted variable, set
38671         by --disable-build-nscd and defaults to $use_nscd.
38672         * configure: Regenerated.
38673         * config.make.in (build-nscd): New substituted variable.
38674         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38675         Change conditional to require [$(build-nscd) = yes] as well.
38676         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38678         [BZ# 13696]
38679         * configure.in (use_nscd): New substituted variable, set by
38680         --disable-nscd.  If enabled, define USE_NSCD.
38681         * configure: Regenerated.
38682         * config.h.in: Add USE_NSCD.
38683         * config.make.in (use-nscd): New substituted variable.
38684         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38685         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38686         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38687         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38688         (CFLAGS-getgrnam_r.c): Likewise.
38689         (CFLAGS-initgroups.c): Likewise.
38690         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38691         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38692         Variables removed.
38693         * inet/getnetgrent_r.c
38694         (nscd_setnetgrent): New function, broken out of ...
38695         (setnetgrent): ... here.  Call it.
38696         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38697         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38698         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38699         * nscd/Makefile (routines, aux): Move definitions after include of
38700         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38701         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38702         Conditionalize on [USE_NSCD].
38703         (is_nscd, nscd_init_cb): Likewise.
38704         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38705         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38706         * nss/nss_db/db-init.c: Likewise.
38707         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38708         [USE_NSCD].
38709         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38710         (make_request): Use it.
38711         (cache_valid_p): New function.
38712         (__check_pf): Use it.
38713         * NEWS: Add item for --disable-nscd.
38715 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38717         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38718         to support sed >= 4.2.1-20-ga9bf076.
38719         * configure: Regenerated.
38721 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38723         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38724         Conditionalize whole body on [IREL].
38726 2012-08-22  Jeff Law <law@redhat.com>
38728         [BZ #14505]
38729         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38730         if the family is PF_UNSPEC.
38732 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38734         * Makerules (lib-version): Rename from V.
38735         (install-lib-nosubdir): Change V to lib-version.
38737 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38739         [BZ #14252]
38740         * powerpc32/power6/wcschr.c: New file.
38741         * powerpc32/power6/wcscpy.c: New file.
38742         * powerpc32/power6/wcsrchr.c: New file.
38743         * powerpc64/power6/wcschr.c: New file.
38744         * powerpc64/power6/wcscpy.c: New file.
38745         * powerpc64/power6/wcsrchr.c: New file.
38747 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38749         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38750         (two_way_short_needle): Use it.
38751         * string/strstr.c (AVAILABLE1_USES_J): Define.
38752         * string/strcasestr.c: Likewise.
38754         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38755         array references.
38756         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38758         [BZ #11607]
38759         * NEWS: Add an entry.
38760         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38761         define their defaults.
38762         (two_way_short_needle): Detect end-of-string on-the-fly.
38763         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38764         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38765         * string/bug-strcasestr1.c: New test.
38766         * string/Makefile: Run it.
38768 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38770         [BZ #11607]
38771         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38772         the first character.
38774 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38776         * csu/elf-init.c (__libc_csu_irel): Function removed.
38777         * csu/libc-start.c (apply_irel): New function.
38778         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38780 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38782         * sysdeps/unix/sysv/linux/kernel-features.h
38783         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38784         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38785         <kernel-features.h>.
38786         [__NR_fadvise64_64]: Make code unconditional.
38787         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38788         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38789         !__NR_fadvise64_64)]: Likewise.
38790         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38791         !__NR_fadvise64_64))]: Likewise.
38792         [__NR_fadvise64]: Make code unconditional.
38793         [!__NR_fadvise64]: Remove conditional code.
38794         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38795         <kernel-features.h>.
38796         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38797         unconditional.
38798         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38799         conditional code.
38800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38801         not include <kernel-features.h>.
38802         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38803         unconditional.
38804         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38805         conditional code.
38806         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38807         include <kernel-features.h>.
38808         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38809         unconditional.
38810         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38811         conditional code.
38813 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38815         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38816         slight instruction rearrangements per scrollpipe analysis.
38817         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38819 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38821         * manual/syslog.texi (syslog; vsyslog, closelog):
38822         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38823         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38825         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38826         DSOCAPS to match condition on defining it.
38828 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38830         * sysdeps/unix/sysv/linux/kernel-features.h
38831         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38833         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38834         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38836         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38837         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38839         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38840         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38842         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38843         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38845         * sysdeps/unix/sysv/linux/kernel-features.h
38846         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38847         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38848         unconditional.
38849         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38850         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38851         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38852         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38853         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38854         Make code unconditional.
38855         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38856         (__mmap64) [!__NR_mmap2]: Likewise.
38857         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38858         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38859         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38860         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38861         [__NR_mmap2]: Make code unconditional.
38862         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38863         (__mmap64) [!__NR_mmap2]: Likewise.
38865 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38867         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38869 2012-08-18  Andreas Jaeger  <aj@suse.de>
38871         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38873 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38875         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38876         * include/unistd.h (__have_sock_cloexec): Likewise.
38877         (__have_pipe2): Likewise.
38878         (__have_dup3): Likewise.
38880 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38882         [BZ #9685]
38883         * include/unistd.h (__have_pipe2): Change define into an extern int.
38884         (__have_dup3): Likewise.
38885         * socket/have_sock_cloexec.c: Include fcntl.h.
38886         (__have_pipe2): New variable.
38887         (__have_dup3): Likewise.
38889 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38891         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38893 2012-08-17  Marek Polacek  <polacek@redhat.com>
38895         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38896         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38898 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38900         * configure.in: Add AC_SUBST for sysheaders.
38901         * configure: Regenerated.
38902         * config.make.in (sysheaders): New substituted variable.
38904         * sysdeps/unix/mkfifo.c: Moved ...
38905         * sysdeps/posix/mkfifo.c: ... here.
38906         * sysdeps/unix/mkfifoat.c: Moved ...
38907         * sysdeps/posix/mkfifoat.c: ... here.
38909         * sysdeps/unix/utime.c: Moved ...
38910         * sysdeps/posix/utime.c: ... here.
38912         * sysdeps/unix/time.c: Moved ...
38913         * sysdeps/posix/time.c: ... here.
38914         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38915         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38917         * sysdeps/unix/nice.c: Moved ...
38918         * sysdeps/posix/nice.c: ... here.
38920         * sysdeps/unix/alarm.c: Moved ...
38921         * sysdeps/posix/alarm.c: ... here.
38923         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38925 2012-08-17  Jeff Law <law@redhat.com>
38927         * intl/Makefile (codeset_mo): New variable.
38928         ($(codeset_mo)): New target.
38929         (tst-codeset.out): Depend on that.  Remove explicit rule.
38930         (tst-gettext3.out, tst-gettext5.out): Likewise.
38931         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38932         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38933         * intl/tst-codeset.sh: Remove.
38934         * intl/tst-gettext3.sh: Likewise.
38935         * intl/tst-gettext5.sh: Likewise.
38937 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38939         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38940         * sysdeps/unix/syscalls.list: ... here.
38942         * sysdeps/posix/getaddrinfo.c
38943         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38944         (gaiconf_init, gaiconf_reload): Use them.
38945         [!_STATBUF_ST_NSEC]
38946         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38947         Define using time_t rather than struct timespec.
38949         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38950         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38951         Macros removed.
38952         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38953         [!NO_THREADS].
38954         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38955         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38956         Likewise.
38958         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38959         __libc_cleanup_push argument.
38961         * bits/param.h: New file.
38962         * misc/sys/param.h: New file.
38963         * include/sys/param.h: New file.
38964         * misc/Makefile (headers): Add bits/param.h.
38965         * sysdeps/generic/sys/param.h: File removed.
38966         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38967         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38968         * sysdeps/mach/hurd/bits/param.h: New file.
38969         * sysdeps/mach/hurd/sys/param.h: File removed.
38971         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38972         last change.
38974         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38975         [_IO_MTSAFE_IO].
38976         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38977         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38978         New macros.
38980         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38981         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38982         rather than -D_IO_MTSAFE_IO conditionally.
38983         * stdio-common/Makefile (CPPFLAGS): Likewise.
38984         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38985         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38986         Use $(libio-mtsafe).
38987         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38988         of -D_IO_MTSAFE_IO.
38989         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38990         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38991         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38992         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38993         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38994         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38995         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38996         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38997         (CFLAGS-fread_u_chk.c): Likewise.
38998         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38999         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39000         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39001         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39002         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39003         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39004         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39005         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39006         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39008         * libio/Makefile: Test [$(libc-reentrant) = yes]
39009         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39011         * Makeconfig
39012         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39013         * sysdeps/pthread/configure: File removed.
39014         * sysdeps/pthread/Makeconfig: New file.
39015         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39016         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39018 2012-08-16  Gary Benson  <gbenson@redhat.com>
39020         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39021         unmapping the first object in a namespace.
39023 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39025         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39026         (__internal_setnetgrent): ... this.  Add internal_function to
39027         definition.  Add libc_hidden_def.
39028         (setnetgrent): Update caller.
39029         (internal_endnetgrent): Renamed to ...
39030         (__internal_endnetgrent): ... this.  Add internal_function to
39031         definition.  Add libc_hidden_def.
39032         (endnetgrent): Update caller.
39033         (internal_getnetgrent_r): Renamed to ...
39034         (__internal_getnetgrent_r): ... this.  Add internal_function to
39035         definition.  Add libc_hidden_def.
39036         (__getnetgrent_r): Update caller.
39037         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39039 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39041         * stdlib/longlong.h: Update from GCC.
39043 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39045         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39046         on _QL, which is set by umul_ppmm but never used.
39047         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39048         variables, which are set by GMP macros but never used.
39049         * stdio-common/_itowa.c (_itowa): Likewise.
39050         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39051         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39053 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39055         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39056         struct La_sh_regs is not constant.
39057         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39058         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39059         and struct La_sparc64_regs are not constant.
39061 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39063         * sysdeps/unix/sysv/linux/kernel-features.h
39064         (__ASSUME_POSIX_TIMERS): Remove.
39065         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39066         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39067         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39068         Make code unconditional.
39069         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39070         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39071         Make code unconditional.
39072         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39073         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39074         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39075         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39076         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39077         Make code unconditional.
39078         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39079         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39080         (__libc_missing_posix_timers): Remove.
39082 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39084         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39085         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39087         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39089         * elf/dl-sym.c: Include <stdlib.h>.
39091         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39092         constants, which avoids warnings in 32-bit builds.
39094         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39095         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39097         * misc/lseek.c: File moved to ...
39098         * io/lseek.c: ... here.
39100         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39102         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39103         shifting LEN more than 31 bits at once.
39105 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39107         [BZ #14195]
39108         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39109         segmentation fault for a case of two empty input strings.
39110         * string/test-strncasecmp.c (check1): Renamed to...
39111         (bz12205): ...this.
39112         (bz14195): Add new testcase for two empty input strings and N > 0.
39113         (test_main): Call new testcase, adapt for renamed function.
39115 2012-08-15  Andreas Jaeger  <aj@suse.de>
39117         [BZ #14090]
39118         * crypt/md5test2.c: New test, based on test supplied by Serge
39119         Belyshev <belyshev@depni.sinp.msu.ru>.
39120         * crypt/Makefile (xtests): Add md5test-giant..
39121         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39123 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39125         [BZ #14090]
39126         * crypt/md5.c (md5_process_block): Don't assume the buffer
39127         length is less than 2**32.
39128         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39129         length is less than 2**64.
39131 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39133         * string/str-two-way.h: Include <sys/param.h>.
39134         (MAX): Macro removed.
39136         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39137         Move #define and #undef of memmove to just before and after
39138         including <string.h>.
39140         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39141         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39142         and after including <string.h>.  Move declarations of
39143         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39144         to before #include "string/memmove.c".
39146         * include/dirent.h: Declare __getdirentries.
39148         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39149         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39151 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39153         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39154         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39155         * sysdeps/i386/configure: Regenerated.
39156         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39157         STABS_CURRENT_FILE, and STABS_FUN.
39158         (END): Remove call to STABS_FUN_END.
39159         (STABS_CURRENT_FILE1): Delete.
39160         (STABS_CURRENT_FILE): Likewise.
39161         (STABS_FUN): Likewise.
39162         (STABS_FUN_END): Likewise.
39163         (STABS_FUN2): Likewise.
39164         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39165         * sysdeps/x86_64/configure: Regenerated.
39167 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39169         * elf/dl-open.c: Include <atomic.h>.
39170         * elf/dl-lookup.c: Likewise.
39172 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39174         * sysdeps/unix/sysv/linux/kernel-features.h
39175         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39176         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39177         unconditionally.
39178         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39179         unconditionally.
39180         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39181         condition on __ASSUME_CLONE_THREAD_FLAGS.
39183 2012-08-14  Andreas Jaeger  <aj@suse.de>
39185         * sysdeps/i386/fpu/libm-test-ulps: Update.
39187 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39189         * include/atomic.h (atomic_exchange_and_add): Split into ...
39190         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39191         New atomic macros.
39193 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39195         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39197 2012-08-13  Jeff Law <law@redhat.com>
39199         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39200         null byte in the output string.
39202 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39204         * sysdeps/unix/sysv/linux/kernel-features.h
39205         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39206         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39207         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39208         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39209         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39210         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39211         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39213 2012-08-09  Jeff Law <law@redhat.com>
39215         [BZ #13939]
39216         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39217         When avoid_arena is set, don't retry in the that arena.  Pick the
39218         next one, whatever it might be.
39219         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39220         (arena_lock): Pass in new parameter to arena_get2.
39221         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39222         arena_get2.
39223         (__libc_malloc): Unify retrying after main arena failure with
39224         __libc_memalign version.
39225         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39227 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39229         [BZ #14166]
39230         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39231         to __redirect_strstr.
39232         (__strstr_sse42): Use typeof __redirect_strstr.
39233         (__strstr_ia32): Likewise.
39234         (__libc_strstr): New prototype.
39235         (strstr): Renamed to ...
39236         (__libc_strstr): This.
39237         (strstr): New strong alias of __libc_strstr.
39238         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39239         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39240         __redirect_time.
39241         Include <time.h>.
39242         (__libc_time): New prototype.
39243         (time_ifunc): Replace time with __libc_time.
39244         (time): New strong alias and hidden definition of __libc_time.
39245         (__GI_time): Remove strong alias.
39246         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39247         Include <stddef.h>.
39248         (memmove): Redefined to __redirect_memmove.
39249         (__memmove_sse2): Use typeof __redirect_memmove.
39250         (__memmove_ssse3): Likewise.
39251         (__memmove_ssse3_back): Likewise.
39252         (__libc_memmove): New prototype.
39253         (memmove): Renamed to ...
39254         (__libc_memmove): This.
39255         (memmove): New strong alias of __libc_memmove.
39257 2012-08-08  Mark Salter  <msalter@redhat.com>
39259         * elf/elf.h
39260         (R_MN10300_TLS_GD): Define.
39261         (R_MN10300_TLS_LD): Likewise.
39262         (R_MN10300_TLS_LDO): Likewise.
39263         (R_MN10300_TLS_GOTIE): Likewise.
39264         (R_MN10300_TLS_IE): Likewise.
39265         (R_MN10300_TLS_LE): Likewise.
39266         (R_MN10300_TLS_DTPMOD): Likewise.
39267         (R_MN10300_TLS_DTPOFF): Likewise.
39268         (R_MN10300_TLS_TPOFF): Likewise.
39269         (R_MN10300_SYM_DIFF): Likewise.
39270         (R_MN10300_ALIGN): Likewise.
39271         (R_MN10300_NUM): Update.
39273 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39275         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39276         Remove.
39278 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39280         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39282         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39283         sysdeps/unix -> sysdeps/posix move.
39284         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39286 2012-08-07      Allan McRae     <allan@archlinux.org>
39288         [BZ #14303]
39289         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39290         (SUNOS_CPP): Likewise.
39291         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39292         not found.
39293         (open_input): Call CPP using execvp.
39295 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39297         * sysdeps/unix/sysv/linux/kernel-features.h
39298         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39299         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39300         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39301         (__ASSUME_WAITID_SYSCALL): Likewise.
39302         * sysdeps/unix/sysv/linux/dl-execstack.c
39303         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39304         code unconditional.
39305         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39306         conditional code.
39307         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39308         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39309         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39310         code.
39311         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39312         unconditional.
39313         [__ASSUME_WAITID_SYSCALL]: Likewise.
39314         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39316 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39318         * sysdeps/unix/closedir.c: Renamed to ...
39319         * sysdeps/posix/closedir.c: ... here.
39320         * sysdeps/unix/dirfd.c: Renamed to ...
39321         * sysdeps/posix/dirfd.c: ... here.
39322         * sysdeps/unix/dirstream.h: Renamed to ...
39323         * sysdeps/posix/dirstream.h: ... here.
39324         * sysdeps/unix/fdopendir.c: Renamed to ...
39325         * sysdeps/posix/fdopendir.c: ... here.
39326         * sysdeps/unix/opendir.c: Renamed to ...
39327         * sysdeps/posix/opendir.c: ... here.
39328         * sysdeps/unix/readdir.c: Renamed to ...
39329         * sysdeps/posix/readdir.c: ... here.
39330         * sysdeps/unix/readdir_r.c: Renamed to ...
39331         * sysdeps/posix/readdir_r.c: ... here.
39332         * sysdeps/unix/rewinddir.c: Renamed to ...
39333         * sysdeps/posix/rewinddir.c: ... here.
39334         * sysdeps/unix/seekdir.c: Renamed to ...
39335         * sysdeps/posix/seekdir.c: ... here.
39336         * sysdeps/unix/telldir.c: Renamed to ...
39337         * sysdeps/posix/telldir.c: ... here.
39338         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39339         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39340         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39341         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39343         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39344         * bits/fcntl.h: ... here.
39346         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39347         not 0.
39348         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39349         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39350         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39351         (struct flock): Move l_start, l_len to the beginning.
39352         Use __pid_t for l_pid.
39353         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39354         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39355         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39356         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39357         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39358         [__USE_LARGEFILE64] (struct flock64): New type.
39359         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39361         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39362         * bits/dirent.h: ... here.
39364         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39365         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39367 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39369         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39370         Change from 2.6.0 to 2.6.16.
39371         * sysdeps/unix/sysv/linux/configure: Regenerated.
39372         * sysdeps/unix/sysv/linux/kernel-features.h
39373         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39374         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39375         version.
39376         (__ASSUME_UTIMES): Likewise.
39377         (__ASSUME_CLONE_STOPPED): Remove.
39378         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39379         architectures, not kernel version.
39380         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39381         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39382         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39383         (__ASSUME_WAITID_SYSCALL): Likewise.
39384         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39385         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39386         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39387         refer to older versions.
39389 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39391         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39392         Define alphasort64 as an alias.
39393         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39394         Define versionsort64 as an alias.
39395         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39396         Define scandir64 as an alias.
39397         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39398         Define scandirat64 as an alias.
39399         * dirent/alphasort64.c (alphasort64):
39400         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39401         * dirent/versionsort64.c: Likewise.
39402         * dirent/scandir64.c: Likewise.
39403         * dirent/scandirat64.c: Likewise.
39404         * sysdeps/wordsize-64/alphasort.c: File removed.
39405         * sysdeps/wordsize-64/alphasort64.c: File removed.
39406         * sysdeps/wordsize-64/scandir.c: File removed.
39407         * sysdeps/wordsize-64/scandir64.c: File removed.
39408         * sysdeps/wordsize-64/scandirat.c: File removed.
39409         * sysdeps/wordsize-64/scandirat64.c: File removed.
39410         * sysdeps/wordsize-64/versionsort.c: File removed.
39411         * sysdeps/wordsize-64/versionsort64.c: File removed.
39412         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39413         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39414         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39415         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39416         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39417         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39418         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39419         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39421         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39422         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39423         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39424         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39425         [defined __arch64__ || defined __sparcv9]
39426         (__INO_T_MATCHES_INO64_T): New macro.
39427         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39428         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39429         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39430         * sysdeps/unix/sysv/linux/bits/dirent.h
39431         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39432         (_DIRENT_MATCHES_DIRENT64): New macro.
39434         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39435         Define lockf64 as an alias.
39436         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39437         Define fseeko64 as an alias.
39438         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39439         Define ftello64 as an alias.
39440         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39441         Define _IO_fgetpos64 and fgetpos64 as aliases.
39442         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39443         Define _IO_fsetpos64 and fsetpos64 as aliases.
39444         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39445         Conditionalize body on this.
39446         * libio/fseeko64.c: Likewise.
39447         * libio/ftello64.c: Likewise.
39448         * libio/iofgetpos64.c: Likewise.
39449         * libio/iofsetpos64.c: Likewise.
39450         * sysdeps/wordsize-64/lockf.c: File removed.
39451         * sysdeps/wordsize-64/lockf64.c: File removed.
39452         * sysdeps/wordsize-64/fseeko.c: File removed.
39453         * sysdeps/wordsize-64/fseeko64.c: File removed.
39454         * sysdeps/wordsize-64/ftello.c: File removed.
39455         * sysdeps/wordsize-64/ftello64.c: File removed.
39456         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39457         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39458         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39459         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39460         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39461         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39462         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39463         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39464         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39465         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39466         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39467         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39468         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39469         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39471         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39472         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39473         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39474         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39475         [defined __arch64__ || defined __sparcv9]
39476         (__OFF_T_MATCHES_OFF64_T): New macro.
39477         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39478         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39479         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39480         (__OFF_T_MATCHES_OFF64_T): New macro.
39482 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39484         * stdlib/secure-getenv.c (__secure_getenv): Replace
39485         GLIBC_2_16 with GLIBC_2_17.
39487 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39489         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39490         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39492 2012-08-03  David S. Miller  <davem@davemloft.net>
39494         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39496 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39498         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39499         Remove.
39500         (__ASSUME_CORRECT_SI_PID): Likewise.
39501         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39502         (__ASSUME_TMPFS_NAME): Likewise.
39503         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39504         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39505         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39506         (HAVE_AUX_SECURE): Make definition unconditional.
39507         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39508         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39510 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39512         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39513         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39514         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39515         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39516         __eloop_threshold instead of SYMLOOP_MAX.
39518         * sysdeps/generic/eloop-threshold.h: New file.
39519         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39520         of MAXSYMLINKS.
39521         * elf/chroot_canon.c (chroot_canon): Likewise.
39523 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39525         [BZ #13717]
39526         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39527         Change to 2.6.0 everywhere.
39528         * sysdeps/unix/sysv/linux/configure: Regenerated.
39529         * sysdeps/unix/sysv/linux/kernel-features.h
39530         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39531         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39532         kernel versions.
39533         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39534         (__ASSUME_FUTEX_REQUEUE): Remove.
39535         (__ASSUME_STATFS64): Define unconditionally.
39536         (__ASSUME_AT_SECURE): Likewise.
39537         (__ASSUME_CORRECT_SI_PID): Likewise.
39538         (__ASSUME_TGKILL): Define without depending on kernel version for
39539         i386.
39540         (__ASSUME_UTIMES): Likewise.
39541         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39542         kernel version.
39543         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39544         (__ASSUME_TMPFS_NAME): Likewise.
39545         * README: Update reference to Linux kernel versions.
39547 2012-08-02  Marek Polacek  <polacek@redhat.com>
39549         [BZ# 14150]
39550         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39551         libc_cv_asm_type_prefix with %.
39552         * configure: Regenerated.
39553         * include/libc-symbols.h: Remove comment about
39554         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39555         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39556         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39557         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39558         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39559         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39560         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39561         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39562         * elf/tst-unique2mod1.c: Likewise.
39563         * elf/tst-unique1mod2.c: Likewise.
39564         * elf/tst-unique1mod1.c: Likewise.
39565         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39566         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39567         Replace ASM_TYPE_DIRECTIVE with .type.
39568         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39569         * sysdeps/i386/sysdep.h: Likewise.
39570         * sysdeps/x86_64/sysdep.h: Likewise.
39571         * sysdeps/sh/sysdep.h: Likewise.
39572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39573         Do not define ASM_TYPE_DIRECTIVE.
39574         * sysdeps/powerpc/sysdep.h: Likewise.
39575         * sysdeps/powerpc/powerpc32/sysdep.h:
39576         Replace ASM_TYPE_DIRECTIVE with .type.
39577         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39578         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39579         * sysdeps/i386/fpu/e_powf.S: Likewise.
39580         * sysdeps/i386/fpu/e_expl.S: Likewise.
39581         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39582         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39583         * sysdeps/i386/fpu/e_pow.S: Likewise.
39584         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39585         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39586         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39587         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39588         * sysdeps/i386/fpu/e_log2.S: Likewise.
39589         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39590         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39591         * sysdeps/i386/fpu/e_powl.S: Likewise.
39592         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39593         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39594         * sysdeps/i386/fpu/e_logl.S: Likewise.
39595         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39596         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39597         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39598         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39599         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39600         * sysdeps/i386/fpu/e_log.S: Likewise.
39601         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39602         * sysdeps/i386/fpu/e_logf.S: Likewise.
39603         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39604         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39605         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39606         * sysdeps/i386/fpu/e_log10.S: Likewise.
39607         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39608         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39609         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39610         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39611         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39612         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39613         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39614         * sysdeps/i386/i686/strtok.S: Likewise.
39615         * sysdeps/i386/i386-mcount.S: Likewise.
39616         * sysdeps/i386/strtok.S: Likewise.
39617         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39618         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39619         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39620         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39621         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39622         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39623         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39624         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39625         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39626         * sysdeps/x86_64/_mcount.S: Likewise.
39627         * sysdeps/x86_64/strtok.S: Likewise.
39628         * sysdeps/sh/_mcount.S: Likewise.
39630 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39632         * libio/iofopen.c: Include <fcntl.h>.
39633         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39634         (_IO_fopen64, fopen64): Define as aliases.
39635         * libio/iofopen64.c: Include <fcntl.h>.
39636         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39637         Conditionalize body on this.
39638         * sysdeps/wordsize-64/iofopen.c: File removed.
39639         * sysdeps/wordsize-64/iofopen64.c: File removed.
39641 2012-08-01  Marek Polacek  <polacek@redhat.com>
39643         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39644         Use dlfcn directly instead of a variable.
39645         (binfmt-subdir): Do not define.
39646         (dlfcn): Likewise.
39648 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39650         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39651         Remove all definitions.
39652         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39653         <kernel-features.h>.
39654         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39655         (miss_F_GETOWN_EX): Remove all definitions.
39656         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39657         macro definition.
39658         [!__ASSUME_FCNTL64]: Remove conditional code.
39659         [__ASSUME_FCNTL64]: Make code unconditional.
39660         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39661         <kernel-features.h>.
39662         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39663         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39664         (lockf64) [__NR_fcntl64]: Make code unconditional.
39665         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39667         * sysdeps/unix/sysv/linux/kernel-features.h
39668         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39669         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39670         Make code unconditional.
39671         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39672         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39674         [__NR_vfork]: Make code unconditional.
39675         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39676         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39678         [__NR_vfork]: Make code unconditional.
39679         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39680         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39682 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39684         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39685         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39687         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39688         Define mkstemp64 as an alias.
39689         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39690         Define mkstemps64 as an alias.
39691         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39692         Define mkostemp64 as an alias.
39693         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39694         Define mkostemps64 as an alias.
39695         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39696         Conditionalize body on this.
39697         * misc/mkostemp64.c: Likewise.
39698         * misc/mkostemps64.c: Likewise.
39699         * misc/mkstemps64.c: Likewise.
39700         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39701         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39702         * sysdeps/wordsize-64/mkostemp.c: File removed.
39703         * sysdeps/wordsize-64/mkstemp.c: File removed.
39704         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39705         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39706         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39707         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39709         [BZ #14138]
39710         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39711         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39712         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39713         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39715         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39716         compat_symbol macros from <shlib-compat.h> rather than the underlying
39717         default_symbol_version and symbol_version macros, so that DEFAULT
39718         lines in shlib-versions are respected.
39719         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39721 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39723         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39724         Declare with warn_unused_result.
39725         (setgid, setregid, setegid, setresgid): Likewise.
39726         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39727         Likewise.
39728         * WUR-REPORT: Remove set*id functions.
39730 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39732         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39734 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39736         [BZ #10191]
39737         * include/sys/socket.h (__libc_accept, __libc_accept4):
39738         Add attribute_hidden.
39739         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39741         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39742         use of PTR_MANGLE.
39743         * inet/getnetgrent_r.c (setup): Likewise.
39745         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39747 2012-07-31  David S. Miller  <davem@davemloft.net>
39749         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39751 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39753         [BZ #13629]
39754         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39755         value between 1.0 and 2.0 and smaller part has absolute value less
39756         than 1.0.
39757         * math/s_clog10.c (__clog10): Likewise.
39758         * math/s_clog10f.c (__clog10f): Likewise.
39759         * math/s_clog10l.c (__clog10l): Likewise.
39760         * math/s_clogf.c (__clogf): Likewise.
39761         * math/s_clogl.c (__clogl): Likewise.
39762         * math/libm-test.inc (clog_test): Add more tests.
39763         (clog10_test): Likewise.
39764         * sysdeps/i386/fpu/libm-test-ulps: Update.
39765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39767 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39769         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39770         Exit with zero in case no suitable GID is found, and write a
39771         message to standard error.
39773 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39775         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39776         rather than to 1.
39777         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39778         (MAXPATHLEN): Removed.
39779         (NOGROUP, NODEV): New macros.
39780         (setbit, clrbit, isset, isclr): New macros.
39781         (howmany, roundup, powerof2): New macros.
39782         (DEV_BSIZE): New macro.
39784         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39785         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39787         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39788         definition on [!__NO_LONG_DOUBLE_MATH].
39790         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39791         PTR_MANGLE and PTR_DEMANGLE.
39793         * socket/accept4.c (accept4): Rename to __libc_accept4.
39794         Define accept4 as a weak alias.
39796         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39797         on [_DIRENT_HAVE_D_TYPE].
39798         * io/ftw.c (ftw_dir): Likewise.
39800         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39802         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39804         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39805         Use the BSD numbers rather than the arbitrary ones we had.
39806         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39807         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39808         (SIGXCPU, SIGXFSZ): New macros.
39809         (_NSIG): Now 32.
39811         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39812         initializer on [_LIBC_REENTRANT].
39814         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39815         definitions inside [_POSIX_MAPPED_FILES].
39817         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39819         * dirent/opendir.c: Include <fcntl.h>.
39821         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39822         (__libc_getspecific): Likewise.
39823         (__libc_key_create): Likewise.
39825         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39826         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39827         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39828         (tmpfile64): Define as alias.
39829         * sysdeps/wordsize-64/tmpfile.c: File removed.
39830         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39831         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39832         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39834         * stdio-common/vfscanf.c: Include <stdbool.h>.
39835         * nss/makedb.c: Likewise.
39836         * stdio-common/_i18n_number.h: Likewise.
39837         * argp/argp-help.c: Likewise.
39838         * posix/wordexp.c: Likewise.
39839         * sysdeps/posix/spawni.c: Likewise.
39840         * nss/nss_files/files-initgroups.c: Likewise.
39841         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39842         * nss/nss_files/files-initgroups.c: Likewise.
39843         * nss/nss_db/db-netgrp.c: Likewise.
39844         * nss/nss_db/db-initgroups.c: Likewise.
39845         * io/fchmodat.c: Include <sys/stat.h>.
39847         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39848         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39850         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39851         [HAVE_MMAP].
39853         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39854         Add multiple inclusion protection.
39856 2012-07-27  David S. Miller  <davem@davemloft.net>
39858         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39860 2012-07-27  Gary Benson  <gbenson@redhat.com>
39862         [BZ #14298]
39863         * elf/rtld.c: Include <stap-probe.h>.
39864         (dl_main): Added static probes "init_start" and "init_complete".
39865         * elf/dl-load.c: Include <stap-probe.h>.
39866         (lose): Take new parameter "nsid".
39867         Added static probe "map_failed".
39868         (_dl_map_object_from_fd): Pass namespace id to lose.
39869         Added static probe "map_start".
39870         (open_verify): Pass namespace id to lose.
39871         * elf/dl-open.c: Include <stap-probe.h>.
39872         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39873         and "reloc_complete".
39874         * elf/dl-close.c: Include <stap-probe.h>.
39875         (_dl_close_worker): Added static probes "unmap_start" and
39876         "unmap_complete".
39877         * elf/rtld-debugger-interface.txt: New file documenting the above.
39879 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39881         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39882         rather than a string variable.
39883         * sunrpc/rpc_main.c (h_output): Likewise.
39884         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39886 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39888         * inet/check_native.c: New file.
39890 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39892         [BZ #13629]
39893         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39894         if larger part has absolute value 1.0.
39895         * math/s_clog10.c (__clog10): Likewise.
39896         * math/s_clog10f.c (__clog10f): Likewise.
39897         * math/s_clog10l.c (__clog10l): Likewise.
39898         * math/s_clogf.c (__clogf): Likewise.
39899         * math/s_clogl.c (__clogl): Likewise.
39900         * math/libm-test.inc (clog_test): Add more tests.
39901         (clog10_test): Likewise.
39902         * sysdeps/i386/fpu/libm-test-ulps: Update.
39903         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39905         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39906         (pltexit): Likewise.
39907         (La_regs): Likewise.
39908         (La_retval): Likewise.
39909         (int_retval): Likewise.
39910         Update #error for removed macros to refer only to definitions in
39911         tst-audit.h.
39912         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39913         macro.
39914         (pltexit): Likewise.
39915         (La_regs): Likewise.
39916         (La_retval): Likewise.
39917         (int_retval): Likewise.
39918         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39919         macro.
39920         (pltexit): Likewise.
39921         (La_regs): Likewise.
39922         (La_retval): Likewise.
39923         (int_retval): Likewise.
39924         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39925         macro.
39926         (pltexit): Likewise.
39927         (La_regs): Likewise.
39928         (La_retval): Likewise.
39929         (int_retval): Likewise.
39930         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39931         macro.
39932         (pltexit): Likewise.
39933         (La_regs): Likewise.
39934         (La_retval): Likewise.
39935         (int_retval): Likewise.
39936         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39937         macro.
39938         (pltexit): Likewise.
39939         (La_regs): Likewise.
39940         (La_retval): Likewise.
39941         (int_retval): Likewise.
39942         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39943         macro.
39944         (pltexit): Likewise.
39945         (La_regs): Likewise.
39946         (La_retval): Likewise.
39947         (int_retval): Likewise.
39948         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39949         macro definitions in tst-audit.h.
39950         * sysdeps/i386/tst-audit.h: New file.
39951         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39952         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39953         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39954         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39955         * sysdeps/sh/tst-audit.h: Likewise.
39956         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39957         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39958         * sysdeps/x86_64/tst-audit.h: Likewise.
39960 2012-07-26  Andreas Jaeger  <aj@suse.de>
39962         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39963         ptrace.
39965         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39966         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39967         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39968         PTRACE_O_MASK.
39969         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39970         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39971         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39973         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39974         value.
39976         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39977         _sigsys.
39978         (si_call_addr, si_syscall, si_arch): Define new macro.
39979         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39980         _sigsys.
39981         (si_call_addr, si_syscall, si_arch): Define new marcro.
39982         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39983         _sigsys.
39984         (si_call_addr, si_syscall, si_arch): Define new macro.
39985         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39986         _sigsys.
39987         (si_call_addr, si_syscall, si_arch): Define new macro.
39989 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39991         [BZ #13717]
39992         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39993         Change to 2.4.21 where previously 2.4.1.
39994         * sysdeps/unix/sysv/linux/configure: Regenerated.
39995         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39996         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39997         Linux kernel version.
39998         (__ASSUME_STD_AUXV): Remove.
39999         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40000         kernel version.
40001         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40002         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40003         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40004         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40005         (__ASSUME_NETLINK_SUPPORT): Likewise.
40006         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40007         (__no_netlink_support): Remove conditional definition.
40008         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40009         Remove.
40010         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40011         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40012         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40013         (if_nameindex_ioctl): Remove.
40014         (if_nameindex_netlink): Do not handle __no_netlink_support.
40015         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40016         code.
40017         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40018         Remove conditional code.
40019         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40020         code.
40021         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40022         unconditional.
40023         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40024         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40025         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40026         Remove.
40027         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40028         [!__ASSUME_STD_AUXV]: Remove conditional code.
40029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40030         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40031         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40033         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40034         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40035         code.
40036         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40038         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40039         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40040         conditional code.
40041         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40043         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40044         code.
40045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40046         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40047         conditional code.
40048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40049         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40050         code unconditional.
40051         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40052         conditional code.
40053         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40054         unconditional.
40055         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40056         conditional code.
40057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40058         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40059         unconditional.
40060         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40061         conditional code.
40062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40063         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40064         code unconditional.
40065         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40066         conditional code.
40067         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40068         unconditional.
40069         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40070         conditional code.
40071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40072         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40073         code unconditional.
40074         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40075         conditional code.
40076         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40077         unconditional.
40078         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40079         conditional code.
40081 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40083         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40084         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40085         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40086         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40087         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40088         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40089         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40090         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40091         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40092         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40093         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40094         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40095         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40096         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40097         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40098         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40099         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40100         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40101         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40102         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40103         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40104         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40105         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40107 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40109         * Versions.def: Add GLIBC_2.17.
40110         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40111         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40112         Introduce __libc_secure_getenv.
40113         * stdlib/Versions (2.17): Add secure_getenv
40114         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40115         * stdlib/secure-getenv.c: Rename __secure_getenv to
40116         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40117         symbol __secure_getenv for GLIBC_2.0.
40118         * stdlib/tst-secure-getenv.c: New.
40119         * stdlib/Makefile (tests): Add testcase.
40120         * manual/startup.texi (Environment Access): Document
40121         secure_getenv.
40122         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40123         __libc_secure_getenv.
40124         * inet/ruserpass.c (ruserpass): Likewise.
40125         * malloc/mtrace.c (mtrace): Likewise.
40126         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40127         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40128         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40129         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40130         HAVE_SECURE_GETENV.
40131         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40132         __secure_getenv to __libc_secure_getenv.
40133         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40135         Likewise.
40136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40137         Likewise.
40138         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40139         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40140         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40141         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40142         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40143         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40144         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40146 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40148         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40149         (struct La_i86_retval): Likewise.
40150         (struct La_x86_64_regs): Likewise.
40151         (struct La_x86_64_retval): Likewise.
40152         (struct La_x32_regs): Likewise.
40153         (struct La_x32_retval): Likewise.
40154         (struct La_ppc32_regs): Likewise.
40155         (struct La_ppc32_retval): Likewise.
40156         (struct La_ppc64_regs): Likewise.
40157         (struct La_ppc64_retval): Likewise.
40158         (struct La_sh_regs): Likewise.
40159         (struct La_sh_retval): Likewise.
40160         (struct La_s390_32_regs): Likewise.
40161         (struct La_s390_32_retval): Likewise.
40162         (struct La_s390_64_regs): Likewise.
40163         (struct La_s390_64_retval): Likewise.
40164         (struct La_sparc32_regs): Likewise.
40165         (struct La_sparc32_retval): Likewise.
40166         (struct La_sparc64_regs): Likewise.
40167         (struct La_sparc64_retval): Likewise.
40168         (struct audit_ifaces): Remove architecture-specific pltenter and
40169         pltexit members.
40170         * sysdeps/i386/ldsodefs.h: New file.
40171         * sysdeps/powerpc/ldsodefs.h: Likewise.
40172         * sysdeps/s390/ldsodefs.h: Likewise.
40173         * sysdeps/sh/ldsodefs.h: Likewise.
40174         * sysdeps/sparc/ldsodefs.h: Likewise.
40175         * sysdeps/x86_64/ldsodefs.h: Likewise.
40177 2012-07-25  Marek Polacek  <polacek@redhat.com>
40179         [BZ #6808]
40180         * math/libm-test.inc (yn_test): Add another test.
40181         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40182         to ERANGE when the result is +-Inf.
40183         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40184         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40185         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40186         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40188 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40190         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40191         equal to 0.
40192         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40193         clock_t.
40194         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40196 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40198         * configure.in <sysdeps resolving>: Correct printing
40199         Implies_before.
40200         * configure: Regenerate.
40202 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40204         * math/w_ilogb.c: Include <limits.h>.
40205         * math/w_ilogbl.c: Likewise.
40207 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40209         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40210         va_copy.  Document allowing for unavailable va_copy only as
40211         pre-C99 compatibility.
40212         * manual/string.texi (Copying and Concatenation): Use va_copy
40213         instead of __va_copy in concat example.
40215 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40217         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40218         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40219         it if not null.
40221         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40222         with O_NOLINK passed to __file_name_lookup.
40224         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40225         with O_NOLINK passed to __file_name_lookup.
40227         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40228         negative N or less than NGIDS.
40230         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40231         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40232         enough.  Use memcpy instead of strncpy.
40234 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40236         * elf/Makefile (check-data): Remove.
40237         (localplt.data): New vpath directive.
40238         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40239         instead of $(check-data).
40240         * scripts/data/localplt-generic.data: Move to ...
40241         * sysdeps/generic/localplt.data: ... here.
40242         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40243         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40244         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40246         ... here.
40247         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40249         ... here.
40250         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40251         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40252         ... here.
40253         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40254         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40255         ... here.
40256         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40257         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40258         ... here.
40259         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40260         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40261         ... here.
40263 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40265         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40266         PPC32 and PPC64 files.
40267         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40268         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40270 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40272         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40273         __makecontext_ret to ...
40274         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40275         ... here and call exit if uc_link is NULL.  New file.
40276         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40277         __makecontext_ret.S.
40278         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40279         __makecontext_ret to ...
40280         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40281         ... here and call exit if uc_link is NULL.  New file.
40282         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40283         __makecontext_ret.S.
40285 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40287         * elf/elf.h (R_390_IRELATIVE): New definition.
40288         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40289         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40290         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40291         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40292         (elf_machine_lazy_rel): Likewise.
40293         * sysdeps/s390/dl-irel.h: New file.
40294         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40295         * sysdeps/s390/s390-64/memset.S: New asm code.
40296         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40297         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40298         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40299         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40300         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40301         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40302         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40303         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40304         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40305         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40306         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40307         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40308         * sysdeps/s390/s390-32/memset.S: New asm code.
40309         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40311 2012-07-17  Marek Polacek  <polacek@redhat.com>
40313         [BZ #14349]
40314         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40315         * sysdeps/s390/s390-64/configure.in: Likewise.
40316         * sysdeps/sparc/configure.in: Likewise.
40317         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40318         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40319         * sysdeps/i386/configure.in: Likewise.
40320         * sysdeps/x86_64/configure.in: Likewise.
40321         * sysdeps/sh/configure.in: Likewise.
40322         * sysdeps/s390/s390-32/configure: Regenerated.
40323         * sysdeps/s390/s390-64/configure: Likewise.
40324         * sysdeps/x86_64/configure: Likewise.
40325         * sysdeps/sh/configure: Likewise.
40326         * sysdeps/powerpc/powerpc64/configure: Likewise.
40327         * sysdeps/powerpc/powerpc32/configure: Likewise.
40328         * sysdeps/sparc/configure: Likwise.
40329         * sysdeps/i386/configure: Likewise.
40331         * elf/dl-open.c: Comment fixes.
40333 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40335         * Makefile [CXX] (check-data): Remove.
40336         [CXX] (c++-types.data): New vpath directive.
40337         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40338         vpath.  Do not allow for C++ type data being missing.
40339         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40340         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40341         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40342         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40343         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40344         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40345         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40347         ... here.
40348         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40350         ... here.
40351         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40353         ... here.
40354         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40355         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40356         ... here.
40357         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40358         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40359         ... here.
40360         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40361         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40362         ... here.
40363         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40364         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40365         ... here.
40366         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40367         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40369         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40370         definitions to architecture-specific files.
40371         (TLS_IE): Likewise.
40372         (TLS_LD): Likewise.
40373         (TLS_GD): Likewise.
40374         * sysdeps/i386/tls-macros.h: New file.
40375         * sysdeps/powerpc/tls-macros.h: Likewise.
40376         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40377         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40378         * sysdeps/sh/tls-macros.h: Likewise.
40379         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40380         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40381         * sysdeps/x86_64/tls-macros.h: Likewise.
40383 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40385         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40386         zero value for regular exit case.
40388         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40389         (__start_context): Preserve zero value for regular exit case.
40391 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40392             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40394         * manual/setjmp.texi (setcontext): Clarify normal process
40395         termination when uc_link is the null pointer.
40396         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40397         exit call.
40399 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40401         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40402         preprocessor.  Test for each exception mask separately.
40404 2012-07-16  Andreas Jaeger  <aj@suse.de>
40406         * po/ru.po: Update from translation team.
40408 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40410         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40411         equal to 0.
40412         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40413         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40414         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40415         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40416         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40418 2012-07-13  Andreas Jaeger  <aj@suse.de>
40420         * po/fr.po: Update from translation team.
40422 2012-07-12  Marek Polacek  <polacek@redhat.com>
40424         [BZ #14173]
40425         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40426         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40427         loop condition.
40429 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40431         [BZ #13717]
40432         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40433         Change to 2.4.1 where previously 2.4.0.
40434         * sysdeps/unix/sysv/linux/configure: Regenerated.
40435         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40436         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40437         version.
40438         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40439         (__ASSUME_AT_CLKTCK): Remove.
40440         (__ASSUME_AT_PAGESIZE): Likewise.
40441         (__ASSUME_AT_XID): Likewise.
40442         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40443         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40444         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40445         unconditionally.
40446         (HAVE_AUX_PAGESIZE): Likewise.
40447         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40448         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40449         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40451 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40453         [BZ #14307]
40454         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40455         the temporary buffer used to invoke __gethostbyname2_r,
40456         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40457         host_data / struct gaih_addrtuple.
40458         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40459         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40460         header file nss/nsswitch.h.
40461         * nss/nsswitch.h (global scope): Add definition of implementation
40462         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40463         resolv/nss_dns/dns-host.c).
40465 2012-07-11  Andreas Jaeger  <aj@suse.de>
40467         * po/fr.po: Update from translation team.
40469         * po/sv.po: Update from translation team
40470         * po/fr.po: Another update from translation team.
40472 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40474         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40475         for subnormals or multiply small sinh result by itself.
40476         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40477         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40479 2012-07-11  David S. Miller  <davem@davemloft.net>
40481         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40483 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40485         [BZ #14347]
40486         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40487         (INTERNAL_MARK): Shift it here.
40489 2012-07-10  Marek Polacek  <polacek@redhat.com>
40491         [BZ #14151]
40492         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40493         libc_cv_asm_global_directive with .globl.
40494         * configure: Regenerated.
40495         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40496         with .globl.
40497         * sysdeps/i386/configure: Regenerated.
40498         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40499         with .globl.
40500         * sysdeps/x86_64/configure: Regenerated.
40501         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40502         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40503         * elf/tst-unique2mod2.c: Likewise.
40504         * elf/tst-unique2mod1.c: Likewise.
40505         * elf/tst-unique1mod2.c: Likewise.
40506         * elf/tst-unique1mod1.c: Likewise.
40507         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40508         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40509         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40510         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40511         * sysdeps/mach/sysdep.h: Likewise.
40512         * sysdeps/i386/sysdep.h: Likewise.
40513         * sysdeps/i386/i386-mcount.S: Likewise.
40514         * sysdeps/x86_64/_mcount.S: Likewise.
40515         * sysdeps/x86_64/sysdep.h: Likewise.
40516         * sysdeps/sh/_mcount.S: Likewise.
40517         * sysdeps/sh/sysdep.h: Likewise.
40518         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40519         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40520         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40521         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40522         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40523         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40524         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40525         * locale/localeinfo.h: Likewise.
40526         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40527         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40529 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40531         [BZ #14336]
40532         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40533         system".
40534         * manual/message.texi (The Uniforum approach): Likewise.
40535         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40536         (glibc iconv Implementation): Likewise.
40538 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40540         [BZ #14337]
40541         * math/s_clog.c (__clog): Avoid scaling a value down where that
40542         could result in underflow.
40543         * math/s_clog10.c (__clog10): Likewise.
40544         * math/s_clog10f.c (__clog10f): Likewise.
40545         * math/s_clog10l.c (__clog10l): Likewise.
40546         * math/s_clogf.c (__clogf): Likewise.
40547         * math/s_clogl.c (__clogl): Likewise.
40548         * math/libm-test.inc (clog_test): Add more tests.
40549         (clog10_test): Likewise.
40550         * sysdeps/i386/fpu/libm-test-ulps: Update.
40551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40553 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40555         [BZ #14283]
40556         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40557         by 7 not 8 to examine high bit of fractional part.
40559         [BZ #14042]
40560         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40561         for call to __mcount_internal.
40562         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40563         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40564         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40566 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40568         [BZ #14154]
40569         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40570         approximation for values within 0x1p-13f of an odd multiple of
40571         pi/4.
40572         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40573         exception.  Add more tests.
40574         * sysdeps/i386/fpu/libm-test-ulps: Update.
40576         [BZ #6778]
40577         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40578         inputs and return -1 for them.  Do not check for +Inf in case not
40579         reachable for +Inf.
40580         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40581         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40582         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40583         and return -1 for them.  Do not check for +Inf in case not
40584         reachable for +Inf.
40585         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40586         define.
40587         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40588         and return -1 for them.  Do not check for +Inf in case not
40589         reachable for +Inf.
40590         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40591         spurious underflow.
40592         * sysdeps/i386/fpu/libm-test-ulps: Update.
40593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40595 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40597         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40599 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40601         [BZ #14157]
40602         [BZ #14331]
40603         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40604         could result in spurious underflow.  Scale down values above
40605         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40606         * math/s_csqrtf.c (__csqrtf): Likewise.
40607         * math/s_csqrtl.c (__csqrtl): Likewise.
40608         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40609         spurious underflow.
40610         * sysdeps/i386/fpu/libm-test-ulps: Update.
40611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40613 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40615         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40616         xopen-msg.sed.
40617         * catgets/xopen-msg.awk: New file.
40618         * catgets/xopen-msg.sed: Removed.
40620         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40621         po2text.sed.
40622         * intl/po2test.awk: New file.
40623         * intl/po2test.sed: Removed.
40625 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40627         [BZ #14328]
40628         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40629         or multiply small sinh result by itself.
40630         * math/s_ctanf.c (__ctanf): Likewise.
40631         * math/s_ctanh.c (__ctanh): Likewise.
40632         * math/s_ctanhf.c (__ctanhf): Likewise.
40633         * math/s_ctanhl.c (__ctanhl): Likewise.
40634         * math/s_ctanl.c (__ctanl): Likewise.
40635         * math/libm-test.inc (ctan_test_tonearest): New function.
40636         (ctan_test_towardzero): Likewise.
40637         (ctan_test_downward): Likewise.
40638         (ctan_test_upward): Likewise.
40639         (ctanh_test_tonearest): Likewise.
40640         (ctanh_test_towardzero): Likewise.
40641         (ctanh_test_downward): Likewise.
40642         (ctanh_test_upward): Likewise.
40643         (main): Call these new functions.
40644         * sysdeps/i386/fpu/libm-test-ulps: Update.
40645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40647 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40649         * .gitignore: Delete /ports entry.
40651 2012-07-03  Andreas Jaeger  <aj@suse.de>
40653         * po/bg.po: Update from translation team.
40654         * po/cs.po: Likewise.
40655         * po/de.po: Likewise.
40656         * po/hr.po: Likewise.
40657         * po/nl.pl: Likewise.
40658         * po/pl.po: Likewise.
40659         * po/vi.po: Likewise.
40661 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40663         * Makeconfig [!+link] (+link-before-libc): New variable.
40664         [!+link] (+link-after-libc): Likewise.
40665         [!+link] (+link-tests): Likewise.
40666         [!+link] (+link): Define in terms of $(+link-before-libc) and
40667         $(+link-after-libc).
40668         [!+link-static] (+link-static-before-libc): New variable.
40669         [!+link-static] (+link-static-after-libc): Likewise.
40670         [!+link-static] (+link-static-tests): Likewise.
40671         [!+link-static] (+link-static): Define in terms of
40672         $(+link-static-before-libc) and $(+link-static-after-libc).
40673         [build-shared] (link-libc-before-gnulib): New variable.
40674         [build-shared] (link-libc-tests): Likewise.
40675         [build-shared] (link-libc): Define in terms of
40676         $(link-libc-before-gnulib).
40677         [!build-shared] (link-libc-tests): New variable.
40678         (link-libc-static-tests): New variable.
40679         [!gnulib] (gnulib-arch): New variable.
40680         [!gnulib] (gnulib-tests): Likewise.
40681         [!gnulib] (static-gnulib-arch): Likewise.
40682         [!gnulib] (static-gnulib-tests): Likewise.
40683         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40684         Define with "=" instead of ":=".
40685         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40686         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40687         * Rules (binaries-all-notests): New variable.
40688         (binaries-all-tests): Likewise.
40689         (binaries-static-notests): Likewise.
40690         (binaries-static-tests): Likewise.
40691         (binaries-all): Define using $(binaries-all-notests) and
40692         $(binaries-all-tests).
40693         (binaries-static): Define using $(binaries-static-notests) and
40694         $(binaries-static-tests).
40695         (binaries-shared-tests): New variable.
40696         (binaries-shared-notests): Likewise.
40697         (binaries-shared): Remove variable.
40698         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40699         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40700         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40701         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40702         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40703         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40704         * elf/Makefile (sln-modules): New variable.
40705         (extra-objs): Add $(sln-modules:=.o).
40706         (ldconfig-modules): Add static-stubs.
40707         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40708         * elf/static-stubs.c: New file.
40710         [BZ #14283]
40711         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40712         by 7 not 8 to examine high bit of fractional part.  Use volatile
40713         variables when splitting into final array of floats if
40714         __FLT_EVAL_METHOD__ != 0.
40715         * math/libm-test.inc (cos_test): Add another test.
40716         (sin_test): Likewise.
40717         * sysdeps/i386/fpu/libm-test-ulps: Update.
40719         [BZ #14273]
40720         * math/libm-test.inc (cosh_test): Add more tests.
40722         * version.h (RELEASE): Set to "development".
40723         (VERSION): Set to "2.16.90".
40725 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40727         * NEWS: Update copyright. Remove last-updated date.
40728         Mention math library bug fixes and timezone data changes.
40729         * README: Mention GNU/Hurd, x32, and HPPA support status.
40731 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40733         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40735 2012-06-27  Andreas Jaeger  <aj@suse.de>
40737         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40739 2012-06-25  Andreas Jaeger  <aj@suse.de>
40741         * sysdeps/s390/fpu/libm-test-ulps: Update.
40743 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40744             Thomas Schwinge  <thomas@codesourcery.com>
40746         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40747         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40748         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40749         fanotify_mark.
40751 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40753         * sysdeps/mach/start.c: Remove file.
40754         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40755         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40756         * sysdeps/sh/init-first.c: Likewise.
40758         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40759         registers for frame unwinding purposes, add CFI directives.
40760         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40761         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40762         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40763         Likewise.
40765         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40766         __fortify_fail returning.
40767         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40769         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40770         sysdeps/sh/____longjmp_chk.S.
40771         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40772         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40773         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40774         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40776         * sysdeps/sh/abort-instr.h: New file.
40777         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40778         process in case exit returns.
40780         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40781         initialize the GOT register before use.
40783         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40784         calculation of ARGC > 4.
40786         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40787         meaningful names to some local labels.
40789 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40790             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40792         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40793         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40794         (__arch_compare_and_exchange_val_16_acq): Likewise.
40795         (__arch_compare_and_exchange_val_32_acq): Likewise.
40796         (atomic_exchange_and_add): Fix gUSA sequence.
40797         (atomic_add): Likewise.
40798         (atomic_add_negative): Likewise.
40799         (atomic_add_zero): Likewise.
40800         (atomic_bit_test_set): Likewise.
40802 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40804         [BZ #13579]
40805         * include/link.h (struct link_map): Add l_free_initfini.
40806         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40807         l_initfini.
40808         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40809         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40810         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40811         set.
40813 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40815         * configure.in: Use AC_LANG_SOURCE.
40816         * configure: Regenerate.
40818 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40820         * configure.in (libc_cv_localstatedir): New substituted variable.
40821         * configure: Regenerated.
40822         * config.make.in (localstatedir): New variable, substituted from
40823         libc_cv_localstatedir.
40824         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40825         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40826         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40827         * sysdeps/gnu/configure: Regenerated.
40829 2012-06-21  Jeff Law  <law@redhat.com>
40831         [BZ #14277]
40832         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40833         free.  Simplify list management for _LIBC case.
40835 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40837         [BZ #14273]
40838         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40839         Clear sign bit of 64-bit integer value before comparing against
40840         overflow value.
40842         * sysdeps/mach/configure: Regenerated.
40844 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40846         [BZ #14278]
40847         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40849 2012-06-21  Jeff Law  <law@redhat.com>
40851         [BZ #13882]
40852         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40853         uint16_t for elements in the "seen" array to avoid char overflows.
40854         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40855         * elf/dl-open.c (dl_open_worker): Likewise.
40857 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40859         * scripts/list-sources.sh: Scan PORTS for translations.
40860         * po/libc.pot: Regenerated.
40862 2012-06-21  Andreas Jaeger  <aj@suse.de>
40864         [BZ #12194]
40865         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40866         warning.
40867         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40868         * bits/byteswap-16.h (__bswap_16): Likewise.
40869         * bits/byteswap.h (__bswap_constant_16): Likewise.
40871 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40873         [BZ #14117]
40874         * sysdeps/i386/fpu_control.h: Removed.
40875         * sysdeps/x86_64/fpu_control.h: Moved to ...
40876         * sysdeps/x86/fpu_control.h: Here.
40878         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40879         (_FPU_SETCW): Likewise.
40881 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40883         [BZ #14117]
40884         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40885         * sysdeps/x86/fpu/bits/mathinline.h: This.
40886         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40888         [BZ #14050]
40889         [BZ #14117]
40890         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40891         functions if __x86_64__ is defined.
40893 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40895         * string/endian.h: Add !__ASSEMBLER__ condition for including
40896         conversion interfaces.
40898 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40900         [BZ #14241]
40901         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40902         of ABS(x) in calculating zero to negative powers other than odd
40903         integers.
40904         * math/libm-test.inc (pow_test): Add more tests.
40906 2012-06-15  Andreas Jaeger  <aj@suse.de>
40908         * manual/contrib.texi (Contributors): Update entry of Liubov
40909         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40910         Machado Filho.
40912 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40914         * string/string.h: Add __wur to GNU version of strerror_r.
40916 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40918         [BZ #14229]
40919         * string/Makefile (tests): Add tst-strtok_r.
40920         * string/tst-strtok_r.c: New file.
40921         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40922         RAX_LP/RDX_LP on SAVE_PTR.
40924 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40926         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40928 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40930         * libm_test.inc (csqrt_test): Allow more spurious underflow
40931         exceptions.
40932         (j0_test): Likewise.
40933         (j1_test): Likewise.
40934         (y0_test): Likewise.
40935         (y1_test): Likewise.
40937 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40939         * po/Makefile (libc.pot): Use UTF-8 charset.
40941 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40943         [BZ #14210]
40944         Suppress sign-conversion warning from FD_SET.
40945         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40946         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40947         not unsigned long int.
40948         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40950 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40952         [BZ #14050]
40953         [BZ #14117]
40954         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40955         __extern_always_inline instead of __extern_inline.
40956         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40957         (__signbit): Likewise.
40958         (__signbitl): Support C++ namespace.
40959         (lrintf): New inline function.
40960         (lrint): Likewise.
40961         (llrintf): Likewise.
40962         (llrint): Likewise.
40963         (fmaxf): Likewise.
40964         (fmax): Likewise.
40965         (fminf): Likewise.
40966         (fmin): Likewise.
40967         (rint): Likewise.
40968         (rintf): Likewise.
40969         (ceil): Likewise.
40970         (ceilf): Likewise.
40971         (floor): Likewise.
40972         (floorf): Likewise.
40973         (nearbyint): Likewise.
40974         (nearbyintf): Likewise.
40976 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40978         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40979         non-default versions.
40981 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40983         [BZ #14218]
40984         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40986 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40988         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40989         (FE_UPWARD, FE_DOWNWARD): Don't define.
40990         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40991         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40993         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40994         reading it.
40995         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40996         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40998 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41000         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41001         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41002         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41003         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41005 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41007         [BZ #14117]
41008         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41009         * sysdeps/i386/fpu/Implies: New file.
41010         * sysdeps/x86_64/fpu/Implies: Likewise.
41011         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41012         * sysdeps/x86/fpu/bits/fenv.h: This.
41014         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41015         __SSE_MATH__.
41017 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41019         [BZ #14134]
41020         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41021         character 0xffff that matches the last element of the
41022         conversion table.
41024 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41026         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41027         fmodl commit.
41029 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41031         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41032         values higher than 25.6283.
41034 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41036         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41037         subnormal exponent extraction and add some __builtin_expect.
41038         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41039         Fix for subnormal mantissa calculation.
41041 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41043         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41044         cpu2 is -1 and errno is not ENOSYS.
41046 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41048         [BZ #14117]
41049         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41050         * sysdeps/x86/bits/string.h: This.
41051         * sysdeps/x86_64/bits/string.h: Removed.
41053         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41054         if not compiling for x86-64, but compiling for >= i486.
41056         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41057         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41059         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41060         New macro from Linux kernel 3.4.0.
41061         (FP_XSTATE_MAGIC2): Likewise.
41062         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41063         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41064         (struct _fpx_sw_bytes): New struct.
41065         (struct _xsave_hdr): Likewise.
41066         (struct _ymmh_state): Likewise.
41067         (struct _xstate): Likewise.
41069         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41070         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41071         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41072         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41073         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41074         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41076         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41077         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41078         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41079         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41080         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41081         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41083 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41085         [BZ #13743]
41086         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41087         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41088         (sysdep_headers): Include sys/platform/ppc.h.
41089         * sysdeps/powerpc/test-gettimebase.c: Test for
41090         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41091         * manual/Makefile (appendices): Include platform.texi.
41092         * manual/contrib.texi (Contributors): Update @node pointers.
41093         * manual/maint.texi (Maintenance): Likewise.
41094         (Platform): New node.
41095         * manual/platform.texi: New file.  Document the new features.
41097 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41098             Jakub Jelinek  <jakub@redhat.com>
41100         [BZ #14188]
41101         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41102         where __builtin_expect is unavailable.
41104 2012-06-03  David S. Miller  <davem@davemloft.net>
41106         * stdlib/longlong.h: Updated from GCC.
41108 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41110         [BZ #14042]
41111         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41112         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41113         __mcount_internal.
41114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41115         (GLIBC_2.16): Likewise.
41117 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41119         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41121 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41124         (default-abi): New variable.
41125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41126         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41127         variable.
41128         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41129         Likewise.
41130         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41131         Likewise.
41132         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41133         Likewise.
41135         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41136         definition.  Document in comment.
41138 2012-06-01  David S. Miller  <davem@davemloft.net>
41140         * stdlib/longlong.h: Updated from GCC.
41142 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41144         [BZ #14117]
41145         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41146         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41147         sys/debugreg.h sys/io.h here.
41148         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41149         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41150         sys/io.h.
41151         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41152         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41153         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41154         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41155         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41156         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41158         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41159         Define only if __x86_64__ is defined.
41161 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41163         [BZ #14048]
41164         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41165         Use int64_t for variable i.
41166         * math/libm-test.inc (fmod_test): Add more tests.
41168         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41169         z computation is not scheduled after fetestexcept.
41170         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41171         Use math_force_eval instead of asm to ensure calculation scheduled
41172         before exception test.
41173         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41174         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41176 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41178         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41179         computation is not scheduled after fetestexcept.
41181 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41183         [BZ #14117]
41184         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41185         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41187 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41189         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41190         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41192 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41194         [BZ #14117]
41195         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41196         <bits/wordsize.h>.
41197         (__WCHAR_MIN): Support __WORDSIZE == 64.
41198         (__WCHAR_MAX): Likewise.
41200         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41201         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41203         [BZ #14183]
41204         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41205         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41207         [BZ #14117]
41208         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41209         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41211         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41212         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41214         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41215         Defined to 1 if __x86_64__ isn't defined.
41216         (_STAT_VER_LINUX_OLD): New.
41217         (st_atime): Remove duplicate.
41218         (st_mtime): Likewise.
41219         (st_ctime): Likewise.
41221 2012-05-31  David S. Miller  <davem@davemloft.net>
41223         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41224         entries.
41226 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41228         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41229         gen-libm-test.pl.
41231         [BZ #14132]
41232         * elf/dl-reloc.c: Include <_itoa.h>.
41233         (_dl_reloc_bad_type): Remove use of INTUSE.
41234         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41235         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41236         * stdio-common/psiginfo.c (psiginfo): Likewise.
41237         * stdio-common/psignal.c (psignal): Likewise.
41238         * string/strsignal.c (strsignal): Likewise.
41239         * include/signal.h (_sys_siglist): Declare hidden proto.
41240         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41241         INTVARDEF with libc_hidden_data_def.
41242         * stdio-common/itoa-udigits.c: Likewise.
41243         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41244         (_itoa_lower_digits_internal): Remove declaration.
41245         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41246         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41247         (_sys_sigabbrev_internal): Remove aliases.
41248         (_sys_siglist): Define hidden alias.
41250 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41252         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41253         bits/sysctl.h.
41255 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41257         [BZ #14117]
41258         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41259         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41261         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41262         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41263         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41264         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41265         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41266         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41268         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41269         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41270         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41272         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41273         with __addr.
41274         (insw): Likewise.
41275         (insl): Likewise.
41276         (outsb): Likewise.
41277         (outsw): Likewise.
41278         (outsl): Likewise.
41280         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41281         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41282         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41284         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41285         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41286         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41287         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41288         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41289         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41291         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41292         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41294         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41295         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41297         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41298         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41299         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41301         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41302         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41303         to ...
41304         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41306         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41307         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41308         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41310         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41311         for x86-64.
41312         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41314 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41316         * math/math.h (M_El): Use two more decimal places.
41317         (M_LOG2El): Likewise.
41318         (M_LOG10El): Likewise.
41319         (M_LN2l): Likewise.
41320         (M_LN10l): Likewise.
41321         (M_PIl): Likewise.
41322         (M_PI_2l): Likewise.
41323         (M_PI_4l): Likewise.
41324         (M_1_PIl): Likewise.
41325         (M_2_PIl): Likewise.
41326         (M_2_SQRTPIl): Likewise.
41327         (M_SQRT2l): Likewise.
41328         (M_SQRT1_2l): Likewise.
41330 2012-05-31  David S. Miller  <davem@davemloft.net>
41332         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41333         values between float registers.
41334         * sysdeps/sparc/sparc64/memset.S: Likewise.
41335         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41337 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41339         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41340         -D_FORTIFY_SOURCE=1.
41341         (CPPFLAGS-tst-longjmp_chk.c): Define.
41342         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41343         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41344         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41345         CFLAGS-tst-wchar-h.c.
41347 2012-05-31  Marek Polacek  <polacek@redhat.com>
41349         [BZ #14132]
41350         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41351         __endmntent_internal): Remove declaration.
41352         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41353         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41354         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41356 2012-05-30  David S. Miller  <davem@davemloft.net>
41358         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41359         (___Q_simulate_exceptions): Use real FP ops rather than writing
41360         into the %fsr.
41361         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41362         Likewise.
41364 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41366         [BZ #14117]
41367         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41368         * sysdeps/x86/bits/xtitypes.h: This.
41370         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41371         * sysdeps/x86/bits/wordsize.h: This.
41373         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41374         * sysdeps/x86/bits/huge_vall.h: This.
41376         * sysdeps/i386/bits/select.h: Removed.
41377         * sysdeps/x86_64/bits/select.h: Renamed to ...
41378         * sysdeps/x86/bits/select.h: This.
41380         * sysdeps/i386/bits/setjmp.h: Removed.
41381         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41382         * sysdeps/x86/bits/setjmp.h: This.
41384         * sysdeps/i386/bits/mathdef.h: Removed.
41385         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41386         * sysdeps/x86/bits/mathdef.h: This.
41388 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41390         [BZ #14132]
41391         * include/sys/socket.h (__connect_internal)
41392         (__libc_sa_len_internal): Remove declaration.
41393         (__connect, __libc_sa_len): Declare hidden_proto.
41394         (SA_LEN): Remove use of INTUSE.
41395         * socket/connect.c: Add libc_hidden_def.
41396         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41397         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41398         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41399         alias.
41400         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41401         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41402         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41403         of adding _internal alias.
41405 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41407         [BZ #14117]
41408         * sysdeps/i386/bits/link.h: Removed.
41409         * sysdeps/i386/bits/linkmap.h: Likewise.
41410         * sysdeps/x86_64/bits/link.h: Renamed to ...
41411         * sysdeps/x86/bits/link.h: This.
41412         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41413         * sysdeps/x86/bits/linkmap.h: This.
41415         * sysdeps/i386/bits/endian.h: Removed.
41416         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41417         * sysdeps/x86/bits/endian.h: This.
41419         * sysdeps/i386/bits/byteswap.h: Removed.
41420         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41421         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41422         * sysdeps/x86/bits/byteswap.h: This.
41423         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41424         * sysdeps/x86/bits/byteswap-16.h: This.
41425         * sysdeps/i386/Implies: Add x86.
41426         * sysdeps/x86_64/Implies: Likewise.
41428 2012-05-30  David S. Miller  <davem@davemloft.net>
41430         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41431         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41432         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41433         (FP_TRAPPING_EXCEPTIONS): Define.
41434         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41435         (FP_TRAPPING_EXCEPTIONS): Define.
41436         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41437         subnormals only when inexact has been signalled or underflow
41438         exceptions are enabled.
41439         (_FP_PACK_CANONICAL): Likewise.
41441 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41443         [BZ #14183]
41444         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41445         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41447 2012-05-30  Richard Henderson  <rth@twiddle.net>
41449         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41450         with #ifndef NOT_IN_libc.
41452         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41453         marked to avoid plt entry.
41455 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41457         [BZ #14112]
41458         * Makeconfig (default-abi): New macro.
41459         (abi-includes): Likewise.
41460         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41461         $(abi-$(default-abi)-lib-soname) for soname if defined.
41462         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41463         abi-variants.
41464         * Makefile (installed-stubs): Likewise.
41465         * include/stubs-biarch.h: Removed.
41466         * scripts/lib-names.awk: Only handle one library at a time.
41467         * scripts/soversions.awk: Remove WORDSIZE support.
41468         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41469         entries.
41470         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41471         Removed.
41472         (syscall-list-default-condition): Likewise.
41473         (syscall-list-default-condition): Likewise.
41474         (syscall-list-includes): Likewise.
41475         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41476         syscall-list-* with abi-*.  Handle undefined abi-variants.
41477         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41478         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41479         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41480         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41481         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41482         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41483         Removed.
41484         (syscall-list-32-options): Likewise.
41485         (syscall-list-32-condition): Likewise.
41486         (syscall-list-64-options): Likewise.
41487         (syscall-list-64-condition): Likewise.
41488         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41489         macro.
41490         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41491         Renamed to ...
41492         (abi-*): This.
41493         (abi-64-ld-soname): New macro.
41494         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41495         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41496         Renamed to ...
41497         (abi-*): This.
41498         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41499         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41501 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41503         * sysdeps/unix/sysv/linux/kernel-features.h
41504         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41505         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41506         include <kernel-features.h>.
41507         [!__NR_ftruncate64]: Remove conditional code.
41508         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41509         [__NR_ftruncate64]: Make code unconditional.
41510         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41511         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41512         include <kernel-features.h>.
41513         [!__NR_ftruncate64]: Remove conditional code.
41514         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41515         [__NR_ftruncate64]: Make code unconditional.
41516         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41518         include <kernel-features.h>.
41519         [!__NR_ftruncate64]: Remove conditional code.
41520         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41521         [__NR_ftruncate64]: Make code unconditional.
41522         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41524         include <kernel-features.h>.
41525         [!__NR_ftruncate64]: Remove conditional code.
41526         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41527         [__NR_ftruncate64]: Make code unconditional.
41528         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41530         * configure.in (libc_cv_fpie): Weaken to a compile test using
41531         LIBC_TRY_CC_OPTION.
41532         * configure: Regenerated.
41534 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41536         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41537         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41538         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41539         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41540         Refreshed.
41541         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41542         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41543         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41544         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41545         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41546         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41547         Refreshed.
41549 2012-05-27  David S. Miller  <davem@davemloft.net>
41551         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41552         (___Q_zero): New.
41553         (__Q_simulate_exceptions): Return void.  Change to simulate
41554         exceptions by writing into the %fsr.
41555         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41556         (__Qp_handle_exceptions): Likewise.
41557         (numbers): Delete.
41558         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41559         __Qp_handle_exceptions.
41560         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41561         __Qp_handle_exceptions.
41562         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41563         as unused and give dummy FP_RND_NEAREST initializer.
41564         (FP_INHIBIT_RESULTS): Define.
41565         (___Q_simulate_exceptions): Update declaration.
41566         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41567         formatting.
41568         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41569         as unused and give dummy FP_RND_NEAREST initializer.
41570         (__Qp_handle_exceptions): Update declaration.
41571         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41572         formatting.
41574 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41576         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41577         the temporary FPU control word.
41578         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41579         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41580         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41581         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41582         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41583         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41584         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41585         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41586         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41587         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41588         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41590 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41592         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41593         fields.
41595 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41597         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41598         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41599         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41600         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41601         Likewise.
41602         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41603         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41604         Likewise.
41606 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41608         * po/h.po: Update from translation team.
41610 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41612         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41614         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41615         handling of denormals.
41616         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41617         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41618         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41619         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41620         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41621         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41622         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41623         Likewise.
41625 2012-05-26  Marek Polacek  <polacek@redhat.com>
41627         [BZ #14152]
41628         * math/libm-test.inc (fma_test): Don't always expect underflow
41629         exception.
41631 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41633         [BZ #12416]
41634         * elf/tst-execstack.c: Include stackinfo.h.
41635         (do_test): Adjust test case to ensure that pthread_getattr_np
41636         behaviour remains the same after marking stack executable.
41638 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41640         * sysdeps/unix/sysv/linux/kernel-features.h
41641         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41642         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41643         kernel-features.h.
41644         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41645         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41646         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41647         kernel-features.h.
41648         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41649         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41651 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41653         * configure.in: Define the default includes to being none.
41654         * configure: Regenerated.
41656 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41658         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41659         * sysdeps/x86_64/setjmp.S: Likewise.
41660         * sysdeps/i386/bsd-setjmp.S: Likewise.
41661         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41662         * sysdeps/i386/setjmp.S: Likewise.
41663         * sysdeps/i386/__longjmp.S: Likewise.
41664         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41665         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41667         * include/stap-probe.h: New file.
41668         * configure.in: Handle --enable-systemtap.
41669         * configure: Regenerated.
41670         * config.h.in (USE_STAP_PROBE): New #undef.
41671         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41672         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41673         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41675 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41677         [BZ #13717]
41678         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41679         to 2.4.0 where earlier.
41680         * sysdeps/unix/sysv/linux/configure: Regenerated.
41681         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41682         <kernel-features.h>.
41683         [__ASSUME_32BITUIDS]: Make code unconditional.
41684         [!__ASSUME_32BITUIDS]: Remove conditional code.
41685         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41686         <kernel-features.h>.
41687         [__ASSUME_32BITUIDS]: Make code unconditional.
41688         [!__ASSUME_32BITUIDS]: Remove conditional code.
41689         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41690         [__ASSUME_32BITUIDS]: Make code unconditional.
41691         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41692         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41693         <kernel-features.h>.
41694         [__ASSUME_32BITUIDS]: Make code unconditional.
41695         [!__ASSUME_32BITUIDS]: Remove conditional code.
41696         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41697         <kernel-features.h>.
41698         [__ASSUME_32BITUIDS]: Make code unconditional.
41699         [!__ASSUME_32BITUIDS]: Remove conditional code.
41700         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41701         <kernel-features.h>.
41702         [__ASSUME_32BITUIDS]: Make code unconditional.
41703         [!__ASSUME_32BITUIDS]: Remove conditional code.
41704         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41705         <kernel-features.h>.
41706         [__ASSUME_32BITUIDS]: Make code unconditional.
41707         [!__ASSUME_32BITUIDS]: Remove conditional code.
41708         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41709         <kernel-features.h>.
41710         [__ASSUME_32BITUIDS]: Make code unconditional.
41711         [!__ASSUME_32BITUIDS]: Remove conditional code.
41712         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41713         <kernel-features.h>.
41714         [__ASSUME_32BITUIDS]: Make code unconditional.
41715         [!__ASSUME_32BITUIDS]: Remove conditional code.
41716         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41717         <kernel-features.h>.
41718         [__ASSUME_32BITUIDS]: Make code unconditional.
41719         [!__ASSUME_32BITUIDS]: Remove conditional code.
41720         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41721         <kernel-features.h>.
41722         [__ASSUME_32BITUIDS]: Make code unconditional.
41723         [!__ASSUME_32BITUIDS]: Remove conditional code.
41724         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41725         <kernel-features.h>.
41726         [__ASSUME_32BITUIDS]: Make code unconditional.
41727         [!__ASSUME_32BITUIDS]: Remove conditional code.
41728         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41729         <kernel-features.h>.
41730         [__ASSUME_32BITUIDS]: Make code unconditional.
41731         [!__ASSUME_32BITUIDS]: Remove conditional code.
41732         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41733         <kernel-features.h>.
41734         [__NR_setresgid] (__setresgid): Do not declare.
41735         [__ASSUME_32BITUIDS]: Make code unconditional.
41736         [!__ASSUME_32BITUIDS]: Remove conditional code.
41737         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41738         <kernel-features.h>.
41739         [__NR_setresuid] (__setresuid): Do not declare.
41740         [__ASSUME_32BITUIDS]: Make code unconditional.
41741         [!__ASSUME_32BITUIDS]: Remove conditional code.
41742         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41743         <kernel-features.h>.
41744         [__ASSUME_32BITUIDS]: Make code unconditional.
41745         [!__ASSUME_32BITUIDS]: Remove conditional code.
41746         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41747         <kernel-features.h>.
41748         [__ASSUME_32BITUIDS]: Make code unconditional.
41749         [!__ASSUME_32BITUIDS]: Remove conditional code.
41750         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41751         <kernel-features.h>.
41752         [__ASSUME_32BITUIDS]: Make code unconditional.
41753         [!__ASSUME_32BITUIDS]: Remove conditional code.
41754         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41755         <kernel-features.h>.
41756         [__ASSUME_32BITUIDS]: Make code unconditional.
41757         [!__ASSUME_32BITUIDS]: Remove conditional code.
41758         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41759         <kernel-features.h>.
41760         [__ASSUME_32BITUIDS]: Make code unconditional.
41761         [!__ASSUME_32BITUIDS]: Remove conditional code.
41762         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41763         <kernel-features.h>.
41764         [__ASSUME_32BITUIDS]: Make code unconditional.
41765         [!__ASSUME_32BITUIDS]: Remove conditional code.
41766         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41767         <kernel-features.h>.
41768         [__ASSUME_32BITUIDS]: Make code unconditional.
41769         [!__ASSUME_32BITUIDS]: Remove conditional code.
41770         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41771         <kernel-features.h>.
41772         [__ASSUME_32BITUIDS]: Make code unconditional.
41773         [!__ASSUME_32BITUIDS]: Remove conditional code.
41774         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41775         <kernel-features.h>.
41776         [__ASSUME_32BITUIDS]: Make code unconditional.
41777         [!__ASSUME_32BITUIDS]: Remove conditional code.
41778         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41779         <kernel-features.h>.
41780         [__ASSUME_32BITUIDS]: Make code unconditional.
41781         [!__ASSUME_32BITUIDS]: Remove conditional code.
41782         * sysdeps/unix/sysv/linux/kernel-features.h
41783         (__ASSUME_SETRESUID_SYSCALL): Remove.
41784         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41785         (__ASSUME_32BITUIDS): Likewise.
41786         (__ASSUME_LDT_WORKS): Likewise.
41787         (__ASSUME_O_DIRECTORY): Likewise.
41788         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41789         architecture but not kernel version.
41790         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41791         (__ASSUME_MMAP2_SYSCALL): Likewise.
41792         (__ASSUME_STAT64_SYSCALL): Likewise.
41793         (__ASSUME_IPC64): Likewise.
41794         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41795         <kernel-features.h>.
41796         [__ASSUME_32BITUIDS]: Make code unconditional.
41797         [!__ASSUME_32BITUIDS]: Remove conditional code.
41798         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41799         <kernel-features.h>.
41800         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41801         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41802         132096]: Remove conditional code.
41803         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41804         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41805         <kernel-features.h>.
41806         [__ASSUME_32BITUIDS]: Make code unconditional.
41807         [!__ASSUME_32BITUIDS]: Remove conditional code.
41808         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41809         <kernel-features.h>.
41810         [__ASSUME_32BITUIDS]: Make code unconditional.
41811         [!__ASSUME_32BITUIDS]: Remove conditional code.
41812         * sysdeps/unix/sysv/linux/setegid.c: Do not include
41813         <kernel-features.h>.
41814         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41815         unconditional.
41816         (__setresgid): Do not declare.
41817         [__ASSUME_32BITUIDS]: Make code unconditional.
41818         [!__ASSUME_32BITUIDS]: Remove conditional code.
41819         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41820         <kernel-features.h>.
41821         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41822         unconditional.
41823         (__setresuid): Do not declare.
41824         [__ASSUME_32BITUIDS]: Make code unconditional.
41825         [!__ASSUME_32BITUIDS]: Remove conditional code.
41826         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41827         <kernel-features.h>.
41828         [__ASSUME_32BITUIDS]: Make code unconditional.
41829         [!__ASSUME_32BITUIDS]: Remove conditional code.
41830         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41831         <kernel-features.h>.
41832         [__ASSUME_32BITUIDS]: Make code unconditional.
41833         [!__ASSUME_32BITUIDS]: Remove conditional code.
41835 2012-05-25  Richard Henderson  <rth@twiddle.net>
41837         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41838         dl_hwcap to ifunc resolver.
41839         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41840         elf_ifunc_invoke.
41841         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41842         dl_hwcap to ifunc resolver.
41843         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41845 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41847         [BZ #14153]
41848         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41849         for |x| <= 2**-26, not 2**-57.
41850         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41851         exception.
41853 2012-05-24  Jeff Law  <law@redhat.com>
41855         * stdio-common/Makefile (tests): Add bug25.
41856         * stdio-common/bug25.c: New test.
41858 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41860         [BZ #13576]
41861         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41862         multiple of MALLOC_ALIGNMENT in size.
41863         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41865 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41867         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41868         Require >= 256.
41869         (FILENAME_MAX): Use macro-int-constant.
41870         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41871         (_IOFBF): Use macro-int-constant.
41872         (_IOLBF): Likewise.
41873         (_IONBF): Likewise.
41874         (SEEK_CUR): Likewise.
41875         (SEEK_END): Likewise.
41876         (SEEK_SET): Likewise.
41877         (TMP_MAX): Likewise.
41878         (EOF): Use macro-int-constant.  Require < 0.
41879         (NULL): Use macro-constant.  Require == 0.
41880         (stdin): Require type to be FILE *.
41881         (stdout): Likewise.
41882         (stderr): Likewise.
41883         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41884         macro-int-constant.
41885         (EXIT_SUCCESS): Likewise.
41886         (NULL): Use macro-constant.  Require == 0.
41887         (RAND_MAX): Use macro-int-constant.
41888         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41889         [C99-based standards] (strtof): Require function.
41890         [C99-based standards] (strtold): Likewise.
41891         [C99-based standards] (strtoll): Likewise.
41892         [C99-based standards] (strtoull): Likewise.
41893         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41894         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41895         [ISO || ISO99 || ISO11] (math.h): Likewise.
41896         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41897         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41898         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41900 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41902         [BZ #14132]
41903         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41904         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41905         * intl/dgettext.c (DCGETTEXT): Likewise.
41906         * intl/gettext.c (DCGETTEXT): Likewise.
41907         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41908         * posix/regex_internal.h (gettext): Likewise.
41909         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41910         Remove declaration.
41911         * include/argz.h (__argz_count_internal)
41912         (__argz_stringify_internal): Remove declaration.
41913         (__argz_count, __argz_stringify): Declare hidden proto.
41914         * intl/dcgettext.c: Remove use of INTDEF.
41915         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41916         * string/argz-stringify.c: Likewise.
41917         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41918         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41919         Declare hidden proto.
41920         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41921         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41922         Declare hidden proto.
41923         * include/stdio.h (__asprintf_internal): Don't declare.
41924         (__asprintf): Don't define as macro.  Declare hidden proto.
41925         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41926         (__fsetlocking): Declare hidden proto.
41927         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41928         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41929         hidden proto.
41930         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41931         (_IO_setlinebuf): Remove use of INTUSE.
41932         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41933         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41934         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41935         Remove declaration.
41936         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41937         (_IO_do_flush): Remove use of INTUSE.
41938         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41939         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41940         (_IO_adjust_column, _IO_least_wmarker)
41941         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41942         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41943         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41944         (_IO_default_doallocate, _IO_wdefault_doallocate)
41945         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41946         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41947         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41948         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41949         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41950         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41951         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41952         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41953         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41954         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41955         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41956         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41957         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41958         proto.
41959         (_IO_flush_all_internal, _IO_adjust_column_internal)
41960         (_IO_default_uflow_internal, _IO_default_finish_internal)
41961         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41962         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41963         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41964         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41965         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41966         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41967         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41968         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41969         (_IO_file_close_internal, _IO_file_close_it_internal)
41970         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41971         (_IO_file_init_internal, _IO_file_attach_internal)
41972         (_IO_file_fopen_internal, _IO_file_read_internal)
41973         (_IO_file_sync_internal, _IO_file_seek_internal)
41974         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41975         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41976         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41977         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41978         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41979         (_IO_list_all_internal, _IO_link_in_internal)
41980         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41981         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41982         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41983         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41984         (_IO_do_write_internal, _IO_padn_internal)
41985         (_IO_getline_info_internal, _IO_getline_internal)
41986         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41987         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41988         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41989         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41990         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41991         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41992         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41993         with libc_hidden_ver, remove use of INTUSE.
41994         * libio/genops.c: Likewise.
41995         * libio/freopen.c: Likewise.
41996         * libio/freopen64.c: Likewise.
41997         * libio/iofclose.c: Likewise.
41998         * libio/iofdopen.c: Likewise.
41999         * libio/iofflush.c: Likewise.
42000         * libio/iofflush_u.c: Likewise.
42001         * libio/iofgets.c: Likewise.
42002         * libio/iofgets_u.c: Likewise.
42003         * libio/iofopen.c: Likewise.
42004         * libio/iofopncook.c: Likewise.
42005         * libio/iofread.c: Likewise.
42006         * libio/iofread_u.c: Likewise.
42007         * libio/ioftell.c: Likewise.
42008         * libio/iofwrite.c: Likewise.
42009         * libio/iogetline.c: Likewise.
42010         * libio/iogets.c: Likewise.
42011         * libio/iogetwline.c: Likewise.
42012         * libio/iopadn.c: Likewise.
42013         * libio/iopopen.c: Likewise.
42014         * libio/ioseekoff.c: Likewise.
42015         * libio/ioseekpos.c: Likewise.
42016         * libio/iosetbuffer.c: Likewise.
42017         * libio/iosetvbuf.c: Likewise.
42018         * libio/ioungetc.c: Likewise.
42019         * libio/ioungetwc.c: Likewise.
42020         * libio/iovdprintf.c: Likewise.
42021         * libio/iovsprintf.c: Likewise.
42022         * libio/iovsscanf.c: Likewise.
42023         * libio/memstream.c: Likewise.
42024         * libio/obprintf.c: Likewise.
42025         * libio/oldfileops.c: Likewise.
42026         * libio/oldiofclose.c: Likewise.
42027         * libio/oldiofdopen.c: Likewise.
42028         * libio/oldiofopen.c: Likewise.
42029         * libio/oldiopopen.c: Likewise.
42030         * libio/oldstdfiles.c: Likewise.
42031         * libio/putc.c: Likewise.
42032         * libio/setbuf.c: Likewise.
42033         * libio/setlinebuf.c: Likewise.
42034         * libio/stdfiles.c: Likewise.
42035         * libio/strops.c: Likewise.
42036         * libio/vasprintf.c: Likewise.
42037         * libio/vscanf.c: Likewise.
42038         * libio/vsnprintf.c: Likewise.
42039         * libio/vswprintf.c: Likewise.
42040         * libio/wfiledoalloc.c: Likewise.
42041         * libio/wfileops.c: Likewise.
42042         * libio/wgenops.c: Likewise.
42043         * libio/wmemstream.c: Likewise.
42044         * libio/wstrops.c: Likewise.
42045         * libio/__fpurge.c: Likewise.
42046         * libio/__fsetlocking.c: Likewise.
42047         * assert/assert.c: Likewise.
42048         * debug/fgets_chk.c: Likewise.
42049         * debug/fgets_u_chk.c: Likewise.
42050         * debug/fread_chk.c: Likewise.
42051         * debug/fread_u_chk.c: Likewise.
42052         * debug/gets_chk.c: Likewise.
42053         * debug/obprintf_chk.c: Likewise.
42054         * debug/vasprintf_chk.c: Likewise.
42055         * debug/vdprintf_chk.c: Likewise.
42056         * debug/vsnprintf_chk.c: Likewise.
42057         * debug/vsprintf_chk.c: Likewise.
42058         * malloc/mtrace.c: Likewise.
42059         * misc/error.c: Likewise.
42060         * misc/syslog.c: Likewise.
42061         * stdio-common/asprintf.c: Likewise.
42062         * stdio-common/fxprintf.c: Likewise.
42063         * stdio-common/getw.c: Likewise.
42064         * stdio-common/isoc99_fscanf.c: Likewise.
42065         * stdio-common/isoc99_scanf.c: Likewise.
42066         * stdio-common/isoc99_vfscanf.c: Likewise.
42067         * stdio-common/isoc99_vscanf.c: Likewise.
42068         * stdio-common/isoc99_vsscanf.c: Likewise.
42069         * stdio-common/printf-prs.c: Likewise.
42070         * stdio-common/printf_fp.c: Likewise.
42071         * stdio-common/printf_fphex.c: Likewise.
42072         * stdio-common/printf_size.c: Likewise.
42073         * stdio-common/putw.c: Likewise.
42074         * stdio-common/scanf.c: Likewise.
42075         * stdio-common/sprintf.c: Likewise.
42076         * stdio-common/tmpfile.c: Likewise.
42077         * stdio-common/vfprintf.c: Likewise.
42078         * stdio-common/vfscanf.c: Likewise.
42079         * stdlib/strfmon_l.c: Likewise.
42080         * sunrpc/openchild.c: Likewise.
42081         * sunrpc/xdr_stdio.c: Likewise.
42082         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42083         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42085 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42087         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42089         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42090         in the third column, to generate for the shared library an IFUNC
42091         that uses _dl_vdso_vsym.
42092         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42093         * Makeconfig (object-suffixes-noshared): New variable.
42095         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42096         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42097         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42098         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42100         [BZ #14132]
42101         * include/sys/time.h (__gettimeofday): Remove macro.
42102         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42103         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42104         Remove INTDEF.
42105         (__gettimeofday): Add libc_hidden_def.
42106         (gettimeofday): Add libc_hidden_weak.
42107         * sysdeps/mach/gettimeofday.c: Likewise.
42108         * sysdeps/posix/gettimeofday.c: Likewise.
42109         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42110         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42111         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42112         (__gettimeofday_internal): Remove strong_alias.
42113         (__gettimeofday): Add libc_hidden_def.
42114         (gettimeofday): Add libc_hidden_weak.
42115         * sysdeps/unix/syscalls.list (gettimeofday):
42116         Remove __gettimeofday_internal alias.
42118 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42119             H.J. Lu  <hongjiu.lu@intel.com>
42121         [BZ #12495]
42122         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42123         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42124         (largebin_index_32_big): New.
42125         (largebin_index): Use it for 16-byte alignment.
42126         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42127         correction with front_misalign.
42129 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42131         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42132         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42133         Likewise.
42134         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42135         Likewise.
42136         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42137         Likewise.
42138         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42139         Likewise.
42140         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42141         Likewise.
42142         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42143         Likewise.
42144         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42145         Likewise.
42146         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42147         Likewise.
42148         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42149         Likewise.
42150         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42151         Likewise.
42152         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42153         Likewise.
42154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42155         Likewise.
42157         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42158         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42160 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42162         [BZ #10846]
42163         [BZ #14036]
42164         * math/libm-test.inc (exp_test): Add test from bug 14036.
42165         (pow_test): Add test from bug 10846.
42167         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42168         and other flags.
42169         (special_function): Do not include flags in test name.
42170         (parse_args): Likewise.
42171         * sysdeps/i386/fpu/libm-test-ulps: Update.
42172         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42173         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42174         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42177         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42178         exceptions.
42179         * math/libm-test.inc ("Philosophy"): Update comment about
42180         exception testing.
42181         (UNDERFLOW_EXCEPTION): New macro.
42182         (UNDERFLOW_EXCEPTION_OK): Likewise.
42183         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42184         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42185         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42186         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42187         (INVALID_EXCEPTION_OK): Update value.
42188         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42189         (OVERFLOW_EXCEPTION_OK): Likewise.
42190         (IGNORE_ZERO_INF_SIGN): Likewise.
42191         (test_exceptions): Handle underflow exceptions.
42192         (acos_test): Update for underflow exception expectations.
42193         (cexp_test): Likewise.
42194         (clog_test): Likewise.
42195         (clog10_test): Likewise.
42196         (csqrt_test): Likewise.
42197         (ctan_test): Likewise.
42198         (ctanh_test): Likewise.
42199         (exp_test): Likewise.
42200         (exp10_test): Likewise.
42201         (exp2_test): Likewise.
42202         (expm1_test): Likewise.
42203         (fma_test): Likewise.
42204         (j0_test): Likewise.
42205         (jn_test): Likewise.
42206         (nexttoward_test): Likewise.
42207         (pow_test): Likewise.
42208         (scalbn_test): Likewise.
42209         (scalbln_test): Likewise.
42210         (tan_test): Likewise.
42211         (y1_test): Likewise.
42212         * sysdeps/i386/fpu/libm-test-ulps: Update.
42213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42215 2012-05-23  David S. Miller  <davem@davemloft.net>
42217         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42218         (__libc_sigaction): Remove unused local variables.
42220 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42222         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42224 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42226         mktime: avoid signed integer overflow
42227         * time/mktime.c (__mktime_internal): Do not mishandle the case
42228         where diff == INT_MIN.
42230         mktime: simplify computation of average
42231         * time/mktime.c (ranged_convert): Use new time_t_avg function
42232         instead of rolling our own (probably-slower) code.
42234         mktime: do not assume signed right shift propagates sign bit
42235         * time/mktime.c (isdst_differ): New static function.
42236         (__mktime_internal): No need to normalize tm_isdst now.
42237         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42238         tm_isdst values.
42240         mktime: merge another wrapv change from gnulib
42241         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42242         from some compilers.
42244         mktime: remove incorrect attempt at unusual arithmetics
42245         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42246         The code didn't really work on such machines anyway.
42247         (TYPE_MINIMUM): Assume two's complement.
42248         (twos_complement_arithmetic): Verify that long_int and time_t
42249         are two's complement (or unsigned, in the latter case).
42251         mktime: check signed shifts on long_int and time_t, too
42252         * time/mktime.c (SHR): Check that shifts work as desired
42253         on the types long_int and time_t too, as SHR is used on
42254         such types.
42256         mktime: do not assume 'long' is wide enough
42257         * time/mktime.c (verify): Move decl up.
42258         (long_int): New type.
42259         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42260         to remove assumption in the code that 'long' is wide enough to
42261         store year values.  This assumption is not true on x32 and on
42262         some non-glibc platforms.
42264         mktime: merge wrapv change from gnulib
42265         * time/mktime.c (WRAPV): New macro.
42266         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42267         (guess_time_tm, __mktime_internal): Do not assume that signed
42268         integer overflow wraps around; modern compilers generate code
42269         where this assumption is no longer valid.
42271 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42273         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42274         Replace "jmp L(pseudo_end)" with "ret".
42275         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42276         Likewise.
42278 2012-05-23  Andreas Jaeger  <aj@suse.de>
42280         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42281         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42283 2012-05-23  Andreas Jaeger  <aj@suse.de>
42284             Maximilian Attems  <max@stro.at>
42286         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42287         New macros.
42289 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42291         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42292         code so that pseudo_end is just ret and the stack pointer is
42293         correct also for static library in error case.
42295 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42297         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42298         move to syscalls.list.
42299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42304         * manual/install.texi (Running make install): Do not mention Linux
42305         kernel version for which pt_chown is not needed.
42306         (Linux): Do not mention problems with nscd with 2.0 kernels.
42307         * INSTALL: Regenerated.
42309 2012-05-23  Andreas Jaeger  <aj@suse.de>
42311         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42312         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42313         macro.
42314         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42315         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42316         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42317         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42318         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42319         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42320         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42321         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42322         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42323         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42324         * sysdeps/unix/sysv/linux/bits/in.h
42325         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42327 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42329         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42330         (PREPARE_VERSION): Just use assert instead, it will be elided
42331         under [NDEBUG] anyway.
42333 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42335         * sysdeps/unix/sysv/linux/Makefile: Include
42336         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42337         (sysdep_routines): Remove sysctl.
42338         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42339         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42340         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42341         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42342         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42344 2012-05-22  Andreas Jaeger  <aj@suse.de>
42346         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42347         that pseudo_end is just ret and the stack pointer is correct also
42348         for static library in error case.
42350 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42352         [BZ #14122]
42353         * nss/nsswitch.c (defconfig_entries): New variable.
42354         (__nss_database_lookup): Don't leak defconfig entries.
42355         (nss_parse_service_list): Don't leak on error paths.
42356         (free_database_entries): New function.
42357         (free_defconfig): New function.
42358         (free_mem): Move common code to free_database_entries.
42360 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42362         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42363         Add arch_prctl.
42364         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42366         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42367         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42368         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42369         New macro.
42370         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42371         (INTERNAL_SYSCALL_TYPES): Likewise.
42372         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42373         (LOAD_REGS_TYPES_[1-6]): Likewise.
42374         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42375         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42377 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42379         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42380         copysignl for GLIBC_2_0.
42381         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42382         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42383         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42384         logbl for GLIBC_2_0.
42385         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42386         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42388 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42390         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42391         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42393         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42394         Use "neg %eax".
42396         * time/mktime.c: Update copyright years.
42398 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42400         mktime: merge comment-quoting-style change from gnulib
42401         * time/mktime.c: Quote 'like this' in comments.
42402         The GNU coding standards suggest that we no longer quote `like this',
42403         as "`" and "'" are typically rendered asymmetrically nowadays.
42404         The typical gnulib style is to quote 'like this' when quoting
42405         code, and "like this" when quoting English.
42407         * time/mktime.c (compile-command): Add "-I.".
42409         mktime: merge mktime-internal.h change from gnulib
42410         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42412         mktime: merge time_r change from gnulib
42413         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42415         mktime: merge DEBUG change from gnulib
42416         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42417         case system <time.h> has a #define.
42419         mktime: merge <sys/types.h> change from gnulib
42420         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42421         since <time.t> is now guaranteed to define time_t.
42423         mktime: merge HAVE_CONFIG_H change from gnulib
42424         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42426 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42428         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42429         Use "neg %eax".
42431         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42432         __rlim_t cast.
42433         (struct rusage): Use anonymous union to pad each field to
42434         __syscall_slong_t.
42436 2012-05-21  David S. Miller  <davem@davemloft.net>
42438         * Makefules (o-iterator): Remove .s cases.
42439         (compile-command.s): Delete.
42440         (COMPILE.s): Delete.
42441         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42443 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42445         * configure.in (libc_cv_predef_stack_protector): Only consider
42446         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42447         * configure: Regenerated.
42449 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42451         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42452         New macro.  Use R*LP on int and pointer.
42453         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42454         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42455         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42456         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42458         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42459         [__WORDSIZE_TIME64_COMPAT32] instead of
42460         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42461         (struct utmp): Likewise.
42462         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42463         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42464         Renamed to ...
42465         (__WORDSIZE_TIME64_COMPAT32): This.
42466         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42467         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42468         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42469         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42470         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42471         (__WORDSIZE_TIME64_COMPAT32): New macro.
42473 2012-05-21  Andreas Jaeger  <aj@suse.de>
42475         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42476         only if [SHARED]. Add prototype for __wcschr_ia32.
42478 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42480         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42481         of %rbp unmolested in the jmp_buf while mangling the low bits.
42482         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42483         unmolested high bits of %rbp while demangling the low bits.
42484         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42486 2012-05-21  Andreas Jaeger  <aj@suse.de>
42488         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42489         * sunrpc/svc_simple.c: Use it for registerrpc.
42490         * sunrpc/xcrypt.c: Use it for passwd2des.
42492         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42494 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42496         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42497         Don't define if [__SYSCALL_WORDSIZE != 32].
42498         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42499         New macro.
42501 2012-05-21  Bruno Haible  <bruno@clisp.org>
42502             Andreas Jaeger  <aj@suse.de>
42504         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42505         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42506         inptr and inend for must_buffer_ch.
42507         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42508         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42509         * stdio-common/Makefile (tests): Remove bug15.
42510         (bug15-ENV): Remove macro.
42511         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42512         anymore.
42514 2012-05-19  Andreas Jaeger  <aj@suse.de>
42515             Roland McGrath  <roland@hack.frob.com>
42517         * manual/contrib.texi: Completely rewritten. It contains now an
42518         alphabetical list of contributors and their contributions.
42520 2012-05-21  Richard Henderson  <rth@twiddle.net>
42522         * misc/getauxval.c (__getauxval): Use unsigned long int.
42523         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42524         (getauxval): Use unsigned long int.
42526 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42528         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42530 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42532         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42533         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42534         __alignof__ (long double).
42536 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42538         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42540 2012-05-20  Richard Henderson  <rth@twiddle.net>
42542         * misc/getauxval.c: New file.
42543         * misc/sys/auxv.h: New file.
42544         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42545         (routines): Add getauxval.
42546         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42547         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42548         * elf/dl-sysdep.c (_dl_auxv): Remove.
42549         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42550         * elf/dl-support.c (_dl_auxv): New variable.
42551         (_dl_aux_init): Initialize it.
42552         * manual/startup.texi (Auxiliary Vector): New node.
42553         * sysdeps/generic/bits/hwcap.h: New file.
42554         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42555         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42556         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42557         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42558         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42559         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42561         Update.
42562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42563         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42564         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42565         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42566         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42567         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42568         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42569         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42571 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42573         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42575 2012-05-19  David S. Miller  <davem@davemloft.net>
42577         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42579 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42581         [BZ #14123]
42582         * math/s_ccosh.c: Include <float.h>
42583         (__ccosh): Avoid internal overflow calculating sinh and cosh
42584         values before multiplying by sin and cos values.
42585         * math/s_ccoshf.c: Likewise.
42586         * math/s_ccoshl.c: Likewise.
42587         * math/s_csin.c: Likewise.
42588         * math/s_csinf.c: Likewise.
42589         * math/s_csinl.c: Likewise.
42590         * math/s_csinh.c: Likewise.
42591         * math/s_csinhf.c: Likewise.
42592         * math/s_csinhl.c: Likewise.
42593         * math/libm-test.inc (ccos_test): Add more tests.
42594         (ccosh_test): Likewise.
42595         (csin_test): Likewise.
42596         (csinh_test): Likewise.
42597         * sysdeps/i386/fpu/libm-test-ulps: Update.
42598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42600 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42602         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42603         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42605         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42607 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42609         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42610         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42611         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42612         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42613         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42614         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42615         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42616         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42617         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42618         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42619         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42620         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42621         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42622         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42623         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42624         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42625         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42626         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42627         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42628         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42629         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42630         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42631         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42632         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42633         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42634         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42635         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42636         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42637         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42638         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42639         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42641 2012-05-18  Andreas Jaeger  <aj@suse.de>
42643         * csu/.gitignore: Delete.
42645 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42647         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42648         (timex): Use __syscall_slong_t.
42650 2012-05-18  Andreas Jaeger  <aj@suse.de>
42651             Carlos O'Donell  <carlos_odonell@mentor.com>
42653         * manual/install.texi (Configuring and compiling): Update
42654         description about files modified in the source directory.
42655         * INSTALL: Regenerated.
42657 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42659         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42660         value.  Use "or" to set return value to -1.
42661         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42662         negate return value.
42664 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42666         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42667         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42668         failure if the compiler has Graphite support disabled.
42669         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42670         Likewise.
42671         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42672         (CFLAGS-memmove.c): Likewise.
42673         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42674         Likewise.
42676 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42678         * sysdeps/x86_64/x32/_itoa.h: New file.
42680         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42681         getdents system call only if kernel and user dirents have the
42682         same d_ino and d_off.
42684         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42685         LLONG_MAX != LONG_MAX.
42686         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42687         (_fitoa_word): Likewise.
42689         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42690         years.
42691         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42692         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42693         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42695         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42696         include <bits/wordsize.h>.  Check __x86_64__ instead of
42697         __WORDSIZE.
42698         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42699         if __x86_64__ is defined.  Use anonymous union on fpstate.
42701         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42702         anonymous union.
42704 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42706         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42707         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42708         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42709         Refer to _rtld_local_ro instead of _rtld_global_ro.
42710         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42711         Likewise.
42712         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42713         Likewise.
42714         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42715         Likewise.
42716         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42717         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42718         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42720         * sysdeps/powerpc/powerpc32/dl-machine.c
42721         (__elf_machine_runtime_setup) [PROF]: Don't reference
42722         _dl_prof_resolve.
42724 2012-05-18  Andreas Jaeger  <aj@suse.de>
42726         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42727         function only available for GCCs before 3.4 since GCC 3.4
42728         introduced a builtin.
42729         (lrint): Likewise.
42730         (llrintf): Likewise.
42731         (llrint): Likewise.
42732         (fmaxf): Likewise.
42733         (fmax): Likewise.
42734         (fminf): Likewise.
42735         (fmin): Likewise.
42736         (rint): Likewise.
42737         (rintf): Likewise.
42738         (nearbyint): Likewise.
42739         (nearbyintf): Likewise.
42740         (ceil): Likewise.
42741         (ceilf): Likewise.
42742         (floor): Likewise.
42743         (floorf): Likewise.
42745 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42747         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42748         on both fields and cast pointer to __syscall_ulong_t.
42750         * bits/types.h (__fsword_t): New type.
42751         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42752         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42753         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42754         (__FSWORD_T_TYPE): Likewise.
42755         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42756         (__FSWORD_T_TYPE): Likewise.
42757         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42758         (__FSWORD_T_TYPE): Likewise.
42759         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42760         (__FSWORD_T_TYPE): Likewise.
42761         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42762         __SWORD_TYPE with __fsword_t.
42763         (statfs64): Likewise.
42765 2012-05-17  David S. Miller  <davem@davemloft.net>
42767         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42769 2012-05-17  Andreas Jaeger  <aj@suse.de>
42771         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42772         warning.
42774 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42776         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42778 2012-05-17  Andreas Jaeger  <aj@suse.de>
42780         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42781         when it is used.
42783 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42785         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42787 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42789         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42790         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42792 2012-05-17  Andreas Jaeger  <aj@suse.de>
42793             Carlos O'Donell  <carlos_odonell@mentor.com>
42795         [BZ #14059]
42796         * sysdeps/x86_64/multiarch/init-arch.h
42797         (bit_YMM_Usable): Rename to...
42798         (bit_AVX_Usable): ... this.
42799         (bit_FMA4_Usable): New macro.
42800         (bit_XMM_state): New macro.
42801         (bit_YMM_state): New macro.
42802         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42803         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42804         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42805         (CPUID_OSXSAVE): New macro.
42806         (CPUID_AVX): New macro.
42807         (CPUID_FMA4): New macro.
42808         (index_YMM_Usable): Rename to...
42809         (index_AVX_Usable): ... this.
42810         (HAS_AVX): Use HAS_ARCH_FEATURE.
42811         (HAS_FMA4): Likewise.
42812         (HAS_YMM_USABLE): Remove.
42813         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42814         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42815         are present.
42816         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42817         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42818         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42819         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42820         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42822 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42824         * math/libm-test.c: Support platforms without multiple rounding modes.
42825         * math/bug-nextafter.c: Support platforms without FP exceptions.
42826         * math/bug-nexttoward.c: Likewise.
42827         * math/test-fenv.c: Likewise.
42828         * math/test-misc.c: Likewise.
42829         * stdlib/bug-getcontext.c: Likewise.
42831 2012-05-17  Andreas Jaeger  <aj@suse.de>
42833         * manual/examples/search.c (critter_cmp): Change signature to
42834         avoid warnings.
42835         * manual/string.texi (Collation Functions): Likewise.
42837 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42839         * bits/types.h: Fold copyright years.
42840         * bits/typesizes.h: Likewise.
42841         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42842         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42843         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42844         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42845         * time/time.h: Likewise.
42847 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42849         [BZ #208]
42850         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42851         in instead of returning them.  Return void.
42852         (__libc_mallinfo): Accumulate over all arenas.
42853         (__malloc_stats): Adjust for change in int_mallinfo interface.
42855 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42857         [BZ #10375]
42858         * configure.in (NM): Add AC_CHECK_TOOL for it.
42859         (libc_extra_cflags): New substituted variable.
42860         Check for -fstack-protector being used implicitly.
42861         * configure: Regenerated.
42862         * config.make.in (config-extra-cflags): New variable,
42863         gets @libc_extra_cflags@.
42864         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42866         [BZ #10375]
42867         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42868         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42869         * configure: Regenerated.
42870         * config.make.in (CPPUNDEFS): New substituted variable.
42871         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42872         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42873         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42875 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42877         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42878         (mq_attr): Use __syscall_slong_t.
42880 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42882         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42883         Check __x86_64__ instead of __WORDSIZE.
42884         (_STAT_VER_LINUX): Likewise.
42885         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42886         __syscall_ulong_t and __syscall_slong_t.
42887         (stat64): Likewise.
42889 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42891         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42893 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42895         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42897 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42899         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42900         __syscall_ulong_t.
42902         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42903         include <bits/wordsize.h>.  Check __x86_64__ instead of
42904         __WORDSIZE.
42905         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42906         defined.
42907         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42909         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42910         include <bits/wordsize.h>.  Check __x86_64__ instead of
42911         __WORDSIZE.
42912         (user_regs_struct): Use "__extension__ unsigned long long"
42913         instead of "unsigned long" if __x86_64__ is defined.
42914         (user): Likewise.  Pad after pointer field if __ILP32__ is
42915         defined.
42917 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42919         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42920         versions 5 to 9.
42921         * configure: Regenerated.
42922         * manual/install.texi (texinfo): Increase version requirement to
42923         4.5 or later.
42924         * INSTALL: Regenerated.
42926         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42928 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42930         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42932         * sysdeps/x86_64/x32/ffs.c: New file.
42934         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42935         __syscall_ulong_t.
42936         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42937         defined.  Use __syscall_ulong_t.
42938         (shminfo): Use __syscall_ulong_t.
42939         (shm_info): Likewise.
42941         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42942         __syscall_ulong_t.
42944         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42945         <bits/wordsize.h>.
42946         (msgqnum_t): Use __syscall_ulong_t.
42947         (msglen_t): Likewise.
42948         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42949         __syscall_ulong_t.
42951         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42952         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42954         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42956         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42957         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42959         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42960         __syscall_slong_t.
42962         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42963         include <bits/wordsize.h>.  Check __x86_64__ instead of
42964         __WORDSIZE.
42966         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42967         "unsigned long long int" if __x86_64__ is defined.
42968         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42970         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42971         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42972         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42974         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42975         <stdint.h>.
42976         (GET_PC): Cast to uintptr_t first.
42977         (GET_FRAME): Likewise.
42978         (GET_STACK): Likewise.
42980         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42981         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42982         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42983         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42984         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42985         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42986         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42987         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42988         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42989         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42990         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42991         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42992         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42993         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42994         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42995         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42996         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42997         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42998         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42999         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43000         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43001         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43002         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43003         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43004         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43005         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43006         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43007         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43008         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43010 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43012         * Makerules (+depfiles): Also collect depfiles from .oS in
43013         $(extra-objs).
43014         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43015         .oS, $(libnldbl-routines)).
43017         * Makerules (native-compile-mkdep-flags): Define.
43018         * sunrpc/Makefile (extra-objs): Add $(addprefix
43019         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43020         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43021         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43022         calling $(make-target-directory).
43024 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43026         * bits/types.h (__snseconds_t): Removed.
43027         * time/time.h (struct timespec): Replace __snseconds_t with
43028         __syscall_slong_t.
43029         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43030         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43031         Likewise.
43032         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43033         (__SNSECONDS_T_TYPE): Likewise.
43034         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43035         (__SNSECONDS_T_TYPE): Likewise.
43036         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43037         (__SNSECONDS_T_TYPE): Likewise.
43039 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43041         * sysdeps/mach/hurd/bits/typesizes.h
43042         (__SYSCALL_SLONG_TYPE): New macro.
43043         (__SYSCALL_ULONG_TYPE): Likewise.
43045 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43047         * bits/types.h (__syscall_slong_t): New type.
43048         (__syscall_ulong_t): Likewise.
43050         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43051         (__SYSCALL_ULONG_TYPE): Likewise.
43052         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43053         (__SYSCALL_SLONG_TYPE): Likewise.
43054         (__SYSCALL_ULONG_TYPE): Likewise.
43055         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43056         (__SYSCALL_SLONG_TYPE): Likewise.
43057         (__SYSCALL_ULONG_TYPE): Likewise.
43058         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43059         (__SYSCALL_SLONG_TYPE): Likewise.
43060         (__SYSCALL_ULONG_TYPE): Likewise.
43062 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43064         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43065         Add sigaltstack-offsets.sym.
43066         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43067         <sigaltstack-offsets.h>.
43068         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43069         longjmp_msg pointer.
43070         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43071         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43072         signal stack.
43073         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43075 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43077         * elf/stackguard-macros.h: Remove file.
43078         * sysdeps/generic/stackguard-macros.h: New file.
43079         * sysdeps/i386/stackguard-macros.h: Likewise.
43080         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43081         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43082         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43083         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43084         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43085         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43086         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43087         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43088         <elf/stackguard-macros.h>.
43090         [BZ #14109]
43091         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43092         __aligned__ in attribute.
43093         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43094         (gregset_t): Likewise.
43096 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43098         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43099         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43100         * sysdeps/x86_64/x32/Implies-after: New file.
43102 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43104         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43105         and access return value for _dl_profile_fixup.  Use R10_LP to
43106         load frame size.
43108 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43110         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43112 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43114         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43115         * sysdeps/x86_64/x32/sysdep.h: New file.
43117 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43119         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43120         * sysdeps/x86_64/setjmp.S: Likewise.
43122 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43124         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43125         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43126         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43127         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43128         remove unused global constant.
43130 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43132         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43133         include of <not-cancel.h>.
43135 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43137         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43139 2012-05-15  Jeff Law  <law@redhat.com>
43140             Andreas Jaeger  <aj@suse.de>
43142         [BZ #13594]
43143         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43144         out from...
43145         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43146         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43147         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43148         code changing __hst_map_handle.map.
43150 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43152         * configure.in (sysnames): Look for Implies-before and Implies-after
43153         files.
43154         * configure: Regenerated.
43156 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43158         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43159         8-byte data alignment with LP_SIZE alignment.
43161 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43163         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43164         into R10_LP.
43166 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43168         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43170 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43172         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43173         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43174         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43175         Likewise.
43176         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43178 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43180         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43181         (stackinfo_sub_sp): Likewise.
43183 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43185         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43186         RAX_LP.
43188 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43190         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43191         into R*_LP.
43193 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43195         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43196         sizes into R*_LP.
43198 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43200         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43202 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43204         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43205         into R11_LP and load __x86_64_shared_cache_size_half into
43206         R8_LP.
43208 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43210         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43211         R8_LP.
43213 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43215         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43216         logb for POWER7.
43217         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43218         logbf for POWER7.
43219         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43220         logbl for POWER7.
43221         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43222         powerpc32/power7/fpu/s_logb.c via #include.
43223         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43224         powerpc32/power7/fpu/s_logbf.c via #include.
43225         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43226         powerpc32/power7/fpu/s_logbl.c via #include.
43228 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43230         * README.libm: Remove file.
43232 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43234         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43235         count for x32.  Use R*_LP and omit operand-size suffix.
43237 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43239         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43240         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43241         * sysdeps/x86_64/x32/shlib-versions: New file.
43243 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43245         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43246         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43247         Use _dl_fatal_printf instead.
43249 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43251         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43252         set if not set by the user.  Do not allow for being unset.
43253         * sysdeps/unix/sysv/linux/configure: Regenerated.
43255 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43257         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43258         the `q' suffix from lea and replace .quad with ASM_ADDR.
43260 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43262         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43263         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43264         instead of $17.
43265         (PTR_DEMANGLE): Likewise.
43267 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43269         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43270         (LP_OP): Likewise.
43271         (ASM_ADDR): Likewise.
43272         (RAX_LP): Likewise.
43273         (RBP_LP): Likewise.
43274         (RBX_LP): Likewise.
43275         (RCX_LP): Likewise.
43276         (RDI_LP): Likewise.
43277         (RSI_LP): Likewise.
43278         (RSP_LP): Likewise.
43279         (R8_LP): Likewise.
43280         (R9_LP): Likewise.
43281         (R10_LP): Likewise.
43282         (R10_LP): Likewise.
43283         (R11_LP): Likewise.
43284         (R12_LP): Likewise.
43285         (R13_LP): Likewise.
43286         (R14_LP): Likewise.
43287         (R15_LP): Likewise.
43289 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43291         * sysdeps/x86_64/x32/dl-machine.h: New file.
43293 2012-05-14  Andreas Jaeger  <aj@suse.de>
43295         * manual/Makefile (subdir): Remove export of subdir.
43296         (all): Remove target.
43297         (.PHONY): Remove all from list.
43298         (mkinstalldirs): Remove.
43299         (.PHONY): Remove installdirs from list.
43300         ($(inst_infodir)/libc.info): Use make-target-directory.
43301         (installdirs): Remove.
43302         (subdir_%): Remove.
43303         (glibc-targets): Remove.
43304         (lib): Remove.
43305         (stubs): Remove.
43306         ($(objpfx)stubs ../po/manual.pot): Remove.
43307         ($(objpfx)stamp%): Remove.
43308         (make-target-directory): Remove.
43309         (subdir_install): Remove.
43310         (routines): Remove.
43311         (aux): Remove.
43312         (sources): Remove.
43313         (objects): Remove.
43314         (headers): Remove.
43316         [BZ #13750]
43317         * manual/.gitignore: Remove, it's not needed anymore.
43318         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43319         all files in it.
43320         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43321         directory.
43322         (texis): Renamed to $(objpfx)texis.
43323         (texis-path): New, contains path to generated files.
43324         (chapters.%): Use texis-path for complete path, add extra argument
43325         libc-texinfo.sh.
43326         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43327         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43328         (summary,texi, stamp-summary): Use complete path of
43329         files. Generate files in build dir.
43330         (dir-add.texi): Build in build dir.
43331         (libm-err.texi,stamp-libm-err): Likewise.
43332         (version.texi, stamp-version): Likewise.
43333         (.%c.texi): Likewise.
43334         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43335         (mostlyclean): Remove target.
43336         (realclean): Remove target.
43337         (generated): Add new variable with contents from mostlyclean and
43338         realclean, remove entries duplicated in common-mostlyclean, add
43339         stamp-libm-err and stamp-version.
43340         (generated-dirs): Add libc directory.
43341         ($(inst_infodir)/libc.info): Install files from build dir.
43343         * manual/install.texi (Configuring and compiling): Adjust since
43344         the info files are not part of the tar ball anymore.
43346 2012-05-14  Andreas Jaeger  <aj@suse.de>
43348         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43349         variable.
43351 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43353         [BZ #13717]
43354         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43355         to 2.2.0 where earlier.
43356         * sysdeps/unix/sysv/linux/configure: Regenerated.
43357         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43358         Remove conditional code.
43359         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43360         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43361         Remove conditional code.
43362         [!__NR_lchown]: Likewise.
43363         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43364         [__NR_lchown]: Likewise.
43365         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43366         comment referencing __ASSUME_LCHOWN_SYSCALL.
43367         * sysdeps/unix/sysv/linux/i386/sigaction.c
43368         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43369         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43370         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43371         Remove conditional code.
43372         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43373         (__protocol_available): Remove #if 0 code.
43374         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43375         conditional code.
43376         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43377         * sysdeps/unix/sysv/linux/kernel-features.h
43378         (__ASSUME_GETCWD_SYSCALL): Don't define.
43379         (__ASSUME_REALTIME_SIGNALS): Likewise.
43380         (__ASSUME_PREAD_SYSCALL): Likewise.
43381         (__ASSUME_PWRITE_SYSCALL): Likewise.
43382         (__ASSUME_POLL_SYSCALL): Likewise.
43383         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43384         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43385         non-SPARC.
43386         (__ASSUME_SIOCGIFNAME): Don't define.
43387         (__ASSUME_MSG_NOSIGNAL): Likewise.
43388         (__ASSUME_SENDFILE): Define unconditionally.
43389         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43390         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43391         conditional code.
43392         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43393         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43394         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43395         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43396         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43397         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43398         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43400         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43401         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43403         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43404         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43406         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43407         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43409         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43410         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43412         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43413         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43415         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43416         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43418         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43419         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43421         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43422         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43423         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43424         Remove conditional code.
43425         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43426         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43427         Remove conditional code.
43428         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43429         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43430         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43431         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43432         Remove conditional code.
43433         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43434         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43435         Remove conditional code.
43436         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43437         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43438         Remove conditional code.
43439         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43440         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43441         Remove conditional code.
43442         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43443         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43444         Remove conditional code.
43445         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43446         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43447         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43448         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43449         * sysdeps/unix/sysv/linux/sigaction.c
43450         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43451         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43452         * sysdeps/unix/sysv/linux/sigpending.c
43453         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43454         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43455         * sysdeps/unix/sysv/linux/sigprocmask.c
43456         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43457         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43458         * sysdeps/unix/sysv/linux/sigsuspend.c
43459         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43460         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43461         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43462         (__libc_missing_rt_sigs): Remove.
43463         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43464         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43465         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43466         Remove conditional code.
43467         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43468         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43469         return 1.
43470         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43471         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43472         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43473         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43475 2012-05-14  Andreas Jaeger  <aj@suse.de>
43477         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43478         it's not used in glibc.
43479         (__coshm1): Likewise.
43480         (__acosh1p): Likewise.
43481         (__sgn): Likewise.
43483         * manual/string.texi (Copying and Concatenation): Add missing
43484         variable in concat example.
43485         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43487 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43489         [BZ #14103]
43490         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43491         __builtin_clzl with __builtin_clzll.
43493 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43495         [BZ #14104]
43496         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43497         libc_freeres_ptr.
43499 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43501         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43502         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43503         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43504         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43506 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43508         * NEWS: Update ia64 info.
43510 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43512         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43513         used as bcopy.
43515 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43517         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43518         * sysdeps/unix/syscalls.list (dup3): Likewise.
43519         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43520         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43522 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43524         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43525         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43527 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43529         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43530         thread pointer.
43531         (TLS_IE): Use mov/add instead of movq/addq to load thread
43532         pointer.
43533         (TLS_GD_PREFIX): New.
43534         (TLS_GD): Use it.
43536 2012-05-11  David S. Miller  <davem@davemloft.net>
43538         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43539         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43540         (_FPU_SETCW): Likewise.
43542 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43544         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43545         is 32-byte aligned.
43547 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43549         [BZ #11837]
43550         * iconvdata/gb18030.c: Update tables.
43551         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43552         characters specially.
43553         (BODY for TO_LOOP): Add encoding of missing ranges.
43555 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43557         [BZ #13673]
43558         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43559         * sysdeps/mach/hurd/dup3.c: Likewise.
43560         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43561         * sysdeps/powerpc/memmove.c:: Likewise.
43563 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43565         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43566         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43568 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43570         * elf/elf.h (R_X86_64_RELATIVE64): New.
43571         (R_X86_64_NUM): Updated.
43572         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43573         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43574         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43575         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43576         tst-quad1pie tst-quad2pie
43577         (modules-names): Add tst-quadmod1 tst-quadmod2.
43578         ($(objpfx)tst-quad1): New dependency.
43579         ($(objpfx)tst-quad2): Likewise.
43580         ($(objpfx)tst-quad1pie): Likewise.
43581         ($(objpfx)tst-quad2pie): Likewise.
43582         * sysdeps/x86_64/tst-quad1.c: New file.
43583         * sysdeps/x86_64/tst-quad1pie.c: New file.
43584         * sysdeps/x86_64/tst-quad2.c: Likewise.
43585         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43586         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43587         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43588         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43589         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43591 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43593         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43594         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43595         * streams/stropts.h (t_scalar_t): Define type.
43597         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43598         (_PATH_PRESERVE): Set to "/var/lib".
43599         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43601         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43602         instead of int.
43604         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43605         if __dir_mkfile succeeded.
43607         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43608         checking for _hurd_dtablesize.  Unlock it right after having
43609         finished _hurd_dtable allocation.
43611 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43613         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43614         * sysdeps/mach/hurd/configure: Regenerated.
43615         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43616         special-casing to...
43617         * sysdeps/gnu/configure.in: ... this new file.
43618         * sysdeps/unix/sysv/linux/configure: Regenerated.
43619         * sysdeps/gnu/configure: New generated file.
43621         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43622         for Linux: use nsec instead of usec, as well as:
43623         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43624         members of type struct timespec.
43625         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43626         New macros.
43627         (struct stat64): Likewise.
43628         (_STATBUF_ST_NSEC): New macro.
43629         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43631         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43632         __strtoul_internal rather than strtoul.
43634 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43636         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43637         and reject them.
43639 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43641         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43642         which preserves existing values.
43643         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43645 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43647         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43648         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43649         greater than FD_SETSIZE.
43651 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43653         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43654         allocated, call __vm_protect to finish enabling the existing space, and
43655         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43656         allocate the remainder.
43658 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43660         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43661         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43663 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43665         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43666         sysdeps/mach/hurd/readlink.c.
43668         * posix/tst-sysconf.c (posix_options): Only use
43669         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43670         _POSIX_SYNCHRONIZED_IO when they are defined
43671         * sysdeps/mach/hurd/bits/posix_opt.h:
43672         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43673         (_XOPEN_REALTIME): Undefine macro.
43674         (_XOPEN_REALTIME_THREADS): Undefine macro.
43675         (_XOPEN_SHM): Undefine macro.
43676         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43677         macro to -1.
43678         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43679         macro to -1.
43680         (_POSIX_ASYNC_IO): Undefine macro.
43681         (_POSIX_PRIORITIZED_IO): Undefine macro.
43682         (_POSIX_SPIN_LOCKS): Define macro to -1.
43684         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43685         SA_NODEFER, SA_RESETHAND.
43686         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43687         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43688         F_DUPFD_CLOEXEC.
43690 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43692         * elf/Makefile (pldd-modules): Define unconditionally.
43694 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43696         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43698 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43700         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43701         Return ENOENT when name is empty.
43702         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43704 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43706         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43708         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43710 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43712         Fix mlock in all cases except non-readable pages.
43713         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43714         instead of VM_PROT_ALL as parameter to __vm_wire function.
43716         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43717         (__mkdir): When path is `/', just fail with EEXIST.
43718         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43720 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43722         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43723         <sys/uio.h> (for writev).
43724         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43725         and <sys/param.h> (for MIN).
43727 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43729         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43730         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43731         if interrupted.
43733 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43735         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43736         Depend on against $(link-rpcuserlibs).
43738 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43740         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43741         (__libc_stack_end): Do not use attribute_relro.
43742         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43743         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43744         to libthread-provided value.
43745         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43746         attribute_relro.
43748 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43750         [BZ #3748]
43751         * bits/libc-lock.h (__libc_once_get): New macro.
43752         * sysdeps/mach/bits/libc-lock.h: Likewise.
43753         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43754         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43755         instead of using implementation details.
43757         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43758         * libio/freopen.c: Likewise.
43759         * libio/freopen64.c: Likewise.
43760         * misc/syslog.c: Likewise.
43761         * nscd/connections.c: Likewise.
43762         * nscd/netgroupcache.c: Likewise.
43763         * sysdeps/posix/getcwd.c: Likewise.
43765 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43767         * math/w_ilogbf.c: Add #include <limits.h>.
43769 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43771         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43772         path instead of returning without unlocking.
43774         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43775         immediate-write ioctls.
43776         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43778 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43780         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43781         __builtin_frame_address instead of making assumptions about the
43782         location of the return address relative to DATA.  Force early load of
43783         the return address.
43784         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43785         __builtin_frame_address.
43787         dup3 for GNU Hurd.
43788         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43789         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43790         implement dup3 and do some further code clean-ups.
43791         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43792         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43794 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43796         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43798         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43799         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43800         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43801         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43802         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43803         d->port.lock.
43805         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43806         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43807         when handler == SIG_ERR, not when handler != SIG_ERR.
43809 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43811         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43812         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43813         definitions.
43815         accept4 for GNU Hurd.
43816         * include/sys/socket.h (__libc_accept4): New prototype.
43817         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43818         to implement __libc_accept4.
43819         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43820         __libc_accept4.
43821         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43823         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43824         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43825         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43826         signal-defines.sym.
43828 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43830         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43832 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43834         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43835         assertion on O_CLOEXEC flag.
43836         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43837         * hurd/intern-fd.c: Likewise.
43838         * hurd/port2fd.c: Likewise.
43840 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43842         [BZ #3906]
43843         * bits/in.h (IPV6_PKTINFO): Define new macro.
43844         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43846 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43848         [BZ #13954]
43849         [BZ #13955]
43850         [BZ #13956]
43851         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43852         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43853         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43854         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43855         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43856         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43857         * math/libm-test.inc (logb_test) : Additional logb tests.
43859 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43860             Andreas Jaeger  <aj@suse.de>
43862         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43863         * configure: Regenerated.
43864         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43865         * config.make.in (link-obsolete-rpc): New substituted variable.
43866         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43867         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43868         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43869         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43870         so that libc.a contains the symbols.
43871         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43872         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43873         * sunrpc/auth_none.c: Likewise.
43874         * sunrpc/auth_unix.c: Likewise.
43875         * sunrpc/authdes_prot.c: Likewise.
43876         * sunrpc/authuxprot.c: Likewise.
43877         * sunrpc/clnt_gen.c: Likewise.
43878         * sunrpc/clnt_perr.c: Likewise.
43879         * sunrpc/clnt_raw.c: Likewise.
43880         * sunrpc/clnt_simp.c: Likewise.
43881         * sunrpc/clnt_tcp.c: Likewise.
43882         * sunrpc/clnt_udp.c: Likewise.
43883         * sunrpc/clnt_unix.c: Likewise.
43884         * sunrpc/des_crypt.c: Likewise.
43885         * sunrpc/des_soft.c: Likewise.
43886         * sunrpc/get_myaddr.c: Likewise.
43887         * sunrpc/key_call.c: Likewise.
43888         * sunrpc/key_prot.c: Likewise.
43889         * sunrpc/netname.c: Likewise.
43890         * sunrpc/pm_getmaps.c: Likewise.
43891         * sunrpc/pm_getport.c: Likewise.
43892         * sunrpc/pmap_clnt.c: Likewise.
43893         * sunrpc/pmap_prot.c: Likewise.
43894         * sunrpc/pmap_prot2.c: Likewise.
43895         * sunrpc/pmap_rmt.c: Likewise.
43896         * sunrpc/publickey.c: Likewise.
43897         * sunrpc/rpc_cmsg.c: Likewise.
43898         * sunrpc/rpc_common.c: Likewise.
43899         * sunrpc/rpc_dtable.c: Likewise.
43900         * sunrpc/rpc_prot.c: Likewise.
43901         * sunrpc/rpc_thread.c: Likewise.
43902         * sunrpc/rtime.c: Likewise.
43903         * sunrpc/svc.c: Likewise.
43904         * sunrpc/svc_auth.c: Likewise.
43905         * sunrpc/svc_raw.c: Likewise.
43906         * sunrpc/svc_run.c: Likewise.
43907         * sunrpc/svc_tcp.c: Likewise.
43908         * sunrpc/svc_udp.c: Likewise.
43909         * sunrpc/svc_unix.c: Likewise.
43910         * sunrpc/svcauth_des.c: Likewise.
43911         * sunrpc/xcrypt.c: Likewise.
43912         * sunrpc/xdr.c: Likewise.
43913         * sunrpc/xdr_array.c: Likewise.
43914         * sunrpc/xdr_float.c: Likewise.
43915         * sunrpc/xdr_intXX_t.c: Likewise.
43916         * sunrpc/xdr_mem.c: Likewise.
43917         * sunrpc/xdr_rec.c: Likewise.
43918         * sunrpc/xdr_ref.c: Likewise.
43919         * sunrpc/xdr_sizeof.c: Likewise.
43920         * sunrpc/xdr_stdio.c: Likewise.
43922 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43924         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43925         change.  Update copyright years.
43927 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43929         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43931 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43932             Joseph Myers  <joseph@codesourcery.com>
43933             Paul Pluzhnikov  <ppluzhnikov@google.com>
43935         [BZ #14012]
43936         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43937         requiring rpcgen.
43938         [cross-compiling] (extra-libs): Likewise.
43939         [cross-compiling] (extra-libs-others): Likewise.
43940         [cross-compiling] (librpcsvc-routines): Likewise.
43941         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43942         [cross-compiling] (omit-deps): Likewise.
43943         (sunrpc-CPPFLAGS): New variable.
43944         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43945         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43946         (cross-rpcgen-objs): New variable.
43947         (extra-objs): Append $(cross-rpcgen-objs).
43948         ($(cross-rpcgen-objs)): New rule.
43949         ($(objpfx)cross-rpcgen): Likewise.
43950         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43951         comment.
43952         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43953         ($(objpfx)x%.stmp): Likewise.
43954         * sunrpc/proto.h [IS_IN_build] (_): Define.
43955         [IS_IN_build] (_libc_intl_domainname): Likewise.
43957 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43959         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43960         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43961         and R_X86_64_TPOFF64.
43963 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43965         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43966         sysdeps/unix/sysv/syscalls.list.
43967         (stime): Likewise.
43968         (utime): Likewise.
43969         * sysdeps/unix/sysv/syscalls.list: Remove file.
43971 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43973         [BZ #3440]
43974         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43975         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43976         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43977         (__LC_IDENTIFICATION): Make these macros useful in #if
43978         expressions, as required by C99.
43980 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43982         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43983         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43984         after this.
43986 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43988         * stdlib/longlong.h: Updated from GCC.
43990 2012-05-09  Andreas Jaeger  <aj@suse.de>
43992         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43993         default is first entry.
43994         (run_mode): Set type.
43995         (main): Remove informal message about syslog.
43996         (options): Fix typo.
43998         [BZ #14053]
43999         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44000         to asm.
44001         (lrint): Likewise.
44002         (llrintf): Likewise.
44003         (llrint): Likewise.
44004         (rint): Likewise.
44005         (rintf): Likewise.
44006         (nearbyint): Likewise.
44007         (nearbyintf): Likewise.
44009 2012-05-09  Andreas Jaeger  <aj@suse.de>
44010             Pedro Alves  <palves@redhat.com>
44012         * nscd/nscd.c (run_mode): Use enum.
44013         (main): Cleanup coding style issue.
44015 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44016             Andreas Jaeger  <aj@suse.de>
44018         * nscd/nscd.c (go_background): Replaced with...
44019         (run_mode): ... this.
44020         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44021         (options): Add -F --foreground.
44022         (main): Implement it.
44023         (parse_opt): Parse it.
44025 2012-05-09  Andreas Jaeger  <aj@suse.de>
44027         [BZ #14083]
44028         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44029         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44030         -Wconversion warning.
44031         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44032         Likewise.
44034 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44036         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44037         == 0.
44038         (LC_ALL): Use macro-int-constant.
44039         (LC_COLLATE): Likewise.
44040         (LC_CTYPE): Likewise.
44041         (LC_MESSAGES): Likewise.
44042         (LC_MONETARY): Likewise.
44043         (LC_NUMERIC): Likewise.
44044         (LC_TIME): Likewise.
44045         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44046         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44047         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44048         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44049         Specify type.
44050         [C99-based standards] (float_t): Expect type.
44051         [C99-based standards] (double_t): Expect type.
44052         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44053         type.
44054         [C99-based standards] (HUGE_VALL): Likewise.
44055         [C99-based standards] (INFINITY): Likewise.
44056         [C99-based standards] (NAN): Likewise.
44057         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44058         [C99-based standards] (FP_NAN): Likewise.
44059         [C99-based standards] (FP_NORMAL): Likewise.
44060         [C99-based standards] (FP_SUBNORMAL): Likewise.
44061         [C99-based standards] (FP_ZERO): Likewise.
44062         [C99-based standards] (FP_FAST_FMA): Use
44063         optional-macro-int-constant.  Specify type.  Require == 1.
44064         [C99-based standards] (FP_FAST_FMAF): Likewise.
44065         [C99-based standards] (FP_FAST_FMAL): Likewise.
44066         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44067         [C99-based standards] (FP_ILOGBNAN): Likewise.
44068         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44069         Specify type.
44070         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44071         [C99-based standards] (math_errhandling): Specify type.
44072         [ISO99 || ISO11] (signgam): Do not allow.
44073         [non-C99-based standards] (copysignf): Do not allow.
44074         [non-C99-based standards] (exp2f): Likewise.
44075         [non-C99-based standards] (log2f): Likewise.
44076         [non-C99-based standards] (modff): Allow.
44077         [non-C99-based standards] (erff): Do not allow.
44078         [non-C99-based standards] (erfcf): Likewise.
44079         [non-C99-based standards] (gammaf): Likewise.
44080         [non-C99-based standards] (hypotf): Likewise.
44081         [non-C99-based standards] (j0f): Likewise.
44082         [non-C99-based standards] (j1f): Likewise.
44083         [non-C99-based standards] (jnf): Likewise.
44084         [non-C99-based standards] (lgammaf): Likewise.
44085         [non-C99-based standards] (tgammaf): Likewise.
44086         [non-C99-based standards] (y0f): Likewise.
44087         [non-C99-based standards] (y1f): Likewise.
44088         [non-C99-based standards] (ynf): Likewise.
44089         [non-C99-based standards] (isnanf): Likewise.
44090         [non-C99-based standards] (acoshf): Likewise.
44091         [non-C99-based standards] (asinhf): Likewise.
44092         [non-C99-based standards] (atanhf): Likewise.
44093         [non-C99-based standards] (cbrtf): Likewise.
44094         [non-C99-based standards] (expm1f): Likewise.
44095         [non-C99-based standards] (ilogbf): Likewise.
44096         [non-C99-based standards] (log1pf): Likewise.
44097         [non-C99-based standards] (logbf): Likewise.
44098         [non-C99-based standards] (nextafterf): Likewise.
44099         [non-C99-based standards] (remainderf): Likewise.
44100         [non-C99-based standards] (rintf): Likewise.
44101         [non-C99-based standards] (scalbf): Likewise.
44102         [non-C99-based standards] (copysignl): Likewise.
44103         [non-C99-based standards] (exp2l): Likewise.
44104         [non-C99-based standards] (log2l): Likewise.
44105         [non-C99-based standards] (modfl): Allow.
44106         [non-C99-based standards] (erfl): Do not allow.
44107         [non-C99-based standards] (erfcl): Likewise.
44108         [non-C99-based standards] (gammal): Likewise.
44109         [non-C99-based standards] (hypotl): Likewise.
44110         [non-C99-based standards] (j0l): Likewise.
44111         [non-C99-based standards] (j1l): Likewise.
44112         [non-C99-based standards] (jnl): Likewise.
44113         [non-C99-based standards] (lgammal): Likewise.
44114         [non-C99-based standards] (tgammal): Likewise.
44115         [non-C99-based standards] (y0l): Likewise.
44116         [non-C99-based standards] (y1l): Likewise.
44117         [non-C99-based standards] (ynl): Likewise.
44118         [non-C99-based standards] (isnanl): Likewise.
44119         [non-C99-based standards] (acoshl): Likewise.
44120         [non-C99-based standards] (asinhl): Likewise.
44121         [non-C99-based standards] (atanhl): Likewise.
44122         [non-C99-based standards] (cbrtl): Likewise.
44123         [non-C99-based standards] (expm1l): Likewise.
44124         [non-C99-based standards] (ilogbl): Likewise.
44125         [non-C99-based standards] (log1pl): Likewise.
44126         [non-C99-based standards] (logbl): Likewise.
44127         [non-C99-based standards] (nextafterl): Likewise.
44128         [non-C99-based standards] (remainderl): Likewise.
44129         [non-C99-based standards] (rintl): Likewise.
44130         [non-C99-based standards] (scalbl): Likewise.
44131         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44132         [non-C99-based standards] (FP_*): Do not allow.
44133         [C99-based standards] (FP_*): Change to
44134         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44135         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44136         allow.
44137         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44138         (SIG_ERR): Likewise.
44139         [X/Open-based standards] (SIG_HOLD): Likewise.
44140         (SIG_IGN): Likewise.
44141         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44142         positive value.
44143         (SIGFPE): Likewise.
44144         (SIGILL): Likewise.
44145         (SIGINT): Likewise.
44146         (SIGSEGV): Likewise.
44147         (SIGTER): Likewise.
44148         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44149         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44150         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44151         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44152         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44153         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44154         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44155         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44156         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44157         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44158         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44159         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44160         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44161         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44162         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44163         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44164         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44165         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44166         [X/Open-based standards] (SIGTRAP): Likewise.
44167         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44168         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44169         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44170         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44171         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44172         allow.
44174 2012-05-08  Ian Wienand  <ianw@vmware.com>
44176         [BZ #14080]
44177         * time/tzset.c (__tzset_parse_tz): Update default rules for
44178         daylight time changes in the Energy Policy Act of 2005.
44180 2012-05-09  Andreas Jaeger  <aj@suse.de>
44182         [BZ #13983]
44183         * elf/ldconfig.c (parse_conf): Change string to make clear that
44184         ldconfig only issued a warning if ld.so.conf does not exist.
44186 2012-05-08  David S. Miller  <davem@davemloft.net>
44188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44189         movxtod instead of popping the value on the stack.
44191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44193 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44195         * config.h.in: Add HAVE_ARM_PCS_VFP.
44197 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44199         [BZ #13979]
44200         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44201         checking but the checks are disabled for any reason.
44203 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44205         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44206         and ELF64_R_TYPE with ELFW(R_TYPE).
44208 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44210         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44211         (ulimit): Likewise.
44213         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44214         (settimeofday): Likewise.
44216 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44218         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44219         a struct th_u2 inside the union, and move tu_block/tu_code into
44220         a new th_u3 union of tu_block/tu_code inside of that.  Move
44221         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44222         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44223         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44224         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44225         (th_stuff): Change to th_u1.tu_stuff.
44226         (th_data): Define.
44227         (th_msg): Change to th_u1.th_u2.tu_data.
44229 2012-05-07  David S. Miller  <davem@davemloft.net>
44231         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44233         [BZ #14074]
44234         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44235         (SETUP_PIC_REG): Use it.
44236         (SETUP_PIC_REG_LEAF): Use it.
44238 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44240         [BZ #13885]
44241         [BZ #13923]
44242         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44243         USE_AS_EXPM1L.
44244         (EXPL_FINITE): Likewise.
44245         (FLDLOG): Likewise.
44246         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44247         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44248         e_expl.S.
44249         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44250         USE_AS_EXPM1L.
44251         (EXPL_FINITE): Likewise.
44252         (FLDLOG): Likewise.
44253         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44254         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44255         e_expl.S.
44256         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44257         test of -max_value argument for long double.
44258         * sysdeps/i386/fpu/libm-test-ulps: Update.
44259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44261 2012-05-06  David S. Miller  <davem@davemloft.net>
44263         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44264         quad soft-float symbols whose references which are compiler
44265         generated.
44266         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44268 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44270         [BZ #13884]
44271         [BZ #13914]
44272         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44273         USE_AS_EXP10L.
44274         (EXPL_FINITE): Likewise.
44275         (FLDLOG): Likewise.
44276         (c0): Likewise.
44277         (c1): Likewise.
44278         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44279         Adjust comments for base varying.
44280         (__expl_finite): Change alias to EXPL_FINITE.
44281         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44282         e_expl.S.
44283         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44284         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44285         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44286         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44287         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44288         USE_AS_EXP10L.
44289         (EXPL_FINITE): Likewise.
44290         (FLDLOG): Likewise.
44291         (c0): Likewise.
44292         (c1): Likewise.
44293         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44294         Adjust comments for base varying.
44295         (__expl_finite): Change alias to EXPL_FINITE.
44296         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44297         tests for bugs.
44298         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44300         [BZ #14064]
44301         * math/libm-test.inc (check_float_internal): Correct ulp
44302         calculation for subnormal expected results.
44304 2012-05-06  Andreas Jaeger  <aj@suse.de>
44306         * Makeconfig (+math-flags): New, set to -frounding-math.
44307         (+cflags): Add +math-flags so that all of glibc gets compiled with
44308         it.
44310         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44312 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44314         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44315         Disable one test.
44317         [BZ #13787]
44318         [BZ #13922]
44319         [BZ #14036]
44320         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44321         (__ieee754_expl): Allow for and saturate large arguments.
44322         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44323         (u_threshold): Likewise.
44324         (__exp): Call __ieee754_exp before checking for overflow and
44325         underflow.
44326         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44327         (u_threshold): Likewise.
44328         (__expf): Call __ieee754_expf before checking for overflow and
44329         underflow.
44330         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44331         (u_threshold): Likewise.
44332         (__expl): Call __ieee754_expl before checking for overflow and
44333         underflow.
44334         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44335         (__ieee754_expl): Allow for and saturate large arguments.
44336         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44337         missing overflow exception on overflow.
44338         (expm1_test): Do not allow missing overflow exception on overflow.
44340         * sysdeps/i386/fpu/e_expl.c: Move to ...
44341         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44342         rather than using inline asm.
44343         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44344         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44345         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44347         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44348         (nice): Likewise.
44349         (poll): Likewise.
44350         (signal): Likewise.
44351         (time): Likewise.
44352         (times): Likewise.
44354 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44356         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44357         sysdeps/unix/common/syscalls.list.
44358         (fchmod): Likewise.
44359         (fchown): Likewise.
44360         (ftruncate): Likewise.
44361         (getrusage): Likewise.
44362         (gettimeofday): Likewise.
44363         (setpgid): Likewise.
44364         (setregid): Likewise.
44365         (setreuid): Likewise.
44366         (sigaction): Likewise.
44367         (truncate): Likewise.
44368         (vhangup): Likewise.
44369         * sysdeps/unix/common/syscalls.list: Remove file.
44370         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44371         * sysdeps/unix/sysv/linux/Implies: Likewise.
44373 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44375         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44376         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44377         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44378         Moved to ...
44379         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44380         Here.
44381         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44382         to ...
44383         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44384         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44385         to ...
44386         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44387         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44388         to ...
44389         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44390         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44391         to ...
44392         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44393         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44394         to ...
44395         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44396         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44397         to ...
44398         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44399         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44400         to ...
44401         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44402         Here.
44403         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44404         to ...
44405         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44406         Here.
44407         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44408         to ...
44409         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44410         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44411         Moved to ...
44412         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44413         Here.
44414         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44415         to ...
44416         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44418 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44420         * sysdeps/unix/common/bits/dirent.h: Remove file.
44421         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44423         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44424         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44425         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44426         * sysdeps/unix/bsd/isatty.c: Likewise.
44427         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44428         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44429         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44431 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44433         [BZ #13563]
44434         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44435         long double comparison inaccuracies.
44436         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44437         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44439 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44441         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44442         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44444 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44446         [BZ #14049]
44447         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44448         nonzero digits before rounding a hex value.
44449         * stdlib/tst-strtod.c (tests): Add another test.
44451 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44453         * sysdeps/s390/fpu/libm-test-ulps: Update.
44455 2012-05-03  Andreas Jaeger  <aj@suse.de>
44457         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44458         does not get optimized out.
44459         (malloc_opt_barrier): New.
44461 2012-05-03  Andreas Jaeger  <aj@suse.de>
44462             Roland McGrath  <roland@hack.frob.com>
44464         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44465         intermediate file deletion.
44466         (generated): Add .symlist files.
44468 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44470         [BZ #13775]
44471         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44472         Redirect under this condition.
44473         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44474         [__USE_GNU] (__dprintf_chk): Not under this condition.
44475         [__USE_GNU] (__vdprintf_chk): Likewise.
44476         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44477         under this condition.
44478         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44479         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44480         [__USE_XOPEN2K8] (vdprintf): Likewise.
44481         [__USE_GNU] (__dprintf_chk): Not under this condition.
44482         [__USE_GNU] (__vdprintf_chk): Likewise.
44483         [__USE_GNU] (dprintf): Likewise.
44484         [__USE_GNU] (vdprintf): Likewise.
44486 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44488         * elf/Makefile (common-generated): Set this instead of generated for
44489         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44490         $(all-built-dso)-derived lists.
44492 2012-05-03  Andreas Jaeger  <aj@suse.de>
44494         * sysdeps/i386/fpu/libm-test-ulps: Update.
44496         * FAQ: Removed.
44497         * FAQ.in: Likewise.
44498         * scripts/gen-FAQ.pl: Likewise.
44499         * manual/install.texi (Installation): Point to online location of
44500         FAQ.
44501         * Makefile (files-for-dist): Remove FAQ.
44502         (FAQ): Remove.
44504 2012-05-02  Allan McRae  <allan@archlinux.org>
44506         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44507         (LDFLAGS-reldepmod5.so): Likewise.
44508         (LDFLAGS-reldep6mod1.so): Likewise.
44509         (LDFLAGS-reldep6mod4.so): Likewise.
44510         (LDFLAGS-reldep8mod3.so): Likewise.
44511         (LDFLAGS-unload4mod1.so): Likewise.
44512         (LDFLAGS-unload4mod2.so): Likewise.
44513         (LDFLAGS-tst-initorder): Likewise.
44514         (LDFLAGS-tst-initordera2.so): Likewise.
44515         (LDFLAGS-tst-initordera3.so): Likewise.
44516         (LDFLAGS-tst-initordera4.so): Likewise.
44517         (LDFLAGS-tst-initorderb2.so): Likewise.
44518         (LDFLAGS-noload): Likewise.
44519         (LDFLAGS-next): Likewise.
44520         (LDFLAGS-order2mod1.so): Likewise.
44521         (LDFLAGS-order2mod2.so): Likewise.
44522         (LDFLAGS-tst-initorder2): Likewise.
44523         (LDFLAGS-tst-initorder2a.so): Likewise.
44524         (LDFLAGS-tst-initorder2b.so): Likewise.
44525         (LDFLAGS-tst-initorder2c.so): Likewise.
44526         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44528 2012-05-02  David S. Miller  <davem@davemloft.net>
44530         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44532 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44534         [BZ #14055]
44535         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44537 2012-05-02  Andreas Jaeger  <aj@suse.de>
44539         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44540         since we manipulate rounding mode.
44541         (CPPFLAGS-test-idouble.c): Likewise.
44542         (CPPFLAGS-test-ifloat.c): Likewise.
44543         (CFLAGS-test-ldouble.c): Likewise.
44544         (CFLAGS-test-double.c): Likewise.
44545         (CFLAGS-test-float.c): Likewise.
44546         (CFLAGS-test-misc.c): Likewise.
44547         (CFLAGS-test-test-fenv.c): Likewise.
44549 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44551         [BZ #2550]
44552         [BZ #2570]
44553         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44554         comparisons to determine direction to adjust input.
44556 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44558         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44559         output to the target.
44561         * scripts/localplt.awk: New file.
44562         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44563         (check-localplt-CFLAGS): Variable removed.
44564         ($(all-built-dso:=.jmprel)): New static pattern rule.
44565         (generated): Add those targets.
44566         (localplt-built-dso): New variable.
44567         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44569         * elf/check-localplt.c: File removed.
44571         * scripts/check-execstack.awk: New file.
44572         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44573         (check-execstack-CFLAGS): Variable removed.
44574         ($(objpfx)check-execstack.h): Target removed.
44575         ($(objpfx)execstack-default): New target.
44576         (generated): Add that instead of check-execstack.h.
44577         ($(all-built-dso:=.phdr)): New static pattern rule.
44578         (generated): Add those targets.
44579         * elf/check-execstack.c: File removed.
44581         * scripts/check-textrel.awk: New file.
44582         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44583         (check-textrel-CFLAGS): Variable removed.
44584         (all-built-dso): Use := to define.o
44585         ($(all-built-dso:=.dyn)): New static pattern rule.
44586         (generated): Add those targets.
44587         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44588         * config.make.in (READELF): New substituted variable.
44589         * elf/check-textrel.c: File removed.
44591 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44593         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44594         allow.
44595         * conform/data/ctype.h-data [C99-based standards] (isblank):
44596         Expect function.
44597         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44598         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44599         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44600         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44601         Specify type.  Require positive value.
44602         (EILSEQ): Likewise.
44603         (ERANGE): Likewise.
44604         [ISO || POSIX] (EILSEQ): Do not expect.
44605         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44606         Specify type.  Require positive value.
44607         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44608         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44609         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44610         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44611         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44612         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44613         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44614         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44615         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44616         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44617         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44618         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44619         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44620         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44621         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44622         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44623         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44624         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44625         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44626         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44627         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44628         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44629         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44630         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44631         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44632         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44633         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44634         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44635         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44636         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44637         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44638         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44639         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44640         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44641         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44642         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44643         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44644         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44645         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44646         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44647         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44648         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44649         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44650         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44651         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44652         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44653         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44654         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44655         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44656         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44657         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44658         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44659         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44660         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44661         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44662         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44663         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44664         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44665         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44666         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44667         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44668         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44669         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44670         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44671         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44672         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44673         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44674         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44675         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44676         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44677         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44678         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44679         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44680         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44681         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44682         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44683         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44684         Require >= 2.
44685         (FLT_ROUNDS): Expect as macro, not constant.
44686         (FLT_MANT_DIG): Use macro-int-constant.
44687         (DBL_MANT_DIG): Likewise.
44688         (LDBL_MANT_DIG): Likewise.
44689         (FLT_DIG): Likewise.
44690         (DBL_DIG): Likewise.
44691         (LDBL_DIG): Likewise.
44692         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44693         (DBL_MIN_EXP): Likewise.
44694         (LDBL_MIN_EXP): Likewise.
44695         (FLT_MAX_EXP): Use macro-int-constant.
44696         (DBL_MAX_EXP): Likewise.
44697         (LDBL_MAX_EXP): Likewise.
44698         (FLT_MAX_10_EXP): Likewise.
44699         (DBL_MAX_10_EXP): Likewise.
44700         (LDBL_MAX_10_EXP): Likewise.
44701         (FLT_MAX): Use macro-constant.
44702         (DBL_MAX): Likewise.
44703         (LDBL_MAX): Likewise.
44704         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44705         (DBL_EPSILON): Likewise.
44706         (LDBL_EPSILON): Likewise.
44707         (FLT_MIN): Likewise.
44708         (DBL_MIN): Likewise.
44709         (LDBL_MIN): Likewise.
44710         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44711         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44712         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44713         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44714         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44715         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44716         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44717         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44718         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44719         [ISO11] (FLT_TRUE_MIN): Likewise.
44720         [ISO11] (LDBL_TRUE_MIN): Likewise.
44721         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44722         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44723         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44724         (SCHAR_MAX): Likewise.
44725         (UCHAR_MAX): Likewise.
44726         (CHAR_MIN): Likewise.
44727         (CHAR_MAX): Likewise.
44728         (MB_LEN_MAX): Use macro-int-constant.
44729         (SHRT_MIN): Use macro-int-constant.  Specify type.
44730         (SHRT_MAX): Likewise.
44731         (USHRT_MAX): Likewise.
44732         (INT_MAX): Likewise.
44733         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44734         bound negative.
44735         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44736         bound with "U".
44737         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44738         bound with "L".
44739         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44740         bound negative.  Suffix upper bound with "L".
44741         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44742         bound with "UL".
44743         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44744         Specify type.
44745         [C99-based standards] (LLONG_MAX): Likewise.
44746         [C99-based standards] (ULLONG_MAX): Likewise.
44747         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44748         == 0.
44749         [ISO11] (max_align_t): Require type.
44750         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44752         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44753         from $CFLAGS, without defining away __attribute__ calls.
44754         (checknamespace): Use $CFLAGS_namespace.
44756         * conform/conformtest.pl (@keywords): Only include C99 keywords
44757         for standards based on C99 or C11.
44759         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44760         Disable tests.
44761         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44762         UNIX98]: Likewise.
44764         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44765         usability of symbols in #if.
44767         * conform/conformtest.pl: If macro or constant types start
44768         "promoted:", expect the symbol to be of the following type
44769         promoted by the integer promotions.
44771         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44772         in one place.  Also handle "macro-constant".
44774         * conform/conformtest.pl: Only accept expected macro values with
44775         "==".  Parse all "macro" lines in one place.
44776         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44778         * conform/conformtest.pl: Handle braced types on "constant" lines
44779         instead of handling "typed-constant".
44780         * conform/data/signal.h-data: Use "constant" instead of
44781         "typed-constant".
44783         * conform/conformtest.pl: Handle "optional-" at start of lines in
44784         one place rather than duplicating several cases.  Handle each
44785         format of "macro" line with initial "optional-".
44787         * conform/conformtest.pl: Only accept expected constant or
44788         optional-constant values with "==".  Parse all "constant" lines in
44789         one place.  Parse all "optional-constant" lines in one place.
44790         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44791         * conform/data/fmtmsg.h-data: Likewise.
44792         * conform/data/netinet/in.h-data: Likewise.
44793         * conform/data/tar.h-data: Likewise.
44794         * conform/data/limits.h-data: Use "==" form on "constant" and
44795         "optional-constant" lines.
44797         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44798         Use -std=c99 for XOPEN2K.
44799         (@knownproblems): Remove.
44800         (newtoken): Don't check %isknown.
44802         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44803         Do not expect macro.
44804         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44805         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44806         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44807         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44808         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44809         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44810         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44811         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44812         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44813         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44814         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44815         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44816         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44817         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44818         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44819         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44820         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44821         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44822         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44823         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44824         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44825         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44826         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44827         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44828         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44829         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44830         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44831         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44832         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44833         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44834         [XPG3] (acosh): Likewise.
44835         [XPG3] (asinh): Likewise.
44836         [XPG3] (atanh): Likewise.
44837         [XPG3] (cbrt): Likewise.
44838         [XPG3] (expm1): Likewise.
44839         [XPG3] (ilogb): Likewise.
44840         [XPG3] (log1p): Likewise.
44841         [XPG3] (logb): Likewise.
44842         [XPG3] (nextafter): Likewise.
44843         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44844         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44845         [XPG3] (remainder): Likewise.
44846         [XPG3] (rint): Likewise.
44847         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44848         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44849         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44850         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44851         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44852         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44853         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44854         [UNIX98 || XOPEN2K] (scalb): Expect.
44855         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44856         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44857         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44858         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44859         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44860         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44861         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44862         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44863         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44864         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44865         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44866         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44867         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44868         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44869         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44870         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44871         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44872         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44873         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44874         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44875         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44876         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44877         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44878         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44879         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44880         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44881         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44882         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44883         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44884         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44885         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44886         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44887         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44888         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44889         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44890         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44891         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44892         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44893         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44894         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44895         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44896         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44897         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44898         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44899         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44900         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44901         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44902         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44903         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44904         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44905         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44906         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44907         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44908         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44909         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44910         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44911         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44912         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44913         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44914         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44915         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44916         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44917         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44918         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44919         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44920         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44921         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44922         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44923         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44924         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44925         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44926         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44927         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44928         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44929         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44930         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44931         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44932         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44933         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44934         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44935         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44936         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44937         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44938         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44939         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44940         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44941         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44942         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44943         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44944         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44945         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44946         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44947         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44948         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44949         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44950         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44951         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44952         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44953         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44954         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44955         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44956         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44957         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44958         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44959         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44960         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44961         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44962         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44963         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44964         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44965         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44966         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44967         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44968         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44969         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44970         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44971         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44972         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44973         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44974         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44975         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44976         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44977         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44978         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44979         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44980         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44981         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44982         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44983         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44984         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44985         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44986         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44987         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44988         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44989         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44990         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44991         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44993         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44994         _XOPEN_SOURCE_EXTENDED for XPG4.
44996         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44998         * Makeconfig (localtime): Remove variable.
44999         (inst_localtime-file): Likewise.
45001 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45004         Update.
45005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45006         Update.
45007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45008         Update.
45009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45010         Update.
45011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45012         Update.
45013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45014         Update.
45015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45016         Update.
45017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45018         Update.
45019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45020         Update.
45022 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45024         [BZ #2550]
45025         [BZ #2570]
45026         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45027         comparisons to determine direction to adjust input.
45028         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45029         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45030         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45031         Likewise.
45032         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45033         Likewise.
45034         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45035         Likewise.
45036         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45037         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45038         Likewise.
45039         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45040         Likewise.
45041         * math/libm-test.inc (nexttoward_test): Add more tests.
45043 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45045         [BZ #14040]
45046         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45047         in version GLIBC_2.1, not GLIBC_2.0.
45048         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45049         Likewise.
45051 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45053         [BZ #13942]
45054         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45055         (1 - x) * (1 + x).
45056         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45057         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45058         * math/libm-test.inc (acos_test): Add more tests.
45059         (asin_test): Likewise.
45060         * sysdeps/i386/fpu/libm-test-ulps: Update.
45061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45063         [BZ #14034]
45064         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45065         of square root.
45066         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45067         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45068         * math/libm-test.inc (acos_test_tonearest): New function.
45069         (acos_test_towardzero): Likewise.
45070         (acos_test_downward): Likewise.
45071         (acos_test_upward): Likewise.
45072         (asin_test_tonearest): Likewise.
45073         (asin_test_towardzero): Likewise.
45074         (asin_test_downward): Likewise.
45075         (asin_test_upward): Likewise.
45076         (main): Call the new functions.
45077         * sysdeps/i386/fpu/libm-test-ulps: Update.
45078         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45080         [BZ #13884]
45081         [BZ #13924]
45082         * math/e_exp10.c: Include <float.h>.
45083         (__ieee754_exp10): Handle underflow here rather than multiplying
45084         large negative argument by M_LN10.
45085         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45086         of __ieee754_expf.
45087         * math/e_exp10l.c: Include <float.h>.
45088         (__ieee754_exp10l): Handle underflow here rather than multiplying
45089         large negative argument by M_LN10l.
45090         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45091         spurious overflow exception on underflow.
45093 2012-04-29  Marek Polacek  <polacek@redhat.com>
45095         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45096         (__fortify_function): New macro.
45097         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45098         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45099         __extern_always_inline.
45100         * libio/bits/stdio2.h: Likewise.
45101         * libio/bits/stdio.h: Likewise.
45102         * string/string.h: Likewise.
45103         * string/bits/string3.h: Likewise.
45104         * include/stdio.h: Likewise.
45105         * stdlib/bits/stdlib.h: Likewise.
45106         * stdlib/stdlib.h: Likewise.
45107         * rt/bits/mqueue2.h: Likewise.
45108         * rt/mqueue.h: Likewise.
45109         * posix/bits/unistd.h: Likewise.
45110         * posix/unistd.h: Likewise.
45111         * io/bits/poll2.h: Likewise.
45112         * io/bits/fcntl2.h: Likewise.
45113         * io/fcntl.h: Likewise.
45114         * io/sys/poll.h: Likewise.
45115         * misc/bits/syslog.h: Likewise.
45116         * misc/bits/syslog-ldbl.h: Likewise.
45117         * misc/sys/syslog.h: Likewise.
45118         * socket/bits/socket2.h: Likewise.
45119         * socket/sys/socket.h: Likewise.
45120         * debug/tst-chk1.c: Likewise.
45121         * wcsmbs/bits/wchar2.h: Likewise.
45122         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45123         * wcsmbs/wchar.h: Likewise.
45125 2012-04-29  Andreas Jaeger  <aj@suse.de>
45127         * Makerules (tests): Remove enable-check-abi protection.
45128         (check-abi-warn): Remove.
45129         (check-abi-%): Remove check-abi-warn usage.
45131         * configure.in: Remove check-abi configure option.
45132         * configure: Regenerated.
45133         * config.make.in (enable-check-abi): Remove.
45135 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45137         [BZ #14033]
45138         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45139         double functions to double *_finite functions.
45141         [BZ #13941]
45142         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45143         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45144         LDBL_MIN_EXP.
45145         * stdio-common/Makefile (tests): Add tst-sprintf3.
45146         * stdio-common/tst-sprintf3.c: New file.
45148         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45149         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45151 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45153         * conform/conformtest.pl: Remove duplicate typed-constant
45154         handling.
45156 2012-04-28  David S. Miller  <davem@davemloft.net>
45158         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45159         (check-abi-%): Remove AWK script prerequisite and explicit
45160         abilist directory.
45161         (check-abi): Rewrite to just diff the symlist with the abilist.
45162         (config-tls, config-abi-config): Delete, no longer used.
45163         (update-abi-%): Remove AWK script and explicit abilist directory.
45164         (update-abi): Rewrite to simply compare and conditionally copy the
45165         symlist and the sysdep abilist file.  Remove update-abi-config
45166         checks.
45167         * abilist/ld.abilist: Remove.
45168         * abilist/libBrokenLocale.abilist: Remove.
45169         * abilist/libanl.abilist: Remove.
45170         * abilist/libcrypt.abilist: Remove.
45171         * abilist/libdl.abilist: Remove.
45172         * abilist/librt.abilist: Remove.
45173         * abilist/libthread_db.abilist: Remove.
45174         * abilist/libutil.abilist: Remove.
45175         * scripts/extract-abilist.awk: Remove.
45176         * scripts/merge-abilist.awk: Remove.
45177         * sysdeps/generic/libcidn.abilist: New file.
45178         * sysdeps/generic/libnss_compat.abilist: New file.
45179         * sysdeps/generic/libnss_db.abilist: New file.
45180         * sysdeps/generic/libnss_dns.abilist: New file.
45181         * sysdeps/generic/libnss_files.abilist: New file.
45182         * sysdeps/generic/libnss_hesiod.abilist: New file.
45183         * sysdeps/generic/libnss_nis.abilist: New file.
45184         * sysdeps/generic/libnss_nisplus.abilist: New file.
45185         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45186         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45187         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45188         file.
45189         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45190         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45191         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45192         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45193         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45194         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45195         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45196         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45197         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45198         file.
45199         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45200         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45201         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45202         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45203         file.
45204         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45205         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45206         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45207         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45208         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45209         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45210         file.
45211         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45212         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45213         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45214         file.
45215         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45216         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45217         New file.
45218         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45219         New file.
45220         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45221         New file.
45222         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45223         New file.
45224         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45225         New file.
45226         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45227         New file.
45228         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45229         New file.
45230         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45231         New file.
45232         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45233         New file.
45234         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45235         New file.
45236         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45237         New file.
45238         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45239         New file.
45240         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45241         New file.
45242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45243         file.
45244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45245         New file.
45246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45247         New file.
45248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45249         file.
45250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45251         New file.
45252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45253         New file.
45254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45255         file.
45256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45257         New file.
45258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45259         New file.
45260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45261         New file.
45262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45263         New file.
45264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45265         New file.
45266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45267         New file.
45268         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45269         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45270         file.
45271         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45272         New file.
45273         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45274         file.
45275         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45276         file.
45277         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45278         file.
45279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45280         file.
45281         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45282         file.
45283         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45284         New file.
45285         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45286         file.
45287         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45288         file.
45289         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45290         New file.
45291         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45292         file.
45293         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45294         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45295         file.
45296         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45297         New file.
45298         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45299         file.
45300         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45301         file.
45302         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45303         file.
45304         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45305         file.
45306         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45307         file.
45308         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45309         New file.
45310         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45311         file.
45312         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45313         file.
45314         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45315         New file.
45316         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45317         file.
45318         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45319         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45320         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45321         file.
45322         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45323         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45324         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45325         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45326         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45327         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45328         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45329         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45330         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45331         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45332         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45333         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45334         file.
45335         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45336         New file.
45337         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45338         file.
45339         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45340         file.
45341         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45342         file.
45343         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45344         file.
45345         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45346         file.
45347         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45348         New file.
45349         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45350         New file.
45351         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45352         file.
45353         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45354         New file.
45355         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45356         file.
45357         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45358         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45359         file.
45360         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45361         New file.
45362         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45363         file.
45364         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45365         file.
45366         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45367         file.
45368         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45369         file.
45370         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45371         file.
45372         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45373         New file.
45374         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45375         New file.
45376         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45377         file.
45378         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45379         New file.
45380         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45381         file.
45383 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45385         * conform/conformtest.pl: Fix typo in handling typed-constant from
45386         allow-header.
45388 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45390         * README: Cut down references to pre-2.6 Linux kernels and
45391         Linuxthreads.  Update lists of configurations in libc and ports
45392         and sort alphabetically.  Say "or newer" with Linux kernel version
45393         requirements.
45395         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45397 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45399         [BZ #887]
45400         * math/libm-test.inc (logb_test_downward): New test to expose
45401         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45402         rounding mode.
45404 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45406         [BZ #14027]
45407         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45408         to be done.
45409         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45410         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45412 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45414         * sysdeps/unix/i386/brk.S: Remove file.
45415         * sysdeps/unix/i386/dl-brk.S: Likewise.
45416         * sysdeps/unix/i386/pipe.S: Likewise.
45417         * sysdeps/unix/i386/sigreturn.S: Likewise.
45418         * sysdeps/unix/i386/syscall.S: Likewise.
45419         * sysdeps/unix/i386/vfork.S: Likewise.
45420         * sysdeps/unix/i386/wait.S: Likewise.
45422         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45423         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45425         * configure.in (arm*-none*): Do not allow without
45426         --enable-hacker-mode.
45427         (netbsd*): Remove case setting base_os.
45428         (386bsd*): Likewise.
45429         (freebsd*): Likewise.
45430         (bsdi*): Likewise.
45431         (osf*): Likewise.
45432         (sunos*): Likewise.
45433         (ultrix*): Likewise.
45434         (newsos*): Likewise.
45435         (dynix*): Likewise.
45436         (*bsd*): Likewise.
45437         (sysv*): Likewise.
45438         (isc*): Likewise.
45439         (esix*): Likewise.
45440         (sco*): Likewise.
45441         (minix*): Likewise.
45442         (irix4*): Likewise.
45443         (irix6*): Likewise.
45444         (solaris[2-9]*): Likewise.
45445         (none): Likewise.
45446         * configure: Regenerated.
45448 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45450         [BZ #11521]
45451         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45452         overflow or cancellation in calculating denominator.
45453         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45454         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45455         down expression to avoid unexpected rounding in newer GCCs.
45456         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45458 2012-04-26  David S. Miller  <davem@davemloft.net>
45460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45461         long-double compat symbols.
45462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45467         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45468         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45469         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45470         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45471         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45472         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45473         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45474         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45476 2012-04-25  David S. Miller  <davem@davemloft.net>
45478         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45479         HWCAP_* values only after the memory barriers have been defined.
45480         (atomic_full_barrier): Define.
45481         (atomic_read_barrier): Define.
45482         (atomic_write_barrier): Define.
45484 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45486         * shlib-versions: Add libgcc_s version information.
45487         * sysdeps/generic/libgcc_s.h: Remove.
45488         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45489         libgcc_s.h.
45490         * sysdeps/gnu/unwind-resume.c: Likewise.
45491         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45493 2012-04-25  David S. Miller  <davem@davemloft.net>
45495         * sysdeps/unix/sparc/brk.S: Delete.
45496         * sysdeps/unix/sparc/dl-brk.S: Delete.
45497         * sysdeps/unix/sparc/pipe.S: Delete.
45498         * sysdeps/unix/sparc/sysdep.S: Delete.
45499         * sysdeps/unix/sparc/sysdep.h: Delete.
45500         * sysdeps/unix/sparc/vfork.S: Delete.
45501         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45502         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45503         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45504         (ret_ERRVAL, r0, r1, MOVE): Define.
45505         (JUMPTARGET): Remove.
45506         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45507         sysdeps/unix/sparc/sysdep.h
45508         (ENTRY, END): Remove.
45509         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45511 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45513         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45514         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45515         -DIS_IN_build.
45517         * timezone/README: Update upstream location and email address for
45518         tzcode and tzdata.
45519         * timezone/zdump.c: Update from tzcode 2012b.
45520         * timezone/zic.c: Likewise.
45522         * configure.in (libc_cv_as_needed): Remove test.
45523         * configure: Regenerated.
45524         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45525         conditional definition.
45526         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45527         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45528         * config.make.in (have-as-needed): Remove variable.
45530 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45531             Paul Pluzhnikov  <ppluzhnikov@google.com>
45533         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45534         strings correctly.
45536 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45538         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45539         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45540         * sysdeps/sh/strlen.S: Likewise.
45542 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45544         * sysdeps/unix/fork.S: Remove file.
45545         * sysdeps/unix/i386/fork.S: Likewise.
45546         * sysdeps/unix/sparc/fork.S: Likewise.
45548         * sysdeps/unix/system.c: Remove file.
45549         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45551         * sysdeps/unix/getegid.S: Remove file.
45552         * sysdeps/unix/geteuid.S: Likewise.
45554 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45556         * scripts/check-localplt.awk: New file.
45557         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45558         of diff.
45559         * scripts/data/localplt-generic.data: Add a comment.
45561         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45562         NODE when __dir_mkfile failed.
45563         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45564         Reported by Ludovic Courtès <ludo@gnu.org>.
45566 2012-04-24  Andreas Jaeger  <aj@suse.de>
45568         * Makerules (common-clean): Also remove gen-as-const-headers
45569         files.
45571 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45573         * Makerules (native-compile): Do not change working directory for
45574         build.  Use $(OUTPUT_OPTION) in command.
45575         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45577 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45579         [BZ #13886]
45580         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45581         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45582         * math/libm-test.inc (floor_test): Add more tests.
45583         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45585 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45587         * sysdeps/unix/getdents.c: Remove file.
45588         * sysdeps/unix/sysv/getdents.c: Likewise.
45589         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45591         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45592         sysdeps/unix/mman/syscalls.list.
45593         (mmap): Likewise.
45594         (mprotect): Likewise.
45595         (msync): Likewise.
45596         (munmap): Likewise.
45597         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45598         * sysdeps/unix/mman/syscalls.list: Remove.
45599         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45601         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45602         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45603         * configure: Regenerated.
45604         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45605         $(libgcc_s_suffix).
45606         * config.make.in (libgcc_s_suffix): Remove variable.
45608 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45610         * sysdeps/unix/sysv/gethostname.c: Move to ...
45611         * sysdeps/posix/gethostname.c: ... here.
45613         * sysdeps/unix/execve.S: Remove file.
45615         * sysdeps/unix/_exit.S: Remove file.
45617 2012-04-23  Andreas Jaeger  <aj@suse.de>
45619         [BZ #13739]
45620         * manual/Makefile: Remove make dist support, there's no
45621         need for a stand-alone documentation tar ball.
45622         (TEXI2DVI): Define always, it's not in Makeconfig.
45623         (dist): Removed.
45624         (tar-it): Removed.
45625         (edition): Removed.
45626         (glibc-doc-$(edition).tar): Removed
45627         (%.Z): Removed.
45628         (%.gz): Removed.
45629         (%.uu): Removed.
45630         (ETAGS): Remove, it's in Makeconfig.
45631         (move-if-change): Remove, it's in Makeconfig.
45633 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45635         [BZ #13970]
45636         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45637         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45638         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45639         (strtod_l, strtof_l, strtold_l): Remove __wur.
45640         It is not necessarily an error to ignore strtol's return value.
45641         One can reliably look at the stored endptr to decide whether
45642         the number had valid syntax.
45644 2012-04-21  Andreas Jaeger  <aj@suse.de>
45646         [BZ #13739]
45647         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45649 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45651         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45652         * sysdeps/unix/sysv/Versions: Remove file.
45654 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45656         [BZ #13927]
45657         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45659 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45661         [BZ #7064]
45662         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45663         version from __vm86.
45665 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45667         * sysdeps/unix/common/lxstat.c: Remove file.
45668         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45670         * sysdeps/unix/sysv/Makefile: Remove file.
45672         * sysdeps/unix/sysv/direct.h: Remove file.
45674         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45675         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45676         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45677         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45678         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45679         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45680         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45682         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45684         * sysdeps/unix/xmknod.c: Remove file.
45685         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45687         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45689         * sysdeps/unix/sysv/i386/time.S: Remove file.
45691         * sysdeps/unix/fxstat.c: Remove file.
45692         * sysdeps/unix/xstat.c: Likewise.
45693         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45695         * sysdeps/unix/sysv/sigaction.c: Remove file.
45697         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45698         (sysdep_headers): Remove variable.
45699         [termio.h not in sysdep_headers] (generated): Likewise.
45700         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45701         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45702         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45703         * sysdeps/unix/sysv/tcflow.c: Likewise.
45704         * sysdeps/unix/sysv/tcflush.c: Likewise.
45705         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45706         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45707         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45708         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45709         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45711         * sysdeps/unix/siglist.c: Remove file.
45713         * sysdeps/unix/getppid.S: Remove file.
45715         * sysdeps/unix/mkdir.c: Remove file.
45716         * sysdeps/unix/rmdir.c: Likewise.
45718 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45720         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45721         ERR_MAX value.
45722         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45723         errlist-compat value.
45725 2012-04-18  David S. Miller  <davem@davemloft.net>
45727         * sysdeps/generic/memcopy.h (reg_char): Delete.
45728         * debug/strcat_chk.c: Use char, not reg_char.
45729         * debug/strcpy_chk.c: Likewise.
45730         * debug/strncat_chk.c: Likewise.
45731         * debug/strncpy_chk.c: Likewise.
45732         * string/memchr.c: Likewise.
45733         * string/memrchr.c: Likewise.
45734         * string/rawmemchr.c: Likewise.
45735         * string/strcat.c: Likewise.
45736         * string/strchr.c: Likewise.
45737         * string/strchrnul.c: Likewise.
45738         * string/strcmp.c: Likewise.
45739         * string/strcpy.c: Likewise.
45740         * string/strncat.c: Likewise.
45741         * string/strncmp.c: Likewise.
45742         * string/strncpy.c: Likewise.
45744 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45746         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45747         __builtin_memcopy is called when src and dest ranges are known to not
45748         overlap.
45750 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45752         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45753         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45754         fwd_align_merge macro call.
45755         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45756         bwd_align_merge macro call.
45757         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45759 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45761         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45762         bwd_align_merge macros.
45763         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45764         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45765         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45767 2012-04-18  David S. Miller  <davem@davemloft.net>
45769         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45771 2012-04-18  Andreas Jaeger  <aj@suse.de>
45773         [BZ# 6794]
45774         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45775         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45776         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45778         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45779         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45780         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45782         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45783         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45784         Adjust for changed ldbl-128 files.
45786         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45787         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45788         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45790 2012-04-17  David S. Miller  <davem@davemloft.net>
45792         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45794 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45796         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45797         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45798         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45799         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45800         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45801         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45803 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45805         [BZ #6794]
45806         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45807         * math/libm-test.inc: Add ilogb errno and exception tests.
45808         * math/w_ilogb.c: New file: ilogb wrapper.
45809         * math/w_ilogbf.c: New file: ilogbf wrapper.
45810         * math/w_ilogbl.c: New file: ilogbl wrapper.
45811         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45812         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45813         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45814         exception being thrown with 0.0 as argument.
45815         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45816         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45817         exception being thrown with 0.0 as argument.
45818         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45819         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45820         exception being thrown with 0.0 as argument.
45821         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45822         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45823         exception being thrown with 0.0 as argument.
45824         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45825         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45826         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45827         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45828         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45829         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45830         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45831         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45832         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45834 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45836         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45837         with altivec.
45839 2012-04-16  Marek Polacek  <polacek@redhat.com>
45841         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45843 2012-04-16  Marek Polacek  <polacek@redhat.com>
45845         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45846         operands of fdivp instruction.
45848 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45850         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45851         * elf/tst-auditmod3b.c: Likewise.
45852         * elf/tst-auditmod4b.c: Likewise.
45853         * elf/tst-auditmod5b.c: Likewise.
45854         * elf/tst-auditmod6b.c: Likewise.
45855         * elf/tst-auditmod6c.c: Likewise.
45856         * elf/tst-auditmod7b.c: Likewise.
45857         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45858         * sysdeps/x86_64/preconfigure.in: Likewise.
45859         * sysdeps/x86_64/preconfigure: Regenerated.
45861 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45863         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45864         __ILP32__.
45866 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45868         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45869         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45871 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45873         [BZ #13973]
45874         * locale/iso-639.def: Fix gl language name. Spotted by
45875         Yaron Shahrabani.
45877 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45879         [BZ #2074]
45880         * libio/libio.h (__io_write_fn): Update comment.
45882 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45884         [BZ #2074]
45885         * stdio.texi (Hook Functions): The user provided writer function
45886         is not allowed to return -1.
45888 2012-04-11  David S. Miller  <davem@davemloft.net>
45890         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45892 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45894         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45895         Add a leading slash to rtkaio.
45897 2012-04-11  Jim Meyering  <meyering@redhat.com>
45899         [BZ #11959]
45900         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45901         It is not necessarily an error to ignore fwrite's return
45902         value.  One can reliably use ferror to test for errors after
45903         the fact.
45905 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45907         * bits/types.h (__snseconds_t): New type.
45908         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45910         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45911         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45912         (__SNSECONDS_T_TYPE): Likewise.
45913         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45914         (__SNSECONDS_T_TYPE): Likewise.
45915         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45916         (__SNSECONDS_T_TYPE): Likewise.
45918 2012-04-10  Andreas Jaeger  <aj@suse.de>
45920         [BZ #2636]
45921         * manual/time.texi (Processor Time): Return type of times is
45922         elapsed real time since an arbitrary point in the past.
45923         (CPU Time): Move CLK_TCK from here...
45924         (Processor Time): ...to here.  Correct description.
45925         * manual/conf.texi (Constants for Sysconf): Correct description of
45926         _SC_CLK_TCK.
45928 2012-04-10  David S. Miller  <davem@davemloft.net>
45930         [BZ #13967]
45931         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45932         where the is a gap between DT_REL(A) and DT_JMPREL.
45934 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45936         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45937         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45938         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45940 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45942         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45943         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45944         (dl_main): Handle --inhibit-cache.
45945         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45946         _dl_inhibit_cache.
45947         * elf/dl-load.c (_dl_map_object): Use it.
45948         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45950 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45952         [BZ #13872]
45953         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45954         (__ieee754_powl): Saturate large exponents rather than testing for
45955         overflow of y*log2(x).
45956         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45957         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45958         exceptions.
45960         [BZ #11521]
45961         * math/s_ctan.c: Include <float.h>.
45962         (__ctan): Avoid internal overflow or cancellation in calculating
45963         denominator.
45964         * math/s_ctanf.c: Likewise.
45965         * math/s_ctanl.c: Likewise.
45966         * math/s_ctanh.c: Likewise.
45967         * math/s_ctanhf.c: Likewise.
45968         * math/s_ctanhl.c: Likewise.
45969         * math/libm-test.inc (ctan_test): Add more tests.
45970         (ctanh_test): Likewise.
45971         * sysdeps/i386/fpu/libm-test-ulps: Update.
45972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45974 2012-04-09  Andreas Jaeger  <aj@suse.de>
45976         [BZ #6894]
45977         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45978         is an optional BSD extension.
45980         [BZ #10254]
45981         * manual/stdio.texi (Opening Streams): Document additional fopen
45982         parameters.
45984 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45986         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45987         %eax without telling the compiler.
45989 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45991         [BZ # 13963]
45992         * manual/install.texi: Use sourceware.org.
45994 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45996         [BZ #13873]
45997         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45998         (__ieee754_pow): Generate overflow and underflow using huge*huge
45999         and tiny*tiny rather than just returning constant infinity or zero
46000         for large exponents.
46001         * math/libm-test.inc (pow_test): Require overflow exceptions for
46002         applicable cases of large exponents.
46004         [BZ #706]
46005         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46006         (__ieee754_pow): Use iterative multiplication algorithm only for
46007         integer exponents with absolute value below 1024.  Check for odd
46008         integer exponents when using algorithm for real exponents.
46009         * math/libm-test.inc (pow_test): Add more tests.
46010         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46012 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46014         [BZ #13705]
46015         * math/libm-test.inc (exp_test): Do not allow overflow exception
46016         on underflow test.
46018 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46020         [BZ #13705]
46021         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46022         instead of __kernel_standard_f.
46024 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46026         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46027         * sysdeps/x86_64/memset_chk.S: Likewise.
46029 2012-04-08  Andreas Jaeger  <aj@suse.de>
46031         [BZ #10153]
46032         * manual/startup.texi (Environment Access): Describe return value
46033         for putenv and setenv.
46035         [BZ #6895]
46036         * manual/filesys.texi (Directory Entries): Add description for
46037         DT_LNK.
46039         [BZ #6890]
46040         * manual/filesys.texi (Directory Entries): Clarify that it's file
46041         system not operating system in the description of DT_UNKNOWN.
46043         [BZ #6578]
46044         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46046 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46048         [BZ #6649]
46049         * manual/llio.texi (Opening and Closing Files): Add cross
46050         reference to explain mode argument.
46052 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46054         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46055         * sysdeps/x86_64/memset_chk.S: Likewise.
46057 2012-04-07  David S. Miller  <davem@davemloft.net>
46059         * elf/elf.h (R_SPARC_WDISP10): Define.
46060         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46061         R_SPARC_SIZE32.
46062         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46063         R_SPARC_SIZE64 and R_SPARC_H34.
46065 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46067         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46068         conditions and remove no longer applicable assertion.
46070 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46072         * bits/byteswap.h: Include <features.h>.
46073         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46074         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46076 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46078         * bits/byteswap.h (__bswap_16): Removed.
46079         Include <bits/byteswap-16.h> to get __bswap_16.
46080         * sysdeps/i386/bits/byteswap.h: Likewise.
46081         * sysdeps/s390/bits/byteswap.h: Likewise.
46082         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46083         * bits/byteswap-16.h: New file.
46084         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46085         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46086         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46087         * string/Makefile (headers): Add bits/byteswap-16.h.
46089 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46091         [BZ #13895]
46092         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46093         extra indirection.
46094         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46095         * nss/tst-nss-static.c: New.
46097 2012-04-06  Robert Millan  <rmh@gnu.org>
46099         [BZ #6486]
46100         * manual/llio.texi (File Position Primitive): lseek
46101         refers to WHENCE when it really means OFFSET.
46103 2012-04-06  Andreas Jaeger  <aj@suse.de>
46105         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46106         strncmp declarations.
46108         * abilist/libc.abilist: Add __poll and __ppoll.
46110 2012-04-05  David S. Miller  <davem@davemloft.net>
46112         * scripts/check-local-headers.sh: Accept a host triplet in the
46113         path matched by the exclude regexp.
46115         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46116         definition.
46117         * sysdeps/powerpc/powerpc32/dl-machine.h
46118         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46119         * sysdeps/s390/s390-32/dl-machine.h
46120         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46121         * sysdeps/sparc/sparc32/dl-machine.h
46122         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46123         * sysdeps/sparc/sparc64/dl-machine.h
46124         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46126         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46127         lazy binding.
46128         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46129         undefined symbol errors.
46131         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46132         DT_NEEDED entries.
46134 2012-04-05  Michael Matz  <matz@suse.de>
46136         [BZ #13592]
46137         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46139 2012-04-05  Andreas Jaeger  <aj@suse.de>
46141         [BZ #13908]
46142         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46143         comment.
46145 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46147         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46148         which ROUND is no valid rounding mode.
46150 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46152         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46153         read again.
46154         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46156 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46158         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46159         an exception using FPU order intentionally.
46161 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46163         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46164         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46165         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46166         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46168 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46170         [BZ #12340]
46171         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46172         EINVAL when BUFLEN is too smal.
46174 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46176         [BZ #13553]
46177         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46178         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46180 2012-04-03  Andreas Jaeger  <aj@suse.de>
46182         [BZ #13938]
46183         * manual/setjmp.texi (System V contexts): Fix sentence.
46185         [BZ #13926]
46186         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46187         New macro for this case.
46188         [!__GNUC__] (__bswap_64): New inline function for this case.
46189         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46190         * bits/byteswap.h: Likewise.
46191         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46192         ull, guard with __GLIBC_HAVE_LONG_LONG.
46194         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46195         __GLIBC_HAVE_LONG_LONG.
46197         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46198         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46200 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46202         [BZ #13691]
46203         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46204         inptr and inend, rather than using last_ch.
46206 2012-04-02  David S. Miller  <davem@davemloft.net>
46208         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46209         * stdio-common/printf-parse.h (read_int): Change return type to
46210         'int', return -1 on INT_MAX overflow.
46211         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46212         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46213         overflows INT_MAX.  Check for overflow of in-format-string precision
46214         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46215         SIZE_MAX not INT_MAX for integer overflow test.
46216         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46217         skip the construct in the format string but do not record anything.
46218         * stdio-common/bug22.c: Adjust to test both width/prevision
46219         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46220         explicitly for proper errno values.
46222 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46224         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46225         CHAR_MAX.
46226         * string/test-strcmp.c [! WIDE]: Likewise.
46227         * time/tst-mktime2.c: Likewise for INT_MAX.
46228         * string/test-string.h: #include <sys/param.h> for MIN.
46230         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46231         * sysdeps/i386/init-first.c (init): Likewise.
46232         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46233         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46234         * sysdeps/sh/init-first.c (init): Likewise.
46236 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46238         * po/ru.po: Update from translation team.
46239         * po/vi.po: Likewise.
46241 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46243         * resolv/nss_dns/dns-host.c: Merge copyright years.
46245 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46247         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46248         Optimize memcpy with prefetch if
46249         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46250         src, dst pointers have unequal 16 byte alignments.
46252 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46254         [BZ #13928]
46255         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46256         from a CNAME entry and return the minimum ttl for the query.
46257         (gaih_getanswer_slice): Likewise.
46259 2012-03-30  Jeff Law  <law@redhat.com>
46261         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46262         due to long keys.
46263         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46264         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46266         * resolv/nss_dns/dns-host.c: Update copyright year.
46268 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46270         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46271         requests to save a system call.  Fix check that all bytes are sent.
46273         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46274         comments for sendmmsg.
46276 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46278         [BZ #13691]
46279         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46280         with only 1 character between 0x0041 and 0x01b0.
46281         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46282         * wcsmbs/tst-mbsnrtowcs.c: New file.
46284 2012-03-29  David S. Miller  <davem@davemloft.net>
46286         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46287         small copies by hand.
46289 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46291         [BZ #13761]
46292         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46293         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46294         group memberships.
46296 2012-03-28  David S. Miller  <davem@davemloft.net>
46298         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46299         that branches into memcpy.
46300         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46301         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46302         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46303         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46304         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46305         bits.
46306         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46307         implementation too.
46308         * sysdeps/sparc/mempcpy.S: New file.
46310         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46311         the IFUNC routine in the libc case.
46312         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46314         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46315         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46316         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46317         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46318         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46319         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46320         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46321         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46323         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46324         loop to 256 bytes instead of 64 bytes and fix test signedness.
46326         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46327         * sysdeps/sparc/sparc32/Makefile: rather than here...
46328         * sysdeps/sparc/sparc64/Makefile: and here.
46330 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46332         * malloc/mallocbug.c: Avoid warnings about unused variables.
46334 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46336         [BZ #13760]
46337         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46338         in the right place. Discard and retry query if response is
46339         larger than input buffer size.
46341 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46343         [BZ #369]
46344         [BZ #2678]
46345         [BZ #3866]
46346         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46347         x for large integer exponent.
46348         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46349         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46350         sign of result as needed afterwards.
46351         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46352         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46353         result for underflowing pow the same as for overflow.
46354         (__kernel_standard_l): Handle powl overflow and underflow here
46355         rather than calling __kernel_standard.
46356         * math/libm-test.inc (pow_test): Add more tests.
46358         [BZ #3868]
46359         [BZ #13879]
46360         [BZ #13910]
46361         [BZ #13911]
46362         [BZ #13912]
46363         [BZ #13913]
46364         [BZ #13915]
46365         [BZ #13916]
46366         [BZ #13917]
46367         [BZ #13918]
46368         [BZ #13919]
46369         [BZ #13920]
46370         [BZ #13921]
46371         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46372         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46373         (__kernel_standard_l): New function.
46374         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46375         __kernel_standard.
46376         * math/w_acosl.c (__acosl): Likewise.
46377         * math/w_asinl.c (__asinl): Likewise.
46378         * math/w_atan2l.c (__atan2l): Likewise.
46379         * math/w_atanhl.c (__atanhl): Likewise.
46380         * math/w_coshl.c (__coshl): Likewise.
46381         * math/w_exp10l.c (__exp10l): Likewise.
46382         * math/w_exp2l.c (__exp2l): Likewise.
46383         * math/w_fmodl.c (__fmodl): Likewise.
46384         * math/w_hypotl.c (__hypotl): Likewise.
46385         * math/w_j0l.c (__j0l, __y0l): Likewise.
46386         * math/w_j1l.c (__j1l, __y1l): Likewise.
46387         * math/w_jnl.c (__jnl, __ynl): Likewise.
46388         * math/w_lgammal.c (__lgammal): Likewise.
46389         * math/w_log10l.c (__log10l): Likewise.
46390         * math/w_log2l.c (__log2l): Likewise.
46391         * math/w_logl.c (__logl): Likewise.
46392         * math/w_powl.c (__powl): Likewise.
46393         * math/w_remainderl.c (__remainderl): Likewise.
46394         * math/w_scalbl.c (sysv_scalbl): Likewise.
46395         * math/w_sinhl.c (__sinhl): Likewise.
46396         * math/w_sqrtl.c (__sqrtl): Likewise.
46397         * math/w_tgammal.c (__tgammal): Likewise.
46398         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46399         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46400         * math/libm-test.inc (acos_test): Add more tests.
46401         (acosh_test): Likewise.
46402         (asin_test): Likewise.
46403         (atanh_test): Likewise.
46404         (exp_test): Likewise.
46405         (exp10_test): Likewise.
46406         (exp2_test): Likewise.
46407         (expm1_test): Likewise.
46408         (lgamma_test): Likewise.
46409         (log_test): Likewise.
46410         (log10_test): Likewise.
46411         (log1p_test): Likewise.
46412         (log2_test): Likewise.
46413         (pow_test): Do not allow some spurious overflow exceptions.
46414         (sqrt_test): Add more tests.
46415         (tgamma_test): Likewise.
46416         (y0_test): Likewise.
46417         (y1_test): Likewise.
46418         (yn_test): Likewise.
46420 2012-03-27  Anton Blanchard  <anton@samba.org>
46422         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46423         MAP_HUGETLB.
46424         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46425         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46426         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46428 2012-03-27  David S. Miller  <davem@davemloft.net>
46430         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46432         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46433         have-as-vis3 check.
46435 2012-03-27  Andreas Jaeger  <aj@suse.de>
46437         * sysdeps/x86_64/elf/configure.in: Moved to ...
46438         * sysdeps/x86_64/configure.in: ... here.
46439         * sysdeps/x86_64/elf/start.S: Moved to ...
46440         * sysdeps/x86_64/start.S: ... here.
46441         * sysdeps/x86_64/elf/configure: Delete.
46443         * sysdeps/x86_64/configure.in: Merge contents from
46444         sysdeps/i386/configure.in (without i686 check).
46446         * sysdeps/i386/elf/Versions: Merge into ...
46447         * sysdeps/i386/Versions: ... this.
46448         * sysdeps/i386/elf/Versions: Delete file.
46449         * sysdeps/i386/elf/start.S: Moved to ...
46450         * sysdeps/i386/start.S: ...here.
46451         * sysdeps/i386/elf/configure.in: Merge into...
46452         * sysdeps/i386/configure.in: ...here.
46453         * sysdeps/i386/elf/configure.in: Delete file.
46454         * sysdeps/i386/elf/configure: Delete file.
46456         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46457         * debug/backtracesyms.c: ... here.
46458         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46459         * debug/backtracesymsfd.c: ... here.
46460         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46461         * sysdeps/generic/ifunc-sel.h: ... here.
46463         * sysdeps/unix/i386/start.c: Delete file.
46464         * sysdeps/unix/sparc/start.c: Delete file.
46465         * sysdeps/unix/start.c: Delete file.
46467         * sysdeps/sh/elf/configure.in: Moved to ...
46468         * sysdeps/sh/configure.in: ... here.
46469         * sysdeps/sh/elf/start.S: Moved to ...
46470         * sysdeps/sh/start.S: ... here.
46471         * sysdeps/sh/elf/configure: Delete file.
46473         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46474         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46475         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46476         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46477         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46478         * sysdeps/powerpc/powerpc64/start.S: here.
46479         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46480         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46481         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46482         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46483         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46485         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46486         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46487         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46488         * sysdeps/powerpc/powerpc32/start.S: ... here.
46489         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46490         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46491         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46493         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46494         * sysdeps/powerpc/ifunc-sel.h: ... here.
46495         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46496         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46498         * sysdeps/sparc/elf/configure.in: Moved to ...
46499         * sysdeps/sparc/configure.in: ... here.
46500         * sysdeps/sparc/elf/configure: Delete file.
46501         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46502         * sysdeps/sparc/sparc32/start.S: ... here.
46503         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46504         * sysdeps/sparc/sparc64/start.S: ... here.
46505         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46506         * sysdeps/sparc/sparc32/Makefile: ... this.
46507         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46508         * sysdeps/sparc/sparc64/Makefile: ... this.
46510         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46511         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46512         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46513         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46514         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46515         * sysdeps/s390/s390-32/setjmp.S: ... here.
46516         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46517         * sysdeps/s390/s390-32/configure.in: ... here.
46518         * sysdeps/s390/s390-32/elf/configure: Delete file.
46519         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46520         * sysdeps/s390/s390-32/start.S: ... here.
46522         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46523         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46524         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46525         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46526         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46527         * sysdeps/s390/s390-64/setjmp.S: ... here.
46528         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46529         * sysdeps/s390/s390-64/configure.in: ... here
46530         * sysdeps/s390/s390-64/elf/configure: Delete file.
46531         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46532         * sysdeps/s390/s390-64/start.S: ... here.
46533         * sysdeps/s390/s390-64/elf/configure: Delete.
46535         * configure.in: Remove support for elf directories in sysdeps.
46537         * configure: Regenerated.
46538         * sysdeps/i386/configure: Regenerated.
46539         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46540         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46541         * sysdeps/s390/s390-32/configure: Regenerated.
46542         * sysdeps/s390/s390-64/configure: Regenerated.
46543         * sysdeps/sh/configure: Regenerated.
46544         * sysdeps/sparc/configure: Regenerated.
46545         * sysdeps/x86_64/configure: Regenerated.
46547 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46549         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46551         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46552         denormal result into account.
46554 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46556         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46557         Reported by Allan McRae <allan@archlinux.org>.
46559 2012-03-23  Jeff Law  <law@redhat.com>
46561         * nss/getnssent.c (__nss_getent): Fix typo.
46563 2012-03-23  David S. Miller  <davem@davemloft.net>
46565         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46567 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46569         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46570         to pad to uint64_t for each field.
46571         (dl_tls_index): Replace unsigned long with uint64_t.
46573 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46574         Paul Pluzhnikov  <ppluzhnikov@google.com>
46576         [BZ #6528]
46577         * grp/Makefile (otherlibs): Don't set it.
46578         * inet/Makefile (otherlibs): Likewise.
46579         * login/Makefile (otherlibs): Likewise.
46580         * nscd/Makefile (otherlibs): Likewise.
46581         * posix/Makefile (otherlibs): Likewise.
46582         * pwd/Makefile (otherlibs): Likewise.
46583         * rt/Makefile (otherlibs): Likewise.
46584         * sunrpc/Makefile (otherlibs): Likewise.
46585         * nss/Makefile (otherlibs): Likewise.
46586         Add libnss_files to routines and static-only-routines.
46587         ($(objpfx)getent): Remove rule.
46588         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46589         static-only-routines.
46591 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46593         [BZ #13892]
46594         * math/s_cexp.c: Include <float.h>.
46595         (__cexp): Handle exp result overflowing not necessarily
46596         overflowing both real and imaginary parts of result.
46597         * math/s_cexpf.c: Likewise.
46598         * math/s_cexpl.c: Likewise.
46599         * math/libm-test.inc (cexp_test): Add more tests.
46600         * sysdeps/i386/fpu/libm-test-ulps: Update.
46601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46603 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46605         * include/link.h (ELFW): New macro.
46606         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46607         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46609 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46611         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46612         with uint64_t.
46614 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46616         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46617         declaration.
46618         (struct La_x32_retval): Likewise.
46620 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46622         * sysdeps/x86_64/preconfigure.in: New file.
46623         * sysdeps/x86_64/preconfigure: New generated file.
46625 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46627         [BZ #13824]
46628         * math/e_exp2l.c: Include <float.h>.
46629         (__ieee754_exp2l): Handle overflow and underflow cases
46630         separately.  Only pass fractional part of argument to
46631         __ieee754_expl.
46632         * math/libm-test.inc (exp2_test): Add more tests.
46634         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46635         negating x to take absolute value.
46636         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46637         Likewise.
46638         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46639         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46640         Likewise.
46641         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46642         computing low part if x was negated.
46643         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46645 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46647         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46648         la_x32_gnu_pltexit.
46649         (pltexit): Cast int_retval to ptrdiff_t.
46650         * elf/tst-auditmod3b.c: Likewise.
46651         * elf/tst-auditmod4b.c: Likewise.
46652         * elf/tst-auditmod5b.c: Likewise.
46653         * elf/tst-auditmod6b.c: Likewise.
46654         * elf/tst-auditmod6c.c: Likewise.
46655         * elf/tst-auditmod7b.c: Likewise.
46657         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46658         and x32_gnu_pltexit.
46660         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46661         __ELF_NATIVE_CLASS.
46662         (La_x32_regs): New macro.
46663         (La_x32_retval): Likewise.
46664         (la_x32_gnu_pltenter): New function prototype.
46665         (la_x32_gnu_pltexit): Likewise.
46667 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46669         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46670         exponent.
46672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46674         * configure.in (libc_cv_cc_nofma): Check for option to disable
46675         generation of FMA instructions.
46676         * configure: Regenerate.
46677         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46678         * sysdeps/ieee754/dbl-64/Makefile: New file.
46679         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46680         Remove brandred-fma4.
46681         (CFLAGS-brandred-fma4.c): Remove.
46682         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46683         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46684         define.
46685         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46686         define.
46688 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46690         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46691         LLONG_MAX != LONG_MAX.
46692         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46693         (_fitoa_word): Likewise.
46694         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46695         LLONG_MAX != LONG_MAX.
46696         * stdio-common/_itowa.h: Include <_itoa.h>.
46697         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46698         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46699         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46700         only if not defined.
46701         (_ITOA_WORD_TYPE): Likewise.
46702         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46703         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46705 2012-03-21  David S. Miller  <davem@davemloft.net>
46707         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46709 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46711         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46712         of x86_64 when setting libc_cv_slibdir, libdir and
46713         libc_cv_localedir.
46714         * sysdeps/unix/sysv/linux/configure: Regenerated.
46716 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46718         * manual/lang.texi (Old Varargs): Remove section.
46719         (How Variadic): Update menu.
46720         (va_start): Do not mention varargs.h.
46722 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46723             Joseph Myers  <joseph@codesourcery.com>
46725         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46726         link test.
46727         * configure: Regenerated.
46729 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46731         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46732         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46733         conformtest.pl
46735 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46737         * NOTES: Remove.
46738         * Makefile (files-for-dist): Remove NOTES.
46739         (NOTES): Remove rule.
46740         * README: Don't refer to NOTES.
46741         * manual/creature.texi: Don't include macros.texi.
46742         * manual/intro.texi (creature.texi): Remove comment referring to
46743         NOTES.
46745         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46746         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46747         * configure: Regenerated.
46748         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46749         LIBC_TRY_CC_OPTION.
46750         (libc_cv_as_i686): Likewise.
46751         (libc_cv_cc_avx): Likewise.
46752         (libc_cv_cc_sse2avx): Likewise.
46753         (libc_cv_cc_fma4): Likewise.
46754         (libc_cv_cc_novzeroupper): Likewise.
46755         * sysdeps/i386/configure: Regenerated.
46757         [BZ #13883]
46758         * sysdeps/i386/fpu/s_cexp.S: Remove.
46759         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46760         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46761         * math/libm-test.inc (cexp_test): Add more tests.
46762         * sysdeps/i386/fpu/libm-test-ulps: Update.
46763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46765 2012-03-21  Allan McRae  <allan@archlinux.org>
46767         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46769 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46771         [BZ #13871]
46772         * math/w_exp2.c: Do not include <float.h>.
46773         (o_threshold, u_threshold): Remove.
46774         (__exp2): Calculate result before checking finiteness and calling
46775         __kernel_standard.
46776         * math/w_exp2f.c: Likewise.
46777         * math/w_exp2l.c: Likewise.
46778         * math/libm-test.inc (exp2_test): Require overflow exception for
46779         1e6 input.
46781         [BZ #3866]
46782         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46783         range of signed 64-bit integers before using fistpll.  Remove
46784         checks for whether integers fit in mantissa bits.
46785         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46786         the range of signed 32-bit integers before using fistpl.  Remove
46787         checks for whether integers fit in mantissa bits.
46788         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46789         (__ieee754_powl): Test for y outside the range of signed 64-bit
46790         integers before using fistpll.  Reduce 64-bit values to 63-bit
46791         ones as needed.
46792         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46793         divide-by-zero is raised for zero to large negative powers.
46794         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46795         (__ieee754_powl): Test for y outside the range of signed 64-bit
46796         integers before using fistpll.  Reduce 64-bit values to 63-bit
46797         ones as needed.
46798         * math/libm-test.inc (pow_test): Add more tests.
46800 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46802         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46803         <stdio-common/_itoa.h>.
46804         * debug/segfault.c: Likewise.
46805         * elf/dl-cache.c: Likewise.
46806         * elf/dl-minimal.c: Likewise.
46807         * elf/dl-misc.c: Likewise.
46808         * elf/dl-sysdep.c: Likewise.
46809         * elf/dl-version.c: Likewise.
46810         * elf/rtld.c: Likewise.
46811         * hurd/hurdsock.c: Likewise.
46812         * hurd/lookup-retry.c: Likewise.
46813         * malloc/malloc.c: Likewise.
46814         * malloc/mtrace.c: Likewise.
46815         * nscd/nscd_getgr_r.c: Likewise.
46816         * nscd/nscd_getpw_r.c: Likewise.
46817         * nscd/nscd_getserv_r.c: Likewise.
46818         * posix/getopt_init.c: Likewise.
46819         * posix/wordexp.c: Likewise.
46820         * stdio-common/_itoa.c: Likewise.
46821         * stdio-common/printf_fphex.c: Likewise.
46822         * stdio-common/vfprintf.c: Likewise.
46823         * string/_strerror.c: Likewise.
46824         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46825         * sysdeps/i386/i686/hp-timing.h: Likewise.
46826         * sysdeps/mach/_strerror.c: Likewise.
46827         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46828         * sysdeps/mach/hurd/sethostid.c: Likewise.
46829         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46830         * sysdeps/mach/xpg-strerror.c: Likewise.
46831         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46832         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46833         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46834         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46835         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46836         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46837         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46838         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46839         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46840         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46841         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46842         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46843         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46844         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46845         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46846         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46847         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46848         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46849         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46850         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46851         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46853         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46855         * stdio-common/_itoa.h: Moved to ...
46856         * sysdeps/generic/_itoa.h: Here.
46858         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46860         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46861         instead of "_itoa.h" and "_itowa.h".
46862         * stdio-common/vfprintf.: Likewise.
46864 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46866         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46867         <bits/wordsize.h>.
46868         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46869         (__signbit): Likwise.
46870         (llrintf): Likwise.
46871         (llrint): Likwise.
46873 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46875         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46876         __WORDSIZE != 64.
46878 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46880         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46881         OVERFLOW_EXCEPTION_OK.
46882         * math/libm-test.inc ("Philosophy"): Update comment about
46883         exception testing.
46884         (OVERFLOW_EXCEPTION): Define.
46885         (OVERFLOW_EXCEPTION_OK): Likewise.
46886         (INVALID_EXCEPTION_OK): Renumber.
46887         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46888         (IGNORE_ZERO_INF_SIGN): Likewise.
46889         (test_exceptions): Handle FE_OVERFLOW.
46890         (exp10_test): Expect overflow exceptions.
46891         (exp2_test): Likewise.
46892         (expm1_test): Likewise.
46893         (nextafter_test): Likewise.
46894         (pow_test): Likewise.
46895         (scalbn_test): Likewise.
46896         (scalbln_test): Likewise.
46898 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46900         * sysdeps/x86_64/bits/atomic.h
46901         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46902         64bit integer.
46903         (atomic_exchange_acq): Likewise.
46904         (__arch_exchange_and_add_body): Likewise.
46905         (__arch_add_body): Likewise.
46906         (atomic_add_negative): Likewise.
46907         (atomic_add_zero): Likewise.
46909 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46911         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46912         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46914 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46916         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46917         Check __x86_64__ instead of __WORDSIZE.
46919 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46921         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46923 2012-03-19  David S. Miller  <davem@davemloft.net>
46925         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46927         * sysdeps/sparc/fpu/fenv_private.h: New file.
46928         * sysdeps/sparc/fpu/math_private.h: Use it.
46929         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46930         Remove.
46931         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46932         (libc_feholdexcept_setroundl): Remove.
46933         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46934         Remove.
46935         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46936         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46938 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46940         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46941         int64_t instead of long int.
46942         (INSERT_WORDS64): Likwise.
46944 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46946         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46947         _Unwind_GetCFA return to _Unwind_Ptr first.
46949 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46951         [BZ #13629]
46952         * math/s_clog.c: Include <float.h>.
46953         (__clog): Scale large or subnormal inputs.
46954         * math/s_clogf.c: Likewise.
46955         * math/s_clogl.c: Likewise.
46956         * math/s_clog10.c: Include <float.h>.
46957         (M_LOG10_2): Define.
46958         (__clog10): Scale large or subnormal inputs.
46959         * math/s_clog10f.c: Likewise.
46960         * math/s_clog10l.c: Likewise.
46961         * math/libm-test.inc (clog_test): Add more tests.
46962         (clog10_test): Likewise.
46963         * sysdeps/i386/fpu/libm-test-ulps: Update.
46964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46966         [BZ #11451]
46967         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46968         x and y.
46969         * math/libm-test.inc (atan2_test): Add another test.
46971         * Makerules (common-objdir-compile): Remove.
46972         * sysdeps/unix/Makefile (config-generated): Do not add
46973         $(unix-generated) to variable.
46974         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46975         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46976         Remove rule.
46977         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46978         Likewise.
46979         [generic bits/local_lim.h] (before-compile): Do not append to
46980         variable.
46981         [generic bits/local_lim.h] (common-generated): Likewise.
46982         [generic sys/param.h] (before-compile): Do not append to variable.
46983         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46984         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46985         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46986         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46987         include.
46988         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46989         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46990         [generic sys/param.h] ($(addprefix
46991         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46992         [generic sys/param.h] (common-generated): Do not append to
46993         variable.
46994         [generic sys/param.h] (sysdep_headers): Likewise.
46995         [generic bits/errno.h] (before-compile): Do not append to
46996         variable.
46997         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46998         rule.
46999         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47000         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47001         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47002         [generic bits/errno.h] (common-generated): Do not append to
47003         variable.
47004         [generic bits/ioctls.h] (before-compile): Do not append to
47005         variable.
47006         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47007         rule.
47008         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47009         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47010         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47011         rule.
47012         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47013         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47014         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47015         [generic bits/ioctls.h] (common-generated): Do not append to
47016         variable.
47017         [generic sys/syscall.h] (syscall.h): Remove variable.
47018         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47019         rule.
47020         [generic sys/syscall.h] (before-compile): Do not append to
47021         variable.
47022         [generic sys/syscall.h] (common-generated): Likewise.
47023         * sysdeps/unix/errnos-tmpl.c: Remove file.
47024         * sysdeps/unix/errnos.awk: Likewise.
47025         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47026         * sysdeps/unix/ioctls.awk: Likewise.
47027         * sysdeps/unix/mk-local_lim.c: Likewise.
47028         * sysdeps/unix/snarf-ioctls: Likewise.
47030 2012-03-19  Richard Henderson  <rth@twiddle.net>
47032         * sysdeps/i386/fpu/fenv_private.h: New file.
47033         * sysdeps/i386/fpu/math_private.h: Use it.
47034         (math_opt_barrier, math_force_eval): Remove.
47035         (libc_feholdexcept_setround_53bit): Remove.
47036         (libc_feupdateenv_53bit): Remove.
47037         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47038         (math_opt_barrier, math_force_eval): Remove.
47039         (libc_feholdexcept): Remove.
47040         (libc_feholdexcept_setround): Remove.
47041         (libc_fetestexcept, libc_fesetenv): Remove.
47042         (libc_feupdateenv_test): Remove.
47043         (libc_feupdateenv, libc_feholdsetround): Remove.
47044         (libc_feresetround): Remove.
47046         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47047         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47049         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47050         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47051         (libc_feupdateenv_testl): New.
47052         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47053         (libc_feupdateenv_testf): New.
47054         (libc_feupdateenv): Use libc_feupdateenv_test.
47055         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47056         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47058         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47059         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47060         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47061         (libc_feresetround_noex): New.
47062         (libc_feresetround_noexf): New.
47063         (libc_feresetround_noexl): New.
47064         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47065         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47066         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47067         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47068         SET_RESTORE_ROUND.
47069         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47070         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47071         (__cos): Likewise.
47072         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47073         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47074         SET_RESTORE_ROUND_NOEX.
47075         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47076         SET_RESTORE_ROUND_NOEXF.
47077         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47078         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47079         (libc_feholdsetroundf): New.
47080         (libc_feresetround, libc_feresetroundf): New.
47082         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47083         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47084         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47086         * sysdeps/generic/math_private.h: Include <fenv.h>.
47087         (default_libc_feholdexcept): New.
47088         (default_libc_feholdexcept_setround): New.
47089         (default_libc_fesetenv, default_libc_feupdateenv): New.
47090         (libc_feholdexcept): Only define if undefined.
47091         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47092         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47093         (libc_feholdexcept_setroundl): Likewise.
47094         (libc_feholdexcept_setround_53bit): Likewise.
47095         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47096         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47097         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47098         (libc_feupdateenv_53bit): Likewise.
47099         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47100         (libc_feholdexcept): Convert from macro to inline function.
47101         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47102         (libc_fesetenv, libc_feupdateenv): Likewise.
47104         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47105         not previously defined.
47106         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47107         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47108         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47109         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47110         * sysdeps/ieee754/flt-32/math_private.h: New file.
47111         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47112         math_private.h below SET_FLOAT_WORD.
47113         (__isnan, __isinf_ns, __finite): Remove.
47114         (__isnanf, __isinf_nsf, __finitef): Remove.
47116 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47118         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47120 2012-03-17  David S. Miller  <davem@davemloft.net>
47122         [BZ #6471]
47123         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47124         for 2.16.
47126 2012-03-16  David S. Miller  <davem@davemloft.net>
47128         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47129         warnings.
47131         [BZ #6471]
47132         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47133         properly.
47134         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47135         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47136         sysdep_routines when subdir is sysvipc.
47137         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47138         __getshmlba helper.
47140         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47142 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47144         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47145         [__LP64__].
47147 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47149         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47150         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47151         (__lround): Renamed to ...
47152         (__llround): This.  Replace long int with long long int.
47153         Define lround functions as aliases of llround functions.
47154         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47156 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47158         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47159         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47160         adresses to uintptr_t.  Replace "long int" and "unsigned long
47161         int" with "greg_t" on va_arg.
47163 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47165         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47166         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47168         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47169         Move e_machine check before EI_CLASS check.  Handle x32
47170         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47171         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47172         SKIP_EM_IA_64 and include
47173         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47175         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47176         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47177         (add_system_dir): New macro.
47179         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47180         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47182 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47184         [BZ #2551]
47185         [BZ #2552]
47186         [BZ #2553]
47187         [BZ #2554]
47188         [BZ #2562]
47189         [BZ #2563]
47190         [BZ #2565]
47191         [BZ #2566]
47192         [BZ #2576]
47193         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47194         (y0): Likewise.
47195         * math/w_j0f.c (j0f): Likewise.
47196         (y0f): Likewise.
47197         * math/w_j0l.c (__j0l): Likewise.
47198         (__y0l): Likewise.
47199         * math/w_j1.c (j1): Likewise.
47200         (y1): Likewise.
47201         * math/w_j1f.c (j1f): Likewise.
47202         (y1f): Likewise.
47203         * math/w_j1l.c (__j1l): Likewise.
47204         (__y1l): Likewise.
47205         * math/w_jn.c (jn): Likewise.
47206         (yn): Likewise.
47207         * math/w_jnf.c (jnf): Likewise.
47208         (ynf): Likewise.
47209         * math/w_jnl.c (__jnl): Likewise.
47210         (__ynl): Likewise.
47211         * math/libm-test.inc (j0_test): Add more tests.
47212         (j1_test): Likewise.
47213         (jn_test): Likewise.  Add trailing semicolon to existing test.
47214         (y0_test): Likewise.
47215         (y1_test): Likewise.
47216         * sysdeps/i386/fpu/libm-test-ulps: Update.
47217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47219         [BZ #13851]
47220         [BZ #13854]
47221         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47222         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47223         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47224         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47225         (__tanl): Set errno for infinite argument.
47226         * sysdeps/i386/fpu/mptan.c: Remove.
47227         * sysdeps/i386/fpu/s_tan.S: Likewise.
47228         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47229         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47230         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47231         * math/libm-test.inc (tan_test): Add more tests and enable more
47232         tests for double and long double.
47233         * sysdeps/i386/fpu/libm-test-ulps: Update.
47234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47236 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47238         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47239         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47241 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47243         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47244         * configure.in: Use it for both main tree and add-ons.
47245         * configure: Regenerated.
47247 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47249         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47251 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47253         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47254         in comment.
47256         [BZ #13851]
47257         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47258         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47259         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47260         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47261         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47262         infinite argument.
47263         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47264         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47265         != 0 for prec == 2.
47266         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47267         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47268         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47269         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47270         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47271         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47272         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47273         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47274         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47275         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47276         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47277         * math/libm-test.inc (cos_test): Add more tests and enable more
47278         tests for long double.
47279         (sin_test): Likewise.
47280         (sincos_test): Likewise.
47281         * sysdeps/i386/fpu/libm-test-ulps: Update.
47282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47284 2012-03-16  David S. Miller  <davem@davemloft.net>
47286         * sysdeps/sparc/fpu/math_private.h: New file.
47288 2012-03-15  David S. Miller  <davem@davemloft.net>
47290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47291         file.
47292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47294         file.
47295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47296         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47297         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47298         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47299         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47300         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47301         sysdep routines.
47302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47304         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47305         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47307         * sysdeps/sparc/sparc-ifunc.h: New file.
47308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47309         sparc-ifunc.h
47310         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47312         Likewise.
47313         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47314         Likewise.
47315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47319         Likewise.
47320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47325         Likewise.
47326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47327         Likewise.
47328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47332         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47333         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47334         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47335         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47336         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47337         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47338         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47339         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47340         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47341         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47342         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47343         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47344         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47345         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47346         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47347         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47348         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47349         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47350         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47351         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47353 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47355         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47356         scaling.
47357         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47359 2012-03-15  Andreas Jaeger  <aj@suse.de>
47361         [BZ #13852]
47362         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47363         ieee754/flt-32 implementation for sin, cos and sincos.
47364         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47365         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47366         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47367         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47368         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47369         ieee754/flt-32 implementation for tan.
47371         * math/libm-test.inc (cos_test): Enable some large input tests for
47372         float as well
47373         (sin_test): Likewise.
47374         (sincos_test): Likewise.
47375         (tan_test): Add tests for large input.
47377         * sysdeps/i386/fpu/libm-test-ulps: Update.
47379 2012-03-15  Andreas Jaeger  <aj@suse.de>
47381         [BZ #13658]
47382         * math/libm-test.inc (cos_test): Add more test cases.
47383         (sin_test): Likewise.
47384         (sincos_test): Likewise.
47386 2012-03-15  Andreas Jaeger  <aj@suse.de>
47388         [BZ #13837]
47389         * math/libm-test.inc (cos_test): Add a test case for large input
47390         value.
47391         (sin_test): Likewise.
47392         (sincos_test): Likewise.
47394 2012-03-15  Andreas Jaeger  <aj@suse.de>
47395             Joseph Myers  <joseph@codesourcery.com>
47397         [BZ #13658]
47398         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47399         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47400         * sysdeps/i386/fpu/branred.c: Likewise.
47401         * sysdeps/i386/fpu/dosincos.c: Likewise.
47402         * sysdeps/i386/fpu/mpa.c: Likewise.
47403         * sysdeps/i386/fpu/s_cos.S: Likewise.
47404         * sysdeps/i386/fpu/s_sin.S: Likewise.
47405         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47406         * sysdeps/i386/fpu/sincos32.c: Likewise.
47408         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47409         Define.
47410         (libc_feupdateenv_53bit): Define.
47411         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47412         Define.
47413         (libc_feupdateenv_53bit): Define.
47415         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47416         53 bit (without extend i386 double precision).
47418         * math/libm-test.inc (sincos_test): Add tests for large input.
47419         (sin): Likewise.
47420         (cos): Likewise.
47422         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47424 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47426         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47428 2012-03-15  David S. Miller  <davem@davemloft.net>
47430         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47431         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47432         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47433         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47434         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47435         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47436         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47437         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47438         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47439         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47440         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47441         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47442         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47443         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47444         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47446         file.
47447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47449         file.
47450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47452         file.
47453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47455         file.
47456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47457         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47458         fmin/fmax sysdep routines.
47459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47461 2012-03-14  David S. Miller  <davem@davemloft.net>
47463         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47464         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47465         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47466         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47467         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47468         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47469         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47470         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47471         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47472         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47473         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47474         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47475         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47476         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47477         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47478         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47479         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47480         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47481         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47482         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47483         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47484         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47485         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47486         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47487         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47488         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47489         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47490         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47491         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47492         routines.
47493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47494         file.
47495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47497         file.
47498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47500         file.
47501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47503         file.
47504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47506         file.
47507         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47509         file.
47510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47511         file.
47512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47513         file.
47514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47515         file.
47516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47517         New file.
47518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47519         file.
47520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47521         file.
47522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47524         file.
47525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47527         file.
47528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47530         file.
47531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47533         VIS3 routines.
47535         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47536         New file.
47538         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47540         * sysdeps/sparc/configure.in: New file.
47541         * sysdeps/sparc/configure: Generate.
47542         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47543         * configure: Regenerate.
47544         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47545         * config.make.in (have-as-vis3): New.
47546         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47547         available use -Av9d instead of -Av9a.
47548         * sysdeps/sparc/sparc64/Makefile: Likewise.
47549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47551         New file.
47552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47553         file.
47554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47555         New file.
47556         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47557         file.
47558         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47559         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47560         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47561         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47562         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47564         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47565         fzeros/fnegs to load 0x80000000 into a float register instead of
47566         using the stack.
47567         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47569 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47571         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47572         bits/syscall.h.
47573         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47574         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47575         ($(inst_includedir)/bits/syscall.h): Remove rule.
47576         ($(objpfx)bits/syscall.d): Include instead of
47577         $(objpfx)syscall-list.d.
47578         (generated): Change syscall-list.h and syscall-list.d to
47579         bits/syscall.h and bits/syscall.d.
47581 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47583         [BZ #13846]
47584         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47586 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47588         [BZ #13841]
47589         * math/s_csqrt.c: Include <float.h>.
47590         (__csqrt): Scale large or subnormal inputs.
47591         * math/s_csqrtf.c: Likewise.
47592         * math/s_csqrtl.c: Likewise.
47593         * math/libm-test.inc (csqrt_test): Add more tests.
47594         * sysdeps/i386/fpu/libm-test-ulps: Update.
47595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47597         [BZ #13840]
47598         * math/libm-test.inc (hypot_test): Add more tests.
47600 2012-03-13  David S. Miller  <davem@davemloft.net>
47602         [BZ #13840]
47603         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47604         double-precision for the calculation instead of scaling.
47606 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47608         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47609         manipulate bits before adding and subtracting TWO52[sx].
47610         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47611         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47612         Likewise.
47613         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47615 2012-03-13  David S. Miller  <davem@davemloft.net>
47617         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47618         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47619         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47620         rtld-global-offsets.h
47621         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47623         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47624         large parameters.
47626         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47628         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47629         'err' in the ifdef scope in which it is actually used.
47631         * nss/nss_db/db-init.c: Include string.h
47633 2012-03-12  David S. Miller  <davem@davemloft.net>
47635         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47636         masking out of the most significant byte of random value used.
47637         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47638         Fix coding style in previous change.
47640         * sysdeps/unix/sysv/linux/kernel-features.h
47641         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47642         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47643         expression.
47644         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47645         later.
47647 2012-03-11  David S. Miller  <davem@davemloft.net>
47649         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47650         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47651         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47652         for 'resultvar' otherwise things get truncated on 64-bit.
47654         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47655         Fix masking out of the most significant byte of random value used.
47657         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47659 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47661         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47663 2012-03-09  David S. Miller  <davem@davemloft.net>
47665         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47666         variables with appropriate CPP guards.
47667         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47668         from the frame pointer, not the stack pointer.  Correct layout
47669         comments.  Fix test on resulting framesize and the management of
47670         the outregs buffer for pltexit.  Preserve floating point return
47671         values across _dl_call_pltexit call.
47672         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47673         framesize and the management of the outregs buffer for pltexit.
47674         Preserve floating point return values across _dl_call_pltexit
47675         call.
47676         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47677         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47678         (la_sparc64_gnu_pltexit): New functions.
47679         (print_exit): Fix format string for return register value.
47681 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47683         * sunrpc/Makefile (others): Add rpcgen.
47684         ($(objpfx)rpcgen): Remove special build rule and dependency on
47685         libc.
47686         * sunrpc/rpcgen.c: New file.
47688 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47690         [BZ #13673]
47691         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47692         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47693         * sysdeps/i386/crti.S: Likewise.
47694         * sysdeps/i386/crtn.S: Likewise.
47695         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47696         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47697         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47698         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47699         * sysdeps/sh/crti.S: Likewise.
47700         * sysdeps/sh/crtn.S: Likewise.
47701         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47703         [BZ #13673]
47704         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47705         with URL.
47706         * locale/programs/locfile-kw.gperf: Likewise.
47707         * locale/programs/charmap-kw.h: Regenerated.
47708         * locale/programs/locfile-kw.h: Likewise.
47710         [BZ #13673]
47711         * intl/plural.y: Replace FSF snail mail address with URL.
47712         * intl/plural.c: Regenerated.
47714 2012-03-09  Richard Henderson  <rth@twiddle.net>
47716         * include/math_private.h: Remove file.
47717         * math/math_private.h: Move file ...
47718         * sysdeps/generic/math_private.h: ... here.
47720         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47721         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47722         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47724         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47725         and <math_private.h>.
47726         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47727         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47728         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47729         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47730         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47731         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47732         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47733         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47734         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47735         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47736         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47737         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47738         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47739         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47740         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47741         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47742         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47743         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47744         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47745         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47746         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47747         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47748         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47749         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47750         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47751         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47752         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47753         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47754         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47755         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47756         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47757         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47758         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47759         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47760         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47761         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47762         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47763         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47764         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47765         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47766         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47767         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47768         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47769         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47770         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47771         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47772         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47773         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47774         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47775         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47776         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47777         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47778         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47779         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47780         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47781         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47782         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47783         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47784         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47785         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47786         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47787         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47788         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47789         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47790         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47791         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47792         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47793         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47794         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47795         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47796         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47797         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47798         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47799         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47800         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47801         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47802         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47803         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47804         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47805         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47806         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47807         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47808         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47809         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47810         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47811         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47812         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47813         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47814         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47815         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47816         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47817         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47818         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47819         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47820         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47821         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47822         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47823         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47824         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47825         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47826         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47827         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47828         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47829         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47830         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47831         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47832         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47833         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47834         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47835         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47836         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47837         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47838         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47839         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47840         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47841         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47842         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47843         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47844         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47845         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47846         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47847         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47848         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47849         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47850         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47851         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47852         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47853         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47854         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47855         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47856         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47857         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47858         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47859         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47860         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47861         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47862         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47863         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47864         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47865         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47866         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47867         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47868         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47869         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47870         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47871         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47872         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47873         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47874         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47875         * sysdeps/ieee754/k_standard.c: Likewise.
47876         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47877         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47878         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47879         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47880         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47881         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47882         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47883         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47884         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47885         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47886         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47887         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47888         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47889         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47890         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47891         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47892         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47893         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47894         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47895         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47896         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47897         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47898         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47899         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47900         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47901         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47902         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47903         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47904         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47905         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47906         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47907         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47908         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47909         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47910         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47911         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47912         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47913         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47914         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47915         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47916         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47917         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47918         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47919         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47920         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47921         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47922         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47923         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47924         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47925         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47926         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47927         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47928         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47929         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47930         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47931         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47932         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47933         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47934         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47935         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47936         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47937         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47938         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47939         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47940         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47941         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47942         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47943         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47944         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47945         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47946         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47947         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47948         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47949         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47950         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47951         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47952         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47953         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47954         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47955         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47956         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47957         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47958         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47959         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47960         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47961         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47962         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47963         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47964         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47965         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47966         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47967         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47968         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47969         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47970         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47971         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47972         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47973         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47974         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47975         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47976         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47977         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47978         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47979         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47980         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47981         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47982         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47983         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47984         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47985         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47986         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47987         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47988         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47989         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47990         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47991         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47992         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47993         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47994         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47995         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47996         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47997         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47998         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47999         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48000         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48001         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48002         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48003         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48004         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48005         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48006         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48007         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48008         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48009         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48010         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48011         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48012         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48013         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48014         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48015         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48016         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48017         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48018         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48019         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48020         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48021         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48022         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48023         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48024         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48025         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48026         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48027         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48028         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48029         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48030         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48031         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48032         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48033         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48034         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48035         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48036         * sysdeps/ieee754/s_lib_version.c: Likewise.
48037         * sysdeps/ieee754/s_matherr.c: Likewise.
48038         * sysdeps/ieee754/s_signgam.c: Likewise.
48039         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48040         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48041         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48042         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48043         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48044         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48045         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48046         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48047         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48048         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48049         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48050         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48051         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48052         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48053         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48054         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48055         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48056         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48057         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48058         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48059         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48061 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48063         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48064         * sunrpc/rpc_main.c: Likewise.
48065         * sunrpc/rpc_svcout.c: Likewise.
48067 2012-03-09  David S. Miller  <davem@davemloft.net>
48069         * include/math_private.h: New file.
48071 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48073         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48074         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48075         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48076         from <bits/socket_type.h>.
48077         (enum __socket_type): Don't define here.
48078         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48079         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48080         bits/socket_type.h.
48082         [BZ #13566]
48083         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48084         checking __USE_GNU.
48086         * Makerules ($(inst_includedir)/%.h): New rule.
48087         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48088         (install-others): Remove variable setting.
48089         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48091 2012-03-08  Richard Henderson  <rth@twiddle.net>
48093         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48094         from macro to inline function; merge with the
48095         !__LIBC_INTERNAL_MATH_INLINES version.
48096         (__ieee754_sqrtf): Likewise.
48098         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48099         to inline function.
48100         (__rintf, __floor, __floorf): Likewise.
48102         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48103         macro to inline function.
48104         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48106         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48107         not <math/math_private.h>.
48109 2012-03-08  David S. Miller  <davem@davemloft.net>
48111         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48112         copyright year.
48113         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48115 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48117         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48118         normalization.
48119         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48120         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48122 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48124         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48125         be defined individually, they must be defined as a block.  Define
48126         S for printing a string instead of hidint the different by using a
48127         macro for adding the 'l'.
48128         * stdio-common/tst-fphex-wide.c: Adjust.
48130 2012-03-07  Marek Polacek  <polacek@redhat.com>
48132         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48134 2012-03-08  Marek Polacek  <polacek@redhat.com>
48136         [BZ #13806]
48137         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48138         * stdio-common/tst-fphex.c: Define a few macros to make the
48139         test reusable.  Use them.
48140         * stdio-common/tst-fphex-wide.c: New file.
48142 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48144         [BZ #6911]
48145         * manual/macros.texi (gnusystems): New macro.
48146         (nongnusystems): Likewise.
48147         (gnulinuxhurdsystems): Likewise.
48148         (gnuhurdsystems): Likewise..
48149         (gnulinuxsystems): Likewise.
48150         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48151         variants of the GNU system, not "GNU system".
48152         * manual/conf.texi: Likewise.
48153         * manual/errno.texi: Likewise.  Update example of errno macro
48154         expansion.
48155         * manual/filesys.texi: Likewise.
48156         (getumask): Document as specific to GNU/Hurd.
48157         * manual/install.texi: Likewise.  Reword some references to
48158         GNU/Linux.
48159         * manual/intro.texi: Likewise.
48160         * manual/io.texi: Likewise.
48161         (File Name Portability): Detail which constraints are inapplicable
48162         to all GNU systems and which are only inapplicable to GNU/Hurd.
48163         * manual/job.texi: Likewise.
48164         * manual/llio.texi: Likewise.
48165         (O_NOCTTY): Document as present on GNU/Linux.
48166         * manual/maint.texi: Likewise.
48167         * manual/memory.texi: Likewise.
48168         * manual/pattern.texi: Likewise.
48169         * manual/pipe.texi: Likewise.
48170         * manual/process.texi: Likewise.
48171         * manual/resource.texi: Likewise.
48172         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48173         child on GNU/Hurd.
48174         * manual/setjmp.texi: Likewise.
48175         * manual/signal.texi: Likewise.
48176         * manual/startup.texi: Likewise.
48177         * manual/stdio.texi: Likewise.
48178         * manual/terminal.texi: Likewise.
48179         (ONLCR): Document as POSIX.
48180         (OXTABS): Document availability on GNU/Linux as XTABS.
48181         (ONOEOT): Document availability separately from other bits.
48182         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48183         * manual/time.texi: Likewise.
48184         * manual/users.texi: Likewise.
48185         * INSTALL: Regenerated.
48186         * sysdeps/gnu/errlist.c: Regenerated.
48188         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48189         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48190         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48191         puts.
48192         * configure: Regenerated.
48194 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48196         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48197         default includes instead of AC_HEADER_CHECK.
48198         * sysdeps/i386/configure: Regenerated.
48200         [BZ #10716]
48201         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48202         * math/s_cacoshf.c (__cacoshf): Likewise.
48203         * math/s_cacoshl.c (__cacoshl): Likewise.
48204         * math/s_casinh.c (__casinh): Set signs of result from argument.
48205         * math/s_casinhf.c (__casinhf): Likewise.
48206         * math/s_casinhl.c (__casinhl): Likewise.
48207         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48208         (casinh_test): Add more tests.
48209         * sysdeps/i386/fpu/libm-test-ulps: Update.
48210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48212 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48214         * po/zh_TW.po: Update from translation team.
48216         * login/Makefile (distribute): Remove variable.
48217         * catgets/Makefile: Likewise.
48218         * mach/Makefile: Likewise.
48219         * malloc/Makefile: Likewise.
48220         * misc/Makefile: Likewise.
48221         * iconv/Makefile: Likewise.
48222         * nscd/Makefile: Likewise.
48223         * hurd/Makefile: Likewise.
48224         * manual/Makefile: Likewise.
48225         * locale/Makefile: Likewise.
48226         * intl/Makefile: Likewise.
48227         * conform/Makefile: Likewise.
48228         * nss/Makefile: Likewise.
48229         * time/Makefile: Likewise.
48230         * soft-fp/Makefile: Likewise.
48231         * dirent/Makefile: Likewise.
48232         * gmon/Makefile: Likewise.
48233         * po/Makefile: Likewise.
48234         * rt/Makefile: Likewise.
48235         * socket/Makefile: Likewise.
48236         * math/Makefile: Likewise.
48237         * signal/Makefile: Likewise.
48238         * debug/Makefile: Likewise.
48239         * elf/Makefile: Likewise.
48240         * timezone/Makefile: Likewise.
48241         * stdlib/Makefile: Likewise.
48242         * iconvdata/Makefile: Likewise.
48243         * sunrpc/Makefile: Likewise.
48244         * io/Makefile: Likewise.
48245         * argp/Makefile: Likewise.
48246         * inet/Makefile: Likewise.
48247         * hesiod/Makefile: Likewise.
48248         * grp/Makefile: Likewise.
48249         * csu/Makefile: Likewise.
48250         * wctype/Makefile: Likewise.
48251         * crypt/Makefile: Likewise.
48252         * libio/Makefile: Likewise.
48253         * string/Makefile: Likewise.
48254         * nis/Makefile: Likewise.
48255         * resolv/Makefile: Likewise.
48256         * stdio-common/Makefile: Likewise.
48257         * wcsmbs/Makefile: Likewise.
48258         * dlfcn/Makefile: Likewise.
48259         * posix/Makefile: Likewise.
48261         [BZ #6959]
48262         * timezone/Makefile: Don't install timezone files, just the programs
48263         and scripts.
48265 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48267         * nss/databases.def: Add missing gshadow entry.
48269         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48271 2012-03-06  Marek Polacek  <polacek@redhat.com>
48273         [BZ #13726]
48274         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48275         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48276         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48277         * stdio-common/tst-long-dbl-fphex.c: New file.
48279 2012-03-06  David S. Miller  <davem@davemloft.net>
48281         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48282         (set_obp_int): New function.
48283         (get_obp_int): New function.
48284         (__get_clockfreq_via_dev_openprom): Likewise.
48285         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48286         Avoid unused variable warnings on 'val' and use builtin_expect.
48287         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48288         __builtin_expect.
48289         (INLINE_CLONE_SYSCALL): Likewise.
48291 2012-03-05  David S. Miller  <davem@davemloft.net>
48293         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48295 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48297         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48299         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48300         only for |x| >= 40.
48301         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48303 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48305         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48306         Replace gettimeofday with __vdso_gettimeofday.
48308         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48309         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48310         __vdso_clock_gettime and __vdso_getcpu.
48312         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48313         time with __vdso_time.
48315 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48317         * manual/lang.texi (size_t): Note types to which size_t may be
48318         equivalent with the GNU C Library, but do not describe when
48319         differences between them are significant.
48321 2012-03-05  Andreas Jaeger  <aj@suse.de>
48323         * sysdeps/i386/fpu/libm-test-ulps: Update.
48325 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48327         [BZ #3976]
48328         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48329         (__ieee754_pow): Save and restore rounding mode and use
48330         round-to-nearest for main computations.
48331         * math/libm-test.inc (pow_test_tonearest): New function.
48332         (pow_test_towardzero): Likewise.
48333         (pow_test_downward): Likewise.
48334         (pow_test_upward): Likewise.
48335         (main): Call the new functions.
48336         * sysdeps/i386/fpu/libm-test-ulps: Update.
48337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48339         [BZ #3976]
48340         * math/libm-test.inc (cosh_test_tonearest): New function.
48341         (cosh_test_towardzero): Likewise.
48342         (cosh_test_downward): Likewise.
48343         (cosh_test_upward): Likewise.
48344         (sinh_test_tonearest): Likewise.
48345         (sinh_test_towardzero): Likewise.
48346         (sinh_test_downward): Likewise.
48347         (sinh_test_upward): Likewise.
48348         (main): Call the new functions.
48349         * sysdeps/i386/fpu/libm-test-ulps: Update.
48350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48352 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48354         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48355         default stack guard is set in last bytes.
48356         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48358 2012-03-05  Kees Cook  <keescook@chromium.org>
48360         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48362         [BZ #13656]
48363         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48364         possibly allocate from heap instead of stack.
48365         * stdio-common/bug-vfprintf-nargs.c: New file.
48366         * stdio-common/Makefile (tests): Add nargs overflow test.
48368 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48370         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48372 2012-03-03  Marek Polacek  <polacek@redhat.com>
48374         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48375         * math/math_private.h: Likewise.
48376         * stdlib/tst-strtod.c: Likewise.
48377         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48378         * sysdeps/x86_64/bits/atomic.h: Likewise.
48380 2012-03-02  David S. Miller  <davem@davemloft.net>
48382         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48383         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48384         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48385         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48386         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48387         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48388         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48389         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48391 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48393         [BZ #13792]
48394         * manual/examples/README: New file, says the example source files
48395         can be used under GPL>=2.
48396         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48397         line containing just "*/".
48398         * manual/examples/add.c: Add copyright header (GPL>=2).
48399         * manual/examples/argp-ex1.c: Likewise.
48400         * manual/examples/argp-ex2.c: Likewise.
48401         * manual/examples/argp-ex3.c: Likewise.
48402         * manual/examples/argp-ex4.c: Likewise.
48403         * manual/examples/atexit.c: Likewise.
48404         * manual/examples/db.c: Likewise.
48405         * manual/examples/dir.c: Likewise.
48406         * manual/examples/dir2.c: Likewise.
48407         * manual/examples/execinfo.c: Likewise.
48408         * manual/examples/filecli.c: Likewise.
48409         * manual/examples/filesrv.c: Likewise.
48410         * manual/examples/fmtmsgexpl.c: Likewise.
48411         * manual/examples/genpass.c: Likewise.
48412         * manual/examples/inetcli.c: Likewise.
48413         * manual/examples/inetsrv.c: Likewise.
48414         * manual/examples/isockad.c: Likewise.
48415         * manual/examples/longopt.c: Likewise.
48416         * manual/examples/memopen.c: Likewise.
48417         * manual/examples/memstrm.c: Likewise.
48418         * manual/examples/mkfsock.c: Likewise.
48419         * manual/examples/mkisock.c: Likewise.
48420         * manual/examples/mygetpass.c: Likewise.
48421         * manual/examples/pipe.c: Likewise.
48422         * manual/examples/popen.c: Likewise.
48423         * manual/examples/rprintf.c: Likewise.
48424         * manual/examples/search.c: Likewise.
48425         * manual/examples/select.c: Likewise.
48426         * manual/examples/setjmp.c: Likewise.
48427         * manual/examples/sigh1.c: Likewise.
48428         * manual/examples/sigusr.c: Likewise.
48429         * manual/examples/stpcpy.c: Likewise.
48430         * manual/examples/strdupa.c: Likewise.
48431         * manual/examples/strftim.c: Likewise.
48432         * manual/examples/strncat.c: Likewise.
48433         * manual/examples/subopt.c: Likewise.
48434         * manual/examples/swapcontext.c: Likewise.
48435         * manual/examples/termios.c: Likewise.
48436         * manual/examples/testopt.c: Likewise.
48437         * manual/examples/testpass.c: Likewise.
48438         * manual/examples/timeval_subtract.c: Likewise.
48440         [BZ #13792]
48441         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48442         function to ...
48443         * manual/timeval_subtract.c.texi: ... here, new file.
48445 2012-03-02  David S. Miller  <davem@davemloft.net>
48447         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48449 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48451         [BZ #3976]
48452         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48453         (__sin): Save and restore rounding mode and use round-to-nearest
48454         for all computations.
48455         (__cos): Save and restore rounding mode and use round-to-nearest
48456         for all computations.
48457         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48458         <fenv.h>.
48459         (tan): Save and restore rounding mode and use round-to-nearest for
48460         all computations.
48461         * math/libm-test.inc (cos_test_tonearest): New function.
48462         (cos_test_towardzero): Likewise.
48463         (cos_test_downward): Likewise.
48464         (cos_test_upward): Likewise.
48465         (sin_test_tonearest): Likewise.
48466         (sin_test_towardzero): Likewise.
48467         (sin_test_downward): Likewise.
48468         (sin_test_upward): Likewise.
48469         (tan_test_tonearest): Likewise.
48470         (tan_test_towardzero): Likewise.
48471         (tan_test_downward): Likewise.
48472         (tan_test_upward): Likewise.
48473         (main): Call the new functions.
48474         * sysdeps/i386/fpu/libm-test-ulps: Update.
48475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48477         [BZ #10135]
48478         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48479         small n, then large n, before computing and testing k+n.
48480         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48481         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48482         Likewise.
48483         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48484         Likewise.
48485         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48486         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48487         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48488         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48489         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48490         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48491         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48492         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48493         * math/libm-test.inc (scalbn_test): Add more tests.
48494         (scalbln_test): Likewise.
48496         * manual/filesys.texi (mode_t): Describe constraints on size and
48497         signedness, not exact equivalence to a particular type.
48498         (ino_t): Likewise.
48499         (ino64_t): Likewise.
48500         (dev_t): Likewise.
48501         (nlink_t): Likewise.
48502         (blkcnt_t): Likewise.
48503         (blkcnt64_t): Likewise.
48504         * manual/llio.texi (off_t): Likewise.
48506         [BZ #3976]
48507         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48508         (__ieee754_exp): Save and restore rounding mode and use
48509         round-to-nearest for all computations.
48510         * math/libm-test.inc (exp_test_tonearest): New function.
48511         (exp_test_towardzero): Likewise.
48512         (exp_test_downward): Likewise.
48513         (exp_test_upward): Likewise.
48514         (main): Call the new functions.
48515         * sysdeps/i386/fpu/libm-test-ulps: Update.
48516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48518 2012-03-01  Chris Demetriou  <cgd@google.com>
48520         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48521         have predictable order.
48523 2012-03-01  David S. Miller  <davem@davemloft.net>
48525         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48527         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48528         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48529         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48530         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48532         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48533         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48534         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48535         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48536         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48537         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48538         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48539         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48540         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48542         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48544         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48545         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48546         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48548         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48549         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48550         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48551         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48552         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48553         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48554         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48555         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48556         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48557         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48558         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48559         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48560         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48561         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48562         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48563         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48564         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48565         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48566         * sysdeps/sparc/elf/configure: Regenerated.
48568 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48570         * configure.in (AS, LD): Require binutils 2.20 or later.
48571         * configure: Regenerated.
48572         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48573         as required minimum version.
48574         * INSTALL: Regenerated.
48576         [BZ #2541]
48577         [BZ #4108]
48578         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48579         before squaring exponent.
48580         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48581         bottom long double and 27 bits of top long double before squaring
48582         exponent.
48583         * math/libm-test.inc (erfc_test): Add more tests.
48584         * sysdeps/i386/fpu/libm-test-ulps: Update.
48585         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48588 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48590         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48591         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48592         containing bit-fields.
48593         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48594         * soft-fp/single.h (_FP_UNION_S): Likewise.
48595         * soft-fp/double.h (_FP_UNION_D): Likewise.
48597 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48599         [BZ #13786]
48600         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48601         not include ../strcmp.S.
48602         [USE_AS_STRNCASECMP_L]: Likewise.
48603         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48604         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48605         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48606         (__strncasecmp_l_ia32): Define as alias to
48607         __strncasecmp_l_nonascii.
48609         [BZ #5794]
48610         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48611         * sysdeps/i386/fpu/libm-test-ulps: Update.
48612         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48614         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48617 2012-02-29  Jeff Law  <law@redhat.com>
48619         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48620         out of bounds read.
48622 2012-02-29  Marek Polacek  <polacek@redhat.com>
48624         [BZ #13706]
48625         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48626         * elf/Makefile: Add rules to run tst-unused-dep.out.
48628 2012-02-28  David S. Miller  <davem@davemloft.net>
48630         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48631         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48632         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48633         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48634         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48635         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48637 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48639         * math/libm-test.inc (llround_test): Move one test from
48640         lround_test.  Use TEST_f_L in moved test.
48641         (lround_test): Move misplaced test to llround_test.  Add testcase
48642         from bug 2561.
48644 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48646         * sysdeps/x86_64/fpu/e_expf.S: New file.
48647         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48649 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48651         [BZ #13637]
48652         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48653         of remain_len that may cause incomplete multi-byte character and
48654         false match.
48655         * posix/bug-regex33.c: New file.
48656         * posix/Makefile (tests): Add bug-regex33.
48658 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48660         * manual/macros.texi: New file.
48661         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48662         * manual/libc.texinfo: Include macros.texi.
48663         * manual/creatute.texi: Likewise.
48664         * manual/install.texi: Likewise.
48665         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48666         @glibcadj{} in references to the GNU C Library.
48667         * manual/charset.texi: Likewise.
48668         * manual/conf.texi: Likewise.
48669         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48670         when not using those macros.
48671         * manual/creature.texi: Likewise.
48672         * manual/crypt.texi: Likewise.
48673         * manual/errno.texi: Likewise.
48674         * manual/filesys.texi: Likewise.
48675         * manual/header.texi: Likewise.
48676         * manual/install.texi: Likewise.
48677         * manual/intro.texi: Likewise.
48678         * manual/io.texi: Likewise.
48679         * manual/job.texi: Likewise.
48680         * manual/lang.texi: Likewise.
48681         * manual/libc.texiinfo: Likewise.
48682         * manual/llio.texi: Likewise.
48683         * manual/locale.texi: Likewise.
48684         * manual/maint.texi: Likewise.
48685         * manual/math.texi: Likewise.
48686         * manual/memory.texi: Likewise.
48687         * manual/message.texi: Likewise.
48688         * manual/nss.texi: Likewise.
48689         * manual/pattern.texi: Likewise.
48690         * manual/process.texi: Likewise.
48691         * manual/resource.texi: Likewise.
48692         * manual/search.texi: Likewise.
48693         * manual/setjmp.texi: Likewise.
48694         * manual/signal.texi: Likewise.
48695         * manual/socket.texi: Likewise.
48696         * manual/startup.texi: Likewise.
48697         * manual/stdio.texi: Likewise.
48698         * manual/string.texi: Likewise.
48699         * manual/sysinfo.texi: Likewise.
48700         * manual/syslog.texi: Likewise.
48701         * manual/terminal.texi: Likewise.
48702         * manual/time.texi: Likewise.
48703         * manual/users.texi: Likewise.
48704         * INSTALL: Regenerated.
48705         * NOTES: Regenerated.
48706         * sysdeps/gnu/errlist.c: Regenerated.
48708 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48710         * include/dirent.h: Include <dirstream.h> before
48711         <dirent/dirent.h>.
48713 2012-02-28  David S. Miller  <davem@davemloft.net>
48715         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48716         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48717         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48718         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48720 2012-02-27  David S. Miller  <davem@davemloft.net>
48722         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48723         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48724         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48725         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48727         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48728         frame pointer instead of stack pointer relative arg slot.
48729         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48730         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48731         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48733 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48735         [BZ #3992]
48736         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48738 2012-02-27  David S. Miller  <davem@davemloft.net>
48740         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48741         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48742         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48743         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48744         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48745         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48746         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48747         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48749 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48751         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48752         later.  Allow versions 5-9.
48753         * configure: Regenerated.
48754         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48755         required minimum version and 4.6 as recommended version.  Do not
48756         mention bugs in GCC 2.7 and 2.8.
48757         * INSTALL: Regenerated.
48759 2012-02-27  David S. Miller  <davem@davemloft.net>
48761         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48762         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48763         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48764         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48765         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48766         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48767         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48768         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48770         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48771         manipulate bits before adding and subtracting TWO112[sx].
48772         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48774 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48776         [BZ #13775]
48777         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48778         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48779         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48780         being in POSIX, because they are in 1003.1-2008.
48782         * rt/tst-aio.c: Include <fcntl.h>.
48783         * rt/tst-aio7.c: Likewise.
48784         * rt/tst-aio64.c: Likewise.
48786         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48788 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48790         * manual/install.texi (--with-headers): Describe headers as
48791         interface headers, not private headers.
48792         (Specific advice for GNU/Linux systems): Describe use of headers
48793         from "make headers_install", not private headers from older
48794         kernels.
48795         * INSTALL: Regenerated.
48796         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48797         Change to 2.6.19.
48798         * sysdeps/unix/sysv/linux/configure: Regenerated.
48800         * manual/llio.texi (fclean): Remove documentation.
48802         * manual/Makefile (libc-texi-generated): New variable.  Include
48803         version.texi.
48804         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48805         $(libc-texi-generated), not duplicated list of files.
48806         (version.texi, stamp-version): New rules.
48807         (realclean): Remove $(libc-texi-generated), not individual files
48808         from that list.  Do not remove dir-add.texinfo.
48809         * manual/libc.texinfo: Comment out uses of edition numbers and
48810         references to printed manual.  Remove last-updated dates.
48811         (EDITION): Comment out.
48812         (ISBN): Likewise.
48813         (VERSION, UPDATED): Remove.
48814         (version.texi): Include.
48816 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48818         * sysdeps/posix/spawni.c: Include <signal.h>.
48819         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48820         * sysdeps/pthread/aio_fsync.c: Likewise.
48822 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48824         * conform/Makefile (tests): Run only when not cross-compiling and
48825         when fast-check is not defined.
48827         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48828         * conform/data/limits.h-data: Fixes for POSIX2008.
48829         * conform/run-conformtest.sh: Run all tests.
48830         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48831         headers.
48832         * include/bits/dlfcn.h: Likewise.
48833         * include/langinfo.h: Likewise.
48834         * include/monetary.h: Likewise.
48835         * include/sys/poll.h: Likewise.
48837         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48838         for __USE_GNU.
48839         * posix/spawn.h: Define __need_sigset_t.
48840         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48841         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48842         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48843         to get sigevent_t only.
48844         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48845         only for __USE_GNU.
48846         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48847         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48848         process_vm_writev only for __USE_GNU.
48849         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48851         * conform/Makefile: For now ignore errors from run-conformtest.
48852         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48853         POSIX to avoid namespace pollution.  Don't prepend headers.
48854         * conform/data/aio.h-data: Fixes for POSIX testing.
48855         * conform/data/fcntl.h-data: Likewise.
48856         * conform/data/glob.h-data: Likewise.
48857         * conform/data/grp.h-data: Likewise.
48858         * conform/data/pthread.h-data: Likewise.
48859         * conform/data/pwd.h-data: Likewise.
48860         * conform/data/signal.h-data: Likewise.
48861         * conform/data/spawn.h-data: Likewise.
48862         * conform/data/stdio.h-data: Likewise.
48863         * conform/data/stdlib.h-data: Likewise.
48864         * conform/data/stropts.h-data: Likewise.
48865         * conform/data/sys/mman.h-data: Likewise.
48866         * conform/data/sys/stat.h-data: Likewise.
48867         * conform/data/sys/types.h-data: Likewise.
48868         * conform/data/sys/wait.h-data: Likewise.
48869         * conform/data/time.h-data: Likewise.
48870         * conform/data/unistd.h-data: Likewise.
48871         * conform/data/utime.h-data: Likewise.
48873         * io/sys/stat.h: fchmod was always in POSIX.
48874         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48875         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48876         * rt/aio.h: Define __need_timespec before including <time.h>.
48877         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48878         struct.  Add forward declaration of pthread_attr_t and use it in
48879         sigevent.
48880         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48881         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48882         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48883         always remove CLK_TCK definition.
48885 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48887         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48889 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48891         * conform/run-conformtest.sh: New file.
48892         * conform/Makefile: Run run-conformtest for tests.
48893         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48894         support.
48896         * conform/data/uchar.h-data: New file.
48897         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48898         * conform/data/arpa/inet.h-data: Likewise.
48899         * conform/data/assert.h-data: Likewise.
48900         * conform/data/complex.h-data: Likewise.
48901         * conform/data/cpio.h-data: Likewise.
48902         * conform/data/ctype.h-data: Likewise.
48903         * conform/data/dirent.h-data: Likewise.
48904         * conform/data/dlfcn.h-data: Likewise.
48905         * conform/data/errno.h-data: Likewise.
48906         * conform/data/fcntl.h-data: Likewise.
48907         * conform/data/float.h-data: Likewise.
48908         * conform/data/fmtmsg.h-data: Likewise.
48909         * conform/data/fnmatch.h-data: Likewise.
48910         * conform/data/ftw.h-data: Likewise.
48911         * conform/data/glob.h-data: Likewise.
48912         * conform/data/grp.h-data: Likewise.
48913         * conform/data/iconv.h-data: Likewise.
48914         * conform/data/inttypes.h-data: Likewise.
48915         * conform/data/langinfo.h-data: Likewise.
48916         * conform/data/libgen.h-data: Likewise.
48917         * conform/data/limits.h-data: Likewise.
48918         * conform/data/locale.h-data: Likewise.
48919         * conform/data/math.h-data: Likewise.
48920         * conform/data/monetary.h-data: Likewise.
48921         * conform/data/mqueue.h-data: Likewise.
48922         * conform/data/ndbm.h-data: Likewise.
48923         * conform/data/net/if.h-data: Likewise.
48924         * conform/data/netdb.h-data: Likewise.
48925         * conform/data/netinet/in.h-data: Likewise.
48926         * conform/data/nl_types.h-data: Likewise.
48927         * conform/data/poll.h-data: Likewise.
48928         * conform/data/pthread.h-data: Likewise.
48929         * conform/data/pwd.h-data: Likewise.
48930         * conform/data/regex.h-data: Likewise.
48931         * conform/data/sched.h-data: Likewise.
48932         * conform/data/search.h-data: Likewise.
48933         * conform/data/semaphore.h-data: Likewise.
48934         * conform/data/setjmp.h-data: Likewise.
48935         * conform/data/signal.h-data: Likewise.
48936         * conform/data/spawn.h-data: Likewise.
48937         * conform/data/stdarg.h-data: Likewise.
48938         * conform/data/stdio.h-data: Likewise.
48939         * conform/data/stdlib.h-data: Likewise.
48940         * conform/data/string.h-data: Likewise.
48941         * conform/data/strings.h-data: Likewise.
48942         * conform/data/stropts.h-data: Likewise.
48943         * conform/data/sys/ipc.h-data: Likewise.
48944         * conform/data/sys/mman.h-data: Likewise.
48945         * conform/data/sys/msg.h-data: Likewise.
48946         * conform/data/sys/resource.h-data: Likewise.
48947         * conform/data/sys/select.h-data: Likewise.
48948         * conform/data/sys/sem.h-data: Likewise.
48949         * conform/data/sys/shm.h-data: Likewise.
48950         * conform/data/sys/socket.h-data: Likewise.
48951         * conform/data/sys/stat.h-data: Likewise.
48952         * conform/data/sys/statvfs.h-data: Likewise.
48953         * conform/data/sys/time.h-data: Likewise.
48954         * conform/data/sys/timeb.h-data: Likewise.
48955         * conform/data/sys/times.h-data: Likewise.
48956         * conform/data/sys/types.h-data: Likewise.
48957         * conform/data/sys/uio.h-data: Likewise.
48958         * conform/data/sys/un.h-data: Likewise.
48959         * conform/data/sys/utsname.h-data: Likewise.
48960         * conform/data/sys/wait.h-data: Likewise.
48961         * conform/data/syslog.h-data: Likewise.
48962         * conform/data/tar.h-data: Likewise.
48963         * conform/data/termios.h-data: Likewise.
48964         * conform/data/utime.h-data: Likewise.
48965         * conform/data/utmpx.h-data: Likewise.
48966         * conform/data/varargs.h-data: Likewise.
48967         * conform/data/wchar.h-data: Likewise.
48968         * conform/data/wctype.h-data: Likewise.
48969         * conform/data/wordexp.h-data: Likewise.
48971         * include/stropts.h: New file.
48972         * include/uchar.h: New file.
48973         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48974         * include/assert.h: Likewise.
48975         * include/ctype.h: Likewise.
48976         * include/dirent.h: Likewise.
48977         * include/dlfcn.h: Likewise.
48978         * include/fcntl.h: Likewise.
48979         * include/fnmatch.h: Likewise.
48980         * include/glob.h: Likewise.
48981         * include/grp.h: Likewise.
48982         * include/libio.h: Likewise.
48983         * include/locale.h: Likewise.
48984         * include/math.h: Likewise.
48985         * include/net/if.h: Likewise.
48986         * include/netdb.h: Likewise.
48987         * include/netinet/in.h: Likewise.
48988         * include/pthread.h: Likewise.
48989         * include/pwd.h: Likewise.
48990         * include/regex.h: Likewise.
48991         * include/sched.h: Likewise.
48992         * include/search.h: Likewise.
48993         * include/setjmp.h: Likewise.
48994         * include/signal.h: Likewise.
48995         * include/stdio.h: Likewise.
48996         * include/stdlib.h: Likewise.
48997         * include/string.h: Likewise.
48998         * include/sys/cdefs.h: Likewise.
48999         * include/sys/mman.h: Likewise.
49000         * include/sys/msg.h: Likewise.
49001         * include/sys/resource.h: Likewise.
49002         * include/sys/select.h: Likewise.
49003         * include/sys/socket.h: Likewise.
49004         * include/sys/stat.h: Likewise.
49005         * include/sys/statvfs.h: Likewise.
49006         * include/sys/time.h: Likewise.
49007         * include/sys/times.h: Likewise.
49008         * include/sys/uio.h: Likewise.
49009         * include/sys/utsname.h: Likewise.
49010         * include/sys/wait.h: Likewise.
49011         * include/termios.h: Likewise.
49012         * include/time.h: Likewise.
49013         * include/ulimit.h: Likewise.
49014         * include/unistd.h: Likewise.
49015         * include/utime.h: Likewise.
49016         * include/wchar.h: Likewise.
49017         * include/wctype.h: Likewise.
49018         * include/wordexp.h: Likewise.
49020         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49022         * time/time.h: TIME_UTC must be a macro.
49023         Make timespec_get available for ISO C11 only as well.
49025 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49027         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49028         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49030 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49032         * configure.in: Use -o not -a in test for unsupported multi-arch.
49034 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49036         * manual/texinfo.tex: Update to version 2012-01-19.16.
49038 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49040         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49042 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49044         [BZ #13738]
49045         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49046         * manual/fdl-1.3.texi: New file.
49047         * manual/fdl-1.1.texi: File removed.
49049         [BZ #13738]
49050         * manual/libc.texinfo (FDL_VERSION): New @set.
49051         Use it for mention of FDL in cover text.
49052         (Documentation License): Use it in @include file name.
49054 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49055             Roland McGrath  <roland@hack.frob.com>
49057         [BZ #5461]
49058         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49059         (not LONG_LONG_MAX and LONG_LONG_MIN.
49060         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49061         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49062         name.
49063         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49065 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49067         [BZ #2547]
49068         [BZ #11365]
49069         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49070         manipulate bits before adding and subtracting TWO23[sx].
49071         * math/libm-test.inc (nearbyint_test): Add more tests.
49073 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49075         [BZ #2548]
49076         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49077         bits before adding and subtracting TWO23[sx].
49078         * math/libm-test.inc (rint_test): Add more tests.
49079         (rint_test_tonearest): Likewise.
49080         (rint_test_towardzero): Likewise.
49081         (rint_test_downward): Likewise.
49082         (rint_test_upward: Likewise.
49084 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49086         [BZ #10110]
49087         * include/stdc-predef.h: New file.  Extracted from features.h.
49088         * include/features.h: Include stdc-predef.h.
49089         * Makefile (headers): Add stdc-predef.h.
49090         * CONFORMANCE (Compiler limitations): Update.
49092 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49094         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49096 2012-02-21  David S. Miller  <davem@davemloft.net>
49098         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49099         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49101 2012-02-20  David S. Miller  <davem@davemloft.net>
49103         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49104         using a normal save/restore sequence, rather than allocating a
49105         dummy stack frame just to store a frame pointer and restore.
49106         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49108 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49110         * manual/install.texi: Fix stray word in line-wrapped comment.
49112 2012-02-20  David S. Miller  <davem@davemloft.net>
49114         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49115         both binutils and gcc support GOTDATA.
49117         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49118         "rd %pc" in the PIC register setup sequences.
49120         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49121         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49122         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49123         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49124         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49125         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49126         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49127         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49128         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49129         (SYSCALL_ERROR_HANDLER): Likewise.
49130         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49131         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49132         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49133         (SYSCALL_ERROR_HANDLER): Likewise.
49135         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49136         (HAVE_GCC_GOTDATA): New.
49137         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49138         relocation support in both binutils and gcc.
49139         * sysdeps/sparc/elf/configure: Regenerate.
49141         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49142         * sysdeps/sparc/sparc32/elf/configure: Delete.
49143         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49144         * sysdeps/sparc/sparc64/elf/configure: Delete.
49145         * sysdeps/sparc/elf/configure.in: New file.
49146         * sysdeps/sparc/elf/configure: Generate.
49148         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49149         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49150         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49151         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49152         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49154 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49156         * manual/install.texi: Do not mention specific glibc version
49157         numbers.
49158         * manual/libc.texinfo (VERSION, UPDATED): Update.
49159         (@copying): Use @copyright{} and range of years.
49161 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49163         [BZ #13695]
49164         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49165         [crti.S not in sysdirs] (generated): Do not append.
49166         [crti.S not in sysdirs] (omit-deps): Likewise.
49167         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49168         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49169         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49170         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49171         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49172         Likewise.
49173         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49174         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49175         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49176         * csu/defs.awk: Remove file.
49177         * sysdeps/generic/initfini.c: Likewise.
49178         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49179         variable.
49180         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49181         Likewise.
49183 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49185         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49186         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49187         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49188         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49189         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49190         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49191         <bits/epoll.h>.
49192         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49193         (__EPOLL_PACKED): Define to empty if not defined by
49194         <bits/epoll.h>.
49195         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49196         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49197         bits/epoll.h.
49199 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49201         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49202         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49203         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49204         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49205         <bits/timerfd.h>.
49206         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49207         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49208         bits/timerfd.h.
49210 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49212         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49213         in C locale.
49214         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49215         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49216         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49219 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49221         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49222         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49224 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49226         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49227         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49228         defined.
49229         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49230         Likewise.
49231         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49232         entry for 2.16.
49234 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49236         * math/w_acos.c: Use non-signaling floating-point comparisons.
49237         * math/w_acosf.c: Likewise.
49238         * math/w_acosh.c: Likewise.
49239         * math/w_acoshf.c: Likewise.
49240         * math/w_acoshl.c: Likewise.
49241         * math/w_acosl.c: Likewise.
49242         * math/w_asin.c: Likewise.
49243         * math/w_asinf.c: Likewise.
49244         * math/w_asinl.c: Likewise.
49245         * math/w_atanh.c: Likewise.
49246         * math/w_atanhf.c: Likewise.
49247         * math/w_atanhl.c: Likewise.
49248         * math/w_exp2.c: Likewise.
49249         * math/w_exp2f.c: Likewise.
49250         * math/w_exp2l.c: Likewise.
49251         * math/w_j0.c: Likewise.
49252         * math/w_j0f.c: Likewise.
49253         * math/w_j0l.c: Likewise.
49254         * math/w_j1.c: Likewise.
49255         * math/w_j1f.c: Likewise.
49256         * math/w_j1l.c: Likewise.
49257         * math/w_jn.c: Likewise.
49258         * math/w_jnf.c: Likewise.
49259         * math/w_log.c: Likewise.
49260         * math/w_log10.c: Likewise.
49261         * math/w_log10f.c: Likewise.
49262         * math/w_log10l.c: Likewise.
49263         * math/w_log2.c: Likewise.
49264         * math/w_log2f.c: Likewise.
49265         * math/w_log2l.c: Likewise.
49266         * math/w_logf.c: Likewise.
49267         * math/w_logl.c: Likewise.
49268         * math/w_sqrt.c: Likewise.
49269         * math/w_sqrtf.c: Likewise.
49270         * math/w_sqrtl.c: Likewise.
49271         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49272         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49273         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49274         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49275         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49277 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49279         [BZ #9739]
49280         * manual/string.texi (strnlen): Use correct parameter name in
49281         equivalent expression.
49283 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49285         [BZ #11174]
49286         * manual/users.texi (seteuid): Consistently use neweuid for
49287         argument name.
49289 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49291         [BZ #13704]
49292         * manual/nss.texi (Services in the NSS configuration): Correct
49293         list of services in example configuration file.
49295 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49297         [BZ #11322]
49298         * manual/arith.texi: Remove statements about negative zero
49299         behaving identically to zero.
49301 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49303         [BZ #5993]
49304         * manual/install.texi: Do not document upgrading from libc5.
49306 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49308         [BZ #4596]
49309         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49311 2012-02-18  David S. Miller  <davem@davemloft.net>
49313         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49314         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49315         %o7 across the call.
49316         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49317         instead.
49318         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49319         SETUP_PIC_REG_LEAF.
49320         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49321         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49322         * sysdeps/sparc/crtn.S: Likewise.
49324 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49326         * aout/Makefile: Remove.
49328 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49330         [BZ #13058]
49331         * manual/examples/argp-ex1.c (main): Format definition in GNU
49332         style.
49333         * manual/examples/argp-ex2.c (main): Likewise.
49334         * manual/examples/argp-ex3.c (main): Likewise.
49335         * manual/examples/argp-ex4.c (main): Likewise.
49336         * manual/examples/longopt.c (main): Use new-style prototype
49337         definition.
49338         * manual/examples/strncat.c (main): Specify return type and use
49339         (void) for arguments.
49340         * manual/examples/subopt.c (main): Use char **argv argument.
49342 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49344         [BZ #5077]
49345         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49346         rounding modes.
49348 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49350         [BZ #6907]
49351         * manual/string.texi (strchr): Change when strchrnul is
49352         recommended.
49354 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49356         [BZ #174]
49357         * manual/locale.texi (setlocale): Document LOCPATH.
49359 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49361         [BZ #10210]
49362         * manual/process.texi (execle): Move @dots{} before last argument.
49364 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49366         [BZ #12047]
49367         * manual/charset.texi (Generic Charset Conversion): Fix typo
49368         (LC_TYPE -> LC_CTYPE).
49370 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49372         [BZ #5805]
49373         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49374         (scalbnf): Likewise.
49375         (scalbnl): Likewise.
49376         (scalbln): Likewise.
49377         (scalblnf): Likewise.
49378         (scalblnl): Likewise.
49379         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49380         (vwarnx): Likewise.
49381         (verr): Likewise.
49382         (verrx): Likewise.
49383         * manual/filesys.texi (telldir): Use braces around return type.
49384         * manual/llio.texi (mmap): Add space after comma.
49385         (mmap64): Likewise.
49386         * manual/math.texi (jn): Use @var{} on parameter names.
49387         (jnf): Likewise.
49388         (jnl): Likewise.
49389         (yn): Likewise.
49390         (ynf): Likewise.
49391         (ynl): Likewise.
49392         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49393         line.
49394         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49395         "...".
49396         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49397         (sched_get_priority_max): Likewise.
49398         * manual/signal.texi (sigvec): Add space after comma.
49399         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49400         names.
49401         (if_indextoname): Likewise.
49402         (if_freenameindex): Likewise.
49403         (sendto): Use ',' instead of '.' in prototype.
49404         * manual/startup.texi (syscall): Use @dots{} instead of literal
49405         "...".
49406         * manual/stdio.texi (__fpending): Separate initial words of
49407         paragraph from @deftypefun line.
49408         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49409         "...".
49410         (vsyslog): Use @var{} on parameter names.
49411         * manual/terminal.texi (stty): Use @var{} on parameter names.
49412         * manual/users.texi (getutmp): Use @var{} on parameter names.
49413         (getutmpx): Likewise.
49415 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49417         [BZ #6884]
49418         * manual/stdio.texi (fopen): Fix typos in description of
49419         ",ccs=STRING".
49421 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49423         [BZ #4026]
49424         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49425         get clock_id definition.
49427 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49429         [BZ #4822]
49430         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49431         (madvise): Cast every argument to void on its own.
49433 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49435         [BZ #9902]
49436         * manual/startup.texi (Exit Status): Fix typo.
49438 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49440         [BZ #10140]
49441         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49442         * manual/examples/argp-ex2.c: Likewise.
49443         * manual/examples/argp-ex3.c: Likewise.
49445 2012-02-16  Richard Henderson  <rth@redhat.com>
49447         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49448         * sysdeps/s390/s390-32/initfini.c: Remove.
49449         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49450         * sysdeps/s390/s390-64/initfini.c: Remove.
49452 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49454         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49455         compiler output for sysdeps/generic/initfini.c.
49456         * sysdeps/sh/elf/initfini.c: Remove file.
49458 2012-02-16  David S. Miller  <davem@davemloft.net>
49460         [BZ #11494]
49461         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49463         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49464         * sysdeps/sparc/crti.S: New file.
49465         * sysdeps/sparc/crtn.S: New file.
49466         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49467         * sysdeps/sparc/sparc64/Makefile: Likewise.
49469 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49471         [BZ #3335]
49472         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49474 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49476         [BZ #4822]
49477         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49479         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49480         (write, read, close): Likewise.
49481         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49483 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49485         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49486         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49487         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49488         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49489         <bits/signalfd.h>.
49490         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49491         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49492         bits/signalfd.h.
49494 2012-02-14  Marek Polacek  <polacek@redhat.com>
49496         * sysdeps/x86_64/crti.S: New file.
49497         * sysdeps/x86_64/crtn.S: New file.
49498         * sysdeps/x86_64/elf/initfini.c: Remove file.
49500 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49502         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49503         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49504         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49505         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49506         <bits/inotify.h>.
49507         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49508         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49509         bits/inotify.h.
49511 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49513         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49514         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49515         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49516         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49517         <bits/eventfd.h>.
49518         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49519         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49520         bits/eventfd.h.
49522 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49524         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49525         __feraiseexcept instead of feraiseexcept.
49527         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49528         nanosleep invocations.
49529         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49530         strings, and add error checking for a nanosleep invocations.
49532 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49534         Replace FSF snail mail address with URLs, as per GNU coding standards.
49535         Most of the snail mail addresses were wrong anyway, and omitting
49536         them makes the source code easier to maintain.  Almost all of the
49537         changes are to license notices and to locale LC_IDENTIFICATION
49538         addresses, except for this one:
49539         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49540         not its snail mail address.
49542 2012-02-09  Richard Henderson  <rth@twiddle.net>
49544         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49545         of kernel-features.h.
49547         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49549 2012-02-08  Marek Polacek  <polacek@redhat.com>
49551         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49552         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49553         * sysdeps/gnu/_G_config.h: Likewise.
49554         * sysdeps/generic/_G_config.h: Likewise.
49556 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49558         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49559         tests.
49560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49562         * sysdeps/powerpc/powerpc32/crti.S: New file.
49563         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49564         * sysdeps/powerpc/powerpc64/crti.S: New file.
49565         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49567         * Makeconfig (have-initfini): Don't set.
49568         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49569         * configure.in (nopic_initfini): Don't substitute.
49570         * config.h.in (HAVE_INITFINI): Don't #undef.
49571         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49572         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49574 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49576         Support crti.S and crtn.S provided directly by architectures.
49577         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49578         [crti.S in sysdirs] (omit-deps): Likewise.
49579         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49580         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49581         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49582         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49583         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49584         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49585         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49586         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49587         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49588         compiler output for sysdeps/generic/initfini.c.
49589         * sysdeps/i386/elf/Makefile: Remove file.
49590         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49592 2012-02-07  Marek Polacek  <polacek@redhat.com>
49594         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49595         * sysdeps/gnu/_G_config.h: Likewise.
49596         * sysdeps/mach/hurd/_G_config.h: Likewise.
49598 2012-02-07  Marek Polacek  <polacek@redhat.com>
49600         * math/Makefile (tests): Add tst-CMPLX2.
49601         * math/tst-CMPLX2.c: New file.
49603 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49605         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49607         * math/libm-test.inc (jn_test): Add missing L suffix.
49609 2012-02-06  Marek Polacek  <polacek@redhat.com>
49611         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49612         * sysdeps/i386/fpu/e_powf.S: Likewise.
49613         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49614         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49615         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49616         * sysdeps/i386/fpu/e_pow.S: Likewise.
49617         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49618         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49619         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49620         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49621         * sysdeps/i386/fpu/e_log2.S: Likewise.
49622         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49623         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49624         * sysdeps/i386/fpu/e_powl.S: Likewise.
49625         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49626         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49627         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49628         * sysdeps/i386/fpu/e_logl.S: Likewise.
49629         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49630         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49631         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49632         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49633         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49634         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49635         * sysdeps/i386/fpu/e_log.S: Likewise.
49636         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49637         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49638         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49639         * sysdeps/i386/fpu/e_logf.S: Likewise.
49640         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49641         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49642         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49643         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49644         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49645         * sysdeps/i386/fpu/e_log10.S: Likewise.
49646         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49647         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49648         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49649         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49650         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49651         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49652         * sysdeps/i386/asm-syntax.h: Likewise.
49653         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49654         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49655         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49656         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49657         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49658         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49659         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49660         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49661         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49662         * sysdeps/powerpc/sysdep.h: Likewise.
49663         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49664         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49666 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49668         [BZ #411]
49669         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49671 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49673         * sysdeps/i386/sysdep.h: Include <features.h>.
49674         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49675         version.
49677 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49679         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49680         Define.
49681         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49682         LOAD_PIC_REG_STR.
49684 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49686         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49687         (SETUP_PIC_REG): Use GET_PC_THUNK.
49688         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49689         macro.
49691 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49693         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49694         for non-PIC compilation.
49695         (SETUP_PIC_REG): Add .p2align directive.
49696         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49697         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49698         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49699         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49700         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49701         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49702         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49703         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49704         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49705         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49706         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49707         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49708         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49709         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49710         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49711         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49712         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49713         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49714         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49715         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49716         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49717         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49718         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49719         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49720         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49721         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49722         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49723         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49724         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49725         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49726         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49727         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49728         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49729         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49730         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49731         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49732         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49733         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49734         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49735         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49736         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49738 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49740         * math/tst-CMPLX.c: Include <stdio.h>.
49742 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49744         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49745         float.
49746         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49747         * sysdeps/sparc/bits/mathdef.h: Likewise.
49749 2012-01-31  Marek Polacek  <polacek@redhat.com>
49751         * libio/libio.h: Don't define _PARAMS.
49752         * locale/programs/config.h: Don't define PARAMS.
49753         * stdlib/strtol_l.c: Likewise.
49754         (__strtol_l): Remove PARAMS from the prototype.
49756 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49758         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49759         names.  Just use the correct names.  Remove unnecessary wrapper
49760         functions.
49761         * malloc/arena.c: Likewise.
49762         * malloc/hooks.c: Likewise.
49764         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49765         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49766         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49768 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49770         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49771         into tail calls.
49772         (update_get_addr): New function.
49773         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49774         GET_ADDR_MODULE parameter.
49776 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49778         * crypt/cert.c: Remove __STDC__ conditionals.
49779         * crypt/crypt-entry.c: Likewise.
49780         * crypt/crypt_util.c: Likewise.
49781         * libio/filedoalloc.c: Likewise.
49782         * libio/fileops.c: Likewise.
49783         * libio/genops.c: Likewise.
49784         * libio/iofclose.c: Likewise.
49785         * libio/iofdopen.c: Likewise.
49786         * libio/iofopen.c: Likewise.
49787         * libio/iofopen64.c: Likewise.
49788         * libio/iogetdelim.c: Likewise.
49789         * libio/iopopen.c: Likewise.
49790         * libio/obprintf.c: Likewise.
49791         * libio/oldfileops.c: Likewise.
49792         * libio/oldiofclose.c: Likewise.
49793         * libio/oldiofdopen.c: Likewise.
49794         * libio/oldiofopen.c: Likewise.
49795         * libio/oldiopopen.c: Likewise.
49796         * libio/wfiledoalloc.c: Likewise.
49797         * libio/wgenops.c: Likewise.
49798         * locale/programs/xmalloc.c: Likewise.
49799         * misc/syslog.c: Likewise.
49800         * stdio-common/xbug.c: Likewise.
49801         * string/memchr.c: Likewise.
49802         * string/memcmp.c: Likewise.
49803         * string/memrchr.c: Likewise.
49804         * string/rawmemchr.c: Likewise.
49805         * sysdeps/posix/getcwd.c: Likewise.
49806         * time/strftime_l.c: Likewise.
49808 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49810         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49811         * config.make.in (config-cflags-sse2avx): Define.
49812         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49813         Fix typo.
49815 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49817         * scripts/config.guess: Update from upstream config git repository.
49818         * scripts/config.sub: Likewise.
49820 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49822         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49823         (EM_NUM): Update.
49824         (R_TILEPRO_*, R_TILEGX_*): New macros.
49826         * scripts/firstversions.awk: Fix bug in version range handling.
49828         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49830         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49832         * include/sys/epoll.h: New file.
49833         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49834         libc_hidden_def.
49836 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49838         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49839         Avoid unnecessary __WORDSIZE == 64 test.
49840         (fmaxf): Use VEX format if possible.
49841         (fmax): Likewise.
49842         (fminf): Likewise.
49843         (fmin): Likewise.
49845         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49846         * math/math_private.h: Remove libc_fegetround* and
49847         libc_fesetround*.
49848         * sysdeps/i386/configure.in: Check for -msse2avx.
49849         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49850         also if SSE2AVX is defined.
49851         Remove libc_fegetround* and libc_fesetround*.
49852         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49853         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49854         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49855         of HAS_YMM_USABLE.
49856         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49857         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49858         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49859         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49860         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49862         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49864 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49866         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49867         size is not set.
49868         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49870 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49872         [BZ #13618]
49873         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49874         relocation.
49875         * Makeconfig (libm): Define.
49876         * elf/Makefile: Add rules to build and run tst-relsort1.
49877         * elf/tst-relsort1.c: New file.
49878         * elf/tst-relsort1mod1.c: New file.
49879         * elf/tst-relsort1mod2.c: New file.
49881 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49883         * math/s_ldexp.c: Remove __STDC__ conditionals.
49884         * math/s_ldexpf.c: Likewise.
49885         * math/s_ldexpl.c: Likewise.
49886         * math/s_nextafter.c: Likewise.
49887         * math/s_nexttowardf.c: Likewise.
49888         * math/s_significand.c: Likewise.
49889         * math/s_significandf.c: Likewise.
49890         * math/s_significandl.c: Likewise.
49891         * math/w_jnl.c: Likewise.
49892         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49893         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49894         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49895         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49896         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49897         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49898         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49899         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49900         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49901         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49902         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49903         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49904         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49905         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49906         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49907         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49908         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49909         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49910         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49911         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49912         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49913         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49914         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49915         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49916         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49917         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49918         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49919         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49920         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49921         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49922         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49923         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49924         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49925         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49926         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49927         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49928         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49929         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49930         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49931         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49932         * sysdeps/ieee754/k_standard.c: Likewise.
49933         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49934         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49935         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49936         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49937         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49938         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49939         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49940         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49941         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49942         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49943         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49944         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49945         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49946         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49947         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49948         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49949         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49950         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49951         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49952         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49953         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49954         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49955         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49956         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49957         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49958         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49959         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49960         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49961         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49962         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49963         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49964         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49965         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49966         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49967         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49968         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49969         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49970         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49971         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49972         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49973         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49974         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49975         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49976         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49977         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49978         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49979         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49980         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49981         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49982         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49983         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49984         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49985         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49986         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49987         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49988         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49989         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49990         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49991         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49992         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49993         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49994         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49995         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49996         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49997         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49998         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49999         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50000         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50001         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50002         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50003         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50004         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50005         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50006         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50007         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50008         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50009         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50010         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50011         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50012         * sysdeps/ieee754/s_matherr.c: Likewise.
50013         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50014         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50015         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50016         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50018 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50020         * crypt/md5.h: Remove __STDC__ conditionals.
50021         * libio/libioP.h: Likewise.
50022         * locale/programs/config.h: Likewise.
50023         * sysdeps/generic/sysdep.h: Likewise.
50024         * sysdeps/i386/asm-syntax.h: Likewise.
50025         * sysdeps/s390/asm-syntax.h: Likewise.
50026         * sysdeps/unix/sysdep.h: Likewise.
50027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50030 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50032         * libio/libio.h: Remove __STDC__ conditionals.
50033         * malloc/obstack.h: Likewise.
50034         * math/complex.h: Likewise.
50035         * math/math.h: Likewise.
50036         * sysdeps/generic/_G_config.h: Likewise.
50037         * sysdeps/gnu/_G_config.h: Likewise.
50038         * sysdeps/mach/hurd/_G_config.h: Likewise.
50039         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50040         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50041         * sysdeps/sparc/bits/mathdef.h: Likewise.
50043 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50045         [BZ #13583]
50046         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50047         Clean up HAS_* macros.
50048         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50049         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50050         possible.
50051         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50052         HAS_AVX.
50053         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50054         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50055         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50056         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50057         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50059 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50061         * elf/tst-unique3.cc (gets): Remove declaration.
50062         * elf/tst-unique3lib.cc (gets): Likewise.
50063         * elf/tst-unique3lib2.cc (gets): Likewise.
50064         * elf/tst-unique4.cc (gets): Likewise.
50066 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50068         * include/stdio.h: Add C++ protection.  Add gets declarations and
50069         definitions.
50070         * debug/tst-chk1.c: Don't declare gets here.
50071         * stdio-common/tst-gets.c: Likewise.
50073 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50075         * posix/glob: Remove directory.
50077 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50079         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50081 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50083         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50084         of the non-standard EPFNOSUPPORT.
50086 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50088         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50089         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50090         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50092 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50094         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50096 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50098         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50099         transient errors.
50100         * nscd/grpcache.c (cache_addgr): Likewise.
50101         * nscd/hstcache.c (cache_addhst): Likewise.
50102         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50103         * nscd/pwdcache.c (cache_addpw): Likewise.
50104         * nscd/servicescache.c (cache_addserv): Likewise.
50106 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50108         * malloc/malloc.c: Various cleanups.
50109         * malloc/hooks.c: Likewise.
50111         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50112         * stdlib/bug-fmtmsg1.c: New file.
50114         * stdlib/fmtmsg.c (init): Add missing unlock.
50115         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50117 2012-01-12  Marek Polacek  <polacek@redhat.com>
50119         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50120         and _GNU_SOURCE.
50122 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50124         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50125         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50126         macro to ensure uniqueness of label name.
50127         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50128         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50130 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50132         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50134         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50135         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50136         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50137         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50139 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50141         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50143         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50144         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50145         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50147         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50149         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50150         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50151         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50152         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50154         * math/bits/math-finite.h: Add ldexp support.
50156 2012-01-10  Marek Polacek  <polacek@redhat.com>
50158         * locale/programs/localedef.h (show_archive_content): Add noreturn
50159         attribute.
50161 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50163         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50165 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50167         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50169         * io/Makefile (headers): Add bits/poll2.h.
50171 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50174         typo #include statement.
50176 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50178         * include/sys/cdefs.h: Define __attribute_alloc_size.
50179         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50180         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50181         * elf/pldd.c: Likewise.
50182         * iconv/iconv_charmap.c: Likewise.
50183         * iconv/iconvconfig.c: Likewise.
50184         * iconv/strtab.c: Likewise.
50185         * locale/programs/locale.c: Likewise.
50186         * locale/programs/localedef.h: Likewise.
50187         * locale/programs/simple-hash.c: Likewise.
50188         * nscd/nscd.h: Likewise.
50189         * nss/makedb.c: Likewise.
50190         * sysdeps/generic/ldconfig.h: Likewise.
50191         * locale/programs/localedef.c: Remove xmalloc prototype.
50192         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50194 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50196         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50197         appropriate.
50199 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50201         * math/Makefile (tests): Add tst-CMPLX.
50202         * math/tst-CMPLX.c: New file.
50204         * math/complex.h (CMPLXL): Fix typo.
50206         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50207         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50208         GLIBC_2.16.
50209         * debug/tst-chk1.c: Add poll and ppoll tests.
50210         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50211         * include/sys/poll.h: Add hidden proto for ppoll.
50212         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50213         * sysdeps/mach/hurd/ppoll.c: Likewise.
50214         * io/ppoll.c: Likewise.
50215         * debug/poll_chk.c: New file.
50216         * debug/ppoll_chk.c: New file.
50217         * include/bits/poll2.h: New file.
50218         * io/bits/poll2.h: New file.
50220         [BZ #1350]
50221         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50223         * configure.in: static is always set to yes.  Remove.
50224         * config.make.in: Don't set build-static.
50225         * Makeconfig: Remove use of build-static.
50226         * dlfcn/Makefile: Likewise.
50227         * elf/Makefile: Likewise.
50228         * math/Makefile: Likewise.
50229         * misc/Makefile: Likewise.
50230         * nptl/Makefile: Likewise.
50231         * sysdeps/mach/hurd/Makefile: Likewise.
50233         * configure.in: PWD_P is not used anymore.
50234         * config.make.in: Remove PWD_P entry.
50236         * configure.in: Remove last remnants of RANLIB.
50237         No need to check for signed size_t anymore.
50238         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50239         and IA-64.
50240         Remove __builtin_expect test because we require at least gcc 3.4.
50241         * aclocal.m4: Likewise.
50243         * wcsmbs/mbrtoc16.c: Implement using towc function.
50244         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50245         * wcsmbs/wcsmbsload.c: Likewise.
50246         * iconv/gconv_simple.c: Likewise.
50247         * iconv/gconv_int.h: Likewise.
50248         * iconv/gconv_builtin.h: Likewise.
50249         * iconv/iconv_prog.c: Remove CHAR16 handling.
50251         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50253         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50255         * configure.in: Remove --with-elf and --enable-bounded options.
50256         Dont set base_machine for ia64.  More non-ELF conditions removed.
50257         Remove testing and setting of leading underscore information.
50258         * config.make.in (build-bounded): Set to no.
50259         * config.h.in: Remove NO_UNDERSCORES entry.
50260         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50261         them.
50262         * csu/start.c: Remove !NO_UNDERSCORE code.
50263         * locale/localeinfo.h: Likewise.
50264         * sysdeps/generic/machine-gmon.h: Likewise.
50265         * sysdeps/generic/sysdep.h: Likewise.
50266         * sysdeps/i386/sysdep.h: Likewise.
50267         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50268         * sysdeps/mach/sysdep.h: Likewise.
50269         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50270         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50271         * sysdeps/sh/sysdep.h: Likewise.
50272         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50273         * sysdeps/unix/i386/sysdep.S: Likewise.
50274         * sysdeps/unix/sparc/start.c: Likewise.
50275         * sysdeps/unix/sparc/sysdep.S: Likewise.
50276         * sysdeps/unix/sparc/sysdep.h: Likewise.
50277         * sysdeps/unix/start.c: Likewise.
50278         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50279         * sysdeps/x86_64/sysdep.h: Likewise.
50281 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50283         [BZ #13553]
50284         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50285         for non-gcc.
50286         * argp/argp-fmtstream.h: Use const instead __const.
50287         * argp/argp.h: Likewise.
50288         * assert/assert.h: Likewise.
50289         * bits/fenv.h: Likewise.
50290         * bits/sched.h: Likewise.
50291         * bits/sigset.h: Likewise.
50292         * bits/sigthread.h: Likewise.
50293         * catgets/nl_types.h: Likewise.
50294         * conform/data/pthread.h-data: Likewise.
50295         * crypt/crypt-private.h: Likewise.
50296         * crypt/crypt.h: Likewise.
50297         * crypt/crypt_util.c: Likewise.
50298         * ctype/ctype.h: Likewise.
50299         * debug/execinfo.h: Likewise.
50300         * debug/mbsnrtowcs_chk.c: Likewise.
50301         * debug/mbsrtowcs_chk.c: Likewise.
50302         * debug/wcsnrtombs_chk.c: Likewise.
50303         * debug/wcsrtombs_chk.c: Likewise.
50304         * debug/wcstombs_chk.c: Likewise.
50305         * dirent/dirent.h: Likewise.
50306         * dlfcn/dlfcn.h: Likewise.
50307         * elf/neededtest4.c: Likewise.
50308         * grp/grp.h: Likewise.
50309         * gshadow/gshadow.h: Likewise.
50310         * iconv/gconv.h: Likewise.
50311         * iconv/gconv_int.h: Likewise.
50312         * iconv/gconv_simple.c: Likewise.
50313         * iconv/iconv.h: Likewise.
50314         * iconv/loop.c: Likewise.
50315         * iconv/skeleton.c: Likewise.
50316         * include/aio.h: Likewise.
50317         * include/aliases.h: Likewise.
50318         * include/argz.h: Likewise.
50319         * include/arpa/inet.h: Likewise.
50320         * include/assert.h: Likewise.
50321         * include/dirent.h: Likewise.
50322         * include/dlfcn.h: Likewise.
50323         * include/execinfo.h: Likewise.
50324         * include/fcntl.h: Likewise.
50325         * include/fenv.h: Likewise.
50326         * include/glob.h: Likewise.
50327         * include/grp.h: Likewise.
50328         * include/libintl.h: Likewise.
50329         * include/mntent.h: Likewise.
50330         * include/netdb.h: Likewise.
50331         * include/pwd.h: Likewise.
50332         * include/rpc/netdb.h: Likewise.
50333         * include/sched.h: Likewise.
50334         * include/search.h: Likewise.
50335         * include/shadow.h: Likewise.
50336         * include/signal.h: Likewise.
50337         * include/stdio.h: Likewise.
50338         * include/stdlib.h: Likewise.
50339         * include/string.h: Likewise.
50340         * include/sys/socket.h: Likewise.
50341         * include/sys/stat.h: Likewise.
50342         * include/sys/statfs.h: Likewise.
50343         * include/sys/statvfs.h: Likewise.
50344         * include/sys/syslog.h: Likewise.
50345         * include/sys/time.h: Likewise.
50346         * include/sys/uio.h: Likewise.
50347         * include/time.h: Likewise.
50348         * include/unistd.h: Likewise.
50349         * include/utmp.h: Likewise.
50350         * include/wchar.h: Likewise.
50351         * include/wctype.h: Likewise.
50352         * inet/aliases.h: Likewise.
50353         * inet/arpa/inet.h: Likewise.
50354         * inet/netinet/ether.h: Likewise.
50355         * inet/netinet/in.h: Likewise.
50356         * intl/libintl.h: Likewise.
50357         * io/bits/fcntl2.h: Likewise.
50358         * io/fcntl.h: Likewise.
50359         * io/ftw.h: Likewise.
50360         * io/sys/poll.h: Likewise.
50361         * io/sys/stat.h: Likewise.
50362         * io/sys/statfs.h: Likewise.
50363         * io/sys/statvfs.h: Likewise.
50364         * io/utime.h: Likewise.
50365         * libio/bits/stdio.h: Likewise.
50366         * libio/bits/stdio2.h: Likewise.
50367         * libio/libio.h: Likewise.
50368         * libio/libioP.h: Likewise.
50369         * libio/stdio.h: Likewise.
50370         * locale/lc-ctype.c: Likewise.
50371         * locale/locale.h: Likewise.
50372         * login/utmp.h: Likewise.
50373         * malloc/arena.c: Likewise.
50374         * malloc/malloc.c: Likewise.
50375         * malloc/malloc.h: Likewise.
50376         * malloc/mcheck.c: Likewise.
50377         * malloc/mtrace.c: Likewise.
50378         * math/bits/mathcalls.h: Likewise.
50379         * math/fenv.h: Likewise.
50380         * math/math_private.h: Likewise.
50381         * misc/bits/error.h: Likewise.
50382         * misc/bits/syslog.h: Likewise.
50383         * misc/err.h: Likewise.
50384         * misc/error.h: Likewise.
50385         * misc/fstab.h: Likewise.
50386         * misc/mntent.h: Likewise.
50387         * misc/regexp.h: Likewise.
50388         * misc/search.h: Likewise.
50389         * misc/sgtty.h: Likewise.
50390         * misc/sys/mman.h: Likewise.
50391         * misc/sys/syslog.h: Likewise.
50392         * misc/sys/uio.h: Likewise.
50393         * misc/sys/xattr.h: Likewise.
50394         * misc/ttyent.h: Likewise.
50395         * nis/rpcsvc/ypclnt.h: Likewise.
50396         * nss/nss.h: Likewise.
50397         * posix/bits/unistd.h: Likewise.
50398         * posix/fnmatch.h: Likewise.
50399         * posix/glob.h: Likewise.
50400         * posix/sched.h: Likewise.
50401         * posix/spawn.h: Likewise.
50402         * posix/sys/wait.h: Likewise.
50403         * posix/unistd.h: Likewise.
50404         * posix/wordexp.h: Likewise.
50405         * pwd/pwd.h: Likewise.
50406         * resolv/netdb.h: Likewise.
50407         * resource/sys/resource.h: Likewise.
50408         * rt/aio.h: Likewise.
50409         * rt/bits/mqueue2.h: Likewise.
50410         * rt/mqueue.h: Likewise.
50411         * shadow/shadow.h: Likewise.
50412         * signal/signal.h: Likewise.
50413         * socket/send.c: Likewise.
50414         * socket/sendto.c: Likewise.
50415         * socket/sys/socket.h: Likewise.
50416         * stdio-common/printf.h: Likewise.
50417         * stdlib/bits/stdlib.h: Likewise.
50418         * stdlib/fmtmsg.h: Likewise.
50419         * stdlib/monetary.h: Likewise.
50420         * stdlib/stdlib.h: Likewise.
50421         * stdlib/ucontext.h: Likewise.
50422         * streams/stropts.h: Likewise.
50423         * string/argz.h: Likewise.
50424         * string/bits/string2.h: Likewise.
50425         * string/string.h: Likewise.
50426         * string/strings.h: Likewise.
50427         * sunrpc/rpc/auth.h: Likewise.
50428         * sunrpc/rpc/auth_des.h: Likewise.
50429         * sunrpc/rpc/clnt.h: Likewise.
50430         * sunrpc/rpc/netdb.h: Likewise.
50431         * sunrpc/rpc/pmap_clnt.h: Likewise.
50432         * sunrpc/rpc/xdr.h: Likewise.
50433         * sysdeps/generic/inttypes.h: Likewise.
50434         * sysdeps/generic/net/if.h: Likewise.
50435         * sysdeps/generic/sys/swap.h: Likewise.
50436         * sysdeps/gnu/net/if.h: Likewise.
50437         * sysdeps/gnu/utmpx.h: Likewise.
50438         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50439         * sysdeps/i386/i486/bits/string.h: Likewise.
50440         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50441         * sysdeps/s390/bits/string.h: Likewise.
50442         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50443         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50444         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50445         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50446         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50447         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50448         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50449         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50450         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50451         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50452         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50453         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50454         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50455         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50456         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50457         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50458         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50459         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50460         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50461         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50462         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50463         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50464         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50465         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50466         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50467         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50468         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50469         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50470         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50471         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50472         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50473         * sysvipc/sys/ipc.h: Likewise.
50474         * sysvipc/sys/msg.h: Likewise.
50475         * sysvipc/sys/sem.h: Likewise.
50476         * sysvipc/sys/shm.h: Likewise.
50477         * termios/termios.h: Likewise.
50478         * time/sys/time.h: Likewise.
50479         * time/time.h: Likewise.
50480         * wcsmbs/bits/wchar2.h: Likewise.
50481         * wcsmbs/uchar.h: Likewise.
50482         * wcsmbs/wchar.h: Likewise.
50483         * wctype/wctype.h: Likewise.
50485         [BZ #13551]
50486         * Makeconfig: Remove all but ELF support including AIX support.
50487         * Makerules: Likewise.
50488         * config.h.in: Likewise.
50489         * config.make.in: Likewise.
50490         * configure: Likewise.
50491         * configure.in: Likewise.
50492         * csu/Makefile: Likewise.
50493         * csu/version.c: Likewise.
50494         * debug/Makefile: Likewise.
50495         * dlfcn/Makefile: Likewise.
50496         * elf/Makefile: Likewise.
50497         * extra-lib.mk: Likewise.
50498         * iconv/Makefile: Likewise.
50499         * include/libc-symbols.h: Likewise.
50500         * include/shlib-compat.h: Likewise.
50501         * resolv/Makefile: Likewise.
50502         * resolv/res_libc.c: Likewise.
50503         * rt/Makefile: Likewise.
50504         * sysdeps/i386/asm-syntax.h: Likewise.
50505         * sysdeps/i386/sysdep.h: Likewise.
50506         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50507         * sysdeps/mach/sysdep.h: Likewise.
50508         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50509         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50510         * sysdeps/s390/asm-syntax.h: Likewise.
50511         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50512         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50513         * sysdeps/sh/sysdep.h: Likewise.
50514         * sysdeps/unix/sparc/sysdep.h: Likewise.
50515         * sysdeps/wordsize-32/divdi3.c: Likewise.
50516         * sysdeps/x86_64/sysdep.h: Likewise.
50518         * argp/Versions: Remove _argp_unlock_xxx.
50520         [BZ #13559]
50521         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50522         * abilist/libBrokenLocale.abilist: Likewise.
50523         * abilist/libanl.abilist: Likewise.
50524         * abilist/libc.abilist: Likewise.
50525         * abilist/libcrypt.abilist: Likewise.
50526         * abilist/libdl.abilist: Likewise.
50527         * abilist/libm.abilist: Likewise.
50528         * abilist/libnsl.abilist: Likewise.
50529         * abilist/libpthread.abilist: Likewise.
50530         * abilist/libresolv.abilist: Likewise.
50531         * abilist/librt.abilist: Likewise.
50532         * abilist/libthread_db.abilist: Likewise.
50533         * abilist/libutil.abilist: Likewise.
50534         * abilist/libnss_db.abilist: New file.
50536         * scripts/abilist.awk: Add support for indirect functions.
50538         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50540         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50542         * shlib-versions: Remove entries for ports architectures.
50544         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50545         files in ports.
50546         * elf/stackguard-macros.h: Remove support for IA-64.
50547         * elf/tst-auditmod1.c: Likewise.
50548         * sysdeps/generic/ldsodefs.h: Likewise.
50550         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50551         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50552         configure files.
50554         [BZ #13552]
50555         * configure.in: Remove --enable-omitfp support.
50556         * FAQ.in: Adjust.
50557         * config.make.in: Likewise.
50558         * Makeconfig: Likewise.
50559         * manual/install.texi: Likewise.
50561         In case anyone cares, the IA-64 architecture could move to ports.
50562         * sysdeps/ia64/*: Removed.
50563         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50564         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50566         [BZ #13555]
50567         * configure.in: Remove entries for unsupported architectures.
50569         [BZ #13533]
50570         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50571         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50572         routines.
50573         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50574         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50575         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50576         fall back to using wcrtomb.
50577         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50578         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50579         renaming.
50580         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50581         * wcsmbs/tst-c16c32-1.c: New file.
50583         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50584         local variable.
50586         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50588         * elf/tst-unique3.cc: Add explicit declaration of gets.
50589         * elf/tst-unique3lib.cc: Likewise.
50590         * elf/tst-unique3lib2.cc: Likewise.
50591         * elf/tst-unique4.cc: Likewise.
50593         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50595 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50597         [BZ #13566]
50598         * assert/assert.h (static_assert): Don't define for C++.
50599         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50600         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50602 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50604         * iconv/loop.c (single loop): Fix assertion in storing of
50605         remaining bytes.
50607         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50609 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50611         * posix/getconf.c: Update copyright year.
50612         * nss/getent.c: Likewise.
50613         * nss/makedb.c: Likewise.
50614         * iconv/iconvconfig.c: Likewise.
50615         * iconv/iconv_prog.c: Likewise.
50616         * elf/ldconfig.c: Likewise.
50617         * elf/pldd.c: Likewise.
50618         * elf/sotruss.ksh: Likewise.
50619         * catgets/gencat.c: Likewise.
50620         * csu/version.c: Likewise.
50621         * elf/ldd.bash.in: Likewise.
50622         * elf/sprof.c (print_version): Likewise.
50623         * locale/programs/locale.c: Likewise.
50624         * locale/programs/localedef.c: Likewise.
50625         * login/programs/pt_chown.c: Likewise.
50626         * nscd/nscd.c (print_version): Likewise.
50627         * debug/xtrace.sh: Likewise.
50628         * malloc/memusage.sh: Likewise.
50629         * malloc/mtrace.pl: Likewise.
50630         * debug/catchsegv.sh: Likewise.
50632 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50634         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50635         pure attribute.
50637 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50639         [BZ #13533]
50640         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50641         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50642         transformations.
50643         * iconv/gconv_int.h: Likewise.
50644         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50645         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50646         from libc for GLIBC_2.16.
50647         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50648         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50649         * wcsmbs/uchar.h: Really define mbstate_t.
50650         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50651         * wcsmbs/c16rtomb.c: New file.
50652         * wcsmbs/mbrtoc16.c: New file.
50653         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50654         for C/POSIX locale.
50655         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50656         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50658         * wcsmbs/wchar.h: Add missing __restrict.
50660 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50662         [BZ #13532]
50663         * time/Makefile (routines): Add timespec_get.
50664         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50665         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50666         timespec for ISO C11.
50667         * time/timespec_get.c: New file.
50668         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50669         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50671         [BZ #13531]
50672         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50673         * stdlib/stdlib.h: Declare aligned_alloc.
50674         * Versions.def: Add GLIBC_2.16 for libc.
50675         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50677         [BZ 13527]
50678         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50679         ISO C11.
50681         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50682         code.
50684         [BZ #13528]
50685         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50687         [BZ #13529]
50688         * assert/assert.h (static_assert): Define.
50690         * version.h: Update for 2.16 development version.
50692         [BZ #13526]
50693         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50694         _ISOC11_SOURCE.
50696         * version.h (RELEASE): Bump for 2.15 release.
50697         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50699         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50700         Patch by Marek Polacek <mpolacek@redhat.com>.
50702         * bits/byteswap.h: Protect long long constants with __extension__.
50703         * sysdeps/i386/bits/byteswap.h: Likewise.
50704         * sysdeps/ia64/bits/byteswap.h: Likewise.
50705         * sysdeps/s390/bits/byteswap.h: Likewise.
50706         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50708 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50710         [BZ #13540]
50711         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50712         destination buffer.
50713         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50715 2011-12-23  Marek Polacek  <polacek@redhat.com>
50717         * elf/dl-addr.c (determine_info): Add inline keyword.
50718         * elf/tst-auditmod4b.c (check_avx): Likewise.
50719         * elf/tst-auditmod6b.c (check_avx): Likewise.
50720         * elf/tst-auditmod6c.c (check_avx): Likewise.
50721         * elf/tst-auditmod7b.c (check_avx): Likewise.
50723 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50725         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50726         !__SSE_MATH__.
50728 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50730         [BZ #13540]
50731         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50732         processing for last bytes.
50734 2011-08-06  Bruno Haible  <bruno@clisp.org>
50736         [BZ #13061]
50737         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50738         U+0385, not to U+1FEE.
50740         [BZ #13062]
50741         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50742         entry for U+00A5 U+0301.
50744 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50746         [BZ #13166]
50747         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50748         buffer for the output is too small.
50750         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50751         optimization.
50753         [BZ #13185]
50754         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50755         SSE flags if possible.
50757 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50759         [BZ #13540]
50760         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50761         processing for last bytes.
50763 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50765         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50766         (syscall-list-default-options, syscall-list-default-condition)
50767         (syscall-list-includes): Define.
50768         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50769         list of ABIs and options and #if conditions for each ABI.  Do not
50770         handle common syscalls between ABIs specially.
50771         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50772         Remove.
50773         (syscall-list-variants, syscall-list-32bit-options)
50774         (syscall-list-32bit-condition, syscall-list-64bit-options)
50775         (syscall-list-64bit-condition): Define.
50776         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50777         (syscall-list-variants, syscall-list-32bit-options)
50778         (syscall-list-32bit-condition, syscall-list-64bit-options)
50779         (syscall-list-64bit-condition): Define.
50780         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50781         Remove.
50782         (syscall-list-variants, syscall-list-32bit-options)
50783         (syscall-list-32bit-condition, syscall-list-64bit-options)
50784         (syscall-list-64bit-condition): Define.
50785         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50786         Remove.
50787         (syscall-list-variants, syscall-list-32bit-options)
50788         (syscall-list-32bit-condition, syscall-list-64bit-options)
50789         (syscall-list-64bit-condition): Define.
50791 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50793         * locale/iso-639.def: Add brx entry.
50795         [BZ #13328]
50796         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50797         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50799         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50800         __feraiseexcept_renamed.
50802 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50804         [BZ #13538]
50805         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50806         EPOLLET with unsigned values.
50807         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50808         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50810         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50811         to large cancellation.
50812         * math/s_cacoshf.c: Likewise.
50813         * math/s_cacoshl.c: Likewise.
50815 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50817         [BZ #13305]
50818         [BZ #12786]
50819         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50820         * math/s_cacoshf.c: Likewise.
50821         * math/s_cacoshl.c: Likewise.
50823 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50825         [BZ #13439]
50826         * iconv/gconv.h: Define __GCONV_SWAP.
50827         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50828         * iconvdata/utf-16.c: Likewise.
50829         * iconvdata/utf-32.c: Likewise.
50831 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50833         [BZ #13524]
50834         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50835         numerator after shifting it by one limb.
50837 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50839         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50840         under [__USE_EXTERN_INLINES].
50842 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50844         [BZ #13446]
50845         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50847 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50849         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50850         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50851         optimized code.
50852         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50853         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50854         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50855         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50856         for strncasecmp/strncasecmp_l compilation.
50857         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50858         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50860 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50862         [BZ #13484]
50863         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50864         of __asm__.
50866 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50868         [BZ #13506]
50869         * time/tzfile.c (__tzfile_read): Check values from file header.
50871 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50873         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50874         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50875         * powerpc/powerpc32/dl-start.S: Likewise.
50876         * powerpc/powerpc32/elf/start.S: Likewise.
50877         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50878         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50879         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50880         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50881         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50882         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50883         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50884         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50885         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50886         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50887         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50888         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50889         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50890         * powerpc/powerpc32/memset.S: Likewise.
50891         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50892         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50893         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50894         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50895         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50896         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50897         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50898         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50899         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50900         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50901         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50902         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50903         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50905 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50907         * math/libm-test.inc: Added more nearbyint tests.
50908         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50909         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50910         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50911         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50913 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50915         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50916         FD_CLOEXEC.
50918 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50920         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50921         Add wcscpy-ssse3 wcscpy-c.
50922         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50923         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50924         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50925         * sysdeps/x86_64/wcschr.S: New file.
50926         * sysdeps/x86_64/wcsrchr.S: New file.
50927         * string/test-strcmp.c: Remove checking of wcscmp function for
50928         wrong alignments.
50929         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50930         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50931         wcsrchr-sse2 wcsrchr-c.
50932         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50933         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50934         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50935         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50936         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50937         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50938         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50939         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50940         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50941         * wcsmbc/wcschr.c (WCSCHR): New macro.
50943 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50945         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50946         * wcsmbs/test-wcsrchr.c: New file.
50947         * string/test-strrchr.c: Add wcsrchr support.
50948         (WIDE): New macro.
50949         * wcsmbs/test-wcscpy.c: New file.
50950         * string/test-strcpy.c: Add wcscpy support.
50951         (WIDE): New macro.
50953 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50955         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50956         the inner loop.
50958 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50960         [BZ #13472]
50961         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50963 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50965         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50966         Minor optimizations.
50968         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50969         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50970         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50972 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50974         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50975         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50976         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50977         for gcc to avoid warnings.
50978         * inet/Makefile (tests): Add tst-checks.
50979         * inet/tst-checks.c: New file.
50981         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50982         warning.
50984         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50985         __wmemcmp_sse2.
50987         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50988         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50990         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50992 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50994         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50995         problem.
50997         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50999 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51001         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51002         conditional on GCC version.
51003         (__arch_compare_and_exchange_val_8_acq)
51004         (__arch_compare_and_exchange_val_16_acq)
51005         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51006         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51007         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51009 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51011         * sysdeps/sh/backtrace.c: New file.
51013 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51015         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51016         parenthesis.
51018 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51020         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51021         falling back to utime.
51023 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51025         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51026         expectations for float.
51028 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51030         * locale/weight.h (findidx): Add parameter len.
51031         * locale/weightwc.h (findidx): Likewise.
51032         * posix/fnmatch_loop.c (FCT): Adjust caller.
51033         * posix/regcomp.c (build_equiv_class): Likewise.
51034         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51035         * posix/regexec.c (check_node_accept_bytes): Likewise.
51036         * string/strcoll_l.c (STRCOLL): Likewise.
51037         * string/strxfrm_l.c (STRXFRM): Likewise.
51039 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51041         * Makefile.in: Remove CVSOPT handling.
51042         * configure.in: Remove use of AC_REVISION.
51043         * iconvdata/Makefile (distribute): No need to filter out CVS.
51044         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51045         handling.
51047 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51049         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51050         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51051         [USE_AS_STRNCASECMP_L]: Likewise.
51052         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51053         NO_TLS_DIRECT_SEG_REFS.
51054         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51055         Fix argument offsets for non-PIC.
51056         [USE_AS_STRNCASECMP_L]: Likewise.
51057         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51058         NO_TLS_DIRECT_SEG_REFS.
51060 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51062         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51063         O_CLOEXEC.
51064         * locale/loadlocale.c (_nl_load_locale): Likewise.
51066 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51068         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51069         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51070         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51071         (SYSCALL_GETTIME): Set errno on error.
51073         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51074         count references to noai6ai_cached.
51076 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51078         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51080         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51081         FD_CLOEXEC for /proc/self/maps.
51083         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51084         FD_CLOEXEC for /proc/meminfo.
51086         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51087         gai.conf.
51089         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51090         FD_CLOEXEC for given file.
51092         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51094         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51095         FD_CLOEXEC for /etc/hosts.
51096         (_gethtent): Likewise.
51098         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51100         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51101         cancellation and set FD_CLOEXEC for /etc/netgroup.
51103         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51104         reading /etc/publickey.
51106         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51107         allow cancellation when reading /etc/group.
51109         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51110         cancellation.
51111         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51113         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51114         when using data file.
51116         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51118         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51119         (write_nis_obj): Use "c" and "e" in fopen.
51121         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51123         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51125         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51127         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51129         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51130         locale.alias.
51132         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51134         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51136         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51138         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51139         file parsing and set FD_CLOEXEC.
51141 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51143         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51145 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51147         * malloc/arena.c (arena_get2): Don't call reused_arena when
51148         _int_new_arena failed.
51150 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51152         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51153         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51154         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51155         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51156         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51157         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51158         to compile strcasecmp and strncasecmp.
51159         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51160         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51162         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51164 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51166         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51167         locale-defines.sym to gen-as-const-headers.
51168         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51169         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51170         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51171         to compile strcasecmp and strncasecmp.
51172         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51173         strcasecmp_l and strncasecmp_l.
51174         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51175         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51176         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51177         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51178         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51179         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51180         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51181         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51182         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51183         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51184         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51186 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51188         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51189         result of SYSDEP_GETTIME_CPU to retval.
51190         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51191         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51193         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51194         variable.
51196         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51197         mantissa words.
51198         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51200         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51201         from unused variable.
51203         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51204         DWARF definitions.
51205         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51206         for assembling.
51208         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51209         over namespaces.
51211         * sunrpc/rpc_prot.c (rejected): Fix case value.
51213         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51214         unsigned long long int to avoid warnings in shift.
51216         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51217         of use of trans.
51218         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51219         variable tmp.
51221         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51222         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51223         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51225         * nis/nis_table.c (nis_list): Use variable of correct type for
51226         result of __follow_path call.
51228 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51230         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51231         of math functions ceil, trunc, floor, round, and sqrt, when
51232         avaliable on the platform.
51233         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51234         name clash.
51235         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51236         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51237         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51239 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51241         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51242         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51244 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51246         * include/unistd.h: Fix __readlink return type.
51247         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51249 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51251         * stdlib/ucontext.h: Undo last change for makecontext.
51253 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51255         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51257         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51258         * setjmp/setjmp.h: Mark functions as non-leaf.
51259         * setjmp/bits/setjmp2.h: Likewise.
51260         * stdlib/ucontext.h: Likewise.
51262 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51264         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51265         (reused_arena): Don't check arena limit.
51266         (arena_get2): Atomically check arena limit.
51268 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51270         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51271         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51273         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51274         instructions.
51276 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51278         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51279         handler when locking.
51281         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51282         Fix size of allocated buffer.
51284 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51286         [BZ #10103]
51287         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51288         declarations for long double functions.
51289         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51291         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51293 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51295         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51296         installed.
51298         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51299         is disabled.
51301 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51303         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51305 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51307         * include/alloca.h (stackinfo_alloca_round): Define.
51308         (extend_alloca): Use it.
51309         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51310         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51311         here.
51313         * scripts/check-local-headers.sh: Ignore libaudit.h.
51315         * nscd/Makefile (extra-objs): Make recursively expanded.
51317 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51319         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51320         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51322         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51323         * posix/tst-rfc3484-2.c: Likewise.
51324         * posix/tst-rfc3484-3.c: Likewise.
51326         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51327         process_vm_writev.
51328         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51329         process_vm_writev.
51330         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51331         process_vm_writev from libc using GLIBC_2.15 version.
51333         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51335 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51337         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51338         stack usage.
51340 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51342         [BZ #13367]
51343         * nss/getent.c (initgroups_keys): Show error message in case no group
51344         names are given.
51346         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51347         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51348         __bump_nl_timestamp.
51349         * nscd/connections (nscd_init): When host database is served open
51350         netlink socket and request notification about configuration changes.
51351         (main_loop_poll): Track netlink file descriptor and bump timestamp
51352         in case data becomes available.
51353         (main_loop_epoll): Likewise.
51354         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51355         (database_pers_head): Add extra_data fileds.
51356         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51357         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51358         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51359         Adjust caller.
51360         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51361         in6ai data, call __free_in6ai.
51362         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51363         Add -DHAVE_NETLINK.
51364         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51365         interface information.  Reuse previous data if netlink timestamp
51366         is not changed.
51367         (__bump_nl_timestamp): New function.
51368         (__free_in6ai): New function.
51370 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51372         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51373         close_not_cancel_no_status here.
51374         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51376 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51378         [BZ #13276]
51379         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51380         return value.
51382         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51383         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51384         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51386 2011-07-03  Andreas Jaeger  <aj@suse.de>
51388         [BZ #10709]
51389         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51390         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51391         * math/libm-test.inc (sin_test): Add test case.
51393 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51395         [BZ #13337]
51396         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51397         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51399         * elf/chroot_canon.c (chroot_canon): Cleanups.
51401         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51403         [BZ #13335]
51404         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51405         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51407         * string/test-strchr.c: Make usable for strchrnul testing.
51408         * string/test-strchrnul.c: New file.
51409         * string/Makefile (strop-tests): Add strchrnul.
51411         * po/it.po: Update from translation team.
51412         * po/es.po: Likewise.
51414 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51416         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51417         the three constants needed as parameters.  Drop the others.
51418         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51419         __m128i_strloadu_tolower.
51420         Create and initialize variable zero and use it in all the places
51421         where _mm_setzero_si128 was used.
51423         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51424         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51425         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51426         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51427         anymore.
51428         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51429         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51430         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51431         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51432         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51433         __mpranred, __mptan.
51434         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51435         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51436         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51437         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51438         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51439         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51440         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51441         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51442         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51444 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51446         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51447         redefine if SHARED.
51448         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51450         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51451         wide char related routines to wcsmbs subdir.
51453 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51455         [BZ #13344]
51456         * misc/sys/cdefs.h (__THROWNL): Define.
51457         * posix/unistd.h: Use __THREADNL instead of __THREAD
51458         for memory synchronization functions.
51460 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51462         [BZ #13349]
51463         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51464         doesn't exist.
51465         * manual/stdio.texi (Obstack Streams): Node removed.
51467 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51469         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51470         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51471         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51473         * math/math_private.h (math_force_eval): Allow non-addressable
51474         arguments.
51475         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51477 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51479         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51480         file is not needed.
51482         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51483         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51484         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51485         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51486         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51487         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51488         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51489         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51490         Add AVX variants.
51491         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51492         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51493         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51494         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51495         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51496         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51497         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51498         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51499         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51500         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51501         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51502         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51503         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51504         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51505         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51506         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51507         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51508         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51509         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51511         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51512         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51514         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51515         place.  Use VEX encoding when compiling for AVX.
51517 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51519         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51520         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51522         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51524 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51526         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51527         useless if() expression.
51528         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51529         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51530         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51531         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51532         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51533         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51534         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51535         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51536         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51537         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51538         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51539         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51540         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51541         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51542         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51543         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51544         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51545         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51546         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51548         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51550 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51552         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51553         condition.
51554         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51556 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51558         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51559         .text section.  Avoid duplicate constants.
51560         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51561         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51562         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51563         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51564         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51565         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51566         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51567         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51568         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51569         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51570         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51571         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51572         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51573         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51574         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51575         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51576         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51577         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51578         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51579         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51580         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51581         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51582         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51583         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51584         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51585         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51586         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51587         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51588         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51589         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51590         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51591         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51592         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51593         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51594         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51595         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51596         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51597         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51598         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51599         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51600         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51601         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51602         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51603         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51604         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51606 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51608         * sysdeps/x86_64/dla.h: Move to ...
51609         * sysdeps/x86_64/fpu/dla.h: ...here.
51610         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51611         situations.  Use __builtin_fma only for gcc 4.6 and up.
51613         * config.make.in: Add have-mfma4 entry.
51614         * configure.in: Substitute libc_cv_cc_fma4.
51615         * math/Makefile (dbl-only-routines): Add sincostab.
51616         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51617         Use __sincostab not sincos.
51618         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51619         name is a macro.
51620         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51621         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51622         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51623         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51624         using __copysign.
51625         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51626         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51627         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51628         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51629         and __inv.
51630         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51631         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51632         __copysign.
51633         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51634         define aliases when function name is a macro.
51635         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51636         sysdeps/ieee754/dbl-64/sincos.tbl.
51637         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51638         fma4-enabled routines.
51639         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51640         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51641         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51642         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51643         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51644         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51645         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51646         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51647         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51648         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51649         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51650         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51651         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51652         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51653         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51654         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51655         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51656         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51657         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51658         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51659         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51660         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51661         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51662         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51663         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51664         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51665         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51666         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51667         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51668         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51670         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51671         rename.
51672         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51673         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51674         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51675         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51676         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51677         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51678         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51679         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51681 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51683         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51685 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51687         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51689         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51690         prediction.
51691         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51693         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51694         Remove unused variable magic_bits.
51695         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51697         * string/strnlen.c: Define and use STRNLEN macro.
51698         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51699         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51700         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51701         * wcsmbs/wcslen.c: Define and use WCSLEN.
51702         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51703         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51704         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51705         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51706         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51707         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51708         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51710 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51712         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51713         strnlen-sse2-no-bsf.
51714         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51715         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51716         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51717         Add strnlen support.
51718         (USE_AS_STRNLEN): New macro.
51719         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51720         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51721         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51722         * sysdeps/x86_64/wcslen.S: New file.
51724 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51726         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51727         XMM-moves are used for copying on small sizes.
51729 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51731         * wcsmbs/Makefile (strop-tests): Add wcschr.
51732         * wcsmbs/test-wcschr.c: New file.
51733         * string/test-strchr.c: Update.
51734         Add wcschr support.
51735         (WIDE): New macro.
51737 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51739         * wcsmbs/Makefile (strop-tests): Add wcslen.
51740         * wcsmbs/test-wcslen.c: New file.
51741         * string/test-strlen.c: Update.
51742         Add wcslen support.
51743         (WIDE): New macro.
51745 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51747         * po/it.po: Update from translation team.
51749 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51751         * sysdeps/x86_64/wcscmp.S: Update.
51752         Fix wrong comparison semantics.
51753         wcscmp shall use signed comparison not unsigned.
51754         Don't use substraction to avoid overflow bug.
51755         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51756         * wcsmbc/wcscmp.c: Likewise.
51757         * string/test-strcmp.c: Likewise.
51758         Add new tests to check cases with negative values.
51760 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51762         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51763         * sysdeps/x86_64/dla.h: ...here.  New file.
51764         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51765         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51766         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51767         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51768         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51769         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51770         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51771         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51772         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51774 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51776         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51777         __ynl_finite aliases.
51779 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51781         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51783         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51784         define DLA_FMA.
51785         [DLA_FMA] (EMULV): Use DLA_FMA.
51786         [DLA_FMA] (MUL12): Use EMULV.
51787         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51788         that are not needed.
51789         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51790         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51791         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51792         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51793         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51794         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51795         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51797 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51799         * math/s_nan.c: Undef __nan.
51800         * math/s_nanf.c: Undef __nanf.
51801         * math/s_nanl.c: Undef __nanl.
51802         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51803         "math_private.h".
51805 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51807         * math/s_catan.c: Add branch predictions.
51808         * math/s_catanf.c: Likewise.
51809         * math/s_catanh.c: Likewise.
51810         * math/s_catanhf.c: Likewise.
51811         * math/s_catanhl.c: Likewise.
51812         * math/s_catanl.c: Likewise.
51813         * math/s_cexp.c: Likewise.
51814         * math/s_cexpf.c: Likewise.
51815         * math/s_cexpl.c: Likewise.
51816         * math/s_clog.c: Likewise.
51817         * math/s_clog10.c: Likewise.
51818         * math/s_clog10f.c: Likewise.
51819         * math/s_clog10l.c: Likewise.
51820         * math/s_clogf.c: Likewise.
51821         * math/s_clogl.c: Likewise.
51822         * math/s_csqrt.c: Likewise.
51823         * math/s_csqrtf.c: Likewise.
51824         * math/s_csqrtl.c: Likewise.
51825         * math/s_ctanf.c: Likewise.
51826         * math/s_ctanh.c: Likewise.
51827         * math/s_ctanhf.c: Likewise.
51828         * math/s_ctanhl.c: Likewise.
51829         * math/s_ctanl.c: Likewise.
51831         * math/math_private.h: Define __nan, __nanf, __nanl.
51832         * math/s_cacosh.c: Include <math_private.h>.
51833         * math/s_cacoshl.c: Likewise.
51834         * math/s_casinh.c: Likewise.
51835         * math/s_casinhf.c: Likewise.
51836         * math/s_casinhl.c: Likewise.
51837         * math/s_ccos.c: Rely entire on ccosh.
51838         * math/s_ccosf.c: Rely entire on ccoshf.
51839         * math/s_ccosl.c: Rely entirely on ccoshl.
51840         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51841         Remove tests for FE_INVALID.
51842         * math/s_ccoshf.c: Likewise.
51843         * math/s_ccoshl.c: Likewise.
51844         * math/s_csin.c: Likewise.
51845         * math/s_csinf.c: Likewise.
51846         * math/s_csinh.c Likewise.
51847         * math/s_csinhf.c: Likewise.
51848         * math/s_csinhl.c: Likewise.
51849         * math/s_csinl.c: Likewise.
51850         * math/s_ctan.c: Likewise.
51851         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51852         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51853         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51855 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51857         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51858         compilation problems.
51860         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51861         __builtin_expect.
51863 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51865         * sysdeps/i386/configure.in: Test for -mfma4 option.
51866         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51867         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51868         COMMON_CPUID_INDEX_80000001.
51869         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51870         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51871         use it if FMA3 is not supported.
51872         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51874         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51875         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51877 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51879         [BZ #12892]
51880         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51881         it would create a cycle with a link time dependency.
51883 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51885         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51886         instruction.
51887         * string/Makefile (strop-tests): Add rawmemchr.
51888         * string/test-rawmemchr.c: New file.
51890         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51891         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51892         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51893         when compiling str{,n}casecmp and when AVX is available.  Hook up
51894         new optimized code in initializers.
51896 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51898         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51899         __feraiseexcept instead of feraiseexcept.
51901 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51903         * math/math_private.h: Define defaults for libc_fetestexcept and
51904         libc_feupdateenv.
51905         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51906         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51907         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51908         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51909         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51910         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51911         libc_fetestexcept and libc_feupdateenv.
51913         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51914         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51915         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51916         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51917         libc_feholdexcept_setround.
51919         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51920         Add s_nearbyint-c and s_nearbyintf-c.
51921         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51922         nearbyintf inlines.
51923         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51924         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51925         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51926         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51928         * math/math_private.h: Define defaults for libc_fegetround,
51929         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51930         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51931         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51932         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51933         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51934         standard functions.
51935         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51936         Remove comments and hacks for old compiler versions.
51937         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51938         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51939         libc_feholdexceptl.
51941 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51943         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51944         (__feraiseexcept_renamed): Add __NTH.
51945         (feraiseexcept): Add __NTH.  Rename local variables to fix
51946         namespace violations.
51948 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51950         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51952         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51954         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51955         recently added interfaces.
51956         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51958         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51959         about macro parameter expansion.
51961         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51962         __NO_MATH_INLINES is defined.  Cleanups.
51964         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51965         and __floorf is target has SSE4.1.
51966         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51967         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51968         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51969         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51971         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51972         name.
51973         (floorf): Likewise.
51975         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51977 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51979         * misc/sys/cdefs.h: Fix last change.
51981         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51982         database lookup.
51984 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51986         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51988         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51989         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51990         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51991         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51992         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51993         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51994         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51995         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51996         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51997         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51998         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51999         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52000         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52001         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52002         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52003         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52004         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52005         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52006         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52007         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52008         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52009         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52011         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52012         ceil, ceilf, floor, floorf.
52014         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52015         Perform IRELATIVE relocations last.
52017         * elf/do-rel.h: Add another parameter nrelative, replacing the
52018         local variable with the same name.  Change name of the function
52019         to end in Rel or Rela (uppercase).
52020         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52021         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52022         elf_dynamic_do_##reloc function.
52024 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52026         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52027         is sufficient, at least on modern CPUs.
52029         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52031         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52032         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52034         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52035         __expl_finite.
52036         * math/bits/math-finite.h: Add entries for exp.
52037         * math/e_expl.c: Add __*_finite alias.
52038         * sysdeps/i386/fpu/e_exp.S: Likewise.
52039         * sysdeps/i386/fpu/e_expf.S: Likewise.
52040         * sysdeps/i386/fpu/e_expl.c: Likewise.
52041         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52042         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52043         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52044         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52045         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52046         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52047         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52049         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52050         is sufficient, at least on modern CPUs.
52052         * ctype/ctype-info.c (__ctype_init): Define.
52053         * include/ctype.h (__ctype_init): Declare.
52054         (__ctype_b_loc): The variable is always initialized.
52055         (__ctype_toupper_loc): Likewise.
52056         (__ctype_tolower_loc): Likewise.
52057         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52058         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52060 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52062         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52064         * configure.in: Also look in $cxxmachine/include for C++ system
52065         headers.
52067 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52069         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52070         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52071         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52072         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52073         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52074         (USE_AS_WMEMCMP): New macro.
52075         Fixing indents.
52076         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52077         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52078         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52079         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52080         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52081         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52082         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52083         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52084         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52085         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52086         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52087         (USE_AS_WMEMCMP): New macro.
52088         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52089         * sysdeps/string/test-memcmp.c: Update.
52090         Fix simple_wmemcmp.
52091         Add new tests.
52092         * wcsmbs/wmemcmp.c: Update.
52093         (WMEMCMP): New macro.
52094         Fix overflow bug.
52096 2011-10-12  Andreas Jaeger  <aj@suse.de>
52098         [BZ #13268]
52099         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52101 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52103         * libio/iofwide.c (do_length): Avoid warning.
52105         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52107 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52109         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52111         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52112         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52113         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52114         * sysdeps/i386/i686/fpu/e_log.S: New file.
52115         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52116         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52118         * ctype/ctype.h: Add support for inlined isXXX functions when
52119         compiling C++ code.
52121 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52123         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52125         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52127 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52129         [BZ #13291]
52130         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52132 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52134         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52135         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52136         feraiseexcept.
52138         * sysdeps/x86_64/memrchr.S: Check for zero size.
52140         * string/stratcliff.c: Add memrchr tests.
52142 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52144         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52145         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52146         rawmemchr-sse2 rawmemchr-sse2-bsf.
52147         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52148         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52149         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52150         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52151         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52152         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52153         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52154         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52155         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52156         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52157         * string/memrchr.c (MEMRCHR): New macro.
52159 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52161         Add integration with gcc's -ffinite-math-only and optimize wrapper
52162         functions in libm.
52163         * Versions.def: Define GLIBC_2.15 version for libm.
52164         * math/Makefile (headers): Add bits/math-finite.h.
52165         * math/bits/math-finite.h: New file.
52166         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52167         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52168         * math/e_acoshl.c: Add __*_finite alias.
52169         * math/e_acosl.c: Likewise.
52170         * math/e_asinl.c: Likewise.
52171         * math/e_atan2l.c: Likewise.
52172         * math/e_atanhl.c: Likewise.
52173         * math/e_coshl.c: Likewise.
52174         * math/e_exp10.c: Likewise.
52175         * math/e_exp10f.c: Likewise.
52176         * math/e_exp10l.c: Likewise.
52177         * math/e_exp2l.c: Likewise.
52178         * math/e_fmodl.c: Likewise.
52179         * math/e_gammal_r.c: Likewise.
52180         * math/e_hypotl.c: Likewise.
52181         * math/e_j0l.c: Likewise.
52182         * math/e_j1l.c: Likewise.
52183         * math/e_jnl.c: Likewise.
52184         * math/e_lgammal_r.c: Likewise.
52185         * math/e_log10l.c: Likewise.
52186         * math/e_log2l.c: Likewise.
52187         * math/e_logl.c: Likewise.
52188         * math/e_powl.c: Likewise.
52189         * math/e_sinhl.c: Likewise.
52190         * math/e_sqrtl.c: Likewise.
52191         * math/e_scalb.c: Completely rewritten and optimized.
52192         * math/e_scalbf.c: Likewise.
52193         * math/e_scalbl.c: Likewise.
52194         * math/w_acos.c: Likewise.
52195         * math/w_acosf.c: Likewise.
52196         * math/w_acosl.c: Likewise.
52197         * math/w_acosh.c: Likewise.
52198         * math/w_acoshf.c: Likewise.
52199         * math/w_acoshl.c: Likewise.
52200         * math/w_asin.c: Likewise.
52201         * math/w_asinf.c: Likewise.
52202         * math/w_asinl.c: Likewise.
52203         * math/w_atan2.c: Likewise.
52204         * math/w_atan2f.c: Likewise.
52205         * math/w_atan2l.c: Likewise.
52206         * math/w_atanh.c: Likewise.
52207         * math/w_atanhf.c: Likewise.
52208         * math/w_atanhl.c: Likewise.
52209         * math/w_exp10.c: Likewise.
52210         * math/w_exp10f.c: Likewise.
52211         * math/w_exp10l.c: Likewise.
52212         * math/w_fmod.c: Likewise.
52213         * math/w_fmodf.c: Likewise.
52214         * math/w_fmodl.c: Likewise.
52215         * math/w_j0.c: Likewise.
52216         * math/w_j0f.c: Likewise.
52217         * math/w_j0l.c: Likewise.
52218         * math/w_j1.c: Likewise.
52219         * math/w_j1f.c: Likewise.
52220         * math/w_j1l.c: Likewise.
52221         * math/w_jn.c: Likewise.
52222         * math/w_jnf.c: Likewise.
52223         * math/w_log.c: Likewise.
52224         * math/w_logf.c: Likewise.
52225         * math/w_logl.c: Likewise.
52226         * math/w_log10.c: Likewise.
52227         * math/w_log10f.c: Likewise.
52228         * math/w_log10l.c: Likewise.
52229         * math/w_log2.c: Likewise.
52230         * math/w_log2f.c: Likewise.
52231         * math/w_log2l.c: Likewise.
52232         * math/w_pow.c: Likewise.
52233         * math/w_powf.c: Likewise.
52234         * math/w_powl.c: Likewise.
52235         * math/w_remainder.c: Likewise.
52236         * math/w_remainderf.c: Likewise.
52237         * math/w_remainderl.c: Likewise.
52238         * math/w_scalb.c: Likewise.
52239         * math/w_scalbf.c: Likewise.
52240         * math/w_scalbl.c: Likewise.
52241         * math/w_sqrt.c: Likewise.
52242         * math/w_sqrtf.c: Likewise.
52243         * math/w_sqrtl.c: Likewise.
52244         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52245         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52246         used.
52247         * math/math_private.h: Declare __kernel_standard_f.
52248         * math/w_cosh.c: Remove cruft and optimize a bit.
52249         * math/w_coshf.c: Likewise.
52250         * math/w_coshl.c: Likewise.
52251         * math/w_exp2.c: Likewise.
52252         * math/w_exp2f.c: Likewise.
52253         * math/w_exp2l.c: Likewise.
52254         * math/w_hypot.c: Likewise.
52255         * math/w_hypotf.c: Likewise.
52256         * math/w_hypotl.c: Likewise.
52257         * math/w_lgamma.c: Likewise.
52258         * math/w_lgamma_r.c: Likewise.
52259         * math/w_lgammaf.c: Likewise.
52260         * math/w_lgammaf_r.c: Likewise.
52261         * math/w_lgammal.c: Likewise.
52262         * math/w_lgammal_r.c: Likewise.
52263         * math/w_sinh.c: Likewise.
52264         * math/w_sinhf.c: Likewise.
52265         * math/w_sinhl.c: Likewise.
52266         * math/w_tgamma.c: Likewise.
52267         * math/w_tgammaf.c: Likewise.
52268         * math/w_tgammal.c: Likewise.
52269         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52270         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52271         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52272         Minor optimizations.  Pretty printing.  Remove cruft.
52273         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52274         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52275         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52276         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52277         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52278         * sysdeps/i386/fpu/e_asin.S: Likewise.
52279         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52280         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52281         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52282         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52283         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52284         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52285         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52286         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52287         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52288         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52289         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52290         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52291         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52292         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52293         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52294         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52295         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52296         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52297         * sysdeps/i386/fpu/e_log.S: Likewise.
52298         * sysdeps/i386/fpu/e_log10.S: Likewise.
52299         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52300         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52301         * sysdeps/i386/fpu/e_log2.S: Likewise.
52302         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52303         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52304         * sysdeps/i386/fpu/e_logf.S: Likewise.
52305         * sysdeps/i386/fpu/e_logl.S: Likewise.
52306         * sysdeps/i386/fpu/e_pow.S: Likewise.
52307         * sysdeps/i386/fpu/e_powf.S: Likewise.
52308         * sysdeps/i386/fpu/e_powl.S: Likewise.
52309         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52310         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52311         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52312         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52313         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52314         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52315         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52316         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52317         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52318         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52319         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52320         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52321         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52322         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52323         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52324         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52325         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52326         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52327         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52328         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52329         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52330         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52331         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52332         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52333         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52334         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52335         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52336         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52337         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52338         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52339         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52340         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52341         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52342         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52343         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52344         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52345         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52346         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52347         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52348         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52349         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52350         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52351         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52352         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52353         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52354         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52355         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52356         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52357         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52358         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52359         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52360         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52361         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52362         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52363         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52364         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52365         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52366         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52367         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52368         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52369         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52370         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52371         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52372         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52373         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52374         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52375         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52376         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52377         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52378         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52379         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52380         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52381         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52382         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52383         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52384         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52385         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52386         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52387         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52388         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52389         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52390         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52391         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52392         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52393         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52394         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52395         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52396         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52397         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52398         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52399         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52400         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52401         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52402         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52403         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52404         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52405         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52406         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52407         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52408         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52409         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52410         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52411         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52412         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52413         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52414         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52415         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52416         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52417         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52418         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52419         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52420         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52421         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52422         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52423         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52424         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52425         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52426         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52427         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52428         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52429         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52430         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52431         (__isnanf): Likewise.
52432         (__isinf_ns): Likewise.
52433         (__isinf_nsf): Likewise.
52434         (__finite): Likewise.
52435         (__finitef): Likewise.
52436         (__ieee754_sqrt): Define as macro.
52437         (__ieee754_sqrtf): Define as macro.
52438         (__ieee754_sqrtl): Define as macro.
52439         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52440         inlined copy.
52441         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52442         __FINITE_MATH_ONLY__ consistent.
52443         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52445 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52447         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52448         of rawmemchr.
52450         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52452 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52454         * po/ja.po: Update from translation team.
52456 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52458         * locale/programs/locarchive.c (prepare_address_space): New function.
52459         (create_archive, enlarge_archive, open_archive): Use it.
52461         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52462         inside [SHARED], where it is used.
52464         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52466         * nss/getent.c (netgroup_keys): Remove unused variable.
52467         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52469 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52471         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52472         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52473         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52474         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52475         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52476         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52477         * math/Makefile (libm-calls): Add s_isinf_ns.
52478         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52479         * math/multc3.c: Likewise.
52480         * math/s_casin.c: Likewise.
52481         * math/s_casinf.c: Likewise.
52482         * math/s_casinl.c: Likewise.
52483         * math/s_ccos.c: Likewise.
52484         * math/s_ccosf.c: Likewise.
52485         * math/s_ccosl.c: Likewise.
52486         * math/s_ctan.c: Likewise.
52487         * math/s_ctanf.c: Likewise.
52488         * math/s_ctanh.c: Likewise.
52489         * math/s_ctanhf.c: Likewise.
52490         * math/s_ctanhl.c: Likewise.
52491         * math/s_ctanl.c: Likewise.
52492         * math/w_fmod.c: Likewise.
52493         * math/w_fmodf.c: Likewise.
52494         * math/w_fmodl.c: Likewise.
52495         * math/w_remainder.c: Likewise.
52496         * math/w_remainderf.c: Likewise.
52497         * math/w_remainderl.c: Likewise.
52498         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52499         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52500         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52501         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52502         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52503         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52504         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52505         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52507         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52508         of the number.
52509         * stdio-common/printf_fphex.c: Likewise.
52510         * stdio-common/printf_size.c: Likewise.
52512         * math/e_exp10.c: Include math_private.h using <...> not "...".
52513         * math/e_exp10f.c: Likewise.
52514         * math/e_exp10l.c: Likewise.
52515         * math/e_exp2l.c: Likewise.
52516         * math/e_j0l.c: Likewise.
52517         * math/e_j1l.c: Likewise.
52518         * math/e_jnl.c: Likewise.
52519         * math/e_lgammal_r.c: Likewise.
52520         * math/e_rem_pio2l.c: Likewise.
52521         * math/e_scalb.c: Likewise.
52522         * math/e_scalbf.c: Likewise.
52523         * math/e_scalbl.c: Likewise.
52524         * math/k_cosl.c: Likewise.
52525         * math/k_sinl.c: Likewise.
52526         * math/k_tanl.c: Likewise.
52527         * math/s_cacoshf.c: Likewise.
52528         * math/s_catan.c: Likewise.
52529         * math/s_catanf.c: Likewise.
52530         * math/s_catanh.c: Likewise.
52531         * math/s_catanhf.c: Likewise.
52532         * math/s_catanhl.c: Likewise.
52533         * math/s_catanl.c: Likewise.
52534         * math/s_ccosh.c: Likewise.
52535         * math/s_ccoshf.c: Likewise.
52536         * math/s_ccoshl.c: Likewise.
52537         * math/s_cexp.c: Likewise.
52538         * math/s_cexpf.c: Likewise.
52539         * math/s_cexpl.c: Likewise.
52540         * math/s_clog.c: Likewise.
52541         * math/s_clog10.c: Likewise.
52542         * math/s_clog10f.c: Likewise.
52543         * math/s_clog10l.c: Likewise.
52544         * math/s_clogf.c: Likewise.
52545         * math/s_clogl.c: Likewise.
52546         * math/s_csin.c: Likewise.
52547         * math/s_csinf.c: Likewise.
52548         * math/s_csinh.c: Likewise.
52549         * math/s_csinhf.c: Likewise.
52550         * math/s_csinhl.c: Likewise.
52551         * math/s_csinl.c: Likewise.
52552         * math/s_csqrt.c: Likewise.
52553         * math/s_csqrtf.c: Likewise.
52554         * math/s_csqrtl.c: Likewise.
52555         * math/s_ctan.c: Likewise.
52556         * math/s_ctanf.c: Likewise.
52557         * math/s_ctanh.c: Likewise.
52558         * math/s_ctanhf.c: Likewise.
52559         * math/s_ctanhl.c: Likewise.
52560         * math/s_ctanl.c: Likewise.
52561         * math/s_ldexp.c: Likewise.
52562         * math/s_ldexpf.c: Likewise.
52563         * math/s_ldexpl.c: Likewise.
52564         * math/s_significand.c: Likewise.
52565         * math/s_significandf.c: Likewise.
52566         * math/s_significandl.c: Likewise.
52567         * math/w_acos.c: Likewise.
52568         * math/w_acosf.c: Likewise.
52569         * math/w_acosh.c: Likewise.
52570         * math/w_acoshf.c: Likewise.
52571         * math/w_acoshl.c: Likewise.
52572         * math/w_acosl.c: Likewise.
52573         * math/w_asin.c: Likewise.
52574         * math/w_asinf.c: Likewise.
52575         * math/w_asinl.c: Likewise.
52576         * math/w_atan2.c: Likewise.
52577         * math/w_atan2f.c: Likewise.
52578         * math/w_atan2l.c: Likewise.
52579         * math/w_atanh.c: Likewise.
52580         * math/w_atanhf.c: Likewise.
52581         * math/w_atanhl.c: Likewise.
52582         * math/w_cosh.c: Likewise.
52583         * math/w_coshf.c: Likewise.
52584         * math/w_coshl.c: Likewise.
52585         * math/w_dremf.c: Likewise.
52586         * math/w_exp10.c: Likewise.
52587         * math/w_exp10f.c: Likewise.
52588         * math/w_exp10l.c: Likewise.
52589         * math/w_exp2.c: Likewise.
52590         * math/w_exp2f.c: Likewise.
52591         * math/w_fmod.c: Likewise.
52592         * math/w_fmodf.c: Likewise.
52593         * math/w_fmodl.c: Likewise.
52594         * math/w_hypot.c: Likewise.
52595         * math/w_hypotf.c: Likewise.
52596         * math/w_hypotl.c: Likewise.
52597         * math/w_j0.c: Likewise.
52598         * math/w_j0f.c: Likewise.
52599         * math/w_j0l.c: Likewise.
52600         * math/w_j1.c: Likewise.
52601         * math/w_j1f.c: Likewise.
52602         * math/w_j1l.c: Likewise.
52603         * math/w_jn.c: Likewise.
52604         * math/w_jnf.c: Likewise.
52605         * math/w_jnl.c: Likewise.
52606         * math/w_lgamma.c: Likewise.
52607         * math/w_lgamma_r.c: Likewise.
52608         * math/w_lgammaf.c: Likewise.
52609         * math/w_lgammaf_r.c: Likewise.
52610         * math/w_lgammal.c: Likewise.
52611         * math/w_lgammal_r.c: Likewise.
52612         * math/w_log.c: Likewise.
52613         * math/w_log10.c: Likewise.
52614         * math/w_log10f.c: Likewise.
52615         * math/w_log10l.c: Likewise.
52616         * math/w_log2.c: Likewise.
52617         * math/w_log2f.c: Likewise.
52618         * math/w_log2l.c: Likewise.
52619         * math/w_logf.c: Likewise.
52620         * math/w_logl.c: Likewise.
52621         * math/w_pow.c: Likewise.
52622         * math/w_powf.c: Likewise.
52623         * math/w_powl.c: Likewise.
52624         * math/w_remainder.c: Likewise.
52625         * math/w_remainderf.c: Likewise.
52626         * math/w_remainderl.c: Likewise.
52627         * math/w_scalb.c: Likewise.
52628         * math/w_scalbf.c: Likewise.
52629         * math/w_scalbl.c: Likewise.
52630         * math/w_sinh.c: Likewise.
52631         * math/w_sinhf.c: Likewise.
52632         * math/w_sinhl.c: Likewise.
52633         * math/w_sqrt.c: Likewise.
52634         * math/w_sqrtf.c: Likewise.
52635         * math/w_sqrtl.c: Likewise.
52636         * math/w_tgamma.c: Likewise.
52637         * math/w_tgammaf.c: Likewise.
52638         * math/w_tgammal.c: Likewise.
52640         * po/ja.po: Update from translation team.
52642 2011-09-29  Andreas Jaeger  <aj@suse.de>
52644         [BZ #13179]
52645         * sunrpc/netname.c (netname2host): Fix logic.
52647         [BZ #6779]
52648         [BZ #6783]
52649         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52650         correctly.
52651         * math/w_remainder.c (__remainder): Likewise.
52652         * math/w_remainderf.c (__remainderf): Likewise.
52653         * math/libm-test.inc (remainder_test): Add test cases.
52655 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52657         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52658         sdiv_qrnnd.
52660 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52662         * string/test-memcmp.c: Avoid unncessary #defines.
52663         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52665 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52667         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52668         Use new sse2 version for core i3 - i7 as it's faster
52669         than sse42 version.
52670         (bit_Prefer_PMINUB_for_stringop): New.
52671         * sysdeps/x86_64/rawmemchr.S: Update.
52672         Replace with faster SSE2 version.
52673         * sysdeps/x86_64/memrchr.S: New file.
52674         * sysdeps/x86_64/memchr.S: Update.
52675         Replace with faster SSE2 version.
52677 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52679         * elf/dl-load.c (lose): Add cast to avoid warning.
52681 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52683         * po/ca.po: Update from translation team.
52685         * inet/getnetgrent_r.c: Hook up nscd.
52686         * nscd/Makefile (routines): Add nscd_netgroup.
52687         (nscd-modules): Add netgroupcache.
52688         (CFLAGS-netgroupcache.c): Define.
52689         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52690         (cache_search): Add const to second parameter.
52691         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52692         INNETGR.
52693         (dbs): Add netgrdb entry.
52694         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52695         (verify_persistent_db): Handle netgrdb.
52696         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52697         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52698         GETFDNETGR.
52699         (netgroup_response_header): Define.
52700         (innetgroup_response_header): Define.
52701         (datahead): Add netgroup_response_header and innetgroup_response_header
52702         elements.
52703         * nscd/nscd.conf: Add entries for netgroup cache.
52704         * nscd/nscd.h (dbtype): Add netgrdb.
52705         (_PATH_NSCD_NETGROUP_DB): Define.
52706         (netgroup_iov_disabled): Declare.
52707         (xmalloc, xcalloc, xrealloc): Move declarations here.
52708         (cache_search): Adjust prototype.
52709         Add netgroup-related prototypes.
52710         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52711         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52712         (__nscd_innetgr): Declare.
52713         * nscd/selinux.c (perms): Use access_vector_t as element type and
52714         add netgroup-related initializers.
52715         * nscd/netgroupcache.c: New file.
52716         * nscd/nscd_netgroup.c: New file.
52717         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52718         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52719         For four parameters use innetgr.
52720         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52721         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52722         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52723         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52725         * nscd/connections.c (register_traced_file): Don't register file
52726         for disabled databases.
52728 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52730         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52732         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52733         from tree and freeing node.
52735 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52737         * nss/nsswitch.c (__nss_database_lookup): Handle
52738         nss_parse_service_list out of memory case.
52740 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52742         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52743         out of memory case.
52745 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52747         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52748         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52749         pass it down.
52750         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52751         elf_machine_rela, elf_machine_lazy_rel.
52752         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52753         (ELF_DYNAMIC_DO_REL): Likewise.
52754         (ELF_DYNAMIC_DO_RELA): Likewise.
52755         (ELF_DYNAMIC_RELOCATE): Likewise.
52756         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52757         to ELF_DYNAMIC_DO_REL.
52758         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52759         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52760         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52761         elf_machine_rela.
52762         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52763         skip_ifunc, don't call ifunc function if non-zero.
52764         (elf_machine_rela): Likewise.
52765         (elf_machine_lazy_rel): Likewise.
52766         (elf_machine_lazy_rela): Likewise.
52767         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52768         (elf_machine_lazy_rel): Likewise.
52769         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52770         Likewise.
52771         (elf_machine_lazy_rel): Likewise.
52772         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52773         Likewise.
52774         (elf_machine_lazy_rel): Likewise.
52775         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52776         (elf_machine_lazy_rel): Likewise.
52777         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52778         (elf_machine_lazy_rel): Likewise.
52779         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52780         (elf_machine_lazy_rel): Likewise.
52781         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52782         (elf_machine_lazy_rel): Likewise.
52783         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52784         (elf_machine_lazy_rel): Likewise.
52785         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52786         (elf_machine_lazy_rel): Likewise.
52788 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52790         * nss/nss_files/files-init.c (_nss_files_init): Use static
52791         initialization for all the *_traced_file variables.
52793 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52795         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52797 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52799         [BZ #13226]
52800         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52802 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52804         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52805         Reread the line before reparsing it.
52807 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52809         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52811 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52812             Maxim Kuvyrkov  <maxim@codesourcery.com>
52813             Joseph Myers  <joseph@codesourcery.com>
52815         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52816         if needed for __stack_chk_guard.
52818 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52820         * sysdeps/posix/spawni.c (script_execute): Always define it.
52821         It will be optimized away if unused.
52822         (maybe_script_execute): New function.
52823         (__spawni): Call it.
52825         * Makerules: Don't include tls.make.
52826         (config-tls): Always set to thread.
52827         * tls.make.c: File removed.
52829 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52831         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52832         * config.make.in (CPPFLAGS-config): New substituted variable.
52834 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52836         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52838         [BZ #13192]
52839         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52840         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52842 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52844         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52845         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52846         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52847         (CALL_FAIL): Likewise.
52848         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52849         (CALL_FAIL): Macro removed.
52850         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52852 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52854         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52855         for __FINITE_MATH_ONLY__ == 1.
52857 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52859         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52860         __ieee754_sqrt instead of sqrt.
52861         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52862         __ieee754_sqrtf instead of sqrtf.
52863         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52864         __floorf instead of floorf.
52865         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52866         __floorf, __truncf instead of floorf, truncf.
52868 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52870         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52872         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52873         __extern_always_inline.
52874         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52875         32-bit.
52877 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52879         * elf/rtld.c (dl_main): Also relocate in dependency order when
52880         doing symbol dependency testing.
52882 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52884         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52885         Always define `refsym'.
52887 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52889         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52890         (__FD_ELT): Renamed from __FDELT.
52891         * misc/bits/select2.h (__FD_ELT): Likewise.
52892         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52893         __FD_MASK instead of __FDELT, __FDMASK.
52894         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52895         Likewise.
52896         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52897         Likewise.
52899         * elf/Makefile (gen-ldd): Fix pattern.
52901         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52902         (init_tls): Likewise.
52904 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52906         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52908 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52910         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52911         `struct cmsghdr *' instead of `void *'.
52912         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52913         Likewise.
52915 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52917         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52918         if non-absolute.
52919         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52920         ldd_rewrite_script.
52922 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52924         * configure.in: Remove --with-tls option.
52925         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52926         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52927         out in case it is missing.
52928         * sysdeps/ia64/elf/configure.in: Likewise.
52929         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52930         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52931         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52932         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52933         * sysdeps/sh/elf/configure.in: Likewise.
52934         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52935         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52936         * sysdeps/x86_64/elf/configure.in: Likewise.
52937         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52938         * sysdeps/mach/hurd/tls.h: Likewise.
52940         [BZ #13067]
52941         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52943         [BZ #13090]
52944         * configure.in: Fix use of AC_INIT.
52946         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52948 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52950         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52951         __set_errno.
52952         * malloc/hooks.c: Likewise.
52954         [BZ #11929]
52955         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52956         variables statically.
52957         (narenas): Initialize.
52958         (list_lock): Initialize.
52959         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52960         initializtion of main_arena and list_lock.  Small cleanups.
52961         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52962         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52963         Add initializers to main_arena and mp_.
52964         (malloc_state): Remove pagesize member.  Change all users to use
52965         GLRO(dl_pagesize).
52967         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52968         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52969         is always initialized.
52971         * malloc/malloc.c: Removed unused configurations and dead code.
52972         * malloc/arena.c: Likewise.
52973         * malloc/hooks.c: Likewise.
52974         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52976         * include/tls.h: Removed.  USE___THREAD must always be defined.
52977         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52978         * elf/dl-libc.c: Likewise.
52979         * elf/dl-tsd.c: Likewise.
52980         * include/errno.h: Likewise.
52981         * include/netdb.h: Likewise.
52982         * include/resolv.h: Likewise.
52983         * inet/herrno-loc.c: Likewise.
52984         * inet/herrno.c: Likewise.
52985         * malloc/arena.c: Likewise.
52986         * malloc/hooks.c: Likewise.
52987         * malloc/malloc.c: Likewise.
52988         * resolv/res-state.c: Likewise.
52989         * resolv/res_libc.c: Likewise.
52990         * sysdeps/i386/dl-machine.h: Likewise.
52991         * sysdeps/ia64/dl-machine.h: Likewise.
52992         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52993         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52994         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52995         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52996         * sysdeps/sh/dl-machine.h: Likewise.
52997         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52998         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52999         * sysdeps/unix/i386/sysdep.S: Likewise.
53000         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53001         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53002         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53003         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53004         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53005         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53006         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53007         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53008         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53009         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53010         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53011         * sysdeps/x86_64/dl-machine.h: Likewise.
53012         * tls.make.c: Likewise.
53014         * configure.in: Remove --with-__thread option.  Make tests for
53015         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53016         tls_model attribute fail if no support is available.  Remove
53017         USE_IN_LIBIO.
53018         * Makeconfig: Adjust for dropped configure option.  All features are
53019         now mandatory.
53020         * Makerules: Likewise.
53021         * Versions.def: Likewise.
53022         * argp/argp-fmtstream.c: Likewise.
53023         * argp/argp-fmtstream.h: Likewise.
53024         * argp/argp-help.c: Likewise.
53025         * assert/assert.c: Likewise.
53026         * config.h.in: Likewise.
53027         * config.make.in: Likewise.
53028         * configure: Likewise.
53029         * configure.in: Likewise.
53030         * csu/Versions: Likewise.
53031         * csu/init.c: Likewise.
53032         * elf/tst-audit2.c: Likewise.
53033         * elf/tst-tls10.c: Likewise.
53034         * elf/tst-tls10.h: Likewise.
53035         * elf/tst-tls11.c: Likewise.
53036         * elf/tst-tls12.c: Likewise.
53037         * elf/tst-tls14.c: Likewise.
53038         * elf/tst-tlsmod11.c: Likewise.
53039         * elf/tst-tlsmod12.c: Likewise.
53040         * elf/tst-tlsmod13.c: Likewise.
53041         * elf/tst-tlsmod13a.c: Likewise.
53042         * elf/tst-tlsmod14a.c: Likewise.
53043         * elf/tst-tlsmod15b.c: Likewise.
53044         * elf/tst-tlsmod16a.c: Likewise.
53045         * elf/tst-tlsmod16b.c: Likewise.
53046         * elf/tst-tlsmod7.c: Likewise.
53047         * elf/tst-tlsmod8.c: Likewise.
53048         * elf/tst-tlsmod9.c: Likewise.
53049         * gmon/gmon.c: Likewise.
53050         * grp/fgetgrent_r.c: Likewise.
53051         * grp/putgrent.c: Likewise.
53052         * hurd/fopenport.c: Likewise.
53053         * include/libc-symbols.h: Likewise.
53054         * include/tls.h: Likewise.
53055         * intl/gettextP.h: Likewise.
53056         * intl/loadinfo.h: Likewise.
53057         * locale/global-locale.c: Likewise.
53058         * locale/localeinfo.h: Likewise.
53059         * mach/devstream.c: Likewise.
53060         * malloc/arena.c: Likewise.
53061         * malloc/set-freeres.c: Likewise.
53062         * misc/err.c: Likewise.
53063         * misc/getttyent.c: Likewise.
53064         * misc/mntent_r.c: Likewise.
53065         * posix/getopt.c: Likewise.
53066         * posix/wordexp.c: Likewise.
53067         * pwd/fgetpwent_r.c: Likewise.
53068         * resolv/Versions: Likewise.
53069         * resolv/res_hconf.c: Likewise.
53070         * shadow/fgetspent_r.c: Likewise.
53071         * shadow/putspent.c: Likewise.
53072         * stdio-common/printf_fphex.c: Likewise.
53073         * stdio-common/tmpfile.c: Likewise.
53074         * stdlib/abort.c: Likewise.
53075         * stdlib/fmtmsg.c: Likewise.
53076         * sunrpc/auth_unix.c: Likewise.
53077         * sunrpc/clnt_perr.c: Likewise.
53078         * sunrpc/clnt_tcp.c: Likewise.
53079         * sunrpc/clnt_udp.c: Likewise.
53080         * sunrpc/clnt_unix.c: Likewise.
53081         * sunrpc/openchild.c: Likewise.
53082         * sunrpc/svc_simple.c: Likewise.
53083         * sunrpc/svc_tcp.c: Likewise.
53084         * sunrpc/svc_udp.c: Likewise.
53085         * sunrpc/svc_unix.c: Likewise.
53086         * sunrpc/xdr.c: Likewise.
53087         * sunrpc/xdr_array.c: Likewise.
53088         * sunrpc/xdr_rec.c: Likewise.
53089         * sunrpc/xdr_ref.c: Likewise.
53090         * sunrpc/xdr_stdio.c: Likewise.
53092 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53094         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53096 2011-07-03  Andreas Jaeger  <aj@suse.de>
53098         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53099         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53100         regenerate with gen-libm-tests.pl.
53102 2010-05-12  Petr Baudis  <pasky@suse.cz>
53104         [BZ #11589]
53105         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53106         around j0() zero points by switching to j1().
53107         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53108         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53109         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53110         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53112 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53114         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53115         instead of 0.
53116         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53117         instead of 0.
53118         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53119         Patch in part by Pavel Roskin <proski@gnu.org>.
53121         [BZ #13138]
53122         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53123         realloc.
53124         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53125         Free memory block if necessary.
53127         [BZ #12847]
53128         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53129         be NULL.  Don't lock in this case.
53131 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53133         * elf/elf.h (ELFOSABI_GNU): New macro.
53134         (ELFOSABI_LINUX): Define to that.
53136 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53138         * string/strncat.c (strncat): Undef the symbol in case it has been
53139         defined in bits/string.h.
53141 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53143         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53145         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53146         link map.
53148 2011-08-17  Andreas Jaeger  <aj@suse.de>
53150         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53152 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53153             Ian Lance Taylor  <iant@google.com>
53155         * math/libm-test.inc (lround_test): New testcase.
53156         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53158 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53160         * Makefile: Remove support for automatic cvs check-ins.
53161         * Makerules: Likewise.
53162         * config.make.in: Likewise.
53163         * configure.in: Likewise.
53164         * intl/Makefile: Likewise.
53165         * locale/Makefile: Likewise.
53166         * po/Makefile: Likewise.
53167         * posix/Makefile: Likewise.
53168         * sysdeps/gnu/Makefile: Likewise.
53169         * sysdeps/mach/hurd/Makefile: Likewise.
53170         * sysdeps/sparc/sparc32/Makefile: Likewise.
53172         [BZ #13118]
53173         * posix/Makefile (bug-regex32-ENV): Define.
53174         Patch by John Stanley <jpsinthemix@verizon.net>.
53176         * misc/Makefile (headers): Add bits/select2.h.
53177         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53178         * misc/bits/select2.h: New file.
53179         * include/bits/select2.h: New file.
53180         * debug/Makefile (routines): Add fdelt_chk.
53181         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53182         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53183         FD_ISSET.
53184         * debug/fdelt_chk.c: New file.
53186         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53187         * wcsmbs/test-wmemcmp.c: Likewise.
53188         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53189         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53191 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53193         * string/Makefile (strop-tests): Add memcmp.
53194         * string/test-wmemcmp.c: New file.
53195         * string/test-memcmp.c: Add wmemcmp support.
53197 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53199         [BZ #13153]
53200         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53201         2011-07-19 change.
53203         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53204         garbage value in a __mach_port_mod_refs call in the cases of the
53205         task-self and thread-self ports.
53207 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53209         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53211 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53213         * elf/dl-load.c (lose): Check for non-null L.
53215 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53217         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53219         * elf/dl-libc.c (dlerror_run): Pass back error code from
53220         dl_catch_error.
53222         [BZ #13123]
53223         * elf/dl-load.c (lose): Free l_origin if it is valid.
53225         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53226         names.
53227         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53228         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53229         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53230         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53231         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53232         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53234 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53236         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53237         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53238         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53239         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53240         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53241         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53242         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53243         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53244         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53245         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53247 2011-08-15  Alan Modra  <amodra@gmail.com>
53249         [BZ #13092]
53250         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53251         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53252         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53253         ppc_mcount to static-only-routines.
53254         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53255         __mcount_internal.
53256         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53257         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53259 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53261         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53262         for finite and infinity parameters.
53264 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53266         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53267         and add nop instructions for throughput optimization.
53268         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53270 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53272         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53273         aligned copy for power7 with vector-scalar instructions.
53274         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53276 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53278         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53279         AVX check.
53281 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53283         [BZ #13144]
53284         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53285         last change.
53287 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53289         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53290         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53291         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53292         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53293         clock_gettime.
53295 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53297         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53298         Forgot to demangle the pointer.
53300         * sysdeps/i386/sysdep.h: Define atom_text_section.
53301         * sysdeps/x86_64/sysdep.h: Likewise.
53302         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53303         section with atom_text_section.
53304         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53305         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53306         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53307         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53308         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53310         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53311         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53312         already be defined.  Change to take two parameters and don't assign
53313         result to variable.  Adjust all users.
53314         Define INTERNAL_GETTIME if not already defined.
53315         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53316         call.
53317         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53318         HAVE_CLOCK_GETTIME_VSYSCALL.
53319         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53321         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53322         gettimeofday vsyscall, just use time.
53324 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53326         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53327         <errno.h>.
53329 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53331         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53332         syscall on x86-64.
53333         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53334         syscall.
53335         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53336         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53337         syscall if possible.
53339 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53341         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53342         e_ident.  Don't pass to find_mapsXX.
53343         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53345 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53347         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53348         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53349         * sysdeps/x86_64/multiarch/strchr.S: Update.
53350         Check bit_slow_BSF bit.
53351         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53352         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53353         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53355 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53357         [BZ #13134]
53358         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53359         before glibc 2.15.
53360         (tryshell): Define.
53361         (__spawni): Change last parameter to be flag.  Test
53362         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53363         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53364         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53365         * posix/spawni.c: Likewise.
53366         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53367         * posix/spawnp.c: Likewise.  Change normal version to use
53368         SPAWN_XFLAGS_USE_PATH.
53369         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53370         SPAWN_XFLAGS_TRY_SHELL.
53372         [BZ #13150]
53373         * posix/glob.h: Remove gcc 1.x support.
53375         [BZ #13068]
53376         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53378 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53380         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53381         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53382         strrchr-sse2-bsf
53383         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53384         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53385         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53386         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53387         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53388         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53390 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53392         * sysdeps/x86_64/wcscmp.S: New file.
53394         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53395         wcscmp-c wcscmp-sse2
53396         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53397         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53398         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53399         * wcsmbs/wcscmp.c: Allow renaming.
53401 2011-09-05  David S. Miller  <davem@davemloft.net>
53403         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53404         stack slot, rather than the struct return pointer slot.
53405         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53406         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53407         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53408         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53410 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53412         * po/ja.po: Update from translation team.
53414         [BZ #13144]
53415         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53416         kernel in 64-bit binaries.
53418 2011-09-01  David S. Miller  <davem@davemloft.net>
53420         * elf/elf.h (HWCAP_SPARC_*): Move to..
53421         * sysdeps/sparc/sysdep.h: this new file and add new values.
53422         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53423         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53424         _DL_HWCAP_COUNT to 24.
53425         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53426         entries.
53427         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53428         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53429         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53430         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53431         instead of magic constants.
53432         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53434 2011-08-31  David S. Miller  <davem@davemloft.net>
53436         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53437         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53438         Reimplement to do errno handling inline.
53439         (SYSCALL_ERROR_HANDLER): New macro.
53440         (__SYSCALL_STRING): Do not do errno handling in asm.
53441         (__CLONE_SYSCALL_STRING): Delete.
53442         (__INTERNAL_SYSCALL_STRING): Delete.
53443         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53444         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53445         (PSEUDO): Reimplement to do errno handling inline.
53446         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53447         (SYSCALL_ERROR_HANDLER): New macro.
53448         (__SYSCALL_STRING): Do not do errno handling in asm.
53449         (__CLONE_SYSCALL_STRING): Delete.
53450         (__INTERNAL_SYSCALL_STRING): Delete.
53451         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53452         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53453         i386.
53454         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53455         (inline_syscall*): Add 'err' argument.
53456         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53457         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53458         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53459         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53461         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53462         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53464 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53466         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53468 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53470         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53471         directive.
53473 2011-08-24  David S. Miller  <davem@davemloft.net>
53475         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53477 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53479         * elf/Makefile: Add rules to build and run unload8 test.
53480         * elf/unload8.c: New file.
53481         * elf/unload8mod1.c: New file.
53482         * elf/unload8mod1x.c: New file.
53483         * elf/unload8mod2.c: New file.
53484         * elf/unload8mod3.c: New file.
53486         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53487         it wasn't used.
53489 2011-08-23  David S. Miller  <davem@davemloft.net>
53491         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53492         subtract stack bias.
53493         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53494         %sp not %fp in calculations.
53495         (_JMPBUF_UNWINDS_ADJ): Likewise.
53497         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53498         (aio_suspend): Call it to force an exception region around the
53499         AIO_MISC_WAIT() invocation.
53501 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53503         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53504         backslash.
53506 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53508         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53509         protection macro.
53510         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53511         and <dl-machine.h>.
53512         (Elf64_FuncDesc): Remove.
53514 2011-08-22  David S. Miller  <davem@davemloft.net>
53516         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53517         sigaltstack check, add missing cfi directives.
53518         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53519         missing cfi directives, and sigaltstack handling.
53521 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53523         [BZ #11724]
53524         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53525         object is seen twice.
53526         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53528         * elf/Makefile (distribute): Add tst-initorder2.c.
53529         (tests): Add tst-initorder2.
53530         (modules-names): Add tst-initorder2a tst-initorder2b
53531         tst-initorder2c tst-initorder2d.  Add rules to build them.
53532         ($(objpfx)tst-initorder2.out): New rule.
53533         * elf/tst-initorder2.c: New file.
53534         * elf/tst-initorder2.exp: New file.
53536 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53538         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53540         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53541         dependencies back to end of function.
53543         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53544         $(elfobjdir)/ld.so.
53546 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53548         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53549         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53550         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53551         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53552         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53553         of __vdso_gettimeofday.
53554         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53555         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53556         attribute_hidden.
53557         (_libc_vdso_platform_setup): Remove initialization of
53558         __vdso_gettimeofday and __vdso_time.
53560 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53562         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53563         and fgetc_unlocked.
53564         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53565         getc_unlocked.
53567         * elf/dl-open.c (add_to_global): Report additions to the global scope
53568         for LD_DEBUG=scopes.
53569         (dl_open_worker): Also print scope of newly loaded dependencies.
53570         (_dl_show_scope): Indicate if there is no scope.
53572         [BZ #13114]
53573         * stdio-common/Makefile (tests): Add bug24.
53574         * stdio-common/bug24.c: New file.
53576 2011-08-19  Andreas Jaeger  <aj@suse.de>
53578         [BZ #13114]
53579         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53580         non-existant file when using close-on-exec mode.
53582 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53584         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53585         the very first instruction.
53587         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53588         the CFI state in the end.
53589         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53590         inclusion of dl-trampoline.h.
53591         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53593 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53595         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53596         expectations for long double.
53598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53599         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53601 2011-08-14  David S. Miller  <davem@davemloft.net>
53603         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53604         artificual limit depends upon the system page size.
53606 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53608         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53609         * resolv/Makefile: Define CFLAGS-libresolv.
53611 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53613         * nss/makedb.c (compute_tables): Make variables used in nested
53614         function static.
53616 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53618         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53619         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53620         if buffer was too small.
53622         * elf/pldd.c (main): Attach to all threads in the process.
53623         Rewrite /proc handling to use *at functions.
53625 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53627         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53628         specifies first scope to show.
53629         (dl_open_worker): Update callers.  Move printing scope of new
53630         object to before the relocation.
53631         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53632         * sysdeps/generic/ldsodefs.h: Update declaration.
53634         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53635         string for the scope number.
53637 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53639         * nscd/servicescache.c (cache_addserv): Make sure written is always
53640         initialized.
53642 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53644         * sysdeps/i386/i486/bits/atomic.h
53645         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53646         statement expression, so as to suppress "set but not used" warning.
53647         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53649         * string/strncat.c (STRNCAT): Use prototype definition.
53651         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53652         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53653         -Iprograms here.
53654         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53655         (localedef-modules): Add localedef.
53656         (locale-modules): Add locale.
53658         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53659         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53660         to avoid a warning.
53662 2011-08-14  David S. Miller  <davem@davemloft.net>
53664         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53665         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53667 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53669         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53670         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53671         * elf/rtld.c (dl_main): Set l_name of vDSO.
53672         Call _dl_show_scope when DL_DEBUG_SCOPES.
53673         (process_dl_debug): Recognize scopes flag and also set it for all.
53674         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53675         Declare _dl_show_scope.
53677         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53678         (do_dlopen): Pass caller_dlopen to dl_open.
53679         (__libc_dlopen_mode): Initialize caller_dlopen.
53681         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53682         of libc.  Make tolower call locale-independent.  Optimize a bit by
53683         using isdigit instead of isalnum.
53684         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53686 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53688         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53689         was a dependency or dynamically loaded.
53691 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53693         * intl/l10nflist.c: Allow architecture-specific pop function.
53694         * sysdeps/x86_64/l10nflist.c: New file.
53696         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53697         classification.
53699 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53701         * include/dirent.h: Add libc_hidden_proto for scandirat and
53702         scandirat64.  Don't declare __scandirat64.
53703         * dirent/scandirat.c: Add libc_hidden_def.
53704         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53705         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53707 2011-08-10  David S. Miller  <davem@davemloft.net>
53709         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53710         enum.
53711         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53712         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53713         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53715 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53717         * Versions.def [libc]: Add GLIBC_2.15.
53718         * dirent/Makefile (routines): Add scandirat and scandirat64.
53719         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53720         GLIBC_2.15.
53721         * dirent/dirent.h: Declare scandirat and scandirat64.
53722         * dirent/scandirat.c: New file.
53723         * dirent/scandirat64.c: New file.
53724         * sysdeps/wordsize-64/scandirat.c: New file.
53725         * sysdeps/wordsize-64/scandirat64.c: New file.
53726         * dirent/opendir.c: Define opendirat.
53727         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53728         using scandirat.
53729         * dirent/scandir64.c: Adjust for scandir.c change.
53730         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53731         __scandirat64, and __scandir_cancel_handler.
53732         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53733         additional parameter and use openat instead of open (outside of ld.so).
53734         Add new __opendir as wrapper around __opendirat.
53735         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53736         here without requiring old scandirat implementation.
53738 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53740         * dirent/scandir.c (cancel_handler): Renamed to
53741         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53742         defined.  Adjust users.
53743         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53744         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53746 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53748         * string/test-string.h (IMPL): Use __STRING to expand name and then
53749         stringify it.
53751         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53752         of cleanups.
53754 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53756         * string/Makefile: Update.
53757         (strop-tests): Append strncat.
53758         * string/test-wcscmp.c: New file.
53759         New comprehensive test for wcscmp.
53760         * string/test-strcmp.c: Update.
53761         (WIDE): New define.
53763 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53765         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53766         line.
53768 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53770         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53771         encoding to ACE if AI_IDN.
53773 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53775         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53776         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53778 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53780         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53781         Fix overflow bug in strncat.
53782         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53784         * string/test-strncat.c: Update.
53785         Add new tests for checking overflow bugs.
53787 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53789         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53790         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53791         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53792         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53793         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53794         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53795         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53796         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53797         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53799         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53800         (USE_AS_STRCAT): Define.
53801         Add strcat and strncat support.
53802         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53804 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53806         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53807         __n bigger than INT_MAX+1.
53808         (__strncmp_g): Likewise.
53810 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53812         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53813         * libio/stido.h: Likewise.
53815         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53816         (AF_NFC): Define.
53817         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53818         (AF_NFC): Define.
53820         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53821         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53822         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53823         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53824         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53826         [BZ #13021]
53827         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53828         installed.
53830         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53831         typo.
53832         (_dl_x86_64_save_sse): Likewise.
53834 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53836         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53837         OSXSAVE.
53838         (_dl_x86_64_save_sse): Likewise.
53840         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53842         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53844 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53846         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53847         change.
53848         (_dl_x86_64_save_sse): Use correct AVX check.
53850 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53852         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53853         bug in strncpy/strncat.
53854         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53856 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53858         * string/tester.c (test_strcat): Add tests for different alignments
53859         of source and destination.
53860         (test_strncat): Likewise.
53862 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53864         [BZ #12852]
53865         * posix/glob.c (glob): Check passed in values before using them in
53866         expressions to avoid some overflows.
53867         (glob_in_dir): Likewise.
53869         [BZ #13007]
53870         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53871         check for AVX enablement so that we don't crash with old kernels and
53872         new hardware.
53873         * elf/tst-audit4.c: Add same checks here.
53874         * elf/tst-audit6.c: Likewise.
53876         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53878 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53880         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53882 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53884         * po/cs.po: Update from translation team.
53885         * po/bg.po: Likewise.
53887 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53889         * misc/sys/cdefs.h: Add support for const attribute.
53890         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53891         to gnu_dev_{major,minor,makedev} functions.
53893 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53895         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53897 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53899         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53900         strlen results.
53902 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53904         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53905         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53906         register in order to avoid conflicts with the soft frame pointer
53907         being held in r11 when necessary.
53908         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53909         (INTERNAL_VSYSCALL_NCS): Likewise.
53911 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53913         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53914         * elf/dl-fini.c (_dl_fini): Adjust caller.
53915         * elf/dl-close.c (_dl_close_worker): Likewise.
53916         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53918 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53920         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53921         "aux_cache->nlibs < 0".
53923         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53924         in the reload-count case.
53926 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53928         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53929         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53930         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53931         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53932         * sysdeps/x86_64/multiarch/strcat.S: New file.
53933         * sysdeps/x86_64/multiarch/strncat.S: New file.
53934         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53935         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53936         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53937         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53938         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53939         (USE_AS_STRCAT): Define.
53940         Add strcat and strncat support.
53941         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53942         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53943         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53944         * string/strncat.c: Update.
53945         (USE_AS_STRNCAT): Define.
53946         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53947         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53948         and i7.
53949         * sysdeps/x86_64/multiarch/init-arch.h
53950         (bit_Prefer_PMINUB_for_stringop): New.
53951         (index_Prefer_PMINUB_for_stringop): Likewise.
53952         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53953         bit_Prefer_PMINUB_for_stringop.
53955 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53957         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53958         buffer64.
53959         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53960         of casting of buffer.
53961         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53962         buffer32 and buffer64.
53963         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53964         writes instead of casting of buffer.
53965         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53966         buffer32.
53967         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53968         casting of buffer.
53970 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53972         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53974 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53976         * nscd/nscd.c (termination_handler): Don't do anything for a database
53977         if it has not yet been initialized.
53979 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53981         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53983 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53985         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53987 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53989         * po/nl.po: Update from translation team.
53990         * po/sv.po: Likewise.
53992 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53994         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53995         now disallowed by GCC.
53997         * configure.in (use-default-link): Default to yes if a test -shared
53998         link meets our qualifications.
53999         * configure: Regenerated.
54001         * config.make.in (output-format): New variable.
54002         * configure.in: Check for ld --print-output-format support.
54003         * configure: Regenerated.
54004         * Makerules ($(common-objpfx)format.lds)
54005         [$(output-format) != unknown]: Just use $(output-format),
54006         instead of the linker-script munging.
54008 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54010         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54011         of $(common-objpfx)shlib.lds.
54012         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54014         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54015         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54017         * configure.in (-z relro check): Adjust test code to add a large
54018         writable data section after it.
54019         * configure: Regenerated.
54021 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54023         * configure.in (-z relro check): Fix test code to make the variable
54024         truly const.
54025         * configure: Regenerated.
54027 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54029         * nscd/nscd.h (struct traced_file): Define.
54030         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54031         elements.  Add traced_files.
54032         (inotify_fd): Declare.
54033         (register_traced_file): Declare.
54034         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54035         (inotify_fd): Export.
54036         (resolv_conf_descr): Remove.
54037         (nscd_init): Move inotify descriptor creation to main.
54038         Don't register files for notification here.
54039         (register_traced_file): New function.
54040         (invalidate_cache): Don't use reset_res to determine whether to call
54041         res_init, go through the list of registered files.
54042         (main_loop_poll): The inotify descriptors are now stored in the
54043         structures for the traced files.
54044         (main_loop_epoll): Likewise
54045         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54046         to __nss_disable_nscd.
54047         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54048         for a database anymore.  Check the records for all the registered
54049         files instead.
54050         * nss/Makefile (libnss_files-routines): Add files-init.
54051         (libnss_db-routines): Add db-init.
54052         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54053         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54054         * nss/nss_db/db-init.c: New file.
54055         * nss/nss_files/files-init.c: New file.
54056         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54057         __nss_lookup_function.
54058         (__nss_lookup_function): Call nss_load_library.
54059         (nss_load_all_libraries): New function.
54060         (__nss_disable_nscd): Take parameter with callback function for files
54061         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54062         used for the cached services.
54063         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54064         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54065         options for features to all the files in nscd.
54067         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54069 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54071         * csu/elf-init.c (__libc_csu_init): Comment typo.
54073 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54075         * po/pl.po: Update from translation team.
54076         * po/ja.po: Likewise.
54077         * po/ru.po: Likewise.
54078         * po/ko.po: Likewise.
54079         * po/fr.po: Likewise.
54081 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54083         * configure.in (.ctors/.dtors header and trailer check):
54084         Use an empirical test on a built program.
54085         * configure: Regenerated.
54087         * configure.in (-z relro check): Use an empirical test on a built DSO.
54088         Detect, but do not require, on ia64.
54089         * configure: Regenerated.
54091         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54092         Update tests that use readelf to use $READELF instead.
54093         * configure: Regenerated.
54095 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54097         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54098         if the result is not used.
54100 2011-07-05  Andreas Jaeger  <aj@suse.de>
54102         [BZ#9696]
54103         * stdlib/tst-strtod.c: Add testcase.
54105 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54107         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54108         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54109         The latter has a higher limit.  Take additional parameter to pass to
54110         the new function.
54111         (__pathconf): Pass file to __statfs_link_max.
54112         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54113         __statfs_link_max.
54114         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54115         __statfs_link_max.
54117         [BZ #12868]
54118         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54119         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54120         Handle Lustre.
54121         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54122         (__statfs_filesize_max): Likewise.
54123         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54125 2011-07-05  Andreas Jaeger  <aj@suse.de>
54127         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54129 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54131         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54132         `status' variable.
54133         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54134         Likewise.
54136 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54138         * Makefile (strop-tests): Add strncat.
54139         * string/test-strncat.c: New file.
54141 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54143         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54145 2011-06-21  Andreas Jaeger  <aj@suse.de>
54147         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54148         Copy rule from iconvdata/Makefile.
54150 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54152         [BZ #12922]
54153         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54154         but no long options are defined, just return 'W'.
54156 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54158         [BZ #9696]
54159         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54161 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54163         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54164         netgroups to read.
54165         (innetgr): Likewise.
54167 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54169         * config.make.in (install_root): Default to $(DESTDIR).
54171 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54173         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54175 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54177         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54179         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54180         containing directory rather than embedding absolute directory names.
54182         * scripts/check-local-headers.sh: Rewritten using awk.
54183         Match by word, not by line.  Print error messages for matches.
54184         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54186         * Makerules [shlib-lds-flags empty]:
54187         ($(common-objpfx)libc_pic.opts): New target.
54188         ($(common-objpfx)libc_pic.os.clean): New target.
54189         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54191         * config.make.in (OBJCOPY): New variable.
54192         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54193         * configure: Regenerated.
54195         * config.make.in (use-default-link): New variable.
54196         * configure.in (use_default_link): Grok --with-default-link to set it.
54197         * configure: Regenerated.
54198         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54199         (shlib-lds, shlib-lds-flags): Define to empty.
54201         * Makerules (shlib-lds): New variable.
54202         (shlib-lds-flags): New variable.
54203         (build-shlib, build-moduile, build-module-asneeded): Use it.
54204         ($(common-objpfx)libc.so): Use $(shlib-lds).
54205         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54206         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54208         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54209         DT_FLAGS/DT_FLAGS_1 with zero flags.
54211         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54212         linker script munging.
54214 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54216         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54217         as 128-bit value.
54218         * crypt/sha512.c (sha512_process_block): Perform total addition using
54219         128-bit if possible.
54220         (__sha512_finish_ctx): Likewise.
54221         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54222         as 64-bit value.
54223         * crypt/sha256.c (SWAP64): Define.
54224         (sha256_process_block): Perform total addition using 64-bit if
54225         possible.
54226         (__sha256_finish_ctx): Likewise.
54228 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54230         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54231         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54232         * nscd/hstcache.c (cache_addhst): Likewise.
54233         * nscd/grpcache.c (cache_addgr): Likewise.
54234         * nscd/aicache.c (addhstaiX): Likewise
54235         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54237 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54239         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54240         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54241         * nscd/hstcache.c (cache_addhst): Likewise.
54242         * nscd/grpcache.c (cache_addgr): Likewise.
54243         * nscd/aicache.c (addhstaiX): Likewise
54245 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54247         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54248         domain only when needed.
54250 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54252         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54253         is always restored.
54255 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54257         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54258         are re-adding the entry.
54259         * nscd/servicescache.c (cache_addserv): Likewise.
54261 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54263         * sysdeps/generic/dl-irel.h: fix protection against multiple
54264         inclusions.
54265         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54267 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54269         [BZ #12935]
54270         * malloc/memusage.sh: Fix quoting in message.
54271         * debug/xtrace.sh: Likewise.
54273         * configure.in: Remove support for --experimental-malloc option, make
54274         it the default.
54275         * config.make.in: Likewise.
54276         * malloc/Makefile: Likewise.
54278 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54280         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54281         two-byte characters.
54283 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54285         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54286         AC_CACHE_CHECK invocation.
54287         * configure: Regenerated.
54289         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54291 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54293         [BZ #12350]
54294         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54295         bit from old_res_options.
54297         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54299         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54300         value type for setfct.
54302 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54304         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54305         __gettimeofday instead of gettimeofday.
54307 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54309         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54311 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54313         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54315         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54316         info.
54318 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54320         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54321         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54322         strcpy-sse2-unaligned strncpy-sse2-unaligned
54323         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54324         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54325         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54326         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54327         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54328         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54329         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54330         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54331         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54332         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54333         (STRCPY): Support SSE2 and SSSE3 versions.
54335 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54337         [BZ #12874]
54338         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54339         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54340         kernels which artificially limit size of requests.
54342 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54344         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54345         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54346         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54347         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54348         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54349         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54350         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54351         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54352         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54353         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54354         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54355         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54356         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54357         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54358         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54359         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54360         Enable unaligned load optimization for Intel Core i3, i5 and i7
54361         processors.
54362         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54363         Define.
54364         (index_Fast_Unaligned_Load): Define.
54365         (HAS_FAST_UNALIGNED_LOAD): Define.
54367 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54369         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54371 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54373         [BZ #12907]
54374         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54375         until it is clear that the information is realy needed.
54376         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54378 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54380         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54382 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54384         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54385         /sys/devices/system/cpu/online if it is usable.
54387         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54388         reading the information from the /proc filesystem to once a second.
54390 2011-06-21  Andreas Jaeger  <aj@suse.de>
54392         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54393         NULL after inclusion of kernel headers.
54395 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54397         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54398         calls to internal_setent.
54400         [BZ #12885]
54401         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54402         addresses using gethostbyname4_r ignore IPv4 addresses.
54404         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54405         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54407         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54409 2011-06-20  David S. Miller  <davem@davemloft.net>
54411         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54412         inclusions.
54413         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54415         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54416         (elf_irel): Use it.
54417         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54418         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54419         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54420         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54421         * sysdeps/x86_64/dl-irel.h: Likewise.
54423         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54424         * elf/dl-sym.c: Likewise.
54426 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54428         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54429         need to dereference resplen2.
54431 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54433         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54435 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54437         * Makeconfig: Define vardbdir and inst_vardbdir.
54438         * nss/Makefile: Add rules to install db-Makefile.
54440         * nss/nss_db/db-XXX.c: Cleanup.
54442         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54443         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54444         GLIBC_PRIVATE.
54445         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54446         * nss/makedb.c: Implement -g option to specify that value strings
54447         are generated and should not be added to table iterated over for
54448         get*ent calls.
54449         * nss/nss_db/db-initgroups.c: New file.
54451         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54452         interface.
54454         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54455         (internal_getgrouplist): Adjust to name change.
54456         Update use_initgroups_entry if this is not the first call.
54457         * nss/databases.def: Add initgroups entry.
54459         * nss/makedb.c (compute_tables): Check result of multiple hash table
54460         sizes to minimize maximum chain length.
54462 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54464         * Versions.def: Add entry for libnss_db.
54465         * shlib-versions: Likewise.
54466         * nss/Makefile: Add rules to build libnss_db.
54467         * nss/Versions: Add libnss_db information.  Organize libnss_files
54468         entries better.
54469         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54470         makedb progra.  Some minor improvements to generate smaller files.
54471         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54472         here from...
54473         * nss/makedb.c: ...here.
54474         Improve database format to be smaller and require less memory at
54475         runtime.
54476         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54477         db anymore.
54478         * nss/nss_db/db-netgrp.c: Likewise.
54479         * nss/nss_db/db-open.c: Likewise.
54480         * nss/nss_files/flies-XXX.x: Adjust comments.
54481         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54482         * nss/nss_files/files-grp.c: Likewise.
54483         * nss/nss_files/files-hosts.c: Likewise.
54484         * nss/nss_files/files-network.c: Likewise.
54485         * nss/nss_files/files-proto.c: Likewise.
54486         * nss/nss_files/files-pwd.c: Likewise.
54487         * nss/nss_files/files-rpc.c: Likewise.
54488         * nss/nss_files/files-service.c: Likewise.
54489         * nss/nss_files/files-sgrp.c: Likewise.
54490         * nss/nss_files/files-spwd.c: Likewise.
54491         * nss/nss_db/db-alias.c: Removed.
54492         * nss/nss_db/dummy-db.h: Removed.
54494 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54496         * nss/makedb.c: Rewritten to not use database library.
54497         * nss/Makefile: Update to build new makedb program.
54499 2011-06-14  Andreas Jaeger  <aj@suse.de>
54501         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54502         memset declaration.
54504 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54506         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54507         tmpbuf.
54509 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54511         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54512         * elf/Makefile ($(objpfx)ld.so): Likewise.
54514         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54515         Don't list ld.so twice in dependencies.
54517         * posix/bug-regex31.c: Include <stdlib.h>.
54519         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54521         * nis/nss_compat/compat-spwd.c
54522         (getspent_next_nss_netgr): Remove unused variable.
54523         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54525         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54526         nonmembers" output to use the right array.
54528         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54530         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54532         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54533         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54534         * catgets/gencat.c (read_input_file): Likewise.
54535         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54537         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54538         variable definition inside #if's controlling its use.
54540         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54542         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54544         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54546         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54547         unreachable code.
54549         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54551         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54552         * configure: Regenerated.
54554         * Makerules: Revert last change.
54555         * elf/Makefile: Likewise.
54557 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54559         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54560         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54561         (reloc-link): Likewise.
54563 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54565         * elf/Makefile: Add rules to build pldd.
54566         * elf/pldd.c: New file.
54567         * elf/pldd-xx.c: New file.
54569 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54571         * version.h: Update for 2.15 development version.
54573 2011-06-07  David S. Miller  <davem@davemloft.net>
54575         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54576         ifuncs.
54577         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54578         elf_machine_lazy_rel): Likewise.
54579         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54580         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54581         elf_machine_lazy_rel): Likewise.
54582         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54583         dl_hwcap via passed in argument.
54584         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54585         Likewise.
54587 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54589         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54591 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54593         [BZ #12849]
54594         * manual/fdl-1.1.texi: New file, verbatim from:
54595         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54596         * manual/lgpl-2.1.texi: New file, verbatim from:
54597         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54598         * manual/Makefile (licenses): New variable, list those new file names.
54599         (texis): Use it.
54600         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54602         * manual/fdl.texi: File removed.
54603         * manual/lesser.texi: File removed.
54604         * manual/libc.texinfo (Copying, Documentation License):
54605         Use new @include file names, put @appendix directive before @include.
54607 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54609         [BZ #12841]
54610         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54611         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54612         (mq_open): Add __NTH.
54614 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54616         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54617         Assume Intel Core i3/i5/i7 processor if AVX is available.
54619 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54621         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54622         typo.
54624 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54626         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54627         memory.  Use alloca_account.  Fix memory leak when retrying.
54629 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54631         * version.h (RELEASE): Bump for 2.14 release.
54632         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54634         * config.make.in (RANLIB): Remove entry.
54636 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54638         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54639         (libc.pot): Work around missing support for .ksh extension in xgettext.
54641         [BZ #12684]
54642         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54643         if both request failed.
54644         (send_dg): In case of server errors clear resplen or *resplen2.
54646         [BZ #12454]
54647         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54648         when there are multiple maps.
54649         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54650         (_dl_fini): Remove test here.
54652         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54654 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54656         [BZ #12350]
54657         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54658         bit from old_res_options.
54659         (gaih_inet): Likewise.
54661         [BZ #11099]
54662         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54663         as signed.
54665         * resolv/res_init.c (res_setoptions): Make the code more compact.
54667         [BZ #11558]
54668         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54669         set RES_USEVC.
54671         [BZ #11634]
54672         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54674         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54676         [BZ #11781]
54677         * malloc/malloc.h: Declare malloc hook variables as volatile.
54679         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54680         in last patch.
54682         [BZ #11799]
54683         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54684         raise in the comment.
54685         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54686         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54687         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54689 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54691         [BZ #12811]
54692         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54693         grow the buffers more if it already has to be sufficient.
54694         (build_wcs_upper_buffer): Likewise.
54695         * posix/regexec.c (check_matching): Likewise.
54696         (clean_state_log_if_needed): Likewise.
54697         (extend_buffers): Don't enlarge buffers beyond size of the input
54698         buffer.
54699         Patches mostly by Emil Wojak <emil@wojak.eu>.
54700         * posix/bug-regex32.c: New file.
54701         * posix/Makefile (tests): Add bug-regex32.
54703         * locale/findlocale.c (_nl_find_locale): Return right away if
54704         _nl_explode_name failed.
54705         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54707         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54709         * debug/xtrace.sh: Unify messages.
54710         * malloc/memusage.sh: Likewise.
54712         [BZ #12813]
54713         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54714         time symbol from vDSO.  Substitute with vsyscall if not available.
54715         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54716         __vdso_time.
54718         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54719         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54720         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54721         Add sendmmsg and internal_sendmmsg.
54722         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54723         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54724         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54726         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54727         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54728         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54730 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54732         [BZ #12813]
54733         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54734         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54735         available.
54736         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54737         __vdso_getcpu.
54739         [BZ #12814]
54740         * iconvdata/Makefile (tests): Add bug-iconv9.
54741         * iconvdata/bug-iconv9.c: New file.
54743 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54745         [BZ #12814]
54746         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54748 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54750         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54751         (struct user_regs_struct): Change intcs field back to cs.
54753 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54755         * po/ja.po: Update from translation team.
54757 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54759         [BZ #12795]
54760         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54761         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54763 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54765         * stdlib/longlong.h: Update from GCC.
54767 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54769         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54770         parameter name.
54771         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54772         Add parameter name.
54773         (__sysconf): Pass it down.
54775 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54777         [BZ #12671]
54778         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54779         some situations.
54780         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54781         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54782         add in in __libc_use_alloca calls.  Adjust callers.
54783         (glob): Use malloc in some situations.
54785         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54786         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54787         pltexit.
54789 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54791         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54792         and CLOCK_BOOTTIME_ALARM.
54794         [BZ #12782]
54795         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54796         is returned.
54798         * string/_strerror.c (__strerror_r): Print negative errors as signed
54799         numbers.
54801         [BZ #12777]
54802         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54803         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54804         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54806         * configure.in: Fix typo in redirection and correct removal of test
54807         files in two cases.
54809         [BZ #12788]
54810         * locale/setlocale.c (new_composite_name): Fix test to check for
54811         identical name of all categories.
54813         [BZ #12792]
54814         * libio/filedoalloc.c (local_isatty): New function.
54815         (_IO_file_doallocate): Use local_isatty.
54816         * stdio-common/perror.c (perror): In case a new stream is used
54817         forward the stream error.
54818         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54819         error flag.
54821 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54823         [BZ #11869]
54824         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54825         alloca.
54826         * include/alloca.h (extend_alloca_account): Define.
54828         [BZ #11857]
54829         * posix/regex.h: Fix comments with documentation of user-accessible
54830         fields after compilation and describe correct free'ing of pattern
54831         after re_compile_pattern.
54832         Patch by Reuben Thomas <rrt@sc3d.org>.
54834 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54836         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54837         and -mno-altivec to prevent the compiler from using Altivec and/or
54838         VSX instructions when the corresponding registers are not available.
54840 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54842         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54844 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54846         * libio/freopen.c (freopen): Use __dup2, not dup2.
54847         * libio/freopen64.c (freopen64): Likewise.
54849 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54851         [BZ #12775]
54852         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54853         * math/Makefile (tests): Add test-powl.
54854         (CFLAGS-test-powl.c): Define.
54855         * math/test-powl.c: New file.
54857 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54859         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54861 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54863         [BZ #11837]
54864         * iconvdata/gb18030.c: Update to GB18020-2005.
54866 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54868         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54869         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54870         Patch by Aharon Robbins <arnold@skeeve.com>.
54872         [BZ #11892]
54873         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54874         on the stack.
54876         [BZ #11895]
54877         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54878         through underflows.
54880         [BZ #12766]
54881         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54882         point to strings before performing equality test for error_one_per_line
54883         mode.
54885         [BZ #11697]
54886         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54888         [BZ #11820]
54889         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54890         (struct user_fpregs_struct): Avoid __uint*_t types.
54892         [BZ #6420]
54893         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54894         symbol info.  Use it instead of calling _dl_addr locally.
54895         (lock_and_info): New function.
54896         (tr_freehook): Call lock_and_info and pass symbol info as additional
54897         parameter to tr_where.
54898         (tr_mallochook): Likewise.
54899         (tr_reallochook): Likewise.
54900         (tr_memalignhook): Likewise.
54902         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54903         used and couldn't be at all thread-safe.
54905 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54907         * libio/freopen.c (freopen): Don't close old file descriptor
54908         before the new one is opened.  Instead dup the new file descriptor
54909         to the old one after the new stream is created.
54910         * libio/freopen64.c (freopen64): Likewise.
54911         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54912         * libio/fileops.c (_IO_new_file_close_it): Handle new
54913         _IO_FLAGS2_NOCLOSE flag.
54914         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54915         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54916         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54917         _IO_FLAGS2_NOCLOSE flag.
54918         * include/unistd.h: Add hidden_proto for dup3.
54919         Define __have_dup3.
54920         * io/dup3.c: Define hidden symbol.
54921         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54923         [BZ #7101]
54924         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54925         when an incomplete long option is used.
54926         * posix/tst-getopt_long1.c: New file.
54927         * posix/Makefile (tests): Add tst-getopt_long1.
54929         [BZ #10138]
54930         * scripts/config.guess: Update from autoconf-2.68.
54931         * scripts/config.sub: Likewise.
54933         [BZ #10157]
54934         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54935         tests into ...
54936         (has_cpuclock): ...this.  New function.
54937         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54938         macro here based on has_cpuclock code.
54940         [BZ #10149]
54941         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54942         First byte (not low byte) is now always NUL.
54943         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54945         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54946         Use non-cancelable interfaces.
54948         [BZ #9809]
54949         * locale/iso-639.def: Add entry for Sorani.
54951         [BZ #11901]
54952         * include/stdlib.h: Move include protection to the right place.
54953         Define abort_msg_s.  Declare __abort_msg with it.
54954         * stdlib/abort.c (__abort_msg): Adjust type.
54955         * assert/assert.c (__assert_fail_base): New function.  Majority
54956         of code from __assert_fail.  Allocate memory for __abort_msg with
54957         mmap.
54958         (__assert_fail): Now call __assert_fail_base.
54959         * assert/assert-perr.c: Remove bulk of implementation.  Use
54960         __assert_fail_base.
54961         * include/assert.hL Declare __assert_fail_base.
54962         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54963         mmap.
54964         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54966 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54968         [BZ #11952]
54969         [BZ #12453]
54970         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54971         until all modules are registered in the DTV.
54972         * elf/Makefile: Add rules to build and run tst-tls19.
54973         * elf/tst-tls19.c: New file.
54974         * elf/tst-tls19mod1.c: New file.
54975         * elf/tst-tls19mod2.c: New file.
54976         * elf/tst-tls19mod3.c: New file.
54977         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54979         [BZ #12083]
54980         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54981         correctly.
54983         [BZ #12601]
54984         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54985         two-byte sequence errors.
54986         * iconvdata/Makefile (tests): Add bug-iconv8.
54987         * iconvdata/bug-iconv8.c: New file.
54989         [BZ #12626]
54990         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54991         buf2 definition.
54993         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54995         [BZ #12432]
54996         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54997         (dummy_getcfa): New function.
54998         (init): Get _Unwind_GetCFA address, use dummy if not found.
54999         (backtrace_helper): In recursion check, also check whether CFA changes.
55000         (__backtrace): Completely initialize arg.
55002         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55003         storing incomplete byte sequence in state object.  Avoid testing for
55004         guaranteed too small input if we know there is enough data available.
55006 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55008         * Makeconfig (+link-pie): Indent.
55009         * Rules (binaries-pie): Define if $(have-fpie) and
55010         $(build-shared).
55011         (binaries-shared): Also filter out $(binaries-pie).
55012         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55013         * nscd/Makefile (others-pie): Add nscd.
55014         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55015         ($(objpfx)nscd): Remove command override.
55016         * login/Makefile (others-pie): Add pt_chown.
55017         ($(objpfx)pt_chown): Remove command override.
55018         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55019         remove command overrides.
55021 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55023         * libio/tst_putwc.c: Fix error messages.
55025         [BZ #12724]
55026         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55027         currently writing and seek to current position when not.
55028         * libio/Makefile (tests): Add bug-fclose1.
55029         * libio/bug-fclose1.c: New file.
55031 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55033         [BZ #12511]
55034         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55035         don't set DF_1_NODELETE here.
55036         (do_lookup_x): When entering new entry test for copy relocation
55037         and if necessary set DF_1_NODELETE flag.
55038         * elf/tst-unique4.cc: New file.
55039         * elf/tst-unique4.h: New file.
55040         * elf/tst-unique4lib.cc: New file.
55041         * elf/Makefile: Add rules to build and run tst-unique4.
55042         Patch by Piotr Bury <pbury@goahead.com>.
55044 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55046         [BZ #12052]
55047         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55049         [BZ #12625]
55050         * misc/mntent_r.c (addmntent): Flush the stream after the output
55052         [BZ #12393]
55053         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55054         (is_trusted_path_normalize): Skip initial colon.  Append slash
55055         to empty buffer.  Duplicate is_trusted_path code but allow
55056         constructed patch to be prefix.
55057         (is_dst): Allow $ORIGIN followed by /.
55058         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55059         Correct testing of result of is_trusted_path_normalize
55060         (decompose_rpath): Fix warning.
55062 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55064         [BZ #11257]
55065         * grp/initgroups.c (internal_getgrouplist): When we found the service
55066         list through the initgroups entry in nsswitch.conf do not always
55067         continue on a successful lookup.  Don't always use the
55068         __nss_group_database value if it is set.
55069         * nss/nsswitch.conf (initgroups): Change action for successful db
55070         lookup to continue for compatibility.
55072 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55074         [BZ #11532]
55075         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55076         and CP774 modules.
55077         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55078         and CP774 modules.
55079         * iconvdata/tst-tables.sh: Likewise.
55080         * iconvdata/cp770.c: New file.
55081         * iconvdata/cp771.c: New file.
55082         * iconvdata/cp772.c: New file.
55083         * iconvdata/cp773.c: New file.
55084         * iconvdata/cp774.c: New file.
55085         * iconvdata/testdata/CP770: New file.
55086         * iconvdata/testdata/CP770..UTF8: New file.
55087         * iconvdata/testdata/CP771: New file.
55088         * iconvdata/testdata/CP771..UTF8: New file.
55089         * iconvdata/testdata/CP772: New file.
55090         * iconvdata/testdata/CP772..UTF8: New file.
55091         * iconvdata/testdata/CP773: New file.
55092         * iconvdata/testdata/CP773..UTF8: New file.
55093         * iconvdata/testdata/CP774: New file.
55094         * iconvdata/testdata/CP774..UTF8: New file.
55096         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55097         END CHARMAP line.
55098         * iconvdata/gen-8bit-gap.sh: Likewise.
55099         * iconvdata/gen-8bit.sh: Likewise.
55101         * locale/iso-639.def: Add ary entry.
55103         [BZ #11258]
55104         * locale/C-translit.h.in: Add U20A1 transliteration.
55106         [BZ #12178]
55107         * locale/iso-639.def: Add wae entry.
55108         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55110         [BZ #12545]
55111         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55112         for n.
55114         [BZ #12711]
55115         * locale/C-translit.h.in: Add entry for U20B9.
55116         Patch by pravin.d.s@gmail.com.
55118 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55120         [BZ #12713]
55121         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55122         ENAMETOOLONG use generic getcwd.
55123         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55124         in rtld.  Use *stat64.
55125         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55126         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55127         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55128         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55129         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55130         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55131         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55132         __fstatat64 macros.
55133         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55134         * dirent/rewinddir.c: Add libc_hidden_def.
55135         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55136         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55138         * include/dirent.h (__alloc_dir): Add flags parameter.
55139         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55140         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55141         __alloc_dir.
55142         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55143         from fdopendir if O_CLOEXEC is already set.
55145 2011-03-15  Alan Modra  <amodra@gmail.com>
55147         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55148         l_tls_firstbyte_offset non-zero.  Save padding offset in
55149         l_tls_firstbyte_offset for later use.
55150         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55151         freeing static tls block.
55153 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55155         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55156         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55157         being defined by the kernel headers.
55159 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55161         [BZ #12734]
55162         * resolv/resolv.h: Define RES_NOTLDQUERY.
55163         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55164         no-tld-query and set RES_NOTLDQUERY.
55165         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55166         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55167         modern BIND to search name as TLD unless forbidden.
55169 2011-05-07  Petr Baudis  <pasky@suse.cz>
55170             Ulrich Drepper  <drepper@gmail.com>
55172         [BZ #12393]
55173         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55174         (is_trusted_path): ...to here.
55175         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55176         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55177         using is_trusted_path_normalize() in setuid scripts.
55179 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55181         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55182         __BEGIN/__END_DECLS.
55184 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55186         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55187         NSS_STATUS_NOTFOUND if no record was found.
55189 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55191         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55192         (headers-not-in-tirpc): Remove rpc/netdb.h
55193         * resolv/netdb.h: Revert last change.
55195 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55197         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55198         circular dependency between libgcc.a and libc.a.
55200 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55202         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55203         * nis/Makefile: Don't install rpcsvc/*.
55204         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55205         instead of <rpc/types.h>.
55206         (MAXHOSTNAMELEN): Define.
55208 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55210         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55212 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55214         [BZ #12714]
55215         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55216         gethostbyname4_r when IPv6 results are possible.
55218 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55220         [BZ #12723]
55221         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55222         _PC_PIPE_BUF handling.
55224 2011-04-30  Bruno Haible  <bruno@clisp.org>
55226         [BZ #12717]
55227         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55228         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55229         to 'int'.
55230         * inet/getnameinfo.c (getnameinfo): Likewise.
55232 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55234         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55235         to groups setting in database lookup.
55236         * nss/nsswitch.conf: Add initgroups entry.
55238 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55240         [BZ #12685]
55241         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55242         mode string.
55243         Patch by Eric Blake <eblake@redhat.com>.
55245 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55247         * sunrpc/Makefile (need-export-routines): Add svc_run.
55248         (routines): Remove svc_run.
55249         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55250         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55251         * sunrpc/svc_run.c (svc_run): Likewise.
55252         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55254 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55256         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55257         problem in reallocation in last patch.
55259 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55261         * sunrpc/Makefile: Move inclusion of Rules.
55263 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55265         * nss/nss_files/files-initgroups.c: New file.
55266         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55267         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55268         _nss_files_initgroups_dyn.
55270 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55272         * elf/elf.h (R_ARM_IRELATIVE): Define.
55274 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55276         * po/ru.po: Update from translation team.
55278 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55280         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55281         dependencies.
55283 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55285         [BZ #12653]
55286         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55287         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55288         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55289         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55290         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55292 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55294         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55295         differing bytes.
55296         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55297         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55298         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55300 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55302         [BZ #12420]
55303         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55304         storing it.
55305         * stdlib/bug-getcontext.c: New file.
55306         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55308 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55310         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55311         instructions into .machine "z9-109".
55312         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55313         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55315 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55317         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55318         between environment variables and auxiliary vector.
55320 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55322         * Makefile: Add rules to build linkobj/libc.so.
55323         * include/libc-symbols.h: Define libc_hidden_nolink.
55324         * include/rpc/auth.h: Mark functions which are to be hidden.
55325         * include/rpc/auth_des.h: Likewise.
55326         * include/rpc/auth_unix.h: Likewise.
55327         * include/rpc/clnt.h: Likewise.
55328         * include/rpc/des_crypt.h: Likewise.
55329         * include/rpc/key_prot.h: Likewise.
55330         * include/rpc/pmap_clnt.h: Likewise.
55331         * include/rpc/pmap_prot.h: Likewise.
55332         * include/rpc/pmap_rmt.h: Likewise.
55333         * include/rpc/rpc_msg.h: Likewise.
55334         * include/rpc/svc.h: Likewise.
55335         * include/rpc/svc_auth.h: Likewise.
55336         * include/rpc/xdr.h: Likewise.
55337         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55338         * nss/Makefile: Likewise.
55339         * sunrpc/Makefile: Don't install headers.  Build library with normal
55340         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55341         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55342         for the compat linking library.  Remove use of INTDEF/INTUSE.
55343         * sunrpc/auth_none.c: Likewise.
55344         * sunrpc/auth_unix.c: Likewise.
55345         * sunrpc/authdes_prot.c: Likewise.
55346         * sunrpc/authuxprot.c: Likewise.
55347         * sunrpc/clnt_gen.c: Likewise.
55348         * sunrpc/clnt_perr.c: Likewise.
55349         * sunrpc/clnt_raw.c: Likewise.
55350         * sunrpc/clnt_simp.c: Likewise.
55351         * sunrpc/clnt_tcp.c: Likewise.
55352         * sunrpc/clnt_udp.c: Likewise.
55353         * sunrpc/clnt_unix.c: Likewise.
55354         * sunrpc/des_crypt.c: Likewise.
55355         * sunrpc/des_soft.c: Likewise.
55356         * sunrpc/get_myaddr.c: Likewise.
55357         * sunrpc/key_call.c: Likewise.
55358         * sunrpc/key_prot.c: Likewise.
55359         * sunrpc/netname.c: Likewise.
55360         * sunrpc/pm_getmaps.c: Likewise.
55361         * sunrpc/pm_getport.c: Likewise.
55362         * sunrpc/pmap_clnt.c: Likewise.
55363         * sunrpc/pmap_prot.c: Likewise.
55364         * sunrpc/pmap_prot2.c: Likewise.
55365         * sunrpc/pmap_rmt.c: Likewise.
55366         * sunrpc/publickey.c: Likewise.
55367         * sunrpc/rpc_cmsg.c: Likewise.
55368         * sunrpc/rpc_common.c: Likewise.
55369         * sunrpc/rpc_dtable.c: Likewise.
55370         * sunrpc/rpc_prot.c: Likewise.
55371         * sunrpc/rpc_thread.c: Likewise.
55372         * sunrpc/rtime.c: Likewise.
55373         * sunrpc/svc.c: Likewise.
55374         * sunrpc/svc_auth.c: Likewise.
55375         * sunrpc/svc_authux.c: Likewise.
55376         * sunrpc/svc_raw.c: Likewise.
55377         * sunrpc/svc_run.c: Likewise.
55378         * sunrpc/svc_simple.c: Likewise.
55379         * sunrpc/svc_tcp.c: Likewise.
55380         * sunrpc/svc_udp.c: Likewise.
55381         * sunrpc/svc_unix.c: Likewise.
55382         * sunrpc/svcauth_des.c: Likewise.
55383         * sunrpc/xcrypt.c: Likewise.
55384         * sunrpc/xdr.c: Likewise.
55385         * sunrpc/xdr_array.c: Likewise.
55386         * sunrpc/xdr_float.c: Likewise.
55387         * sunrpc/xdr_intXX_t.c: Likewise.
55388         * sunrpc/xdr_mem.c: Likewise.
55389         * sunrpc/xdr_rec.c: Likewise.
55390         * sunrpc/xdr_ref.c: Likewise.
55391         * sunrpc/xdr_sizeof.c: Likewise.
55392         * sunrpc/xdr_stdio.c: Likewise.
55394 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55396         [BZ #12650]
55397         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55398         * sysdeps/ia64/dl-tls.h: Likewise.
55399         * sysdeps/powerpc/dl-tls.h: Likewise.
55400         * sysdeps/s390/dl-tls.h: Likewise.
55401         * sysdeps/sh/dl-tls.h: Likewise.
55402         * sysdeps/sparc/dl-tls.h: Likewise.
55403         * sysdeps/x86_64/dl-tls.h: Likewise.
55404         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55406 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55408         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55409         rpath element also skip the following colon.
55410         (expand_dynamic_string_token): Add is_path parameter and pass
55411         down to DL_DST_REQUIRED and _dl_dst_substitute.
55412         (decompose_rpath): Call expand_dynamic_string_token with
55413         non-zero is_path.  Ignore empty rpaths.
55414         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55415         with zero is_path.
55417 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55420         Make cancelable.
55422 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55424         [BZ #12655]
55425         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55426         Patch by Filipe David Manana <fdmanana@apache.org>.
55428 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55430         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55431         Maintain aligned stack.
55432         (CHECK_RSP): Remove unused macro.
55434 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55436         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55437         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55439 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55441         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55443         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55445 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55447         [BZ #12518]
55448         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55449         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55450         * sysdeps/x86_64/memmove.c: New file.
55451         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55452         (memcpy): Renamed to ...
55453         (__new_memcpy): This.
55454         (memcpy): Provide GLIBC_2_14 memcpy.
55455         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55456         (memcpy): Provide GLIBC_2_2_5 memcpy.
55458 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55460         [BZ #12631]
55461         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55463 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55465         * misc/syncfs.c: New file.
55466         * misc/Makefile (routines): Add syncfs.
55467         * posix/unistd.h: Declare syncfs.
55468         * sysdeps/unix/syscalls.list: Add syncfs.
55470 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55472         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55473         open_by_handle_at.
55474         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55475         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55476         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55477         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55478         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55479         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55480         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55482 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55484         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55485         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55486         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55487         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55488         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55489         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55490         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55492         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55493         sync_file_range.c with -fexceptions.
55494         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55495         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55496         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55497         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55498         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55499         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55500         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55501         sync_file_range as cancellation point
55502         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55503         now a wrapper around __call_sync_file_range with cancellation handling.
55504         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55505         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55506         function name to __call_sync_file_range.
55507         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55508         Add call_sync_file_range.
55510 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55512         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55513         bits/timex.h.
55515 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55517         * iconv/iconv.h: Fix typo in comment.
55518         * io/fcntl.h: Likewise.
55519         * libio/stdio.h: Likewise.
55520         * posix/spawn.h: Likewise.
55521         * posix/unistd.h: Likewise.
55522         * stdlib/stdlib.h: Likewise.
55523         * time/time.h: Likewise.
55524         * wcsmbs/wchar.h: Likewise.
55526         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55527         open_by_handle): Add.
55528         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55529         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55530         Augment a few comments.
55531         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55532         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55533         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55534         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55535         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55536         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55537         open_by_handle.
55539         * io/fcntl.h (AT_EMPTY_PATH): Define.
55541 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55543         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55544         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55545         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55546         to...
55547         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55548         * Versions.def: Add GLIBC_2.14.
55549         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55550         Export.
55552 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55554         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55555         round counter.
55556         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55558 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55560         [BZ #12597]
55561         * string/test-strncmp.c (do_page_test): New function.
55562         (check2): Likewise.
55563         (test_main): Call check2.
55564         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55566 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55568         [BZ #12587]
55569         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55570         Handle cache information in CPU leaf 4.
55571         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55573 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55575         [BZ #12583]
55576         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55577         character representation.
55578         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55580 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55582         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55583         END(__isnan) to END(__isnanf) to match function entry point/label
55584         EALIGN(__isnanf,...).
55586 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55588         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55590 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55592         [BZ #12510]
55593         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55594         copy from the symbol referenced in the relocation to initialize the
55595         used variable.
55596         Patch by Piotr Bury <pbury@goahead.com>.
55597         * elf/Makefile: Add rules to build and tst-unique3.
55598         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55599         * elf/tst-unique3.cc: New file.
55600         * elf/tst-unique3.h: New file.
55601         * elf/tst-unique3lib.cc: New file.
55602         * elf/tst-unique3lib2.cc: New file.
55604         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55606 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55608         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55609         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55610         to _start.
55612 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55614         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55615         to-be-loaded object along a path to loader is ld.so.
55617 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55618             Ulrich Drepper  <drepper@gmail.com>
55620         * sysdeps/x86_64/memset.S: After aligning destination, code
55621         branches to different locations depending on the value of
55622         misalignment, when multiarch is enabled. Fix this.
55624 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55626         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55627         Set _x86_64_preferred_memory_instruction for AMD processsors.
55628         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55629         Set bit_Prefer_SSE_for_memop for AMD processors.
55631 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55633         * libio/fmemopen.c (fmemopen): Optimize a bit.
55635 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55637         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55639 2011-03-03  Roland McGrath  <roland@redhat.com>
55641         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55643 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55645         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55646         __bzero_ultra1 instead of __memset_ultra1.
55648 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55649             Ulrich Drepper  <drepper@gmail.com>
55651         [BZ #12509]
55652         * include/link.h (struct link_map): Add l_orig_initfini.
55653         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55654         returning unsuccessfully.
55655         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55656         close of a file loaded at startup, restore the original l_initfini
55657         list.
55658         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55659         list, store the pointer.
55660         * elf/Makefile ($(objpfx)noload-mem): New rule.
55661         (noload-ENV): Define.
55662         (tests): Add $(objpfx)noload-mem.
55663         * elf/noload.c: Include <memcheck.h>.
55664         (main): Call mtrace.  Close all opened handles.
55666 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55668         [BZ #12454]
55669         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55670         dependencies are missing.
55672 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55674         Fix __if_freereq crash: Unlike the generic version which uses free,
55675         Hurd needs munmap.
55676         * sysdeps/mach/hurd/ifreq.h: New file.
55678 2011-01-27  Petr Baudis  <pasky@suse.cz>
55679             Ulrich Drepper  <drepper@gmail.com>
55681         [BZ 12445]#
55682         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55683         to extend_alloca().
55684         * stdio-common/bug23.c: New file.
55685         * stdio-common/Makefile (tests): Add bug23.
55687 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55688             Ulrich Drepper  <drepper@gmail.com>
55690         [BZ #12489]
55691         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55692         before performing relro protection.  At old place add assertion
55693         to make sure nothing changed.
55695 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55696             Glauber de Oliveira Costa  <glommer@gmail.com>
55698         * elf/elf.h: Add new ARM TLS relocs.
55700 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55703         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55704         cast from r3.
55705         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55706         'tests' variable.
55707         * sysdeps/wordsize-64/tst-writev.c: New file.
55709 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55711         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55712         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55713         insns in _dl_start to prevent a TOC reference before relocs are
55714         resolved.
55716 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55718         [BZ #12469]
55719         * Makeconfig: Remove RANLIB definition.
55720         * Makerules: Don't use RANLIB.
55721         * aclocal.m4: Remove ranlib test.
55722         * configure.in: No need to check for ranlib.
55723         * elf/rtld-Rules: Don't use RANLIB.
55725 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55727         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55728         protection macro.
55729         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55730         inclusion protection macro.
55732         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55733         SIGRTMIN and SIGRTMAX and print information in that case only when
55734         SIGRTMIN is defined.
55736 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55738         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55739         arginfo fn returning -1.
55741         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55742         and thousands string is zero terminated.
55744 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55746         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55747         sysdeps/unix/sysv/linux/bits/socket.h.
55749 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55751         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55752         (__CPU_COUNT): Remove old macros.
55753         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55754         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55755         (__CPU_ALLOC, __CPU_FREE): Add macros.
55756         (__sched_cpualloc, __sched_cpufree): Add declarations.
55758 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55760         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55761         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55762         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55763         (readdhstai): Return value of addhstaiX call.
55764         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55765         (addgrbyX): Return value returned by cache_addgr.
55766         (readdgrbyname): Return value returned by addgrbyX.
55767         (readdgrbygid): Likewise.
55768         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55769         (addpwbyX): Return value returned by cache_addpw.
55770         (readdpwbyname): Return value returned by addhstbyX.
55771         (readdpwbyuid): Likewise.
55772         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55773         (addservbyX): Return value returned by cache_addserv.
55774         (readdservbyname): Return value returned by addservbyX:
55775         (readdservbyport): Likewise.
55776         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55777         (addhstbyX): Return value returned by cache_addhst.
55778         (readdhstbyname): Return value returned by addhstbyX.
55779         (readdhstbyaddr): Likewise.
55780         (readdhstbynamev6): Likewise.
55781         (readdhstbyaddrv6): Likewise.
55782         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55783         (readdinitgroups): Return value returned by addinitgroupsX.
55784         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55785         (prune_cache): Keep track of timeout value of re-added entries.
55786         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55787         * nscd/nscd.h: Adjust prototypes of readd* functions.
55789 2011-02-04  Roland McGrath  <roland@redhat.com>
55791         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55792         (nis_stats): Likewise.
55793         * nis/nis_modify.c (nis_modify): Likewise.
55794         * nis/nis_remove.c (nis_remove): Likewise.
55795         * nis/nis_add.c (nis_add): Likewise.
55797         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55799         * posix/fnmatch_loop.c: Add some consts.
55801         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55803 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55805         [BZ #12460]
55806         * config.make.in (config-cflags-novzeroupper): Define.
55807         * configure.in: Substitute libc_cv_cc_novzeroupper.
55808         * elf/Makefile (AVX-CFLAGS): Define.
55809         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55810         (CFLAGS-tst-auditmod4a.c): Likewise.
55811         (CFLAGS-tst-auditmod4b.c): Likewise.
55812         (CFLAGS-tst-auditmod6b.c): Likewise.
55813         (CFLAGS-tst-auditmod6c.c): Likewise.
55814         (CFLAGS-tst-auditmod7b.c): Likewise.
55815         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55817 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55819         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55820         function to the callback.
55821         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55823 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55825         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55826         of errno.
55828 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55830         [BZ #11724]
55831         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55832         of constructors.
55833         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55834         of destructors.
55835         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55837         [BZ #11724]
55838         * elf/Makefile: Add rules to build and run new test.
55839         * elf/tst-initorder.c: New file.
55840         * elf/tst-initorder.exp: New file.
55841         * elf/tst-initordera1.c: New file.
55842         * elf/tst-initordera2.c: New file.
55843         * elf/tst-initordera3.c: New file.
55844         * elf/tst-initordera4.c: New file.
55845         * elf/tst-initorderb1.c: New file.
55846         * elf/tst-initorderb2.c: New file.
55847         * elf/tst-order-a1.c: New file.
55848         * elf/tst-order-a2.c: New file.
55849         * elf/tst-order-a3.c: New file.
55850         * elf/tst-order-a4.c: New file.
55851         * elf/tst-order-b1.c: New file.
55852         * elf/tst-order-b2.c: New file.
55853         * elf/tst-order-main.c: New file.
55854         New test case by George Gensure <werkt0@gmail.com>.
55856 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55858         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55859         decoding ACE if AI_CANONIDN.
55861 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55863         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55865 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55867         * version.h (RELEASE): Bump for 2.13 release.
55868         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55870         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55872         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55873         MADV_NOHUGEPAGE.
55874         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55875         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55876         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55877         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55878         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55879         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55881         * posix/getconf.c: Update copyright year.
55882         * catgets/gencat.c: Likewise.
55883         * csu/version.c: Likewise.
55884         * debug/catchsegv.sh: Likewise.
55885         * debug/xtrace.sh: Likewise.
55886         * elf/ldconfig.c: Likewise.
55887         * elf/ldd.bash.in: Likewise.
55888         * elf/sprof.c (print_version): Likewise.
55889         * iconv/iconv_prog.c: Likewise.
55890         * iconv/iconvconfig.c: Likewise.
55891         * locale/programs/locale.c: Likewise.
55892         * locale/programs/localedef.c: Likewise.
55893         * malloc/memusage.sh: Likewise.
55894         * malloc/mtrace.pl: Likewise.
55895         * nscd/nscd.c (print_version): Likewise.
55896         * nss/getent.c: Likewise.
55898         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55899         PF_CAIF, and PF_ALG.
55900         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55902 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55904         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55905         (modules-names): Use them.
55906         (ifunc-test-modules, ifunc-pie-tests): Define.
55907         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55908         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55909         (test-extras): Likewise.
55910         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55911         $(compile-command.c).
55912         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55913         (all-built-dso): Define.
55914         (check-textrel.out, check-execstack.out): Depend on it.
55916         * configure.in: Don't override --enable-multi-arch.
55918 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55920         [BZ #6812]
55921         * nscd/hstcache.c (tryagain): Define.
55922         (cache_addhst): Return tryagain not notfound for temporary errors.
55923         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55924         failed.
55926 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55928         [BZ #10563]
55929         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55930         to make the syscall.
55931         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55933         [BZ #12378]
55934         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55935         and fall back to matching as normal character if the string ends before
55936         the matching ']' is found.  This is what POSIX requires.
55937         * posix/testfnm.c: Adjust test result.
55938         * posix/globtest.sh: Adjust test result.  Add new test.
55939         * posix/tst-fnmatch.input: Likewise.
55940         * posix/tst-fnmatch2.c: Add new test.
55942 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55944         * elf/Makefile (check-execstack): Revert last change.  Depend on
55945         check-execstack.h.
55946         (check-execstack.h): New target.
55947         (generated): Add check-execstack.h.
55948         * elf/check-execstack.c: Include "check-execstack.h".
55949         (main): Revert last change.
55950         (handle_file): Return zero if GNU_STACK is absent and
55951         DEFAULT_STACK_PERMS doesn't include PF_X.
55953 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55955         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55956         in child fails because the descriptor is already closed.
55957         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55958         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55959         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55961         [BZ #12397]
55962         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55963         syscall.
55965         [BZ #10484]
55966         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55967         temporary buffer used to handle multi lookups locally.
55968         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55970 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55972         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55973         loader is ld.so.
55975 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55977         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55978         alignment for SSE2.
55980 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55982         [BZ #12394]
55983         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55984         characters.  When rounding increased number of integer digits recompute
55985         number of groups.
55986         * stdio-common/tst-grouping.c: New file.
55987         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55989 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55991         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55992         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55994         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55995         void.
55996         * bits/select.h: Likewise.
55998 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56000         * po/ja.po: Update from translation team.
56002 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56004         [BZ #11155]
56005         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56006         implementation just like for lxstat, fxstatat, et al.
56008 2010-12-27  Jim Meyering  <meyering@redhat.com>
56010         [BZ #12348]
56011         * posix/regexec.c (build_trtable): Return failure indication upon
56012         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56014 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56016         [BZ #12201]
56017         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56018         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56019         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56020         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56022         [BZ #12207]
56023         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56025         [BZ #12204]
56026         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56027         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56029 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56031         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56032         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56033         script has SORT_BY_INIT_PRIORITY.
56034         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56035         NO_CTORS_DTORS_SECTIONS is defined.
56036         * elf/soinit.c: Likewise.
56037         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56038         NO_CTORS_DTORS_SECTIONS is defined.
56039         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56040         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56041         * sysdeps/sh/init-first.c: Likewise.
56042         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56044 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56046         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56047         always use the slow path.
56049 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56051         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56052         similar rule which adds the sysdep directories to the header search in
56053         order to pick up the correct platform stackinfo.h.
56054         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56055         perform test if it is, otherwise return successfully without testing.
56056         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56057         DEFAULT_STACK_PERMS define in stackinfo.h.
56058         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56059         defined in stackinfo.h.
56060         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56061         DEFAULT_STACK_PERMS defined in stackinfo.h.
56062         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56063         * sysdeps/ia64/stackinfo.h: Likewise.
56064         * sysdeps/s390/stackinfo.h: Likewise.
56065         * sysdeps/sh/stackinfo.h: Likewise.
56066         * sysdeps/sparc/stackinfo.h: Likewise.
56067         * sysdeps/x86_64/stackinfo.h: Likewise.
56068         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56069         PF_X for powerpc64.  Retain PF_X for powerpc32.
56071 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56073         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56074         accurately.
56075         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56076         GETDENTS_64BIT_ALIGNED.
56078 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56080         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56082 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56084         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56085         _GNU_SOURCE.
56087         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56088         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56089         Remove __restrict.
56090         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56091         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56093 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56095         [BZ #11655]
56096         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56097         are initialized.
56099 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56101         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56103 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56105         * po/it.po: Update from translation team.
56107 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56109         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56110         unused codes.
56112 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56114         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56116 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56118         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56119         specially.
56120         (gaih_getanswer_slice): Likewise.
56122 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56124         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56126 2010-05-31  Petr Baudis  <pasky@suse.cz>
56128         [BZ #11149]
56129         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56130         silently even in the chroot mode.
56132 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56134         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56135         last patch a bit.  Pretty printing
56137 2010-05-31  Petr Baudis <pasky@suse.cz>
56139         [BZ #10085]
56140         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56141         initialization of skip_initgroups_dyn.
56143 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56145         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56146         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56148 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56150         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56152 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56154         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56155         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56156         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56157         ($(objpfx)tst-fnmatch-mem): New rule.
56158         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56159         * posix/tst-fnmatch.c (main): Call mtrace.
56161 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56163         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56164         Support Intel processor model 6 and model 0x2c.
56166 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56168         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56169           signed comparison.
56171 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56173         [BZ #12205]
56174         * string/test-strncasecmp.c (check_result): New function.
56175         (do_one_test): Use it.
56176         (check1): New function.
56177         (test_main): Use it.
56178         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56179         Support strcasecmp and strncasecmp.
56181 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56183         [BZ #12194]
56184         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56185         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56187 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56189         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56190         IFUNC support.
56191         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56192         memset-x86-64.
56193         * sysdeps/x86_64/multiarch/bzero.S: New file.
56194         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56195         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56196         * sysdeps/x86_64/multiarch/memset.S: New file.
56197         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56198         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56199         Set bit_Prefer_SSE_for_memop for Intel processors.
56200         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56201         Define.
56202         (index_Prefer_SSE_for_memop): Define.
56203         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56205 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56207         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56208         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56210 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56212         [BZ #12191]
56213         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56214         (__x86_64_raw_data_cache_size_half): Likewise.
56215         (__x86_64_raw_shared_cache_size): Likewise.
56216         (__x86_64_raw_shared_cache_size_half): Likewise.
56218         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56219         (__x86_64_raw_data_cache_size_half): Likewise.
56220         (__x86_64_raw_shared_cache_size): Likewise.
56221         (__x86_64_raw_shared_cache_size_half): Likewise.
56222         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56223         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56224         and __x86_64_raw_shared_cache_size_half.  Round
56225         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56226         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56227         to multiple of 256 bytes.
56229 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56231         [BZ #12167]
56232         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56233         of inacessible symlinks.  Verify result of symlink before returning it.
56234         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56235         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56237 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56239         * math/math.h (isinf): Fix typo in comment.
56241 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56243         * po/da.po: Update from translation team.
56245 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56247         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56248         is added to the list.
56250 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56251             Ulrich Drepper  <drepper@gmail.com>
56253         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56254         the global list here.  Move code to...
56255         (_dl_add_to_namespace_list): ...here.  New function.
56256         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56257         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56258         * elf/dl-load.c (lose): Don't remove the element from the list.
56259         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56260         (_dl_map_object): Likewise.
56262 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56264         [BZ #12159]
56265         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56266         into all bytes of SSE register.
56267         Patch by Richard Li <richardpku@gmail.com>.
56269 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56271         [BZ #12140]
56272         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56273         perturbing.
56275 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56277         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56278         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56279         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56280         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56282         submachine.
56283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56285 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56287         * include/dlfcn.h (__RTLD_SECURE): Define.
56288         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56289         mode & __RTLD_SECURE instead.
56290         (open_path): Rename preloaded parameter to secure.
56291         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56292         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56293         * elf/dl-deps.c (openaux): Likewise.
56294         * elf/rtld.c (struct map_args): Remove is_preloaded.
56295         (map_doit): Don't use it.
56296         (dl_main): Likewise.
56297         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56298         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56300 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56302         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56303         (sysd-rules-targets): Remove duplicates.
56304         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56305         rtld-%.$o dependency.
56307 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56309         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56310         _dl_map_object do it.
56312 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56314         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56315         fast fma builtins, define the macros in the C99 standard.
56316         (FP_FAST_FMAF): Likewise.
56317         (FP_FAST_FMAL): Likewise.
56318         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56320         * bits/mathdef.h: Update copyright year.
56321         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56323 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56325         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56326         builtins, define the macros in the C99 standard.
56327         (FP_FAST_FMAF): Likewise.
56328         (FP_FAST_FMAL): Likewise.
56329         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56330         multiply/add.
56331         (FP_FAST_FMAF): Likewise.
56333 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56335         [BZ #3268]
56336         * math/libm-test.inc (fma_test): Some new testcases.
56337         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56338         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56339         y and infinite z.  Do multiplication by C already in long double.
56340         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56341         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56342         y and infinite z.  Do bitwise or of inexact bit into u.d.
56343         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56344         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56345         * sysdeps/i386/fpu/s_fma.S: Removed.
56346         * sysdeps/i386/fpu/s_fmal.S: Removed.
56348 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56350         [BZ #3268]
56351         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56352         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56353         computation is not scheduled after fetestexcept.  Fix value
56354         of minimum denormal long double.
56356 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56358         [BZ #3268]
56359         * math/libm-test.inc (fma_test): Add some more tests.
56360         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56361         correctly.
56363 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56365         * scripts/data/localplt-s390-linux-gnu.data: New file.
56366         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56368 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56370         [BZ #3268]
56371         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56372         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56373         instead of dbl-64.
56374         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56375         inlines.
56376         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56377         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56378         if one of x and y is very large and the other is subnormal.
56379         * sysdeps/s390/fpu/s_fmaf.c: New file.
56380         * sysdeps/s390/fpu/s_fma.c: New file.
56381         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56382         * sysdeps/powerpc/fpu/s_fma.S: New file.
56383         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56384         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56385         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56387 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56389         [BZ #3268]
56390         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56391         fma tests.
56392         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56393         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56394         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56395         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56396         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56397         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56398         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56400 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56402         [BZ #12078]
56403         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56404         * posix/bug-regex31.input: Add test case.
56406 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56408         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56409         * posix/bug-regex31.input: New file.
56411         [BZ #12078]
56412         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56413         (parse_sub_exp): Fix last change, use postorder.
56415         * posix/bug-regex31.c: New file.
56416         * posix/Makefile: Add rules to build and run bug-regex31.
56418         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56420         [BZ #12078]
56421         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56423         [BZ #12108]
56424         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56425         to have entries in sys_siglist.
56427         [BZ #12093]
56428         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56429         be NULL.
56431 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56433         [BZ #3268]
56434         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56435         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56436         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56437         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56438         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56439         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56440         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56441         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56442         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56443         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56444         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56445         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56446         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56447         * math/ftestexcept.c (fetestexcept): Likewise.
56448         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56449         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56450         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56451         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56452         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56453         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56454         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56456 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56458         [BZ #12107]
56459         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56460         newline.
56462 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56464         * string/bug-strstr1.c: New file.
56465         * string/Makefile: Add rules to build and run bug-strstr1.
56467 2010-10-05  Eric Blake  <eblake@redhat.com>
56469         [BZ #12092]
56470         * string/str-two-way.h (two_way_long_needle): Always clear memory
56471         when skipping input due to the shift table.
56473 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56475         [BZ #12005]
56476         * malloc/mcheck.c: Handle large requests.
56478         [BZ #12077]
56479         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56480         for strncmp and strncasecmp.
56481         * string/stratcliff.c: Add tests for strcmp and strncmp.
56482         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56484 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56486         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56487         __set_fpscr.
56489 2010-09-30  Andreas Jaeger  <aj@suse.de>
56491         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56492         (CGROUP_SUPER_MAGIC): Define.
56493         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56494         Handle btrfs and cgroup file systems.
56495         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56496         Likewise.
56498 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56500         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56501         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56503 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56505         [BZ #12067]
56506         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56507         trying to locate the ELF header.
56509 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56511         [BZ #11611]
56512         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56513         Mask out sign-bit copies when constructing f_fsid.
56515 2010-09-24  Petr Baudis <pasky@suse.cz>
56517         * debug/stack_chk_fail_local.c: Add missing licence exception.
56518         * debug/warning-nop.c: Likewise.
56520 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56522         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56523         implementing getdents64 using getdents syscall, set d_type if
56524         __ASSUME_GETDENTS32_D_TYPE.
56526 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56528         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56529         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56531 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56533         [BZ #12037]
56534         * posix/unistd.h: Undo change of feature selection for ftruncate from
56535         2010-01-11.
56537 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56539         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56540         detection.
56542 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56544         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56545         fanotify_mark.
56546         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56548 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56550         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56551         variables after CHECK_SP call.
56552         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56554 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56555             Ulrich Drepper  <drepper@redhat.com>
56557         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56558         re-relocationg ld.so.
56559         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56560         _dl_init_paths call.
56561         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56562         here anymore.
56564 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56566         * resolv/res_init.c (__res_vinit): Count the default server we added.
56568 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56569             Ulrich Drepper  <drepper@redhat.com>
56571         [BZ #11968]
56572         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56573         (____longjmp_chk): Use %ebx for saving value across system call.
56574         Add unwind info.
56576 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56578         * manual/Makefile: Don't mix pattern rules with normal rules.
56580 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56582         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56583         operation.
56584         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56585         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56586         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56587         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56588         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56589         Likewise.
56591 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56593         [BZ #11979]
56594         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56595         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56597 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56599         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56600         * sysdeps/x86_64/addmul_1.S: Likewise.
56601         * sysdeps/x86_64/lshift.S: Likewise.
56602         * sysdeps/x86_64/mul_1.S: Likewise.
56603         * sysdeps/x86_64/rshift.S: Likewise.
56604         * sysdeps/x86_64/sub_n.S: Likewise.
56605         * sysdeps/x86_64/submul_1.S: Likewise.
56607 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56609         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56610         Define __sched_param instead of SCHED_* and sched_param when
56611         <bits/sched.h> is included with __need_schedparam defined.
56612         * bits/sched.h [__need_schedparam]
56613         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56614         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56615         (__defined_schedparam): Define to 1.
56616         (__sched_param): New structure, identical to sched_param.
56617         (__need_schedparam): Undefine.
56619 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56621         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56622         (epoll_create1): Declare.
56624         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56626 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56628         [BZ #7066]
56629         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56630         shifting retval into place.
56632 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56634         * nis/rpcsvc/nis.h: Update copyright notice.
56635         * nis/rpcsvc/nis.x: Likewise.
56636         * nis/rpcsvc/nis_callback.h: Likewise.
56637         * nis/rpcsvc/nis_callback.x: Likewise.
56638         * nis/rpcsvc/nis_object.x: Likewise.
56639         * nis/rpcsvc/nis_tags.h: Likewise.
56640         * nis/rpcsvc/yp.h: Likewise.
56641         * nis/rpcsvc/yp.x: Likewise.
56642         * nis/rpcsvc/ypupd.h: Likewise.
56643         * nis/yp_xdr.c: Likewise.
56644         * nis/ypupdate_xdr.c: Likewise.
56646         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56647         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56648         (pmap_getport): Use __libc_rpc_getport.
56649         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56650         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56651         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56653 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56656         fanotify_mark.
56658 2010-08-27  Roland McGrath  <roland@redhat.com>
56660         * sysdeps/i386/i686/multiarch/Makefile
56661         (CFLAGS-varshift.c): New variable.
56663 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56665         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56666         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56668         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56670         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56672 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56674         * sysdeps/x86_64/strlen.S: Unroll the loop.
56675         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56676         strlen-sse2 strlen-sse2-bsf.
56677         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56678         __strlen_no_bsf if bit_Slow_BSF is set.
56679         (__strlen_sse42): Removed.
56680         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56681         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56683 2010-08-25  Roland McGrath  <roland@redhat.com>
56685         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56686         * sysdeps/x86_64/multiarch/varshift.c: New file.
56687         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56688         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56689         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56690         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56692 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56694         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56695         strlen-sse2 strlen-sse2-bsf.
56696         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56697         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56698         (__strlen_sse2): Removed.
56699         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56700         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56701         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56702         bit_Slow_BSF for Atom.
56703         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56704         (index_Slow_BSF): Define.
56705         (HAS_SLOW_BSF): Define.
56707 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56709         [BZ #10851]
56710         * resolv/res_init.c (__res_vinit): When no server address at all
56711         is given default to loopback.
56713 2010-08-24  Roland McGrath  <roland@redhat.com>
56715         * configure.in: Remove config-name.h generation.
56716         * configure: Regenerated.
56717         * config-name.in: File removed.
56718         * scripts/config-uname.sh: New file.
56719         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56720         ($(objdir)config-name.h): New target.
56722         * sunrpc/rpc_parse.h: Avoid nested comment.
56724 2010-08-24  Richard Henderson  <rth@redhat.com>
56725             Ulrich Drepper  <drepper@redhat.com>
56726             H.J. Lu  <hongjiu.lu@intel.com>
56728         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56729         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56730         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56731         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56732         _mm_alignr_epi8 with _mm_loadu_si128.
56733         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56734         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56735         (__m128i_shift_right): Removed.
56736         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56737         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56738         * sysdeps/x86_64/multiarch/varshift.h: New file.
56739         * sysdeps/x86_64/multiarch/varshift.S: New file.
56741 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56743         * configure.in: Move assembler checks to before sysdep dir checking.
56745 2010-08-20  Petr Baudis  <pasky@suse.cz>
56747         * LICENSES: Sync the sunrpc license.
56749 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56751         * sunrpc/auth_des.c: Update copyright notice once again.
56752         * sunrpc/auth_none.c: Likewise.
56753         * sunrpc/auth_unix.c: Likewise.
56754         * sunrpc/authdes_prot.c: Likewise.
56755         * sunrpc/authuxprot.c: Likewise.
56756         * sunrpc/bindrsvprt.c: Likewise.
56757         * sunrpc/clnt_gen.c: Likewise.
56758         * sunrpc/clnt_perr.c: Likewise.
56759         * sunrpc/clnt_raw.c: Likewise.
56760         * sunrpc/clnt_simp.c: Likewise.
56761         * sunrpc/clnt_tcp.c: Likewise.
56762         * sunrpc/clnt_udp.c: Likewise.
56763         * sunrpc/clnt_unix.c: Likewise.
56764         * sunrpc/des_crypt.c: Likewise.
56765         * sunrpc/des_soft.c: Likewise.
56766         * sunrpc/get_myaddr.c: Likewise.
56767         * sunrpc/getrpcport.c: Likewise.
56768         * sunrpc/key_call.c: Likewise.
56769         * sunrpc/key_prot.c: Likewise.
56770         * sunrpc/openchild.c: Likewise.
56771         * sunrpc/pm_getmaps.c: Likewise.
56772         * sunrpc/pm_getport.c: Likewise.
56773         * sunrpc/pmap_clnt.c: Likewise.
56774         * sunrpc/pmap_prot.c: Likewise.
56775         * sunrpc/pmap_prot2.c: Likewise.
56776         * sunrpc/pmap_rmt.c: Likewise.
56777         * sunrpc/rpc/auth.h: Likewise.
56778         * sunrpc/rpc/auth_unix.h: Likewise.
56779         * sunrpc/rpc/clnt.h: Likewise.
56780         * sunrpc/rpc/des_crypt.h: Likewise.
56781         * sunrpc/rpc/key_prot.h: Likewise.
56782         * sunrpc/rpc/netdb.h: Likewise.
56783         * sunrpc/rpc/pmap_clnt.h: Likewise.
56784         * sunrpc/rpc/pmap_prot.h: Likewise.
56785         * sunrpc/rpc/pmap_rmt.h: Likewise.
56786         * sunrpc/rpc/rpc.h: Likewise.
56787         * sunrpc/rpc/rpc_des.h: Likewise.
56788         * sunrpc/rpc/rpc_msg.h: Likewise.
56789         * sunrpc/rpc/svc.h: Likewise.
56790         * sunrpc/rpc/svc_auth.h: Likewise.
56791         * sunrpc/rpc/types.h: Likewise.
56792         * sunrpc/rpc/xdr.h: Likewise.
56793         * sunrpc/rpc_clntout.c: Likewise.
56794         * sunrpc/rpc_cmsg.c: Likewise.
56795         * sunrpc/rpc_common.c: Likewise.
56796         * sunrpc/rpc_cout.c: Likewise.
56797         * sunrpc/rpc_dtable.c: Likewise.
56798         * sunrpc/rpc_hout.c: Likewise.
56799         * sunrpc/rpc_main.c: Likewise.
56800         * sunrpc/rpc_parse.c: Likewise.
56801         * sunrpc/rpc_parse.h: Likewise.
56802         * sunrpc/rpc_prot.c: Likewise.
56803         * sunrpc/rpc_sample.c: Likewise.
56804         * sunrpc/rpc_scan.c: Likewise.
56805         * sunrpc/rpc_scan.h: Likewise.
56806         * sunrpc/rpc_svcout.c: Likewise.
56807         * sunrpc/rpc_tblout.c: Likewise.
56808         * sunrpc/rpc_util.c: Likewise.
56809         * sunrpc/rpc_util.h: Likewise.
56810         * sunrpc/rpcinfo.c: Likewise.
56811         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56812         * sunrpc/rpcsvc/key_prot.x: Likewise.
56813         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56814         * sunrpc/rpcsvc/mount.x: Likewise.
56815         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56816         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56817         * sunrpc/rpcsvc/rex.x: Likewise.
56818         * sunrpc/rpcsvc/rstat.x: Likewise.
56819         * sunrpc/rpcsvc/rusers.x: Likewise.
56820         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56821         * sunrpc/rpcsvc/spray.x: Likewise.
56822         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56823         * sunrpc/rtime.c: Likewise.
56824         * sunrpc/svc.c: Likewise.
56825         * sunrpc/svc_auth.c: Likewise.
56826         * sunrpc/svc_authux.c: Likewise.
56827         * sunrpc/svc_raw.c: Likewise.
56828         * sunrpc/svc_run.c: Likewise.
56829         * sunrpc/svc_simple.c: Likewise.
56830         * sunrpc/svc_tcp.c: Likewise.
56831         * sunrpc/svc_udp.c: Likewise.
56832         * sunrpc/svc_unix.c: Likewise.
56833         * sunrpc/svcauth_des.c: Likewise.
56834         * sunrpc/xcrypt.c: Likewise.
56835         * sunrpc/xdr.c: Likewise.
56836         * sunrpc/xdr_array.c: Likewise.
56837         * sunrpc/xdr_float.c: Likewise.
56838         * sunrpc/xdr_mem.c: Likewise.
56839         * sunrpc/xdr_rec.c: Likewise.
56840         * sunrpc/xdr_ref.c: Likewise.
56841         * sunrpc/xdr_sizeof.c: Likewise.
56842         * sunrpc/xdr_stdio.c: Likewise.
56844         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56845         handling.
56847 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56849         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56851 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56853         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56854         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56855         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56856         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56857         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56858         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56859         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56860         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56861         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56862         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56863         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56864         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56865         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56866         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56868 2010-07-26  Anton Blanchard  <anton@samba.org>
56870         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56871         * malloc/arena.c (heap_trim): Likewise.
56873 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56875         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56876         here.  Not...
56877         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56878         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56880 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56882         * sysdeps/i386/elf/Makefile: New file.
56884 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56886         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56887         from fanotify_init.
56888         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56889         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56891 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56893         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56894         of strncasecmp_l.
56895         * sysdeps/multiarch/strcmp.S: Likewise.
56897 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56899         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56900         strncase_l-nonascii.
56901         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56902         Add strncase_l-ssse3.
56903         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56904         * sysdeps/x86_64/strcmp.S: Likewise.
56905         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56906         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56907         * sysdeps/x86_64/strncase.S: New file.
56908         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56909         * sysdeps/x86_64/strncase_l.S: New file.
56910         * string/Makefile (strop-tests): Add strncasecmp.
56911         * string/test-strncasecmp.c: New file.
56913         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56914         warning.
56916         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56917         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56919 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56921         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56923 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56925         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56926         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56927         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56929 2010-05-01  Alan Modra  <amodra@gmail.com>
56931         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56932         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56933         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56934         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56935         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56936         tidying.  Don't tail-call __sigjmp_save for static lib.
56937         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56938         save location.
56939         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56940         (CALL_MCOUNT): Add eh info, and nop after bl.
56941         (TAIL_CALL_SYSCALL_ERROR): New macro.
56942         (PSEUDO_RET): Use it.
56943         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56944         Correct save location of integer regs and cr.
56945         (_dl_profile_resolve): Correct cr save location.  Delete nops
56946         after bl when SHARED.  Reduce cfi size a little by better
56947         placement of cfi directives.
56948         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56949         make a stack frame.  Instead use parm save area as a temp.
56950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56951         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56953         Don't make a stack frame for parent, use parm save area.
56954         Increase child stack frame to 112 bytes.  Don't save unused reg,
56955         and adjust reg usage.  Set up cfi on error recovery and
56956         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56958         (__makecontext): Add dummy nop after jump to exit.
56959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56960         Use correct parm save area and cr save, reduce stack frame.
56961         Correct cfi for possible PSEUDO_RET frame setup.
56962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56963         Branch to local label emitted by PSEUDO_RET rather than
56964         __syscall_error.
56966 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56968         [BZ #11904]
56969         * locale/programs/locale.c (print_assignment): New function.
56970         (show_locale_vars): Use it.
56972 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56974         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56975         field.
56976         (struct statfs64): Likewise.
56977         (_STATFS_F_FLAGS): Define.
56978         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56979         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56980         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56981         (ST_VALID): Define locally.
56982         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56983         __statvfs_getflags, use the provided value.
56984         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56985         __ASSUME_STATFS_F_FLAGS.
56987         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56989         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56990         Add sys/fanotify.h.
56991         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56992         fanotify_mask for GLIBC_2.13.
56993         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56994         fanotify_init and fanotify_mark.
56995         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56996         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56998         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56999         Add prlimit.
57000         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57001         prlimit64 for GLIBC_2.13.
57002         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57003         prlimit64.
57004         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57005         syscall.
57006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57007         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57008         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57009         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57010         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57011         add prlimit alias.
57012         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57014         [BZ #11903]
57015         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57016         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57018         * nss/Makefile: Add rules to build and run tst-nss-test1.
57019         * shlib-versions: Add entry for libnss_test1.
57020         * nss/nss_test1.c: New file.
57021         * nss/tst-nss-test1.c: New file.
57023         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57024         (__nss_configure_lookup): Set appropriate entry in
57025         __nss_configure_lookup to true.
57026         * nss/nsswitch.h: Define enum with indeces of databases in
57027         databases and __nss_database_custom arrays.  Declare
57028         __nss_database_custom.
57029         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57030         to avoid using nscd when custom rules are installed.
57031         * nss/getXXbyYY_r.c: Likewise.
57032         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57034         * nss/nss_files/files-parse.c: Whitespace fixes.
57036 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57038         [BZ #11883]
57039         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57040         * posix/fnmatch_loop.c: Likewise.
57042 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57044         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57045         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57046         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57047         * Versions.def [GLIBC_2.13]: Add.
57049 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57051         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57052         Also fail if tpwd after pwuid call is NULL.
57054 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57056         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57057         when converting to ms.
57059 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57061         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57062         EOPNOTSUPP errors with ENOTTY.
57063         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57064         EOPNOTSUPP errors with ENOTTY.
57066 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57068         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57069         Add strcasecmp_l-ssse3.
57070         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57071         strcasecmp.
57072         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57073         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57074         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57076 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57078         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57080         * string/Makefile (strop-tests): Add strcasecmp.
57081         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57082         strcasecmp_l-nonascii.
57083         (gen-as-const-headers): Add locale-defines.sym.
57084         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57085         * sysdeps/x86_64/strcasecmp.S: New file.
57086         * sysdeps/x86_64/strcasecmp_l.S: New file.
57087         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57088         * sysdeps/x86_64/locale-defines.sym: New file.
57089         * string/test-strcasecmp.c: New file.
57091         * string/test-strcasestr.c: Test both ends of the range of characters.
57092         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57094 2010-07-29  Roland McGrath  <roland@redhat.com>
57096         [BZ #11856]
57097         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57099 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57101         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57102         for ld.so.
57104 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57106         * manual/memory.texi (Malloc Tunable Parameters): Document
57107         M_PERTURB.
57109 2010-07-26  Roland McGrath  <roland@redhat.com>
57111         [BZ #11840]
57112         * configure.in (-fgnu89-inline check): Set and substitute
57113         gnu89_inline, not libc_cv_gnu89_inline.
57114         * configure: Regenerated.
57115         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57117 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57119         * string/test-strnlen.c: New file.
57120         * string/Makefile (strop-tests): Add strnlen.
57121         * string/tester.c (test_strnlen): Add a few more test cases.
57122         * string/tst-strlen.c: Better error reporting.
57124         * sysdeps/x86_64/strnlen.S: New file.
57126 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57128         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57129         lower-latency instructions.
57131 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57133         * string/test-strcasestr.c: New file.
57134         * string/test-strstr.c: New file.
57135         * string/Makefile (strop-tests): Add strstr and strcasestr.
57136         * string/str-two-way.h: Don't undefine MAX.
57137         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57139 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57141         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57142         strcasestr-nonascii.
57143         (CFLAGS-strcasestr-nonascii.c): Define.
57144         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57145         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57146         Remove unused attribute.
57148 2010-07-20  Roland McGrath  <roland@redhat.com>
57150         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57151         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57152         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57153         like LD_HWCAP_MASK can disable hwcaps.
57155 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57157         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57159 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57161         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57162         call in strcasestr.
57163         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57164         __strcasestr_sse42_nonascii.
57165         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57166         strcasestr-nonascii.c.
57167         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57169 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57171         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57172         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57173         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57174         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57176 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57178         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57179         fcntl.
57181 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57183         [BZ #11577]
57184         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57185         dl_signal_cerror.
57187 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57189         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57190         _PC_PIPE_BUF using F_GETPIPE_SZ.
57192 2010-07-05  Roland McGrath  <roland@redhat.com>
57194         * manual/arith.texi (Rounding Functions): Fix rint description
57195         implicit in round description.
57197 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57199         * elf/Makefile: Fix linking for a few tests to make recent linker
57200         happy.
57202 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57204         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57205         $(common-objpfx)libc_nonshared.a.
57207 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57209         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57210         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57211         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57212         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57213         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57214         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57215         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57216         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57231         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57232         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57233         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57234         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57235         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57236         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57237         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57238         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57239         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57240         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57241         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57242         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57258 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57260         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57261         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57262         * string/memmove.c (memmove): Renamed to ...
57263         (MEMMOVE): ...this.  Default to memmove.
57264         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57265         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57266         (END_CHK): Define.
57267         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57268         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57269         mempcpy-ssse3-back memmove-ssse3-back.
57270         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57271         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57272         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57273         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57274         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57275         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57276         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57277         * sysdeps/x86_64/multiarch/memmove.c: New file.
57278         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57279         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57280         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57281         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57282         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57283         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57284         Define.
57285         (index_Fast_Copy_Backward): Define.
57286         (HAS_ARCH_FEATURE): Define.
57287         (HAS_FAST_REP_STRING): Define.
57288         (HAS_FAST_COPY_BACKWARD): Define.
57290 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57292         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57293         Restore proper fallback handling.
57295 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57297         [BZ #11701]
57298         * posix/group_member.c (__group_member): Correct checking loop.
57300         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57301         OOM in getpwuid_r correctly.  Return error number when the caller
57302         should return, otherwise -1.
57303         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57304         call returning > 0 value.
57305         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57307 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57309         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57310         libc_nonshared.a from targets in modules-names.
57312 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57314         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57315         requires it.
57317 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57319         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57320         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57321         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57322         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57324 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57326         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57328 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57330         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57331         and F_GETPIPE_SZ.
57332         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57333         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57334         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57335         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57336         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57337         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57339 2010-06-14  Roland McGrath  <roland@redhat.com>
57341         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57343 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57345         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57346         __REDIRECT followed by __THROW.
57347         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57348         * posix/getopt.h (getopt): Likewise.
57350 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57352         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57353         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57354         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57355         in AT_FLAGS.
57356         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57357         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57359 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57361         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57363 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57365         [BZ #11640]
57366         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57367         Properly check family and model.
57369 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57371         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57373 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57375         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57377 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57379         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57380         symbol reference.
57382 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57384         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57385         symbol reference.
57387 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57389         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57390         and internal_recvmmsg.
57391         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57392         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57393         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57394         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57396         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57397         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57398         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57400 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57402         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57404 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57406         POWER7 optimizations.
57407         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57408         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57410 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57412         * version.h: Update for 2.13 development version.
57414 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57416         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57417         exceptions.  Return 0.
57419 2010-05-07  Roland McGrath  <roland@redhat.com>
57421         * elf/ldconfig.c (main): Add a const.
57423 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57425         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57426         (args_options): Add no-idn option.
57427         (ahosts_keys_int): Add idn_flags to ai_flags.
57428         (parse_option): Handle 'i' option to clear idn_flags.
57430         * malloc/malloc.c (_int_free): Possible race in the most recently
57431         added check.  Only act on the data if no current modification
57432         happened.
57434 See ChangeLog.17 for earlier changes.