This is the beginning of series of patches with addition
[glibc.git] / ChangeLog
blob74141676cccb913afce9a107ab19d329fe4c4fc4
1 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
3         * math/test-double.c (FUNC_TEST): New macro.
4         * math/test-float.c: Likewise.
5         * math/test-idouble.c: Likewise.
6         * math/test-ifloat.c: Likewise.
7         * math/test-ildoubl.c: Likewise.
8         * math/test-ldouble.c: Likewise.
9         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
11 2015-05-13  Roland McGrath  <roland@hack.frob.com>
13         * sysdeps/nacl/fdopendir.c: New file.
15         * dirent/scandir-tail.c: New file.
16         * dirent/scandir64-tail.c: New file.
17         * dirent/Makefile (routines): Add them.
18         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
19         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
20         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
21         [!SCANDIR] (SCANDIR_TAIL): New macro.
22         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
23         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
24         (SCANDIRAT): Macro removed.
25         (SCANDIR_TAIL): New macro.
26         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
27         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
28         (SCANDIRAT): Just call __opendirat and __scandir_tail.
29         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
30         (READDIR): Macro removed.
31         (SCANDIR_TAIL): New macro.
32         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
33         (SCANDIR_TAIL): New macro.
35         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
36         * dirent/scandir-cancel.c: ... to this new file.
37         * dirent/Makefile (routines): Add it.
38         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
39         * sysdeps/unix/sysv/linux/i386/scandir64.c
40         (SKIP_SCANDIR_CANCEL): Macro removed.
41         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
43         * dirent/tst-scandir.c: New file.
44         * dirent/tst-scandir64.c: New file.
45         * dirent/Makefile (tests): Add them.
47 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
49         [BZ #18409]
50         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
52 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
54         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
55         list.
57 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
59         * benchtests/bench-strcoll.c: New benchmark.
60         * benchtests/Makefile: Generate locales and run benchmark.
61         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
62         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
63         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
64         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
65         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
66         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
67         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
68         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
69         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
70         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
71         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
72         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
73         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
74         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
75         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
76         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
77         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
78         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
79         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
80         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
81         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
82         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
83         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
84         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
86 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
88         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
89         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
91 2015-05-12  Roland McGrath  <roland@hack.frob.com>
93         * posix/uname-values.h: New file.
94         * posix/uname.c: Include that instead of <config-name.h>.
95         * sysdeps/nacl/uname-values.h: New file.
96         * sysdeps/arm/nacl/uname-values.h: New file.
98 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
100         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
101         splitting into fields.
103 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
105         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
106         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
107         * locale/localeinfo.h: Add enum collation_encoding_type.
108         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
109         * programs/ld-collate.c (collate_output): Add encoding type info.
110         * string/strcoll_l.c (STRDIFF): New function.
111         * (STRCOLL): Use STRDIFF to skip over equal prefix.
112         * wcsmbs/wcscoll_l.c: Define STRDIFF.
114 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
116         [BZ #18397]
117         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
118         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
119         <fpu_control.h> instead of <math/fpu_control.c>.
120         * sysdeps/mips/mips32/fpu/Makefile: New file.
122 2015-05-11  Andreas Schwab  <schwab@suse.de>
124         [BZ #18007]
125         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
126         nss_endgrent.
127         (_nss_compat_endgrent): Call nss_endgrent.
128         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
129         nss_endpwent.
130         (_nss_compat_endpwent): Call nss_endpwent.
131         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
132         needent, call nss_setspent only if non-zero.
133         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
134         (internal_endspent): Don't call nss_endspent.
135         (_nss_compat_endspent): Call nss_endspent.
136         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
137         Remove.  All uses removed.
138         (internal_setent): Remove parameter stayopen, add parameter
139         stream.  Use it instead of global variable.
140         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
141         (internal_endent, internal_getent): Add parameter stream.  Use it
142         instead of global variable.
143         (CONCAT(_nss_files_end,ENTNAME))
144         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
145         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
146         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
147         uses removed.
148         (internal_setent, internal_endent): Add parameter stream.  Use it
149         instead of global variable.
150         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
151         stream.
152         (get_next_alias): Add parameter stream.
153         (_nss_files_getaliasent_r): Pass global stream.
154         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
155         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
156         (_nss_files_gethostbyname4_r): Pass local stream to
157         internal_setent, internal_getent and internal_endent.  Remove
158         locking.
160 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
162         * tst-strfmon1.c (tests): Update expected currency symbol.
164 2015-05-08  Roland McGrath  <roland@hack.frob.com>
166         * sysdeps/nacl/gethostname.c: New file.
168 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
170         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
171         and sinh.
172         * math/auto-libm-test-out: Regenerated.
173         * sysdeps/i386/fpu/libm-test-ulps: Update.
174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
176 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
178         [BZ #18125]
179         * stdlib/tst-setcontext3.c: New file.
180         * stdlib/tst-setcontext3.sh: New file.
181         * stdlib/Makefile (tests): Add tst-setcontext3.
182         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
183         to verify test program created output file.
184         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
185         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
186         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
187         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
189 2015-05-06  Roland McGrath  <roland@hack.frob.com>
191         [BZ #18383]
192         * elf/tst-tlsalign.c: New file.
193         * elf/tst-tlsalign-static.c: New file.
194         * elf/tst-tlsalign-lib.c: New file.
195         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
196         (tests-static): Add tst-tlsalign-static.
197         (modules-names): Add tst-tlsalign-lib.
198         (test-xfail-tst-tlsalign): New variable.
199         (test-xfail-tst-tlsalign-static): New variable.
201         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
202         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
204 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
206         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
207         csqrt, erfc, sin and sincos.
208         * math/auto-libm-test-out: Regenerated.
209         * sysdeps/i386/fpu/libm-test-ulps: Update.
210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
212 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
214         * sysdeps/aarch64/libm-test-ulps: Update.
216 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
218         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
219         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
220         * math/auto-libm-test-out: Regenerated.
221         * sysdeps/i386/fpu/libm-test-ulps: Update.
222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
224 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
226         [BZ #18265]
227         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
228         (wcsncpy): Likewise.
230 2015-05-05  Florian Weimer  <fweimer@redhat.com>
232         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
233         Assume __ASSUME_FALLOCATE is always true.
234         * sysdeps/unix/sysv/linux/posix_fallocate64.c
235         (__posix_fallocate64_l64): Likweise.
236         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
237         (posix_fallocate): Likewise.
238         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
239         (__posix_fallocate64_l64): Likewise.
240         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
241         [!__ASSUME_FALLOCATE]: Add comment.
243 2015-05-05  Florian Weimer  <fweimer@redhat.com>
245         * sysdeps/unix/sysv/linux/i386/Makefile
246         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
247         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
248         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
249         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
250         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
251         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
252         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
254 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
256         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
257         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
258         tgamma.
259         * math/auto-libm-test-out: Regenerated.
260         * sysdeps/i386/fpu/libm-test-ulps: Update.
261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
263 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
265         * math/auto-libm-test-in: Add more tests of tgamma.
266         * math/auto-libm-test-out: Regenerated.
267         * sysdeps/i386/fpu/libm-test-ulps: Update.
268         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
270         * math/auto-libm-test-in: Add more tests of tanh.
271         * math/auto-libm-test-out: Regenerated.
272         * sysdeps/i386/fpu/libm-test-ulps: Update.
273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
275         * math/auto-libm-test-in: Add more tests of tan.
276         * math/auto-libm-test-out: Regenerated.
277         * sysdeps/i386/fpu/libm-test-ulps: Update.
278         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
280         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
281         * math/auto-libm-test-out: Regenerated.
282         * sysdeps/i386/fpu/libm-test-ulps: Update.
283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
285         * math/auto-libm-test-in: Add another test of pow.
286         * math/auto-libm-test-out: Regenerated.
287         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
289         * math/auto-libm-test-in: Add more tests of lgamma.
290         * math/auto-libm-test-out: Regenerated.
291         * sysdeps/i386/fpu/libm-test-ulps: Update.
292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
294         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
295         log1p.
296         * math/auto-libm-test-out: Regenerated.
297         * sysdeps/i386/fpu/libm-test-ulps: Update.
298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
300 2015-05-01  Mark Wielaard  <mjw@redhat.com>
302         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
303         Elf64_Chdr structs and ELFCOMPRESS constants.
305 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
307         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
308         expm1.
309         * math/auto-libm-test-out: Regenerated.
310         * sysdeps/i386/fpu/libm-test-ulps: Update.
311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
313         * math/auto-libm-test-in: Add more tests of erf and erfc.
314         * math/auto-libm-test-out: Regenerated.
315         * sysdeps/i386/fpu/libm-test-ulps: Update.
316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
318 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
320         * config.h.in (HAVE_AARCH64_BE): Add.
322 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
324         * math/auto-libm-test-in: Add more tests of csqrt.
325         * math/auto-libm-test-out: Regenerated.
326         * sysdeps/i386/fpu/libm-test-ulps: Update.
327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
329         * math/auto-libm-test-in: Add more tests of cosh and sinh.
330         * math/auto-libm-test-out: Regenerated.
331         * sysdeps/i386/fpu/libm-test-ulps: Update.
332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
334         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
336 2015-04-29  Roland McGrath  <roland@hack.frob.com>
338         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
339         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
341         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
342         (euidaccess, eaccess): Define as weak aliases.
344         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
345         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
346         but __suseconds_t is often 'long int' so some sources assume that
347         type is being used (e.g. they use %ld to print tv_usec).
349 2015-04-29  Florian Weimer  <fweimer@redhat.com>
351         [BZ #18007]
352         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
353         (CVE-2014-8121)
354         * nss/tst-nss-getpwent.c: New file.
355         * nss/Makefile (tests): Add new test.
357 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
359         [BZ #18346]
360         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
361         exponents less than 48 as cases where high part of mantissa needs
362         examining to determine whether argument is integral.
363         * math/libm-test.inc (round_test_data): Add more tests.
365 2015-04-28  Mark Wielaard  <mjw@redhat.com>
367         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
369 2015-04-27  David S. Miller  <davem@davemloft.net>
371         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
372         __tls_get_addr.
373         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
375 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
377         [BZ#18333]
378         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
380 2015-04-27  Florian Weimer  <fweimer@redhat.com>
382         [BZ#18333]
383         * time/tzset.c (parse_tzname): Return error on memory allocation
384         failure.
385         * test-skeleton.c (struct temp_name_list): Change type of name
386         member to non-const.
387         (add_temp_file): Create a copy of the file name.
388         (delete_temp_files): Deallocate memory.
389         (create_temp_file): Add comment.
391 2015-04-24  Florian Weimer  <fweimer@redhat.com>
393         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
394         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
396 2015-04-24  Roland McGrath  <roland@hack.frob.com>
398         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
399         * sysdeps/arm/configure: Regenerated.
401 2015-04-24  Florian Weimer  <fweimer@redhat.com>
403         [BZ #17715]
404         * time/tzfile.c (__tzfile_read): Check for large values of
405         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
406         * time/tzset.c (__tzstring_len): New function, based on the old
407         __tzstring function.
408         (__tzstring): Call __tzstring_len.
409         (parse_tzname): New helper function extracted from
410         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
411         the input string.
412         (parse_offset): New helper function extracted from
413         __tzset_parse_tz.  Replace switch with fallthrough with
414         initialization before sscanf.
415         (parse_rule): Likewise.
416         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
417         new-style function definition.
418         * timezone/Makefile (tests): Add tst-tzset.
419         (tst-tzset.out): Dependencies on time zone files.
420         (tst-tzset-ENV): Set TZDIR.
421         (testdata/XT%): Copy crafted time zone files.
422         * timezone/README: Mention crafted time zone files.
423         * timezone/testdata/XT1, timezone/testdata/XT2,
424         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
425         files.
426         * timezone/tst-tzset.c: New test.
428 2015-04-24  Florian Weimer  <fweimer@redhat.com>
430         * Makeconfig (+gccwarn): Remove -Winline.
432 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
434         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
436 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
438         * NEWS: Mention sysconf() cache information support for s390.
439         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
441 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
443         * math/k_casinh.c (__kernel_casinh): Use __copysign.
444         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
445         (__nearbyint): Likewise.
446         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
447         (copysignl): Likewise.
449 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
451         [BZ #18287]
452         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
453         based on padding.  (CVE-2015-1781)
455 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
457         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
458         libc-vdso.h.
459         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
460         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
461         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
462         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
463         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
464         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
465         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
466         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
467         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
468         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
469         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
470         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
471         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
472         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
473         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
474         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
475         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
476         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
477         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
478         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
479         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
480         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
481         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
483 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
485         * stdlib/setenv.c (__add_to_environ):
486         Dump core quickly if setenv (..., NULL, ...) is called.
487         This time, do it the right way, and pacify GCC with a pragma.
489 2015-04-17  Roland McGrath  <roland@hack.frob.com>
491         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
492         IMAP->l_prev cannot be null, and #if out the code for the contrary
493         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
494         believe that NS (&_dl_ns[NSID]) could point outside the array.
496         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
497         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
498         before using NSID as an index.
500 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
502         [BZ #17825]
503         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
504         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
505         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
507 2015-04-17  Roland McGrath  <roland@hack.frob.com>
509         Add preliminary port to Google Native Client on ARM.
510         * abi-tags (.*-.*-nacl.*): New entry.
511         * sysdeps/arm/nacl: New directory.
512         * sysdeps/nacl: New directory.
514 2015-04-16  David S. Miller  <davem@davemloft.net>
516         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
517         lowlevellock-futex.h
519 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
521         * sysdeps/tile/configure.ac: New file.
522         * sysdeps/tile/configure: Regenerated.
524 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
526         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
527         conditionals for weak_alias and libc_hidden_weak.
528         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
529         libc_hidden_weak and weak_alias.
530         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
531         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
532         and weak_alias for static one.
534 2015-04-15  David S. Miller  <davem@davemloft.net>
536         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
538 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
540         [BZ #18206]
541         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
542           Use signed comparision instead of substraction to avoid
543           overflow bug.
544         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
545           Take the sign of ret.
546         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
547           Do not expect precise return values. Only the sign matters.
548         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
549         * wcsmbs/test-wcsncmp.c: New File.
550         * string/test-strncmp.c: Add wcsncmp support.
552 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
554         [BZ #6792]
555         * math/w_log1p.c: New file.
556         * math/w_log1pf.c: Likewise.
557         * math/w_log1pl.c: Likewise.
558         * math/Makefile (libm-calls): Add w_log1p.
559         * math/s_log1pl.c (log1pl): Remove weak_alias.
560         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
561         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
562         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
563         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
564         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
565         [NO_LONG_DOUBLE] (log1pl): Likewise.
566         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
567         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
568         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
569         (log1p): Remove long_double_symbol.
570         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
571         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
572         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
573         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
574         remove weak_alias for corresponding log1p function.
575         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
576         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
577         * sysdeps/ia64/fpu/w_log1p.c: New file.
578         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
579         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
580         * math/libm-test.inc (log1p_test_data): Add errno expectations.
582 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
584         [BZ #18247]
585         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
586         decimal exponent by 1.
587         * stdlib/tst-strtod-round-data: Add more tests.
588         * stdlib/tst-strtod-round.c (tests): Regenerated.
590 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
592         * math/auto-libm-test-in: Add more tests of clog and clog10.
593         * math/auto-libm-test-out: Regenerated.
594         * sysdeps/i386/fpu/libm-test-ulps: Update.
595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
597 2015-04-09  Roland McGrath  <roland@hack.frob.com>
599         * Makeconfig (module-cppflags): Exclude all .v.i files.
600         (skip-module-cppflags): Variable removed.
602         * configure.ac (libc_config_ok): Initialize before reading
603         preconfigure scripts, not after.
604         * configure: Regenerated.
606         * test-skeleton.c (TIMEOUT): Move #define to top level.
607         (main): Grok environment variable TEST_DIRECT.  If set, print
608         test expectation details into that file and then behave as if
609         given --direct.
611 2015-04-09  Florian Weimer  <fweimer@redhat.com>
613         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
614         warning on 32-bit.
616 2015-04-08  David S. Miller  <davem@davemloft.net>
618         * sysdeps/sparc/fpu/libm-test-ulps: Update.
620 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
622         * math/auto-libm-test-in: Add more tests of atanh.
623         * math/auto-libm-test-out: Regenerated.
624         * sysdeps/i386/fpu/libm-test-ulps: Update.
625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
627         * math/auto-libm-test-in: Add more tests of atan.
628         * math/auto-libm-test-out: Regenerated.
629         * sysdeps/i386/fpu/libm-test-ulps: Update.
630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
632 2015-04-08  Florian Weimer  <fweimer@redhat.com>
634         * elf/pldd.c (main): Rewrite to use struct
635         scratch_buffer instead of extend_alloca.
636         * elf/pldd-xx.c (find_maps): Likewise.
637         * grp/initgroups.c: Include <scratch_buffer.h> instead of
638         <alloca.h>.
639         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
640         scratch_buffer instead of extend_alloca.
641         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
642         grp/compat-initgroups.c.
643         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
644         Rewrite to use struct scratch_buffer instead of extend_alloca.
645         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
646         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
648 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
650         * math/auto-libm-test-in: Add more tests of cbrt.
651         * math/auto-libm-test-out: Regenerated.
652         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
654         * math/auto-libm-test-in: Add more tests of cabs.
655         * math/auto-libm-test-out: Regenerated.
656         * sysdeps/i386/fpu/libm-test-ulps: Update.
657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
659         [BZ #18210]
660         [BZ #18211]
661         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
662         (__ieee754_atan2): Set FE_TONEAREST mode for internal
663         computations.
664         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
665         clog10.
666         * math/auto-libm-test-out: Regenerated.
667         * sysdeps/i386/fpu/libm-test-ulps: Update.
668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
670         [BZ #18197]
671         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
672         (atan): Set FE_TONEAREST mode for internal computations.
673         * math/auto-libm-test-in: Add more tests of atan.
674         * math/auto-libm-test-out: Regenerated.
676 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
678         [BZ #17930]
679         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
681 2015-04-07  Florian Weimer  <fweimer@redhat.com>
683         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
685 2015-04-07  Florian Weimer  <fweimer@redhat.com>
687         * include/scratch_buffer.h: New file.
688         * malloc/scratch_buffer_grow.c: Likewise.
689         * malloc/scratch_buffer_grow_preserve.c: Likewise.
690         * malloc/scratch_buffer_set_array_size.c: Likewise.
691         * malloc/tst-scratch_buffer.c: Likewise.
692         * malloc/Makefile (routines): Add scratch_buffer_grow.
693         (tests): Add test case.
694         * malloc/Versions (GLIBC_PRIVATE): Export
695         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
696         __libc_scratch_buffer_set_array_size.
698 2015-04-06  Richard Henderson  <rth@redhat.com>
700         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
701         * sysdeps/alpha/fpu/libm-test-ulps: Update.
703         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
704         unsigned int before printing.
706 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
708         [BZ #17596]
709         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
710         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
712 2015-04-02  Florian Weimer  <fweimer@redhat.com>
714         * include/libc-internal.h (libc_max_align_t): Define.
716 2015-04-02  Andreas Schwab  <schwab@suse.de>
718         [BZ #16850]
719         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
721 2015-04-02  Mel Gorman  <mgorman@suse.de>
723         [BZ #17195]
724         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
725         as well as the main arena.
727 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
729         [BZ #18185]
730         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
731         sharing L2 cache to 2 for Silvermont/Knights Landing.
733 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
735         [BZ #17711]
736         * config.make.in (have-protected-data): New.
737         * configure.ac: Check linker support for protected data symbol.
738         * configure: Regenerated.
739         * elf/Makefile (modules-names): Add tst-protected1moda and
740         tst-protected1modb if $(have-protected-data) is yes.
741         (tests): Add tst-protected1a and tst-protected1b if
742         $(have-protected-data) is yes.
743         ($(objpfx)tst-protected1a): New.
744         ($(objpfx)tst-protected1b): Likewise.
745         (tst-protected1modb.so-no-z-defs): Likewise.
746         * elf/tst-protected1a.c: New file.
747         * elf/tst-protected1b.c: Likewise.
748         * elf/tst-protected1mod.h: Likewise.
749         * elf/tst-protected1moda.c: Likewise.
750         * elf/tst-protected1modb.c: Likewise.
752 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
754         [BZ #17711]
755         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
756         indicates it is called from do_lookup_x on relocation against
757         protected data, skip the data definion in the executable from
758         copy reloc.
759         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
760         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
761         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
762         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
763         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
764         otherwise to 0.
765         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
766         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
767         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
768         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
769         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
770         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
772 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
774         * sysdeps/nptl/pthread.h: Remove duplicate definition of
775         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
777 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
779         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
780         THREAD_SETMEM_NC.
781         * sysdeps/x86_64/nptl/tls.h: Ditto.
783 2015-03-27  Roland McGrath  <roland@hack.frob.com>
785         * dlfcn/tststatic.c (main): Converted to ...
786         (do_test): ... this.
787         (TEST_FUNCTION): New macro.
788         Include test-skeleton.c.
790 2015-03-26  Alan Modra  <amodra@gmail.com>
792         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
793         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
794         zero for undefined weak.
795         (elf_machine_plt_conflict): Similarly.
797 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
799         * math/auto-libm-test-in: Add more tests of acosh, asinh and
800         atanh.
801         * math/auto-libm-test-out: Regenerated.
802         * sysdeps/i386/fpu/libm-test-ulps: Update.
803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
805         * math/auto-libm-test-in: Add another test of asin.
806         * math/auto-libm-test-out: Regenerated.
807         * sysdeps/i386/fpu/libm-test-ulps: Update.
808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
810         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
811         Remove macro.
812         (LLL_EBX_REG): Likewise.
813         (LLL_ENTER_KERNEL): Likewise.
815         * math/auto-libm-test-in: Add more tests of asin.
816         * math/auto-libm-test-out: Regenerated.
817         * sysdeps/i386/fpu/libm-test-ulps: Update.
818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
820         [BZ #18138]
821         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
822         libc_do_syscall_args): New structure.
823         (INTERNAL_SYSCALL_MAIN_0): New macro.
824         (INTERNAL_SYSCALL_MAIN_1): Likewise.
825         (INTERNAL_SYSCALL_MAIN_2): Likewise.
826         (INTERNAL_SYSCALL_MAIN_3): Likewise.
827         (INTERNAL_SYSCALL_MAIN_4): Likewise.
828         (INTERNAL_SYSCALL_MAIN_5): Likewise.
829         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
830         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
831         Replace conditional definitions by conditional definitions of ....
832         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
833         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
834         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
835         (libpthread-sysdep_routines): Add libc-do-syscall.
836         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
837         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
838         to __NR_futex not 240.
840 2015-03-25  Alan Modra  <amodra@gmail.com>
842         * NEWS: Advertise TLS optimization.
843         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
844         (DT_PPC_NUM): Increment.
845         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
846         (CHECK_STATIC_TLS): Use here.
847         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
848         TLS descriptors.
849         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
850         * sysdeps/powerpc/dl-tls.c: New file.
851         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
852         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
853         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
854         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
859 2015-03-25  Alan Modra  <amodra@gmail.com>
861         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
862         for overlapping .opd entries" to "support...".
863         * sysdeps/powerpc/powerpc64/configure: Regenerate
865 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
867         * math/auto-libm-test-in: Add more tests of acos.
868         * math/auto-libm-test-out: Regenerated.
869         * sysdeps/i386/fpu/libm-test-ulps: Update.
870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
872         * math/auto-libm-test-in: Add more tests of expm1.
873         * math/auto-libm-test-out: Regenerated.
874         * sysdeps/i386/fpu/libm-test-ulps: Update.
875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
877 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
879         * math/auto-libm-test-in: Add more tests of cosh and sinh.
880         * math/auto-libm-test-out: Regenerated.
881         * sysdeps/i386/fpu/libm-test-ulps: Update.
882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
884         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
887         * math/auto-libm-test-in: Add more tests of log2.
888         * math/auto-libm-test-out: Regenerated.
889         * sysdeps/i386/fpu/libm-test-ulps: Update.
890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
892 2015-03-23  Roland McGrath  <roland@hack.frob.com>
894         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
895         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
896         _IO_IS_APPENDING bit in READ_WRITE instead.
898 2015-03-23  Florian Weimer  <fweimer@redhat.com>
900         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
901         (__determine_cpumask_size): Replace extend_alloca with a
902         variable-length array.  Do not treat res == 0 as an error.
904 2015-03-23  Florian Weimer  <fweimer@redhat.com>
906         [BZ #18100]
907         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
908         and integer overflow.
909         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
910         (main): Add integer overflow tests.
911         * manual/pattern.texi (Calling Wordexp): Document additional use
912         for WRDE_SYNTAX.
914 2015-03-23  Alan Modra  <amodra@gmail.com>
916         * config.h.in: Remove HAVE_ASM_PPC_REL16.
917         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
918         and false branch of conditional.
919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
920         Likewise.
922 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
924         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
925         libc-modules.h
926         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
927         unused declaration of _hurd_intr_rpc_msg_in_trap.
928         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
929         defined instead of whether it is non-zero.
930         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
931         input constraint instead of both input and output constraint.  Use ecx
932         clobber instead of %ecx.
933         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
934         mutex_unlock): Use a statement expression instead of an expression list.
935         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
936         type to vm_size_t instead of vm_address_t.
937         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
938         defined instead of whether it is non-zero.
939         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
940         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
941         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
942         comparisons with mapaddr.
943         * nscd/nscd-client.h: Include <time.h>.
944         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
945         9th parameter to __vm_region instead of int.
946         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
947         * scripts/check-local-headers.sh (exclude): Add device/,
948         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
949         cthreads.h.
951 2015-03-19  Roland McGrath  <roland@hack.frob.com>
953         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
954         to account for alignment padding.
955         * sysdeps/arm/memmove.S: Likewise.
957 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
959         * sysdeps/unix/sysv/linux/generic/README: New file.
961 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
963         [BZ #18138]
964         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
965         (futex_abstimed_wait)
966         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
967         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
968         of lll_futex_timed_wait.
970 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
972         [BZ #17542]
973         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
975 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
977         [BZ #17090]
978         [BZ #17620]
979         [BZ #17621]
980         [BZ #17628]
981         * NEWS: Update.
982         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
983         entries with Static TLS too.  Skip entries past the end of the
984         allocated DTV, from Alan Modra.
985         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
986         Static TLS DTV entry set up from...
987         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
988         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
989         * nptl/allocatestack.c (init_one_static_tls): ... and here...
990         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
991         for Static TLS.
992         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
993         that the slot we find is associated with the given map before
994         using its generation count.
995         * nptl_db/db_info.c: Include ldsodefs.h.
996         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
997         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
998         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
999         (link_map::l_tls_offset): New struct field.
1000         (dtv_t::counter): Likewise.
1001         (rtld_global): New struct.
1002         (_rtld_global): New rtld variable.
1003         (dl_tls_dtv_slotinfo_list): New rtld global field.
1004         (dtv_slotinfo_list): New struct.
1005         (dtv_slotinfo): Likewise.
1006         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
1007         (td_lookup): Rename to...
1008         (td_mod_lookup): ... this.  Use new mod parameter instead of
1009         LIBPTHREAD_SO.
1010         * nptl_db/td_thr_tlsbase.c: Include link.h.
1011         (dtv_slotinfo_list, dtv_slotinfo): New functions.
1012         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
1013         addresses even if the DTV is out of date or missing them.
1014         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
1015         index zero-length arrays.
1016         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
1017         (td_lookup): Make it a macro implemented in terms of...
1018         (td_mod_lookup): ... this declaration.
1019         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
1020         (DB_MAIN_VARIABLE): Likewise.
1022 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1024         [BZ #18134]
1025         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
1027 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
1029         * stdlib/setenv.c (__add_to_environ): Revert previous change.
1031 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
1033         [BZ #18128]
1034         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
1035         (atomic_add, atomic_increment_and_test)
1036         (atomic_decrement_and_test): Fix 64-bit arithmetic.
1038 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1040         * stdlib/setenv.c (__add_to_environ):
1041         Dump core quickly if setenv (..., NULL, ...) is called.
1043 2015-03-13  Roland McGrath  <roland@hack.frob.com>
1045         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
1046         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
1047         all the necessary asm magic in one place.
1048         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
1049         using those.
1051 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
1053         [BZ #14906]
1054         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
1055         traced file mtime. Use consistent log message.
1056         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
1057         (register_traced_file): Call install_watches. Always set mtime.
1058         (invalidate_cache): Iterate over all trace files. Call install_watches.
1059         (inotify_check_files): Don't inline. Handle watching parent
1060         directories and configuration file movement in and out.
1061         (handle_inotify_events): New function.
1062         (main_loop_poll): Call handle_inotify_events.
1063         (main_loop_epoll): Likewise.
1064         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
1065         (struct traced_file): Use array of inotify fds. Add parent directory,
1066         and basename.
1067         (struct database_dyn): Remove unused file_mtime.
1068         (init_traced_file): New inline function.
1069         (define_traced_file): New macro.
1070         * nss/nss_db/db-init.c: Use define_traced_file.
1071         (_nss_db_init): Use init_traced_file.
1072         * nss/nss_files/files-init.c: Use define_traced_file.
1073         (_nss_files_init): Use init_traced_file.
1075 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
1077         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
1078         [_LIBC]: Do not include <stdlib.h>.
1079         [!_LIBC] (abort): Remove declaration.
1080         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
1081         _FP_STATIC_ASSERT instead of conditionally calling abort.
1082         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
1083         (_FP_EXTEND_CNAN): Likewise.
1084         (FP_TRUNC): Likewise.
1085         (__FP_CLZ): Likewise.
1086         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
1088 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
1090         * manual/string.texi (XPG basename): Fix prototype.
1092 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1094         [BZ #18080]
1095         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
1096         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1097         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1098         (__setcontext): Likewise.
1099         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1100         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1101         Call rt_sigprocmask syscall one time to set new signal mask
1102         and retrieve the current signal mask instead of two calls.
1103         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1104         (__swapcontext): Likewise.
1105         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1106         * stdlib/tst-setcontext2.c: New file.
1108 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1110         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1112 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
1114         [BZ #18093]
1115         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1116         the wrong size.
1118 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1120         [BZ #18043]
1121         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1123 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1125         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1126         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1127         Remove define.
1128         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1129         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1130         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1131         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1132         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1133         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1134         define.
1135         * nptl_db/td_symbol_list.c (td_lookup): Remove
1136         HAVE_ASM_GLOBAL_DOT_NAME code.
1137         * sysdeps/powerpc/powerpc64/configure.ac: Remove
1138         HAVE_ASM_GLOBAL_DOT_NAME check.
1139         * sysdeps/powerpc/powerpc64/configure: Regenerate.
1140         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1141         (DOT_LABEL): Remove define.
1142         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1143         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1144         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1145         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1146         (__TLS_GET_ADDR): Likewise.
1147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1148         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1150 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
1152         [BZ #18111]
1153         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1154         (_FPU_SETCW): Initialize cw from fpsr before storing.
1155         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1156         (fesetexceptflag): Rewrite using fpu_control.h.
1157         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1159 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1161         [BZ #18110]
1162         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1163         asms.
1164         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1166 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1168         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1169         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1170         abort.
1171         (_FP_FMA): Likewise.
1172         (_FP_DIV): Likewise.
1174 2015-03-10  Roland McGrath  <roland@hack.frob.com>
1176         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1177         with 0 in that case.
1178         * Makefile (summarize-tests): New canned sequence, factored out of
1179         commands for targets tests and xtests.  Display summary lines that
1180         don't start with PASS: or XFAIL: rather than ones that do start with
1181         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
1182         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
1183         do start with ERROR: or FAIL:.
1184         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
1185         (except for [$(build-shared) = yes]).
1186         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
1187         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1188         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
1189         * nptl/Makefile: Revert 2015-03-04 changes.
1190         [$(CXX) empty] (tests-unsupported): New variable.
1191         * debug/Makefile: Likewise.
1193         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
1194         gnulib file.  Replace __attribute with __attribute__ throughout.
1196 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
1198         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1200 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1202         [BZ #18104]
1203         * math/auto-libm-test-in: Add another test of pow.
1204         * math/auto-libm-test-out: Regenerated.
1206 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1208         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
1209         $(config-cflags-nofma).
1211 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1213         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
1214         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
1215         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
1216         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
1217         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
1218         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
1219         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
1220         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
1221         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
1222         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
1223         Add comment on closing #endif.
1225 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1227         * posix/wordexp.c (CHAR_IN_SET): New macro.
1228         (parse_param): Use it.
1230 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1232         * sysdeps/powerpc/fpu/libm-test-ulps: update.
1234 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1236         [BZ #18043]
1237         * posix/wordexp.c (parse_param): Fix buffer overflow.
1238         * posix/wordexp-test.c (test_case): Add test case.
1240 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1242         [BZ #18042]
1243         * posix/wordexp.c (parse_backtick): Fix off-by-one.
1244         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
1246 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1248         [BZ #18043]
1249         * posix/wordexp-test.c (test_case): Add test for BZ #18043
1250         (do_bz18043): Delete.
1251         (at_page_end): New.
1252         (testit): Refactor to have words at the edge of unreadable page.
1254 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1256         [BZ #16734]
1257         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1258         Cleanup read-only streams as well.
1259         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1261 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1263         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1264         <bits/libc-lockP.h>
1266 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
1268         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
1269         on [__KERNEL__].
1270         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1271         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1272         * soft-fp/op-common.h (_FP_DECL): Likewise.
1274 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1276         * elf/ifuncdep2.c (global): Replace
1277         __attribute__((visibility("protected"))) with
1278         asm (".protected global").
1279         * elf/ifuncmod1.c (global): Likewise.
1280         * elf/ifuncmod5.c (global): Likewise.
1282 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1284         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1285         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1287 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1289         * manual/install.texi (Configuring and compiling):
1290         Document test-wrapper-env-only.
1291         * INSTALL: Regenerated.
1293 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1295         [BZ #18043]
1296         * posix/wordexp.c (parse_param): Fix buffer overflow.
1297         * posix/wordexp-test.c (do_bz18043): Add test case.
1299 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1301         * time/tst-strptime2.c (do_test): Ensure failing tests are
1302         reported correctly.
1303         * time/tst-strptime3.c (do_test): Likewise.
1305 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1307         Fix aio_error thread-safety.
1308         * sysdeps/pthread/aio_error.c: New file
1309         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1310         synchronization.
1312 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1314         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1315         (group_number, vfprintf): Use it.
1316         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1317         (JUMP, REF): Use it.
1318         (WORK_BUFFER_SIZE): New enum constant.
1319         (process_arg, vfprintf): Use it.
1321 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1323         * manual/errno.texi (Error Messages): Complete example function
1324         by adding missing #define.
1325         (program_invocation_name): Add statement indicating GNU
1326         extension and reference which header file declares the variable.
1327         (program_invocation_short_name): Likewise.
1329 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1331         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1332         compatibility note.
1334 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1336         * Makeconfig (test-wrapper-env-only): New variable.
1337         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1338         then use that with $(test-wrapper-env-only) rather than using
1339         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1341 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1343         [BZ #18082]
1344         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1345         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1346         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1347         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1348         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1349         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1350         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1351         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1352         Likewise.
1353         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1354         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1355         Likewise.
1356         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1357         Likewise.
1358         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1359         Likewise.
1360         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1361         Likewise.
1362         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1363         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1364         Likewise.
1365         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1366         Likewise.
1367         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1368         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1370 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1372         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1373         (ETH_ALEN): New macro.
1374         (struct ether_addr): Use it for length of ether_addr_octet.
1376         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1377         (setdb): Don't call __nss_configure_lookup for "rpc".
1378         (do_test): Don't call test_rpc.
1379         (output_rpcent, test_rpc): Functions moved ...
1380         * sunrpc/test-rpcent.c: ... to this new file.
1381         * sunrpc/Makefile (tests): Add it.
1383         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1384         __xpg_sigpause.
1385         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1386         * nptl/tst-signal6.c: Likewise.
1387         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1388         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1390         * configure.ac (libc_cv_cxx_link_ok): New check.
1391         Reset CXX to empty if it fails to link.
1392         * configure: Regenerated.
1393         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1394         bug-atexit3-lib only if $(CXX) is nonempty.
1395         * nptl/Makefile (tests): Likewise for tst-cancel24.
1396         (tests, tests-static): Likewise for tst-cancel24-static.
1397         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1398         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1399         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1400         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1402 2015-03-04  Andreas Schwab  <schwab@suse.de>
1404         [BZ #17631]
1405         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1406         for non-GCC compilers.
1407         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1408         Likewise.
1410 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1412         [BZ #17776]
1413         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1414         integer before bitwise and assembly operations.
1415         (feclearexcept): Likewise.
1416         * math/test-fenvinline.c: New file.
1417         * math/Makefile: Add test-fenvinline test.
1419 2015-03-03  Alan Modra  <amodra@gmail.com>
1421         [BZ #16512]
1422         * scripts/localplt.awk: Strip off symbol version.
1423         * NEWS: Mention bug fix.
1425 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1427         * sysdeps/pthread/timer_routines.c
1428         (timer_free_list, thread_free_list, thread_active_list): Make static.
1430 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1432         [BZ #17779]
1433         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1434         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1435         Undefine.
1436         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1437         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1438         Likewise.
1439         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1440         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1441         Likewise.
1443 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1445         [BZ #18036]
1446         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1447         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1449 2015-03-02  Andreas Schwab  <schwab@suse.de>
1451         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1452         variable name.
1454 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1456         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1457         Return error status.
1459 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1461         [BZ #15969]
1462         * locale/findlocale.c (_nl_find_locale): Introduce const
1463         version of loc_name and drop unsafe type casts.
1465 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1467         * dlfcn/tststatic2.c (main): Converted to ...
1468         (do_test): ... this.
1469         (TEST_FUNCTION): New macro.
1470         Include test-skeleton.c.
1472 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1474         [BZ #17711]
1475         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1476         (tests-pie): Add vismain.
1477         (CFLAGS-vismain.c): New.
1478         * elf/vismain.c: Add comments for PIE requirement.
1480 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1482         [BZ #18046]
1483         [BZ #18047]
1484         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1485         0x1p-56L as threshold for just returning the argument.
1486         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1487         0x1p-32L as threshold for just returning the argument.
1488         * math/auto-libm-test-in: Add more tests of atanh.
1489         * math/auto-libm-test-out: Regenerated.
1490         * sysdeps/i386/fpu/libm-test-ulps: Update.
1491         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1493 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1495         * string/bcopy.c (bcopy): Call memmove for performance.
1497 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1499         * string/bzero.c (__bzero): Call memset for performance.
1501 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1503         [BZ #18068]
1504         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1505         to 00100000.
1507 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1509         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1511 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1513         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1514         (__kernel_standard): Use CSTR macro when setting exc.name.
1515         * sysdeps/ieee754/Makefile [$(subdir) = math]
1516         (CFLAGS-k_standard.c): Remove variable.
1518         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1519         setting p and q from "else if" to "else".
1520         (qzero): Likewise.
1521         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1522         (qone): Likewise.
1523         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1524         (qzerof): Likewise.
1525         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1526         (qonef): Likewise.
1527         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1528         (qzero): Likewise.
1529         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1530         (qone): Likewise.
1532         [BZ #18038]
1533         [BZ #18039]
1534         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1535         return pi/2 for arguments below 0x1p-113L.
1536         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1537         return pi/2 for arguments below 0x1p-106L.
1538         * math/auto-libm-test-in: Add more tests of acos.
1539         * math/auto-libm-test-out: Regenerated.
1541         [BZ #16351]
1542         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1543         (MO): New macro.
1544         (__ieee754_asin): Force underflow exception for results with small
1545         absolute value.
1546         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1547         (MO): New macro.
1548         (__ieee754_asinf): Force underflow exception for results with
1549         small absolute value.
1550         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1551         (__ieee754_asin): Force underflow exception for results with small
1552         absolute value.
1553         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1554         (__ieee754_asinf): Force underflow exception for results with
1555         small absolute value.
1556         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1557         (__ieee754_asinl): Force underflow exception for results with
1558         small absolute value.
1559         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1560         (__ieee754_asinl): Force underflow exception for results with
1561         small absolute value.
1562         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1563         (__ieee754_asinl): Force underflow exception for results with
1564         small absolute value.
1565         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1566         Include <math.h>.
1567         * math/auto-libm-test-in: Do not mark underflow exceptions as
1568         possibly missing for bug 16351.
1569         * math/auto-libm-test-out: Regenerated.
1571         [BZ #18030]
1572         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1573         of power of 2 down when low part has opposite sign.
1574         * math/libm-test.inc (logb_test_data): Add more tests.
1576 2015-02-26  Andreas Schwab  <schwab@suse.de>
1578         [BZ #18032]
1579         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1580         over collating symbol inside a bracket expression.  Minor cleanup.
1581         * posix/tst-fnmatch3.c (do_test): Add test case.
1583 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1585         [BZ #18029]
1586         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1587         Adjust exponent of power of 2 down when low part has opposite
1588         sign.
1589         * math/libm-test.inc (ilogb_test_data): Add more tests.
1591 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1593         [BZ #15969]
1594         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1595         the previous change.
1597         [BZ #15969]
1598         * locale/findlocale.c (_nl_find_locale): Retry archive search
1599         after alias expansion.
1601 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1603         * iconv/tst-iconv3.c (main): Converted to ...
1604         (do_test): ... this.
1605         (TEST_FUNCTION): New macro.
1606         Include test-skeleton.c.
1608         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1609         (convert): Make function static.
1610         (test_unalign): Likewise.  Add const to argument pointee types.
1611         (main): Replace with static function do_test.
1612         Print "Succeeded." only if RET is zero.
1613         (TEST_FUNCTION): New macro.
1614         Include test-skeleton.c.
1616         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1617         returns a null pointer.
1619 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1621         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1622         to __memcpy_ppc only for static builds.
1624 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1626         [BZ #18020]
1627         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1628         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1629         * math/auto-libm-test-in: Add more tests of asinh.
1630         * math/auto-libm-test-out: Regenerated.
1631         * sysdeps/i386/fpu/libm-test-ulps: Update.
1632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1634 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1636         [BZ #15850]
1637         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1638         and ip6_mtuinfo definitions here.
1639         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1640         in this define too.  Update comment.
1642 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1644         * elf/sprof.c (load_shobj): Tweak error message to match others.
1646 2015-02-24  Kevin Easton  <kevin@guarana.org>
1648         [BZ #16145] (partial fix)
1649         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1650         to reduce lock contention.
1652 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1654         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1655         (struct timex): Update time comment.
1656         (ADJ_SETOFFSET): Define.
1658 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1660         [BZ #18019]
1661         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1662         2**56 not 2**28 as threshold for log (2x) formula.
1663         * math/auto-libm-test-in: Add more tests of acosh.
1664         * math/auto-libm-test-out: Regenerated.
1665         * sysdeps/i386/fpu/libm-test-ulps: Update.
1666         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1668 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1670         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1671         parenthesis around the buf assignment.
1672         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1674 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1676         [BZ #16783]
1677         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1678         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1679         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1680         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1681         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1682         * math/libm-test.inc (scalb_test_data): Add more tests.
1684 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1686         [BZ #17916]
1687         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1688         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1690 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1692         [BZ #17523]
1693         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1694         * io/bits/fcntl2.h (open): Use it.
1695         (openat): Likewise.
1696         * io/open.c (__libc_open): Likewise.
1697         * io/open64.c (__libc_open64): Likewise.
1698         * io/open64_2.c (__open64_2): Likewise.
1699         * io/open_2.c (__open_2): Likewise.
1700         * io/openat.c (__openat): Likewise.
1701         * io/openat64.c (__openat64): Likewise.
1702         * io/openat64_2.c (__openat64_2): Likewise.
1703         * io/openat_2.c (__openat_2): Likewise.
1704         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1705         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1706         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1707         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1708         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1709         (__open_nocancel): Likewise.
1710         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1711         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1712         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1714 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1716         [BZ #14841]
1717         * resolv/gethnamaddr.c (getanswer): Skip logging if
1718         RES_USE_DNSSEC is set.
1719         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1721 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1723         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1725 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1727         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1728         201304L, for Unicode 7.
1730 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1732         [BZ #17836]
1733         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1734         shared library.  Add gmon-start.os otherwise.
1735         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1736         $(objpfx)gmon-start.os if builing shared library.
1737         ($(objpfx)g$(static-start-installed-name)): Likewise.
1739 2015-02-23  Andreas Schwab  <schwab@suse.de>
1741         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1743 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1745         [BZ #17269]
1746         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1747         (enlarge_userbuf): Likewise.
1749 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1751         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1752         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1753         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1754         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1756 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1758         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1759         expression inside statement expression.
1761 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1763         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1764         <sysdeps/nptl/lowlevellock.h> and remove macros and
1765         functions that are now defined there.
1766         (SYS_futex): Remove.
1767         (lll_compare_and_swap): Remove.
1768         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1770 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1772         [BZ #17999]
1773         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1774         instead of scandirat.
1775         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1776         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1777         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1778         __scandirat.
1779         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1780         (__scandirat): Declare.  Use libc_hidden_proto.
1781         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1782         Remove variable.
1783         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1785 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1787         [BZ #15319]
1788         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1789         (MO): New macro.
1790         (__ieee754_atan2): For results with small absolute value, force
1791         underflow exception and remove excess range and precision from
1792         return value.
1793         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1794         (MO): New macro.
1795         (__ieee754_atan2f): For results with small absolute value, force
1796         underflow exception and remove excess range and precision from
1797         return value.
1798         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1799         (MO): New macro.
1800         (__atan): For results with small absolute value, force underflow
1801         exception and remove excess range and precision from return value.
1802         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1803         (MO): New macro.
1804         (__atanf): For results with small absolute value, force underflow
1805         exception and remove excess range and precision from return value.
1806         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1807         <math.h>.
1808         (__ieee754_atan2): Force underflow exception for results with
1809         small absolute value.
1810         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1811         <math_private.h>.
1812         (atan): Force underflow exception for results with small absolute
1813         value.
1814         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1815         (__atanf): Force underflow exception for results with small
1816         absolute value.
1817         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1818         <math.h>.
1819         (__atanl): Force underflow exception for results with small
1820         absolute value.
1821         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1822         (__atanl): Force underflow exception for results with small
1823         absolute value.
1824         * sysdeps/x86/fpu/bits/mathinline.h
1825         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1826         (__ieee754_atan2): Only define inline for long double.
1827         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1828         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1829         * math/auto-libm-test-in: Do not mark underflow exceptions as
1830         possibly missing for bug 15319.  Add more tests of atan2.
1831         * math/auto-libm-test-out: Regenerated.
1832         * math/libm-test.inc (casin_test_data): Do not mark underflow
1833         exceptions as possibly missing for bug 15319.
1834         (casinh_test_data): Likewise.
1835         * sysdeps/i386/fpu/libm-test-ulps: Update.
1837 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1839         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1840         * sysdeps/mips/bits/endian.h: Fix comments.
1842 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1844         [BZ #17996]
1845         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1846         (hdestroy_r): Likewise.
1847         (hsearch_r): Likewise.
1848         (__hcreate_r): Declare and use libc_hidden_proto.
1849         (__hdestroy_r): Likewise.
1850         (__hsearch_r): Likewise.
1851         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1852         (hcreate): Call __hcreate_r instead of hcreate_r.
1853         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1854         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1855         as weak alias of __hcreate_r.
1856         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1857         __hdestroy_r.
1858         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1859         __hsearch_r.
1860         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1861         Remove variable.
1862         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1863         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1864         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1865         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1867 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1869         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1870         arena_lock into a single arena_get.
1872 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1874         * dl-reloc.c: Inlucde libc-internal.h.
1875         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1876         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1877         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1878         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1879         (grow_heap): Likewise.
1880         * malloc/malloc.c: Include libc-internal.h.
1881         (do_check_malloc): Call powerof2.
1882         (sysmalloc): Use pagesize. Call ALIGN_UP.
1883         (systrim): Use pagesize.
1884         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1885         (__libc_valloc): Use pagesize.
1886         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1888 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1890         [BZ #17991]
1891         * include/sys/resource.h (__getrlimit64): Declare.  Use
1892         libc_hidden_proto.
1893         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1894         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1895         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1896         getrlimit64.
1897         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1898         __getrlimit64.
1899         [!getrlimit64] (getrlimit64): Define as weak alias of
1900         __getrlimit64.  Use libc_hidden_weak.
1901         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1902         using __getrlimit64 not __new_getrlimit64.
1903         (__GI_getrlimit64): Likewise.
1904         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1905         Likewise.
1906         (__GI_getrlimit64): Likewise.
1907         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1909         (getrlimit): Add __getrlimit64 alias.
1910         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1911         Likewise.
1912         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1913         Remove variable.
1914         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1915         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1917 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1919         * libio/fileops.c: Add missing sys/mman.h
1920         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1922 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1924         * manual/math.texi (Errors in Math Functions): Clarify goals
1925         regarding inexact and underflow exceptions.
1927 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1929         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1930         * sysdeps/mips/memset.S: Ditto.
1932 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1934         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1936 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1938         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1939         (__v1longjmp): Remove versioned symbol.
1940         (__v1siglongjmp): Remove alias and versioned symbol.
1941         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1942         (__v2siglongjmp): Likewise.
1944 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1946         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1948 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1950         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1952 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1954         [BZ #17987]
1955         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1956         zero result does not depend on the sign resulting from
1957         subtraction.
1958         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1959         Likewise.
1960         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1961         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1962         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1963         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1964         * math/libm-test.inc (remquo_test_data): Add more tests.
1966 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1968         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1969         Problem reported by J William Piggott.
1971 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1973         [BZ #17978]
1974         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1975         products 4 * y and 2 * y where those would overflow.
1976         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1977         Likewise.
1978         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1979         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1980         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1981         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1982         * math/libm-test.inc (remquo_test_data): Add more tests.
1984         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1986         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1987         [defined _COMPILING_NEWLIB].
1988         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1989         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1991         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1992         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1994 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1996         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1997         acquired.
1999 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
2001         [BZ #17792]
2002         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
2003         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
2004         HOST_STACK_END_ADDR): Likewise.
2006 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
2008         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
2009         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
2010         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
2012 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2014         * sysdeps/generic/c++-types.data: New file.
2015         * sysdeps/generic/ld.abilist: New file.
2016         * sysdeps/generic/libBrokenLocale.abilist: New file.
2017         * sysdeps/generic/libanl.abilist: New file.
2018         * sysdeps/generic/libc.abilist: New file.
2019         * sysdeps/generic/libcrypt.abilist: New file.
2020         * sysdeps/generic/libdl.abilist: New file.
2021         * sysdeps/generic/libm.abilist: New file.
2022         * sysdeps/generic/libpthread.abilist: New file.
2023         * sysdeps/generic/libresolv.abilist: New file.
2024         * sysdeps/generic/librt.abilist: New file.
2026 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2028         [BZ #17569]
2029         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2030         Compute absolute value of x as modified by fmod, not original
2031         value of x.
2032         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
2033         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
2034         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
2035         RUN_TEST_ffI_f1_mod8.
2036         (remquo_test_data): Add more tests.
2038 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2040         * sysdeps/init_array/pt-crti.S: New file.
2042 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2044         [BZ #17967]
2045         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
2046         __builtin_fmaf instead of relying on contraction of a * b + c.
2048 2015-02-12  J William Piggott  <elseifthen@gmx.com>
2050         [BZ #17969]
2051         * manual/time.texi: correct the zoneinfo path in the TZ Variable
2052         node.
2054 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2056         [BZ #17964]
2057         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
2058         __builtin_fma instead of relying on contraction of a * b + c.
2060 2015-02-12  Roland McGrath  <roland@hack.frob.com>
2062         * Makeconfig (ASFLAGS): Add -Werror=undef.
2063         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
2064         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
2065         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
2067         * Makeconfig (after-link): New variable.
2068         (+link-pie, +link-pie-tests): Use it.
2069         (+link-static, +link-static-tests): Likewise.
2070         (+link, +link-tests): Likewise.
2071         * Makerules (build-module, build-module-asneeded): Likewise.
2072         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
2073         Likewise.
2074         * elf/Makefile ($(objpfx)ld.so): Likewise.
2076 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
2078         [BZ #17965]
2079         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
2080         both struct timeval and struct timespec.
2082 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2084         [BZ #16560]
2085         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2086         and redefine.
2087         (__ieee754_exp2l): Do not multiply small fractional parts by
2088         M_LN2l.
2089         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
2090         small argument.
2091         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
2092         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2093         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
2094         * math/auto-libm-test-in: Add more tests of exp2.
2095         * math/auto-libm-test-out: Regenerated.
2097 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2099         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2100         unaligned path.
2102 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2104         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2105         little endian.
2107 2015-02-12  Andreas Schwab  <schwab@suse.de>
2109         [BZ #15790]
2110         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2111         Filter out elision flags from value returned in kind.
2112         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2113         * nptl/tst-pthread-mutexattr.c: New file.
2115 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2117         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2118         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2119         into gnu-gnu, and update comment to refer to abi-tags.
2121 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
2123         [BZ #15467]
2124         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2125         (__sincos): Set errno to EDOM for infinite argument.
2126         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2127         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2128         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2129         (__sincosl): Set errno to EDOM for infinite argument.
2130         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2131         (__sincosl): Set errno to EDOM for infinite argument.
2132         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2133         (__sincosl): Set errno to EDOM for infinite argument.
2134         * math/libm-test.inc (sincos_test_data): Test errno setting.
2136 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
2138         * string/strxfrm_l.c: Remove #define STRCMP.
2139         * string/strcoll_l.c: Remove #define STRLEN.
2140         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2141         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2143 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
2145         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2146         * sysdeps/mips/mips32/sfp-machine.h: ... here.
2147         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2148         * sysdeps/mips/mips64/Makefile: ... here.
2149         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2150         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2151         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2152         * sysdeps/mips/mips64/sfp-machine.h: ... here.
2153         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2154         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2155         * sysdeps/mips/mips64/n64/Implies: Likewise.
2157 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2159         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2160         <sys/time.h>, <string.h>, and <errno.h>.
2161         (dest_offset, dest_address, value, zero): Remove unused variables.
2162         (ldouble): Remove typedef.
2163         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2164         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2165         1).  Fix code style.
2166         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2167         (check): Function removed.
2168         (CHECK): New macro.
2169         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2170         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2171         Don't call set_sigaction_FP and remove_sigaction_FP here.
2172         (ldouble_test): Just use 'long double' as macro argument, no need for
2173         the 'ldouble' typedef.
2174         (do_test): Set up SIGFPE handler at start, using plain signal rather
2175         than sigaction.  Fix code style.
2177 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
2179         [BZ #17949]
2180         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
2181         jump label.
2183 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2185         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
2186         * sysdeps/powerpc/powerpc32/configure: Regenerated.
2188         * sysdeps/powerpc/configure.ac: Remove file.
2189         * sysdeps/powerpc/configure: Likewise.
2191         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2192         [sysdep_routines]: Remove wordcopy-power6 object.
2193         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2194         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
2195         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
2196         (__memmove_ppc32): Likewise.
2197         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
2198         file.
2199         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
2200         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
2201         Remove preprocessor.
2203         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2204         [sysdep_routines]: Remove wide chars objects.
2205         [wcsmbs]: New rule for wide char objects.
2207         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2208         Remove wordcopy-power6 obejct.
2209         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
2210         Use local call for wordcopy and memcpy symbols.
2211         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
2212         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
2213         implementation for loader.
2214         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
2216         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2217         Remove wordcopy-power7 object.
2218         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
2219         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
2220         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
2221         (_wordcopy_fwd_dest_aligned): Likewise.
2222         (_wordcopy_bwd_aligned): Likewise.
2223         (_wordcopy_bwd_dest_aligned): Likewise.
2225         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
2226         Rewrite to call __memmove_ppc instead of include default
2227         implementation.
2229         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2230         Remove wide chars objects.
2231         [wcsmbs]: New rule for wide char objects.
2233 2015-02-09  Andreas Schwab  <schwab@suse.de>
2235         [BZ #17912]
2236         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2237         in terms of __O_DIRECTORY.
2239 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2241         * time/getdate.c: Include <stdbool.h>.
2242         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
2243         call PTR_MANGLE.
2244         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
2245         PTR_DEMANGLE.
2247 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2249         Add ersatz _Static_assert on older C hosts
2250         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
2251         pre-C11 C platform that is not known to support _Static_assert.
2253 2015-02-07  Richard Braun  <rbraun@sceen.net>
2255         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2256         sigstate.
2257         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
2259 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2261         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2262         priority against unexistent AIO_PRIO_DELTA_MAX.
2263         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2264         instead of int.
2265         * misc/fchflags.c (fchflags): Likewise.
2266         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2267         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2268         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2269         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2270         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2271         Declare macros.
2272         [__USE_MISC] (chflags, fchflags): Declare functions.
2273         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2274         EINVAL when nfds is greater than FD_SETSIZE.
2275         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2276         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2277         45.
2278         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2279         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2280         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2281         MACH_RCV_TIMED_OUT.
2282         * hurd/hurd/signal.h (_hurd_self_sigstate,
2283         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2284         Explicit casts from void *.
2285         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2286         * abi-tags: Rename gnu-gnu os into gnu.
2288         [BZ #4719]
2289         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2290         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2291         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2292         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2293         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2294         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2296         [BZ #17944]
2297         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2298         duplicates ADDR->sun_path with sockaddr LEN limitation.
2299         * sysdeps/mach/hurd/connect.c: Include <string.h>
2300         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2301         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2302         * sysdeps/mach/hurd/sendto.c: Likewise.
2303         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2304         implementing it by hand.
2306 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2308         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2309         Use sfi_breg on ldr.
2310         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2311         Likewise.
2313         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2314         it's defined.
2315         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2316         Test SIGSETXID only if it's defined.
2318         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2320         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2321         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2323         * nptl/tst-align2.c: Moved ...
2324         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2325         * nptl/Makefile (tests): Remove tst-align2.
2326         * sysdeps/unix/sysv/linux/Makefile
2327         [$(subdir) = nptl] (tests): Add tst-align-clone.
2328         * nptl/tst-getpid1.c: Moved ...
2329         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2330         * nptl/tst-getpid2.c: Moved ...
2331         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2332         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2333         * sysdeps/unix/sysv/linux/Makefile
2334         [$(subdir) = nptl] (tests): ... here.
2335         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2336         * sysdeps/unix/sysv/linux/Makefile
2337         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2339         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2340         Drop trailing \n from perror argument.  Use return rather than exit.
2342         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2343         on [SA_SIGINFO].
2344         * nptl/tst-cancel21.c (do_test): Likewise.
2345         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2346         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2347         [!SA_SIGINFO]: Make it a stub test.
2349         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2350         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2352         * posix/tst-getlogin.c: Move to ...
2353         * login/tst-getlogin.c: ... here.
2354         * posix/Makefile (tests): Move tst-getlogin to ...
2355         * login/Makefile (tests): ... here.
2357         * libio/tst-atime.c (do_test): Move local variables SV and E
2358         inside [ST_NOATIME] conditional.
2360         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2362         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2364         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2365         (wait_code): New function replaces macro.
2366         Call nanosleep rather than syscall.
2368         * nptl/pt-system.c: Rewritten.  Put everything under
2369         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2370         Use IFUNC to redirect when possible.
2372         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2373         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2374         Use IFUNC to redirect when possible.
2376         * nptl/pt-fork.c: Rewritten.  Put everything under
2377         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2378         Use IFUNC to redirect when possible.
2379         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2381         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2382         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2383         unconditionally nowadays.  This included the only reference to
2384         __vdso_clock_gettime that appears outside libc proper.
2385         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2386         Remove version set (containing only __vdso_clock_gettime).
2387         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2388         Add attribute_hidden.
2389         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2390         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2391         libc_hidden_data_def.
2392         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2393         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2395         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2396         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2397         setrpcent, and getrpcport to ...
2398         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2399         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2400         getrpcbynumber_r, and getrpcent_r to ...
2401         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2402         * inet/getrpcbyname.c: Moved ...
2403         * sunrpc/getrpcbyname.c: ... here.
2404         * inet/getrpcbyname_r.c: Moved ...
2405         * sunrpc/getrpcbyname_r.c: ... here.
2406         * inet/getrpcbynumber.c: Moved ...
2407         * sunrpc/getrpcbynumber.c: ... here.
2408         * inet/getrpcbynumber_r.c: Moved ...
2409         * sunrpc/getrpcbynumber_r.c: ... here.
2410         * inet/getrpcent.c: Moved ...
2411         * sunrpc/getrpcent.c: ... here.
2412         * inet/getrpcent_r.c: Moved ...
2413         * sunrpc/getrpcent_r.c: ... here.
2414         * inet/Makefile (routines): Move those to ...
2415         * sunrpc/Makefile (routines): ... here.
2416         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2417         the $(subdirs) list.
2418         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2419         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2420         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2421         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2423         * elf/Makefile (routines): Include $(all-dl-routines), not just
2424         $(dl-routines).
2425         (rtld-routines): Likewise.  Use = rather than :=.
2426         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2427         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2428         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2429         * sysdeps/arm/Makefile: Likewise.
2430         * sysdeps/i386/Makefile: Likewise.
2431         * sysdeps/x86_64/Makefile: Likewise.
2432         * sysdeps/hppa/Makefile [$(subdir) = elf]
2433         (sysdep_routines, sysdep-rtld-routines): Don't add
2434         $(sysdep-dl-routines) to these.
2435         * sysdeps/ia64/Makefile: Likewise.
2436         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2437         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2438         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2439         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2440         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2441         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2442         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2443         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2444         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2445         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2446         these; sysdep-dl-routines alone is enough.
2448 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2450         [BZ #17932]
2451         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2452         where multiplication results in zero and third argument is finite
2453         and nonzero.
2454         * math/auto-libm-test-in: Add more tests of fma.
2455         * math/auto-libm-test-out: Regenerated.
2457         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2458         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2459         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2460         (_FP_CMP_EQ): Likewise.
2461         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2463         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2464         extra argument CHECK_NAN.  Redefine as wrapper around
2465         _FP_EXTEND_CNAN.
2467 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2469         * version.h (RELEASE): Set to "stable".
2470         (VERSION): Set to "2.21"
2471         * include/features.h (__GLIBC_MINOR__): Set to 21.
2473         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2475 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2476             Paul Eggert  <eggert@cs.ucla.edu>
2478         [BZ #16618]
2479         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2480         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2481         size in bytes. Store needed elements in wpmax. Use needed size
2482         in bytes for extend_alloca.
2484 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2486         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2487         binutls 2.25, and texinfo 5.2.
2488         * INSTALL: Regenerate.
2489         * sysdeps/nios2/configure: Regenerate.
2490         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2491         * manual/contrib.texi: Update.
2492         * po/be.po: Update.
2493         * po/bg.po: Update.
2494         * po/ca.po: Update.
2495         * po/cs.po: Update.
2496         * po/da.po: Update.
2497         * po/de.po: Update.
2498         * po/el.po: Update.
2499         * po/eo.po: Update.
2500         * po/es.po: Update.
2501         * po/fi.po: Update.
2502         * po/fr.po: Update.
2503         * po/gl.po: Update.
2504         * po/hr.po: Update.
2505         * po/hu.po: Update.
2506         * po/ia.po: Update.
2507         * po/id.po: Update.
2508         * po/it.po: Update.
2509         * po/ja.po: Update.
2510         * po/ko.po: Update.
2511         * po/lt.po: Update.
2512         * po/nb.po: Update.
2513         * po/nl.po: Update.
2514         * po/pl.po: Update.
2515         * po/pt_BR.po: Update.
2516         * po/ru.po: Update.
2517         * po/rw.po: Update.
2518         * po/sk.po: Update.
2519         * po/sl.po: Update.
2520         * po/sv.po: Update.
2521         * po/tr.po: Update.
2522         * po/uk.po: Update.
2523         * po/vi.po: Update.
2524         * po/zh_CN.po: Update.
2525         * po/zh_TW.po: Update.
2527         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2528         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2529         * sysdeps/hppa/dl-irel.h: Remove #warning.
2530         * sysdeps/hppa/entry.h: Provide prototype for
2531         __canonicalize_funcptr_for_compare and cast argument.
2532         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2533         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2534         * sysdeps/hppa/sotruss-lib.c: New file.
2535         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2536         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2537         (atomic_compare_and_exchange_bool_acq): Likewise.
2538         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2539         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2541         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2542         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2543         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2545 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2547         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2548         called function in non-PIC case.
2550 2015-01-31  David S. Miller  <davem@davemloft.net>
2552         * sysdeps/sparc/sparc32/bits/atomic.h
2553         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2554         unlock not after it.
2555         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2556         volatile register usage warnings from the compiler.
2558         * sysdeps/sparc/nptl/sem_init.c: Delete.
2559         * sysdeps/sparc/nptl/sem_post.c: Delete.
2560         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2561         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2562         * sysdeps/sparc/sparc32/sem_init.c: New file.
2563         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2564         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2565         padding explicitly initialized.
2566         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2567         padding for in-semaphore spinlock.
2568         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2569         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2570         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2571         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2572         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2573         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2574         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2575         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2576         version.
2577         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2578         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2580 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2582         [BZ #17801]
2583         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2584         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2585         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2586         New.
2587         (index_AVX_Fast_Unaligned_Load): Likewise.
2588         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2589         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2590         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2591         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2592         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2593         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2594         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2595         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2596         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2598 2015-01-29  Andreas Schwab  <schwab@suse.de>
2600         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2602 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2604         [BZ #17892]
2605         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2607 2015-01-28  Martin Sebor  <msebor@redhat.com>
2609         * math/README.libm-test: Clarify. Add "How to read the test output."
2611 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2613         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2614         Define to 0.
2616 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2618         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2619         (__HAVE_64B_ATOMICS): Define to 0.
2621 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2623         [BZ #17885]
2624         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2625         value to set as new flag.
2627         [BZ #16576]
2628         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2629         and use _ARCH_PPCSQ instead.
2630         (__ieee754_sqrt): Likewise.
2631         (__ieee754_sqrtf): Likewise.
2632         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2633         _ARCH_PPCSQ is defined.
2634         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2635         fsqrt instruction.
2636         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2637         _ARCH_PPCSQ is defined.
2638         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2639         fsqrts instruction.
2640         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2642 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2644         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2645         bug (GCC BZ #64739).
2647 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2649         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2650         Mark _retval as used.
2651         (lll_futex_wake_unlock): Likewise.
2652         (lll_futex_timed_wait_requeue_pi): Likewise.
2654         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2655         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2656         register variables.
2658         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2659         libm_hidden_def.
2661         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2662         (__bswap_64): Mark as __always_inline.
2664 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2666         [BZ #15378]
2667         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2668         when none of the search directories exist.
2670 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2672         [BZ #17869]
2673         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2674         power8 in .machine directive.
2676         [BZ #17868]
2677         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2678         set dependency from opd value.
2680 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2682         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2683         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2684         architecture.
2686 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2688         [BZ #17870]
2689         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2690         with uint64_t.
2691         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2692         (uint64_t) 1.
2693         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2694         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2695         Replace 1UL with (uint64_t) 1.
2696         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2697         int with uint64_t.
2699 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2701         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2702         (if_freenameindex): Likewise.
2704         * resource/getrlimit64.c: Add missing libc_hidden_def.
2706 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2708         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2709         __label__.
2710         (_FP_FMA): Likewise.
2711         (_FP_TO_INT_ROUND): Likewise.
2712         (_FP_FROM_INT): Likewise.
2714 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2716         [BZ #16418]
2717         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2718         Make code racy and cancel safe.
2720 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2722         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2723         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2724         attribution.
2726         * pwd/tst-getpw.c: Rewrite.
2728         [BZ #17702]
2729         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2730         (modules-names): Add moddummy1 and moddummy2.
2731         ($(objpfx)tst-rec-dlopen): Define.
2732         * dlfcn/moddummy1.c: New file.
2733         * dlfcn/moddummy2.c: New file.
2734         * dlfcn/tst-rec-dlopen.c: New file.
2735         * elf/dl-cache.c (_dl_load_cache_lookup):
2736         Return char*. Copy result with alloca/strcpy/strdup.
2737         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2738         returns char*. Free cached. If not saving realname
2739         free cached.
2740         * elf/dl-open.c (dl_open_worker): Do not assert that
2741         _r_debug->r_state is RT_CONSISTENT.
2742         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2743         returns char*.
2745 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2746             Carlos O'Donell  <carlos@redhat.com>
2748         [BZ #12674]
2749         * nptl/sem_waitcommon.c: New file.
2750         * nptl/sem_wait.c: Include sem_waitcommon.c.
2751         (__sem_wait_cleanup, do_futex_wait): Remove.
2752         (__new_sem_wait): Adapt.
2753         (__new_sem_trywait): New function.
2754         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2755         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2756         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2757         (sem_timedwait): Adapt.
2758         * nptl/sem_post.c (__new_sem_post): Adapt.
2759         (futex_wake): New function.
2760         (__old_sem_post): Add release MO fence.
2761         * nptl/sem_open.c (sem_open): Adapt.
2762         * nptl/sem_init.c (__new_sem_init): Adapt.
2763         (futex_private_if_supported): New function.
2764         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2765         (__old_sem_getvalue): Add using previous code.
2766         * sysdeps/nptl/internaltypes.h: Adapt.
2767         * nptl/tst-sem13.c (do_test): Adapt.
2768         * nptl/tst-sem11.c (main): Adapt.
2769         * nptl/sem_trywait.c: Remove.
2770         * nptl/DESIGN-sem.txt: Remove.
2771         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2772         (gen-as-const-headers): Remove structsem.sym.
2773         * nptl/structsem.sym: Remove.
2774         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2775         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2776         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2777         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2778         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2779         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2780         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2781         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2782         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2783         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2784         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2785         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2786         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2787         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2788         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2789         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2790         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2791         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2792         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2793         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2794         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2795         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2797 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2799         * INSTALL: Regenerated.
2801         * po/libc.pot: Regenerated.
2803 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2804             Sandra Loosemore  <sandra@codesourcery.com>
2805             Andrew Jenner  <andrew@codesourcery.com>
2806             Joseph Myers  <joseph@codesourcery.com>
2807             Nathan Sidwell  <nathan@codesourcery.com>
2809         * NEWS: Mention new Nios II port.
2810         * sysdeps/nios2/Implies: New file.
2811         * sysdeps/nios2/Makefile: New file.
2812         * sysdeps/nios2/Subdirs: New file.
2813         * sysdeps/nios2/Versions: New file.
2814         * sysdeps/nios2/__longjmp.S: New file.
2815         * sysdeps/nios2/abort-instr.h: New file.
2816         * sysdeps/nios2/backtrace.c: New file.
2817         * sysdeps/nios2/bits/endian.h: New file.
2818         * sysdeps/nios2/bits/fenv.h: New file.
2819         * sysdeps/nios2/bits/link.h: New file.
2820         * sysdeps/nios2/bits/setjmp.h: New file.
2821         * sysdeps/nios2/bsd-_setjmp.S: New file.
2822         * sysdeps/nios2/bsd-setjmp.S: New file.
2823         * sysdeps/nios2/configure: New generated file.
2824         * sysdeps/nios2/configure.ac: New file.
2825         * sysdeps/nios2/crti.S: New file.
2826         * sysdeps/nios2/crtn.S: New file.
2827         * sysdeps/nios2/dl-init.c: New file.
2828         * sysdeps/nios2/dl-machine.h: New file.
2829         * sysdeps/nios2/dl-sysdep.h: New file.
2830         * sysdeps/nios2/dl-tls.h: New file.
2831         * sysdeps/nios2/dl-trampoline.S: New file.
2832         * sysdeps/nios2/gccframe.h: New file.
2833         * sysdeps/nios2/gmp-mparam.h: New file.
2834         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2835         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2836         * sysdeps/nios2/ldsodefs.h: New file.
2837         * sysdeps/nios2/libc-tls.c: New file.
2838         * sysdeps/nios2/libm-test-ulps: New file.
2839         * sysdeps/nios2/machine-gmon.h: New file.
2840         * sysdeps/nios2/math-tests.h: New file.
2841         * sysdeps/nios2/math_private.h: New file.
2842         * sysdeps/nios2/memusage.h: New file.
2843         * sysdeps/nios2/nptl/Makefile: New file.
2844         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2845         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2846         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2847         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2848         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2849         * sysdeps/nios2/nptl/tls.h: New file.
2850         * sysdeps/nios2/preconfigure: New file.
2851         * sysdeps/nios2/s_fma.c: New file.
2852         * sysdeps/nios2/s_fmaf.c: New file.
2853         * sysdeps/nios2/setjmp.S: New file.
2854         * sysdeps/nios2/sfp-machine.h: New file.
2855         * sysdeps/nios2/sotruss-lib.c: New file.
2856         * sysdeps/nios2/stackguard-macros.h: New file.
2857         * sysdeps/nios2/stackinfo.h: New file.
2858         * sysdeps/nios2/start.S: New file.
2859         * sysdeps/nios2/sysdep.h: New file.
2860         * sysdeps/nios2/tls-macros.h: New file.
2861         * sysdeps/nios2/tst-audit.h: New file.
2862         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2863         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2864         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2865         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2866         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2867         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2868         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2869         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2870         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2871         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2872         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2873         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2874         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2875         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2876         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2877         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2878         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2879         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2880         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2881         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2882         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2883         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2884         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2885         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2886         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2887         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2888         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2889         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2890         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2891         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2892         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2893         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2894         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2895         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2896         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2897         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2898         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2899         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2900         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2901         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2902         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2903         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2904         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2905         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2907 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2909         [BZ #17844]
2910         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2911         (getutent): Use weak_alias in non SHARED case
2912         and default_symbol_version in SHARED case.
2913         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2914         (getutent_r, pututline): Likewise.
2915         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2916         (getutid): Likewise.
2917         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2918         (getutid_r): Likewise.
2919         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2920         (getutline): Likewise.
2921         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2922         (getutline_r): Likewise.
2923         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2924         (updwtmp): Likewise.
2926 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2928         [BZ #17848]
2929         * sysdeps/s390/s390-32/memcmp.S
2930         (memcmp_g5): Rename to __memcmp_g5.
2931         * sysdeps/s390/s390-32/memcpy.S
2932         (memcpy_g5): Rename to __memcpy_g5.
2933         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2934         (memcpy_mvcle) Rename to __memcpy_mvcle.
2935         * sysdeps/s390/s390-32/memset.S
2936         (memset_g5): Rename to __memset_g5.
2937         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2938         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2939         and use prefixed functions.
2940         * sysdeps/s390/s390-32/multiarch/memcmp.S
2941         (memcmp_z196): Rename to __memcmp_z196.
2942         (memcmp_z10): Rename to __memcmp_z10.
2943         (memcmp): Set alias to __memcmp_g5.
2944         (bcmp): Set alias to __memcmp_g5.
2945         * sysdeps/s390/s390-32/multiarch/memcpy.S
2946         (memcpy_z196): Rename to __memcpy_z196.
2947         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2948         (memcpy_z10): Rename to __memcpy_z10.
2949         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2950         (memcpy): Set alias to __memcpy_g5.
2951         * sysdeps/s390/s390-32/multiarch/memset.S
2952         (memset_z196): Rename to __memset_z196.
2953         Jump to __memset_mvcle instead of memset_mvcle.
2954         (memset_z10): Rename to __memset_z10.
2955         Jump to __memset_mvcle instead of memset_mvcle.
2956         (memset_mvcle) Rename to __memset_mvcle.
2957         (memset): Set alias to __memset_g5.
2958         * sysdeps/s390/s390-64/memcmp.S
2959         (memcmp_z900): Rename to __memcmp_z900.
2960         * sysdeps/s390/s390-64/memcpy.S
2961         (memcpy_z900): Rename to __memcpy_z900.
2962         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2963         (memcpy_mvcle) Rename to __memcpy_mvcle.
2964         * sysdeps/s390/s390-64/memset.S
2965         (memset_z900): Rename to __memset_z900.
2966         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2967         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2968         and use prefixed functions.
2969         * sysdeps/s390/s390-64/multiarch/memcmp.S
2970         (memcmp_z196): Rename to __memcmp_z196.
2971         (memcmp_z10): Rename to __memcmp_z10.
2972         (memcmp): Set alias to __memcmp_z900.
2973         (bcmp): Set alias to __memcmp_z900.
2974         * sysdeps/s390/s390-64/multiarch/memcpy.S
2975         (memcpy_z196): Rename to __memcpy_z196.
2976         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2977         (memcpy_z10): Rename to __memcpy_z10.
2978         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2979         (memcpy): Set alias to __memcpy_z900.
2980         * sysdeps/s390/s390-64/multiarch/memset.S
2981         (memset_z196): Rename to __memset_z196.
2982         Jump to __memset_mvcle instead of memset_mvcle.
2983         (memset_z10): Rename to __memset_z10.
2984         Jump to __memset_mvcle instead of memset_mvcle.
2985         (memset_mvcle) Rename to __memset_mvcle.
2986         (memset): Set alias to __memset_z900.
2988 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2990         [BZ #17748]
2991         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2992         __fesetenv instead of fesetenv.
2994 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2996         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2997         macro.
2999 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3001         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
3002         regression on LE.
3004         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
3005         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
3006         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3007         strncmp-power8 object.
3008         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3009         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
3010         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
3011         * NEWS: Update.
3013 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3014             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3016         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
3017         trailing byte check.
3019 2015-01-13  David S. Miller  <davem@davemloft.net>
3021         * include/signal.h (__sigreturn): Guard with __USE_MISC.
3023 2015-01-13  Roland McGrath  <roland@hack.frob.com>
3025         * login/logout.c (logout): Use memset rather than bzero.
3026         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
3027         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
3028         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
3029         (_gethtbyaddr): Likewise.
3030         * locale/programs/simple-hash.c (bcopy): Macro removed.
3032 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3034         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3035         Add strcmp-power8 object.
3036         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3037         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
3038         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
3039         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
3040         __strcmp_power8 implementation.
3041         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
3042         * NEWS: Update.
3044         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3045         Add strncpy-power8 and stpncpy-power8 objects.
3046         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3047         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
3048         implementations.
3049         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
3050         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
3051         __stpncpy_power8 implementation.
3052         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
3053         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
3054         __strncpy_power8 implementation.
3055         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
3056         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
3057         * NEWS: Update.
3059         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
3060         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
3061         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
3063         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3064         strncat-power8 object.
3065         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
3066         __strcat_power8 implementation.
3067         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3068         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
3069         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
3070         optimized strcat for power8.
3072         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3073         strcpy-power8 and stpcpy-power8 objects.
3074         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3075         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
3076         implementations.
3077         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
3078         multiarch stpcpy implementation for POWER8.
3079         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
3080         multiarch strcpy implementation for POWER8.
3081         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
3082         __strcpy_power8 function.
3083         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
3084         stpcpy for POWER8.
3085         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
3086         strcpy for POWER8.
3087         * NEWS: Update.
3089 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
3091         [BZ #16009]
3092         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
3093         weights and rules. Use do_xfrm_cached if data fits in cache,
3094         do_xfrm otherwise.  Moved former main loop to...
3095         * (do_xfrm_cached): New function.
3096         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3097         find_idx, find_position and stack_push.
3098         * (find_idx): New function.
3099         * (find_position): Likewise.
3100         * localedata/sort-test.sh: Added test run for do_xfrm.
3101         * localedata/xfrm-test.c (main): Added command line option
3102         -nocache to run the test with strings that are too large for
3103         the STRXFRM cache.
3105 2015-01-13  Torvald Riegel  <triegel@redhat.com>
3107         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3108         variable to lll_futex_wake call, not the value itself.
3110 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
3112         [BZ #17803]
3113         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3114         twom64.  Adjust value to 0x1p-64L.
3115         (__scalblnl): Only return standard underflowing result for K <=
3116         -64 not K <= -63; adjust exponent for underflowing result by 64
3117         not 63.
3118         * math/libm-test.inc (scalbn_test_data): Add more tests.
3119         (scalbln_test_data): Likewise.
3121         [BZ #17834]
3122         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3123         0x1p63L.
3124         (__scalblnl): Get new exponent of adjusted subnormal value from ES
3125         not HX.
3126         * math/libm-test.inc (scalbn_test_data): Add more tests.
3127         (scalbln_test_data): Likewise.
3129 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3130             Stefani Seibold  <stefani@seibold.net>
3132         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3133         (sysdep_routines): Add dl-vdso here, ...
3134         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3135         (sysdep_routines): ... not here.
3136         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3137         fallback when vDSO is not presented.
3138         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3139         Define with libc_hidden_proto/libc_hidden_data_def definitions.
3140         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3141         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3142         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3143         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3144         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3145         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3146         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3147         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3148         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
3149         fallback configurable symbol when vDSO is not available.
3150         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3151         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
3152         be able to redefine fallback symbol when vDSO is not available.
3153         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3154         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3156 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3158         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3159         (TLS_INIT_TP): Add tm_capable initialization.
3160         (TLS_DEFINE_INIT_TP): Likewise.
3161         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3162         TCB.
3163         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3164         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3165         calculation.
3166         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3167         transactoion is lock elision is built and TCB tm_capable is set.
3168         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3170         (INTERNAL_SYSCALL_NCS): Likewise.
3171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3172         (INTERNAL_SYSCALL_NCS): Likewise.
3173         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3175         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3176         for powerpc.
3177         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3178         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3179         and remove it for 32 bits case.
3180         [pthread_rwlock_t] (__rwelision): New field for lock elision.
3181         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
3182         initialization.
3183         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
3184         Disable lock elision with rdlocks if elision is not available.
3186         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
3187         (sysdep_routines): Add lock elision objects.
3188         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3189         [pthread_mutex_t] (__spins): Rework to add lock elision field.
3190         [pthread_mutex_t] (__elision): Add field.
3191         [__PTHREAD_SPINS]: Adjust to init lock elision field.
3192         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
3193         elision definitions for powerpc.
3194         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
3195         implementation of lock elision for powerpc.
3196         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
3197         implementation of timed lock elision for powerpc.
3198         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
3199         implementation of trylock with lock elision for powerpc.
3200         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
3201         implementaion of unlock for lock elision for powerpc.
3202         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
3203         automatic enable lock elision for mutexes.
3204         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
3205         transaction execution definitions for powerpc.
3206         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
3207         definitions.
3208         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
3209         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
3210         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
3211         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
3212         * NEWS: Update.
3214 2015-01-09  Roland McGrath  <roland@hack.frob.com>
3216         * sysdeps/posix/shm-directory.c: Use <> rather than ""
3217         for #include of <shm-directory.h>.
3219 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
3221         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
3222         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
3224 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
3226         [BZ #17791]
3227         * NEWS: Mention bug fix.
3228         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
3229         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
3230         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
3232 2015-01-09  Torvald Riegel <triegel@redhat.com>
3234         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
3236 2015-01-09  Torvald Riegel <triegel@redhat.com>
3238         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
3240 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3242         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
3243         pointer and cast to uintptr_t.
3245 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3247         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
3248         removed.
3249         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
3251 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3253         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3254         of 0.
3256 2015-01-08  Roland McGrath  <roland@hack.frob.com>
3258         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3259         <nptl/pthreadP.h> instead.
3260         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3262         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3263         already defined.
3264         [__SIGRTMIN] (init): Function removed.
3265         [__SIGRTMIN] (initialized): Variable removed.
3266         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3267         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3268         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3269         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3270         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3271         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3272         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3273         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3274         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3275         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3276         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3277         * sysdeps/nptl/allocrtsig.c: New file.
3278         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3279         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3280         * sysdeps/generic/testrtsig.h: File removed.
3282         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3283         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3285         * nptl/nptl-init.c (pthread_functions): Conditionalize
3286         .ptr__nptl_setxid initialization on [SIGSETXID].
3288         * sysdeps/nptl/sys/procfs.h: New file.
3289         * nptl_db/Makefile (headers): Add it.
3290         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3292         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3293         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3294         * nptl/pthread_attr_setaffinity.c: Include it.
3295         * nptl/pthread_setattr_default_np.c: Likewise.
3296         * nptl/check-cpuset.h: New file.
3298 2015-01-08  Richard Henderson  <rth@redhat.com>
3300         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3301         (CFLAGS-tst-execstack-prog.c): Likewise.
3302         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3304 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3305             Sandra Loosemore  <sandra@codesourcery.com>
3306             Andrew Jenner  <andrew@codesourcery.com>
3307             Joseph Myers  <joseph@codesourcery.com>
3308             Nathan Sidwell  <nathan@codesourcery.com>
3310         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3311         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3312         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3313         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3314         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3315         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3316         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3317         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3318         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3319         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3320         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3321         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3322         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3323         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3324         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3325         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3326         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3328 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3330         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3331         timespec struct member in syscall macro.
3332         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3333         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3334         first timeval struct member in syscall macro.
3335         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3337 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3339         [BZ #17748]
3340         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3341         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3342         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3343         __feupdateenv and define as weak alias of __feupdateenv.  Use
3344         libm_hidden_weak.
3345         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3346         libm_hidden_def.
3347         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3348         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3349         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3350         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3351         libm_hidden_def.
3352         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3353         __feupdateenv and define as weak alias of __feupdateenv.  Use
3354         libm_hidden_weak.
3355         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3356         libm_hidden_def.
3357         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3358         __feupdateenv and define as weak alias of __feupdateenv.  Use
3359         libm_hidden_weak.
3360         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3361         libm_hidden_def.
3362         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3363         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3364         (__feupdateenv): Likewise.
3365         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3366         __feupdateenv and define as weak alias of __feupdateenv.  Use
3367         libm_hidden_weak.
3368         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3369         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3370         libm_hidden_def.
3371         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3372         function.
3373         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3374         libm_hidden_def.
3375         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3376         __feupdateenv instead of feupdateenv.
3377         (default_libc_feupdateenv_test): Likewise.
3378         (libc_feresetround_ctx): Likewise.
3380 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3382         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3383         prototype.
3385 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3387         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3388         COLL_SYM in a couple of places to avoid uninitialized variable
3389         wanings on tilegx gcc 4.8.2.
3391 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3393         * sysdeps/aarch64/strcpy.S: New file.
3394         * sysdeps/aarch64/stpcpy.S: New file.
3395         * NEWS: Updated.
3397 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3399         * sysdeps/aarch64/strrchr.S: New file.
3400         * NEWS: Updated.
3402 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3404         [BZ #17658]
3405         * stdlib/setenv.c: Fix memory leak when setting large,
3406         duplicate string.
3408 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3410         [BZ #17273]
3411         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3412         and tabs from buffer before parsing fstab entry.
3413         * misc/tst-mntent.c (main): Add test for mount entry with
3414         trailing spaces and tabs.
3416 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3418         [BZ #17748]
3419         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3420         * math/fesetround.c (fesetround): Rename to __fesetround and
3421         define as weak alias of __fesetround.  Use libm_hidden_weak.
3422         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3423         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3424         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3425         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3426         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3427         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3428         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3429         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3430         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3431         __fesetround_inline.
3432         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3433         __fesetround_inline instead of __fesetround.
3434         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3435         __fesetround and define as weak alias of __fesetround.  Use
3436         libm_hidden_weak.  Call __fesetround_inline instead of
3437         __fesetround.
3438         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3439         __fesetround and define as weak alias of __fesetround.  Use
3440         libm_hidden_weak.
3441         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3442         Likewise.
3443         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3444         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3445         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3446         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3447         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3448         __fesetround and define as weak alias of __fesetround.  Use
3449         libm_hidden_weak.
3450         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3451         __fesetround instead of fesetround.
3452         (default_libc_feholdexcept_setround): Likewise.
3453         (libc_feholdsetround_ctx): Likewise.
3454         (libc_feholdsetround_noex_ctx): Likewise.
3456         [BZ #17748]
3457         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3458         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3459         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3460         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3461         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3462         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3463         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3464         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3465         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3466         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3467         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3468         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3469         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3470         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3471         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3472         libm_hidden_def.
3473         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3474         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3475         Likewise.
3476         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3477         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3478         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3479         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3480         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3481         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3482         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3483         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3484         __fesetenv instead of fesetenv.
3485         (libc_feresetround_noex_ctx): Likewise.
3486         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3487         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3488         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3489         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3490         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3491         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3492         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3493         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3494         (__feupdateenv): Likewise.
3495         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3496         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3497         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3498         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3500 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3502         [BZ #17806]
3503         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3504         addresses have been freed.
3506 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3508         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3509         and nservall.
3511 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3513         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3514         Clean up check_pf allocation pattern. addresses
3516 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3518         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3519         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3520         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3521         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3522         * nptl/pthread_join.c (pthread_join): Likewise.
3523         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3524         * sysdeps/posix/waitid.c (__waitid): Likewise.
3525         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3526         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3527         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3528         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3529         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3530         Likewise.
3531         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3532         (__libc_pread64): Likewise.
3533         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3534         (__libc_pwrite): Likewise.
3535         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3536         (__libc_pwrite64): Likewsie.
3537         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3538         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3539         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3540         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3541         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3542         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3543         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3545         Likewise.
3546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3547         (__libc_pread64): Likewise.
3548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3549         Likewise.
3550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3551         (__libc_pwrite64): Likewise.
3552         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3553         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3554         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3555         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3556         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3557         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3558         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3559         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3560         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3561         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3562         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3563         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3564         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3565         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3566         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3567         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3568         Likewise.
3570 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3572         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3573         (CFLAGS-test-double.c): Likewise.
3574         (CFLAGS-test-ldouble.c): Likewise.
3575         (CPPFLAGS-test-ifloat.c): Likewise.
3576         (CPPFLAGS-test-idouble.c): Likewise.
3577         (CPPFLAGS-test-ildoubl.c): Likewise.
3578         (CFLAGS-test-test-fenv.c): Remove variable.
3579         (CFLAGS-test-misc.c): Likewise.
3581 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3583         [BZ #17797]
3584         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3585         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3586         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3587         CLOCKS_PER_SEC == 1000000.
3588         * time/clocktest.c (main): Replace %ld with %jd and cast to
3589         intmax_t.
3591 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3593         * sysdeps/generic/unwind-resume.h: New file.
3594         * sysdeps/gnu/unwind-resume.c: Include it.
3595         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3596         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3597         argument list.
3598         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3599         global rather than static.
3600         (_Unwind_Resume): Update user.
3601         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3602         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3603         rather than static.  Add __attribute__ ((cold)).
3604         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3605         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3606         * sysdeps/arm/arm-unwind-resume.S: New file.
3607         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3608         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3609         * sysdeps/arm/Makefile [$(subdir) = csu]
3610         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3611         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3612         Add rt-arm-unwind-resume.
3613         [$(subdir) = nptl]
3614         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3615         Add pt-arm-unwind-resume.
3616         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3617         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3619 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3621         [BZ #17748]
3622         * include/fenv.h (__feholdexcept): Declare.  Use
3623         libm_hidden_proto.
3624         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3625         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3626         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3627         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3628         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3629         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3630         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3631         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3632         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3633         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3634         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3635         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3636         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3637         (feholdexcept): Likewise.
3638         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3639         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3640         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3641         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3642         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3643         __feholdexcept instead of feholdexcept.
3644         (default_libc_feholdexcept_setround): Likewise.
3646 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3648         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3649         to avoid using stl/str to align destination.
3651 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3653         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3655 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3657         [BZ #17796]
3658         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3659         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3660         Define as weak alias not strong alias.
3662 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3664         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3665         bltzal with addiupc.
3666         (RTLD_START): Ditto.
3668 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3670         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3671         for __vdso_* functions in declarations.
3672         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3673         definitions.
3674         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3675         INTERNAL_VSYSCALL): Use struct return types to check for error.
3677         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3678         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3679         function with cast from llround().
3680         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3681         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3682         Define.
3684 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3686         [BZ #17793]
3687         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3688         Define as weak alias not strong alias.
3690         [BZ #17635]
3691         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3692         ...
3693         * ctype/ctype-extn.c: ... here.
3694         (__isblank_l): Move to ...
3695         * ctype/ctype-c99_l.c: ... here.  New file.
3696         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3697         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3698         Remove variable.
3699         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3700         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3701         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3702         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3703         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3705         [BZ #17777]
3706         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3707         (posix_fadvise64): Define as weak alias not strong alias.
3708         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3709         (posix_fallocate64): Likewise.
3710         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3711         Remove variable.
3712         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3713         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3714         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3715         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3716         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3718 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3720         [BZ #16191]
3721         * NEWS: Mention bug fix.
3722         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3723         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3724         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3725         (HOST_STACK_END_ADDR): Likewise.
3727 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3729         [BZ #17748]
3730         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3731         * math/fegetround.c (fegetround): Rename to __fegetround and
3732         define as weak alias of __fegetround.  Use libm_hidden_weak.
3733         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3734         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3735         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3736         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3737         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3738         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3739         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3740         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3741         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3742         Undefine after rather than before function definition; use
3743         parentheses around function name in definition.
3744         (__fegetround): Also undefine macro after function definition.
3745         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3746         __fegetround and define as weak alias of __fegetround.  Use
3747         libm_hidden_weak.  Do not undefine as macro.
3748         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3749         Likewise.
3750         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3751         __fegetround and define as weak alias of __fegetround.  Use
3752         libm_hidden_weak.
3753         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3754         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3755         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3756         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3757         __fegetround and define as weak alias of __fegetround.  Use
3758         libm_hidden_weak.
3759         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3760         __fegetround instead of fegetround.
3762         [BZ #17782]
3763         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3764         Condition macro definition on [__USE_MISC].
3766         [BZ #17781]
3767         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3768         (struct sigaction): Change type of sa_flags field to int.
3770         [BZ #17780]
3771         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3772         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3773         __glibc_reserved0.
3775         * nptl/version.c (banner): Use single year in copyright notice.
3777         * NEWS: Update copyright dates.
3778         * catgets/gencat.c (print_version): Likewise.
3779         * csu/version.c (banner): Likewise.
3780         * debug/catchsegv.sh: Likewise.
3781         * debug/pcprofiledump.c (print_version): Likewise.
3782         * debug/xtrace.sh (do_version): Likewise.
3783         * elf/ldconfig.c (print_version): Likewise.
3784         * elf/ldd.bash.in: Likewise.
3785         * elf/pldd.c (print_version): Likewise.
3786         * elf/sotruss.sh: Likewise.
3787         * elf/sprof.c (print_version): Likewise.
3788         * iconv/iconv_prog.c (print_version): Likewise.
3789         * iconv/iconvconfig.c (print_version): Likewise.
3790         * locale/programs/locale.c (print_version): Likewise.
3791         * locale/programs/localedef.c (print_version): Likewise.
3792         * login/programs/pt_chown.c (print_version): Likewise.
3793         * malloc/memusage.sh (do_version): Likewise.
3794         * malloc/memusagestat.c (print_version): Likewise.
3795         * malloc/mtrace.pl: Likewise.
3796         * manual/libc.texinfo: Likewise.
3797         * nptl/version.c (banner): Likewise.
3798         * nscd/nscd.c (print_version): Likewise.
3799         * nss/getent.c (print_version): Likewise.
3800         * nss/makedb.c (print_version): Likewise.
3801         * posix/getconf.c (main): Likewise.
3802         * scripts/test-installation.pl: Likewise.
3803         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3805 2015-01-02  Will Newton  <will.newton@linaro.org>
3807         * sysdeps/arm/armv7/configure: Removed.
3808         * sysdeps/arm/armv7/configure.ac: Likewise.
3810 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3812         * All files with FSF copyright notices: Update copyright dates
3813         using scripts/update-copyrights.
3814         * intl/plural.c: Regenerated.
3815         * locale/programs/charmap-kw.h: Likewise.
3816         * locale/programs/locfile-kw.h: Likewise.
3818 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3820         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3822 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3824         [BZ #17748]
3825         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3826         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3827         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3828         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3829         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3830         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3831         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3832         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3833         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3834         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3835         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3836         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3837         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3838         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3839         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3840         libm_hidden_def.
3841         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3842         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3843         Likewise.
3844         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3845         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3846         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3847         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3848         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3849         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3850         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3851         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3852         __fegetenv instead of fegetenv.
3853         (libc_feholdsetround_noex_ctx): Likewise.
3855 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3857         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3858         (Elf_MIPS_ABIFlags_v0): New structure.
3859         (EF_MIPS_FP64): Define.
3860         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3861         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3862         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3863         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3864         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3865         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3866         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3867         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3868         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3869         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3870         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3871         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3872         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3873         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3874         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3875         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3876         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3877         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3878         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3879         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3880         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3881         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3882         field.
3883         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3884         EF_MIPS_FP64.
3885         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3886         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3887         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3888         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3889         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3890         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3891         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3892         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3893         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3894         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3895         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3896         record the current FP ABI extension.
3897         (mips-mode-switch): Define to show if kernel headers support mode
3898         switching.
3899         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3900         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3901         supported SYSV ABI version to 3.
3902         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3903         feature.
3905 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3906             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3908         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3909         path.
3910         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3912 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3914         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3915         __fegetround and redefine to call __fegetround.  Remove condition
3916         on [!__NO_MATH_INLINES].
3917         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3918         function.
3919         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3920         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3921         Remove macro.
3922         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3923         instead of <fenv_libc.h>.
3924         (__llrintl): Call fegetround instead of __fegetround.
3925         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3926         instead of <fenv_libc.h>.
3927         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3928         (__lrintl): Call fegetround instead of __fegetround.
3929         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3930         instead of <fenv_libc.h>.
3931         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3932         (__rintl): Call fegetround instead of __fegetround.
3934 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3936         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3937         arrays.
3939 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3941         [BZ #17775]
3942         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3943         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3944         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3946 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3948         * sysdeps/i386/tls-macros.h: Include <features.h>.
3949         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3950         (TLS_IE): Likewise.
3951         (TLS_LD): Likewise.
3952         (TLS_GD): Likewise.
3953         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3954         define for GCC >= 5.0.
3956 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3958         * math/test-fenv.c (test_single_exception, set_single_exc,
3959         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3960         feexcp_mask_test, feenable_test, fe_single_test): Add
3961         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3962         case where they are not used.
3963         * math/libm-test.inc: Likewise.
3964         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3965         unused in the absence of FP rounding/exception support.
3966         * stdio-common/tst-printf-round.c: Likewise.
3967         * stdlib/tst-strtod-round.c: Likewise.
3968         * stdlib/tst-strtod-underflow.c: Likewise.
3970 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3972         [BZ #17723]
3973         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3974         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3975         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3976         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3977         libm_hidden_weak.
3978         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3979         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3980         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3981         libm_hidden_def.
3982         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3983         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3984         libm_hidden_weak.
3985         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3986         Likewise.
3987         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3988         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3989         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3990         libm_hidden_weak.
3991         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3992         libm_hidden_def.
3993         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3994         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3995         (__feraiseexcept): Likewise.
3996         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3997         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3998         libm_hidden_weak.
3999         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4000         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4001         libm_hidden_def.
4002         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
4003         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
4004         Use libm_hidden_def.
4005         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
4006         libm_hidden_def.
4007         (feraiseexcept): Define as weak not strong alias.  Use
4008         libm_hidden_weak.
4009         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
4010         New inline function.  Factored out of ...
4011         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
4012         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
4013         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
4014         feraiseexcept.
4015         * math/w_acos.c (__acos): Likewise.
4016         * math/w_asin.c (__asin): Likewise.
4017         * math/w_ilogb.c (__ilogb): Likewise.
4018         * math/w_j0.c (y0): Likewise.
4019         * math/w_j1.c (y1): Likewise.
4020         * math/w_jn.c (yn): Likewise.
4021         * math/w_log.c (__log): Likewise.
4022         * math/w_log10.c (__log10): Likewise.
4023         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
4024         * sysdeps/aarch64/fpu/math_private.h
4025         (libc_feupdateenv_test_aarch64): Likewise.
4026         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4027         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
4028         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
4029         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4030         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4031         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4032         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
4033         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4034         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4035         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4037 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4039         [BZ #17732]
4040         * io/test-utime.c (main): Replace %ld with %jd and cast to
4041         intmax_t.
4042         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
4043         * nptl/tst-mutex5.c: Include <stdint.h>.
4044         (do_test): Replace %ld with %jd and cast to intmax_t.
4045         * posix/tst-regex.c (run_test): Likewise.
4046         (run_test_backwards): Likewise.
4047         * rt/tst-clock.c: Include <stdint.h>.
4048         (clock_test): Replace %ld with %jd and cast to intmax_t.
4049         * rt/tst-cpuclock1.c: Include <stdint.h>.
4050         (do_test): Replace %lu with %ju and cast to uintmax_t.
4051         * rt/tst-cpuclock2.c: Include <stdint.h>.
4052         (do_test): Replace %lu with %ju and cast to uintmax_t.
4053         * rt/tst-mqueue1.c: Include <stdint.h>.
4054         (check_attrs): Replace %ld with %jd and cast to intmax_t.
4055         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
4056         intmax_t.
4057         * rt/tst-mqueue4.c (do_test): Likewise.
4058         * rt/tst-timer4.c: Include <stdint.h>.
4059         (check_ts): Replace %ld with %jd and cast to intmax_t.
4060         (do_test): Likewise.
4061         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
4062         and cast to intmax_t.
4063         * sysdeps/pthread/tst-timer.c (main): Likewise.
4064         * time/clocktest.c (main): Likewise.
4065         * time/tst-posixtz.c (do_test): Likewise.
4066         * timezone/tst-timezone.c (main): Likewise.
4068 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4069             H.J. Lu  <hongjiu.lu@intel.com>
4071         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
4072         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
4073         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
4074         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
4075         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
4076         version if bit_Fast_Unaligned_Load is set.
4077         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4078         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4079         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4080         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4081         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4082         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4083         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4084         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
4085         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
4086         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
4087         to 4.
4088         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
4089         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
4090         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
4091         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
4093 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
4095         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
4096         instead of #if to avoid a Wundef warning.
4097         * stdlib/tst-limits.c (do_test): Likewise.
4099         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4100         parallel other exception macros.
4101         (fegetenv): Convert from macro to extern inline so that it applies
4102         retroactively to inline functions already seen by the compiler.
4103         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4105         * posix/Makefile (before-compile): Use $(objpfx) for
4106         posix-conf-vars-def.h.
4108 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4110         * posix/getconf.c (main): Use size_t for type of I.
4111         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4112         NSPEC.
4114         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4115         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4116         * posix/posix-envs.def: Likewise.
4117         * sysdeps/posix/sysconf.c: Likewise.
4118         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4119         (specs): Remove array.
4120         * scripts/gen-posix-conf-vars.awk: Support generation of specs
4121         array.
4123         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4124         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4125         (__sysconf): Use CONF_IS_* macros.
4127         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4128         ($(objpfx)posix-conf-vars-def.h): New target.
4129         * posix/posix-conf-vars.list: New file.
4130         * posix/posix-conf-vars.h: New file.
4131         * posix/confstr.c: Include posix-conf-vars.h.
4132         (confstr): Use CONF_IS_* macros.
4133         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
4134         CONF_IS_* macros.
4135         * scripts/gen-posix-conf-vars.awk: New file.
4137 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
4139         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4140         fegetround): Add no-op macros to avoid linknamespace issues.
4142         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4143         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4145         * sysdeps/unix/sysv/linux/tile/sysdep.h
4146         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4147         assembly-specific section to avoid a redefinition warning.
4149         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4150         long before casting to pointer to avoid a cast warning.
4152 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
4154         * sysdeps/tile/tilegx/Implies: New file.
4156 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
4158         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4160 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4162         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4164 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4166         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4167         not define.
4168         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4169         <kernel-features.h>.
4170         (__utimes) [__NR_utimes]: Make code unconditional.
4171         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4172         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4173         (__ASSUME_UTIMES): Do not undefine.
4174         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4175         (__ASSUME_UTIMES): Likewise.
4176         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4177         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4178         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4179         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
4181 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4183         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4185 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
4187         [BZ #17747]
4188         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
4189         alias to weak alias for j0l, y0l.
4190         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
4191         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
4193         [BZ #17746]
4194         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
4195         conversion.
4197 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4199         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4200         to zero if not already defined.
4202 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4204         [BZ #17724]
4205         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
4206         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
4207         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
4208         (char *) casts added.
4209         * sysdeps/ieee754/k_standardf.c: New file.
4210         * sysdeps/ieee754/k_standardl.c: Likewise.
4211         * math/Makefile (libm-support): Remove k_standard.
4212         (libm-calls): Add k_standard.
4214 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4216         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4217         Optimize to avoid an unnecessary FPCR read.
4219 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4221         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4222         Optimize to reduce FPCR/FPSR accesses.
4224 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4226         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
4227         Call libc_fetestexcept_aarch64.
4229 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4231         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
4232         Call libc_fesetround_aarch64.
4234 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4236         [BZ #17733]
4237         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
4238         (__bind): Do not define as weak alias.
4239         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
4240         define.
4241         (__getsockname): Do not define as weak alias.
4243 2014-12-22  Will Newton  <will.newton@linaro.org>
4245         * manual/install.texi: Document that we require bison 2.7
4246         or above.
4247         * INSTALL: Regenerate.
4248         * configure.ac: Use AC_CHECK_PROG_VER instead of
4249         AC_PATH_PROG when checking for bison and check for
4250         version 2.7 or above.
4251         * configure: Regenerate.
4253 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
4255         [BZ #17745]
4256         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4257         * sysdeps/tile/ffsll.c (ffsll): To here.
4259         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4261 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4263         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4264         if not defined.
4265         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4266         definition.
4267         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4268         hidden ___tls_get_addr.
4269         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4270         hidden __tls_get_addr.
4271         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4272         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4273         Likewise.
4275 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
4277         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4278         _dl_init call.
4280 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4282         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4283         from "call _dl_init@PLT".
4284         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4286 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4288         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4289         guarantees.
4291 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4293         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4295 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4297         [BZ #17744]
4298         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4299         strnlen.
4301 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4303         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4304         of multu on MIPSr6.
4305         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4306         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4307         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4308         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4309         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4311 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4313         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4314         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4315         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4316         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4317         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4318         mips32r6/mips64r6.
4319         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4321 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4323         * string/strncat.c (STRNCAT): Simplify implementation.
4325 2014-12-19  David S. Miller  <davem@davemloft.net>
4327         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4328         access the quad as both a long double and as a series of 4 words.
4330         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4331         link_map->l_info array access.
4333 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4335         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4337         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4338         * math/atest-exp2.c (TIMEOUT): Likewise.
4339         * math/atest-sincos.c (TIMEOUT): Likewise.
4341 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4343         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4344         -Wno-error with -fno-builtin-lround.
4346 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4348         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4349         Contains futex constants and functions moved over from ...
4350         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4351         <lowlevellock-futex.h>.
4352         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4353         (lll_timedwait_tid): Add comments and parentheses around macro
4354         arguments.
4356 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4358         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4359         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4360         (__lll_private_flag): Remove.
4361         (lll_futex_wait): Likewise.
4362         (lll_futex_timed_wait): Likewise.
4363         (lll_futex_wake): Likewise.
4364         (lll_futex_requeue): Likewise.
4365         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4366         (__lll_timedwait_tid): Spell out argument names.
4367         (lll_timedwait_tid): Add comments and parentheses around macro
4368         arguments.
4369         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4370         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4372 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4374         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4375         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4376         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4377         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4378         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4379         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4380         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4381         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4382         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4383         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4384         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4385         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4386         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4387         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4388         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4389         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4390         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4391         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4392         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4394 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4396         * sysdeps/x86_64/x32/Makefile: New file.
4398 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4400         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4401         1L with (mp_limb_t) 1.
4403 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4405         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4406         * nptl/libc_pthread_init.c: ... here.
4407         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4408         * nptl/register-atfork.c: ... here.
4410         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4411         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4412         Use assert_perror to check its return value.
4413         (__gai_create_helper_thread): Likewise.
4415         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4417         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4419 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4421         [BZ #17725]
4422         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4423         __profil_counter.
4424         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4425         Likewise.
4426         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4427         Likewise.
4428         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4429         Likewise.
4430         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4431         (profil_counter): Likewise.
4432         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4433         (profil_counter): Likewise.
4434         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4435         Likewise.
4436         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4437         Likewise.
4438         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4439         (profil_counter): Likewise.
4440         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4441         Likewise.
4442         [!__profil_counter] (profil_counter): Define as weak alias of
4443         __profil_counter.
4444         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4445         (profil_counter): Rename to __profil_counter.
4446         [!__profil_counter] (profil_counter): Define as weak alias of
4447         __profil_counter.
4448         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4449         (profil_counter): Rename to __profil_counter.
4450         [!__profil_counter] (profil_counter): Define as weak alias of
4451         __profil_counter.
4452         * sysdeps/posix/profil.c: Update comment referring to
4453         profil_counter.
4454         (__profil): Use __profil_counter instead of profil_counter.
4455         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4456         __profil_counter.  Use __profil_counter_ushort and
4457         __profil_counter_uint in definitions.
4458         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4459         instead of profil_counter_uint and profil_counter_ushort.
4461         [BZ #17722]
4462         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4463         define as weak alias of __inet_makeaddr.
4464         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4465         as weak alias of __inet_addr.
4466         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4467         as weak alias of __inet_pton.  Use libc_hidden_weak.
4468         * include/arpa/inet.h (__inet_pton): Declare.  Use
4469         libc_hidden_proto.
4470         (inet_makeaddr): Don't use libc_hidden_proto.
4471         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4472         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4473         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4474         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4475         Remove variable.
4476         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4477         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4479 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4481         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4483 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4485         * stdio-common/bug-vfprintf-nargs.c (do_test):
4486         Cast value to intptr_t to avoid format warning
4487         for usage with PRIdPTR printing macro.
4489 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4491         * libio/tst-widetext.c (do_test):
4492         Use format type %td instead of %Zd for ptrdiff_t
4493         in order to avoid format warning.
4495 2014-12-17  Andreas Schwab  <schwab@suse.de>
4497         * nscd/mem.c (gc): Add size_t cast to match printf format.
4499 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4501         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4502         (init): Apply PTR_MANGLE to pointers before storing them.
4503         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4504         before using them.
4506 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4508         [BZ #17719]
4509         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4510         define as weak alias of __memrchr.
4511         (__memrchr): Do not define as strong alias of memrchr.
4512         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4513         Remove variable.
4514         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4515         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4516         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4518         [BZ #17717]
4519         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4520         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4521         (if_indextoname): Rename to __if_indextoname and define as weak
4522         alias of __if_indextoname.  Use libc_hidden_weak.
4523         (if_freenameindex): Rename to __if_freenameindex and define as
4524         weak alias of __if_freenameindex.
4525         (if_nameindex): Rename to __if_nameindex and define as weak alias
4526         of __if_nameindex.
4527         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4528         __if_nametoindex and define as weak alias of __if_nametoindex.
4529         Use libc_hidden_weak.
4530         (if_freenameindex): Rename to __if_freenameindex and define as
4531         weak alias of __if_freenameindex.
4532         (if_nameindex): Rename to __if_nameindex and define as weak alias
4533         of __if_nameindex.
4534         (if_indextoname): Rename to __if_indextoname and define as weak
4535         alias of __if_indextoname.  Use libc_hidden_weak.
4536         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4537         __if_nametoindex and define as weak alias of __if_nametoindex.
4538         Use libc_hidden_weak.
4539         (if_freenameindex): Rename to __if_freenameindex and define as
4540         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4541         (if_nameindex_netlink): Use __if_freenameindex instead of
4542         if_freenameindex.
4543         (if_nameindex): Rename to __if_nameindex and define as weak alias
4544         of __if_nameindex.  Use libc_hidden_weak.
4545         (if_indextoname): Rename to __if_indextoname and define as weak
4546         alias of __if_indextoname.  Use libc_hidden_weak.
4547         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4548         libc_hidden_proto.
4549         [!_ISOMAC] (__if_freenameindex): Likewise.
4550         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4551         if_nametoindex.
4552         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4553         variable.
4554         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4555         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4556         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4557         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4558         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4559         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4560         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4562         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4563         Remove variable.
4564         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4565         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4567 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4569         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4570         subscript above bounds'
4572         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4573         bounds.
4575 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4577         * libio/tst-fopenloc.c: Use test-skeleton.c.
4579         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4580         (entry): Rename to ITEM.
4581         (do_test, comp): Adjust.
4583         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4585 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4587         * string/tester.c: Include <libc-internal.h>.
4588         (test_memset): Ignore -Wmemset-transposed-args.
4590 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4592         * misc/tst-mntent2.c (do_test): Fix warning.
4594 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4596         * elf/tst-unique4lib.cc(a): Mark as used.
4598 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4600         [BZ #17630]
4601         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4602         names.
4604 2014-12-16  Allan McRae  <allan@archlinux.org>
4606         * stdio-common/Makefile (tests): Re-add bug26.
4608 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4610         [BZ #17657]
4611         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4612         static array.
4614 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4616         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4617         (__lll_lock_wait): Likewise.
4618         (__lll_timedlock_wait): Likewise.
4619         (__lll_timedwait_tid): Likewise.
4620         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4621         (__lll_robust_timedlock_wait): Likewise.
4622         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4623         (lll_cond_trylock): Likewise.
4624         (__lll_lock): Likewise.
4625         (__lll_robust_lock): Likewise.
4626         (__lll_cond_lock): Likewise.
4627         (lll_robust_cond_lock): Likewise.
4628         (__lll_timedlock): Likewise.
4629         (__lll_robust_timedlock): Likewise.
4630         (__lll_unlock): Likewise.
4631         (__lll_robust_unlock): Likewise.
4632         (lll_wait_tid): Likewise.
4633         (lll_timedwait_tid): Likewise.
4635 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4637         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4639 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4641         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4643 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4645         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4646         * stdio-common/tst-sprintf.c: Likewise.
4648 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4650         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4652 2014-12-15  Jeff Law  <law@redhat.com>
4654         [BZ #16617]
4655         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4656         on the heap.  (CVE-2012-3406)
4657         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4658         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4659         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4661 2014-12-15  Will Newton  <will.newton@linaro.org>
4663         * manual/install.texi: Bump required version of texinfo
4664         to 4.7 from 4.5.
4665         * INSTALL: Regenerated.
4666         * configure.ac: Check for makeinfo version 4.7 and above.
4667         * configure: Regenerated.
4669 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4671         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4672         PREFIX, string constant to insert between directory and name.
4673         * sysdeps/posix/shm_open.c: Update caller.
4674         * sysdeps/posix/shm_unlink.c: Likewise.
4675         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4676         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4677         (SEM_SHM_PREFIX): New macro.
4678         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4679         [$(have-thread-library) = no].
4680         * nptl/Makefile (libpthread-routines): Add shm-directory.
4681         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4682         * sysdeps/nptl/shm-directory.h: New file.
4683         * sysdeps/posix/shm-directory.c
4684         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4685         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4686         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4687         INTERNAL_SYSCALL.
4688         (__where_is_shmfs): Function removed.
4689         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4690         Variables removed.
4691         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4692         Use SHM_GET_NAME.
4693         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4695         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4696         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4697         unconditional for use inside libpthread.
4698         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4700 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4702         * nptl/pthread_getaffinity.c: New file.
4703         * nptl/pthread_setaffinity.c: New file.
4704         * nptl/pthread_getname.c: New file.
4705         * nptl/pthread_setname.c: New file.
4707         * nptl/pthread_create.c (START_THREAD_DEFN)
4708         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4710 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4711             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4713         * resolv/res_send.c (send_vc): Disable warning resplen may
4714         be used uninitialized.
4716 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4718         * nptl/tst-mutex6.c
4719         (ATTR_NULL): New define checks ATTR against NULL.
4720         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4721         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4723 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4725         [BZ #17581]
4726         * malloc/hooks.c
4727         (mem2mem_check): Revert my previous change.
4728         (malloc_check_get_size): Revert my previous change.
4729         (mem2chunk_check): Revert my previous change.
4731 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4733         * sysdeps/posix/shm-directory.c: New file.
4734         * sysdeps/posix/shm-directory.h: New file.
4735         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4736         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4737         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4738         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4739         Transmute EPERM to EACCES.
4740         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4741         from ...
4742         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4743         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4745 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4747         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4748         pointer and cast to uintptr_t.
4749         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4750         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4751         Add cast to avoid warning.
4752         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4754 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4756         * nptl/semaphore.h: Move to ...
4757         * sysdeps/pthread/semaphore.h: ... here.
4758         * Makefile (installed-headers): Change nptl/semaphore.h to
4759         sysdeps/pthread/semaphore.h.
4761 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4763         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4764         generated error format strings.
4766         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4767         -Wformat-extra-args warnings for scanf formats.
4768         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4769         test of zero-length format (duh).
4770         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4771         corner-case scanf format test.
4772         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4773         generated fprintf format string.
4774         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4775         corner-case sprintf format tests.
4776         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4777         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4778         -Wformat-extra-args warnings throughout.
4779         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4780         (CFLAGS-scanf4.c): Likewise.
4781         (CFLAGS-scanf7.c): Likewise.
4782         (CFLAGS-tst-sprintf.c): Likewise.
4783         (CFLAGS-tst-printf.c): Likewise.
4784         (CFLAGS-tst-printfsz.c): Likewise.
4786 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4788         * include/cpio.h: New file.
4789         * include/fmtmsg.h: Likewise.
4791         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4792         corresponding format argument to size_t.
4793         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4794         arguments.
4795         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4796         corresponding format argument to size_t.
4797         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4798         arguments.
4799         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4800         corresponding format argument to size_t.
4801         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4802         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4803         (CFLAGS-tst-mbswcs2.c): Likewise.
4804         (CFLAGS-tst-mbswcs3.c): Likewise.
4805         (CFLAGS-tst-mbswcs4.c): Likewise.
4806         (CFLAGS-tst-mbswcs5.c): Likewise.
4807         (CFLAGS-tst-trans.c): Likewise
4809 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4811         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4812         rather than assuming they won't contain any '%'s.
4814 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4816         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4817         inhibit_loop_to_libcall to avoid recursive calls.
4818         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4819         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4821 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4823         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4824         prototype.
4826 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4828         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4829         integer value instead of boolean.
4831 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4833         * malloc/malloc.c: Fix powerof2 check.
4835 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4837         * locale/programs/locfile.h (maybe_swap_uint32):
4838         Remove inline and add unused attribute.
4840 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4842         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4843         Truncating assembler expression to a .long expression.
4845 2014-12-11  Andreas Schwab  <schwab@suse.de>
4847         * elf/rtld.c (struct map_args): Constify str member.
4848         (do_preload): Constify fname argument.
4850 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4852         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4853         constants definition.
4855 2014-12-11  Andreas Schwab  <schwab@suse.de>
4857         [BZ #16657]
4858         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4859         FORCE_ELISION instead of DO_ELISION.
4860         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4861         Remove.
4862         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4863         Likewise.
4865         * iconvdata/gconv-modules: Remove duplicate entry.
4867 2014-12-11  Will Newton  <will.newton@linaro.org>
4869         Merge gettext 0.19.3 into intl/.
4871         This involves a number of cosmetic changes to comments
4872         and ANSI function definitions and prototypes throughout
4873         all the files. The gettext copyright header is used but
4874         with the date ranges taken from the glibc copy.
4876         * NEWS: Add gettext merge to 2.21.
4877         * intl/bindtextdom.c: Switch to gettext copyright.
4878         Use ANSI definitions and prototypes.
4879         Use gl_* locking primitives rather than __libc_* ones.
4880         Use __builtin_expect rather than __glibc_likely/unlikely.
4881         * intl/dcgettext.c: Switch to gettext copyright.
4882         Use ANSI definitions and prototypes.
4883         * intl/dcigettext.c: Switch to gettext copyright.
4884         Use ANSI definitions and prototypes.
4885         (INTDIV0_RAISES_SIGFPE): New define.
4886         Use gl_* locking primitives rather than __libc_* ones.
4887         Include eval-plural.h instead of plural-eval.c.
4888         Use __builtin_expect rather than __glibc_likely/unlikely.
4889         * intl/dcngettext.c: Switch to gettext copyright.
4890         Use ANSI definitions and prototypes.
4891         * intl/dgettext.c: Likewise.
4892         * intl/dngettext.c: Likewise.
4893         * intl/plural-eval.c: Renamed to...
4894         * intl/eval-plural.h: ...this.
4895         * intl/explodename.c: Switch to gettext copyright.
4896         Use ANSI definitions and prototypes.
4897         (_nl_explode_name): Use strchr instead of __rawmemchr.
4898         * intl/finddomain.c: Switch to gettext copyright.
4899         Use ANSI definitions and prototypes.
4900         Use gl_* locking primitives rather than __libc_* ones.
4901         (_nl_find_domain): Use malloc rather than alloca for
4902         allocation of temporary locale name.
4903         * intl/gettext.c: Switch to gettext copyright.
4904         Use ANSI definitions and prototypes.
4905         * intl/gettextP.h: Switch to gettext copyright.
4906         Use ANSI definitions and prototypes.
4907         Use gl_* locking primitives rather than __libc_* ones.
4908         * intl/gmo.h: Switch to gettext copyright.
4909         (struct sysdep_string): Move struct segment_pair outside of
4910         struct definition.
4911         * intl/hash-string.c: Use ANSI definitions and prototypes.
4912         * intl/hash-string.h: Switch to gettext copyright.
4913         Use ANSI definitions and prototypes.
4914         * intl/l10nflist.c: Switch to gettext copyright.
4915         Use ANSI definitions and prototypes.
4916         (_nl_normalize_codeset): Avoid integer overflow.
4917         * intl/loadinfo.h: Switch to gettext copyright.
4918         Use ANSI definitions and prototypes.
4919         (LIBINTL_DLL_EXPORTED): New define.
4920         (PATH_SEPARATOR): New define.
4921         * intl/loadmsgcat.c: Switch to gettext copyright.
4922         * intl/localealias.c: Switch to gettext copyright.
4923         Use ANSI definitions and prototypes.
4924         (_nl_expand_alias): Use PATH_SEPARATOR.
4925         * intl/ngettext.c: Switch to gettext copyright.
4926         Use ANSI definitions and prototypes.
4927         * intl/plural-exp.c: Likewise.
4928         * intl/plural-exp.h: Switch to gettext copyright.
4929         Use ANSI definitions and prototypes.
4930         (struct expression): Move definition of enum operator outside
4931         of struct definition.
4932         * intl/plural.c: Regenerate.
4933         * intl/plural.y: Switch to gettext copyright.
4934         Use ANSI definitions and prototypes.
4935         Port to bison 3.0.
4936         * intl/textdomain.c: Switch to gettext copyright.
4937         Use ANSI definitions and prototypes.
4938         Use gl_* locking primitives rather than __libc_* ones.
4940 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4942         * debug/warning-nop.c: Add used atrribute.
4944 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4946         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4948         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4949         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4950         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4952 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4953             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4955         [BZ #17634]
4956         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4957         Undefine after defining function.  Define as weak alias of
4958         __wcschr.  Use libc_hidden_weak.
4959         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4960         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4961         (libc_hidden_def): Also define __GI___wcschr alias.
4962         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4963         __wcschr and define as weak alias of __wcschr.
4964         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4965         __wcschr.
4966         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4967         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4968         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4969         libc_hidden_weak.  Do not use libc_hidden_def.
4970         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4971         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4972         __GI___wcschr alias.
4973         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4974         [IS_IN (libc)] (wcschr): Define as macro expanding to
4975         __redirect_wcschr.
4976         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4977         [IS_IN (libc)] (__wcschr_power6): Likewise.
4978         [IS_IN (libc)] (__wcschr_power7): Likewise.
4979         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4980         instead of wcschr.
4981         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4982         __libc_wcschr.
4983         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4984         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4985         __wcschr and define as weak alias of __wcschr.  Use
4986         libc_hidden_builtin_def.
4987         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4988         as weak alias of __wcschr.  Use libc_hidden_weak.
4989         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4990         wcschr.
4991         * time/era.c (_nl_init_era_entries): Likewise.
4992         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4993         variable.
4994         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4995         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4997 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4999         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
5000         format for long int variable.
5002 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
5004         [BZ #10672]
5005         * manual/search.texi: (Array Sort Function): Remove claim how to make
5006         qsort stable.
5008 2014-12-10  Andreas Schwab  <schwab@suse.de>
5010         [BZ #12847]
5011         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
5012         user-controlled locks.
5014 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
5016         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
5017         register.
5019 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5021         * configure.ac (--disable-werror): New configure option.
5022         (enable_werror): New AC_SUBST.
5023         * configure: Regenerated.
5024         * config.make.in (enable-werror): New variable.
5025         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
5026         -Wno-error=undef.
5027         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
5028         * manual/install.texi (Configuring and compiling): Document
5029         --disable-werror.
5030         * INSTALL: Regenerated.
5031         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
5032         (CFLAGS-tst-chk2.c): Likewise.
5033         (CFLAGS-tst-chk3.c): Likewise.
5034         (CFLAGS-tst-chk4.cc): Likewise.
5035         (CFLAGS-tst-chk5.cc): Likewise.
5036         (CFLAGS-tst-chk6.cc): Likewise.
5037         (CFLAGS-tst-lfschk1.c): Likewise.
5038         (CFLAGS-tst-lfschk2.c): Likewise.
5039         (CFLAGS-tst-lfschk3.c): Likewise.
5040         (CFLAGS-tst-lfschk4.cc): Likewise.
5041         (CFLAGS-tst-lfschk5.cc): Likewise.
5042         (CFLAGS-tst-lfschk6.cc): Likewise.
5044         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
5045         (main): Disable -Wdeprecated-declarations around calls to
5046         register_printf_function.
5048         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
5049         (do_test): Disable -Wdiv-by-zero around some calls to
5050         fwrite_unlocked and fread_unlocked.
5052         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
5053         (DIAG_POP_NEEDS_COMMENT): Likewise.
5054         (_DIAG_STR1): Likewise.
5055         (_DIAG_STR): Likewise.
5056         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
5057         * stdio-common/bug21.c: Include <libc-internal.h>.
5058         (do_test): Disable -Wformat around call to sscanf.
5059         * stdio-common/scanf14.c: Include <libc-internal.h>.
5060         (main): Disable -Wformat around some calls to scanf functions.
5062 2014-12-09  Torvald Riegel  <triegel@redhat.com>
5064         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
5066 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5068         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
5069         stack variable alignment.
5071 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
5073         [BZ #17682]
5074         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
5075         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
5076         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
5077         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
5078         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
5079         __getrlimit instead of getrlimit.
5080         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
5081         __gettimeofday instead of gettimeofday.
5082         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
5083         Likewise.
5084         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
5085         Likewise.
5086         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
5087         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
5088         Remove variable.
5089         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5090         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5092 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5094         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
5095         for wide-character tests.
5097 2014-12-04  Roland McGrath  <roland@hack.frob.com>
5099         * io/openat64.c: #include <libc-internal.h>
5100         (__openat64): Prototypify.  Use ignore_value on MODE.
5101         * io/openat.c: Likewise.
5102         * misc/reboot.c: #include <libc-internal.h>
5103         (reboot): Prototypify.  Use ignore_value on HOWTO.
5104         * misc/ptrace.c: #include <libc-internal.h>
5105         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
5107 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
5109         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5110         XPG4, UNIX98 and XOPEN2K.
5111         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5112         Remove variable.
5113         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5115 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5117         * libio/fileops.c: Use ISO C style for function definitions.
5118         * libio/iofopen.c: Likewise.
5119         * libio/wfileops.c: Likewise.
5121         [BZ #17653]
5122         * libio/fileops.c (_IO_new_file_underflow): Unset cached
5123         offset on EOF.
5124         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5125         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5126         (fgets_func): Function pointer to fgets and fgetws.
5127         (do_ftell_test): Add test to verify ftell value after read
5128         EOF.
5129         (do_test): Set fgets_func.
5131         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5132         O_TRUNC flag for w and w+ modes.
5133         (do_rewind_test): Likewise.
5134         (do_ftell_test): Likewise.
5135         (do_write_test): Likewise.
5137         [BZ #17647]
5138         * libio/fileops.c (do_ftell): Seek only when there are
5139         unflushed writes.
5140         * libio/wfileops.c (do_ftell_wide): Likewise.
5141         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5142         test case.
5143         (do_one_test): Call it.
5145 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
5147         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5148         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5149         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5150         Remove variable.
5151         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5152         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5153         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5155 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5157         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5158         Remove variable.
5159         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5161         [BZ #17668]
5162         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5163         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5164         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5165         __freeifaddrs.  Use libc_hidden_weak.
5166         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5167         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5168         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5169         __freeifaddrs.  Use libc_hidden_weak.
5170         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5171         __getifaddrs and define as weak alias of __getifaddrs.  Use
5172         libc_hidden_weak.
5173         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5174         __freeifaddrs.  Use libc_hidden_weak.
5175         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5176         Remove variable.
5177         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5178         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5180 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
5182         [BZ #17601]
5183         * sysdeps/mips/start.S (__start): Use indirect jump to call
5184         __libc_start_main.
5186 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5188         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
5190         * nptl/tst-mutex1.c: Include <stdbool.h>.
5191         [!ATTR] (ATTR_NULL): New macro.
5192         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
5193         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
5194         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
5196         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
5197         to char *.
5199         [BZ #17665]
5200         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
5201         Change conditional to [__USE_MISC].
5203         [BZ #17664]
5204         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
5205         fgets_unlocked.
5206         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
5207         __fgets_unlocked.
5208         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
5209         fgets_unlocked.
5210         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
5211         Remove variable.
5212         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5213         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5214         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5215         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5216         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5217         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5218         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5219         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5220         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5222         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
5224 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5226         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5227         Remove strpbrk objects.
5228         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5229         (__libc_ifunc_impl_list): Remove strpbrk implementation.
5230         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
5231         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
5232         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
5233         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
5235         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5236         Remove strcspn objects.
5237         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5238         (__libc_ifunc_impl_list): Remove strcspn implementation.
5239         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
5240         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
5241         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
5242         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
5244         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5245         Remove strspn objetcs.
5246         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5247         (__libc_ifunc_impl_list): Remove strspn implementation.
5248         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
5249         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5250         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
5251         * sysdeps/powerpc/powerpc64/strspn.S: New file.
5253 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
5255         [BZ #17581]
5256         * malloc/hooks.c
5257         (mem2mem_check): Add a terminator to the chain of checking blocks.
5258         (malloc_check_get_size): Use it here.
5259         (mem2chunk_check): Ditto.
5261 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5263         * sysdeps/powerpc/powerpc64/strtok.S: New file.
5264         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5266 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
5268         * bits/ioctl-types.h: Indent preprocessor directives correctly.
5270         * nptl/nptl-init.c: Include libc-internal.h.
5271         (__pthread_initialize_minimal_internal): Use ROUND_UP.
5273         * elf/ldconfig.c (search_dir): Expand comment.
5275 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
5277         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5278         variable.
5279         (linknamespace-symlist-stdlibs-tests): Likewise.
5280         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5281         instead of $(objpfx)symlist-stdlibs.
5282         (linknamespace-libs-isoc): New variable.
5283         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5284         (linknamespace-libs-ISO): New variable.
5285         (linknamespace-libs-ISO99): Likewise.
5286         (linknamespace-libs-ISO11): Likewise.
5287         (linknamespace-libs-XPG3): Likewise.
5288         (linknamespace-libs-XPG4): Likewise.
5289         (linknamespace-libs-POSIX): Likewise.
5290         (linknamespace-libs-UNIX98): Likewise.
5291         (linknamespace-libs-XOPEN2K): Likewise.
5292         (linknamespace-libs-POSIX2008): Likewise.
5293         (linknamespace-libs-XOPEN2K8): Likewise.
5294         ($(objpfx)symlist-stdlibs): Replace by
5295         $(linknamespace-symlist-stdlibs-tests).  Use
5296         $(linknamespace-libs-$*) as set of libraries.
5297         ($(linknamespace-header-tests)): Update dependencies.  Use
5298         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5299         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5300         * conform/linknamespace.pl: Remove comment about considering
5301         definitions of symbols from irrelevant libraries.
5303 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5305         [BZ #13862]
5306         * elf/dl-tls.c: Include <atomic.h>.
5307         (oom): Remove #ifdef SHARED/#endif.
5308         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5309         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5310         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5311         big enough.
5312         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5313         * nptl/Makefile (tests): Add tst-stack4.
5314         (modules-names): Add tst-stack4mod.
5315         ($(objpfx)tst-stack4): New.
5316         (tst-stack4mod.sos): Likewise.
5317         ($(objpfx)tst-stack4.out): Likewise.
5318         ($(tst-stack4mod.sos)): Likewise.
5319         (clean): Likewise.
5320         * nptl/tst-stack4.c: New file.
5321         * nptl/tst-stack4mod.c: Likewise.
5323 2014-11-27  J. Brown  <jb999@gmx.de>
5325         * sysdeps/x86/bits/string.h: Add recent CPUs.
5327 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5329         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5330         sigblock.
5332         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5333         feof.
5335         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5336         variable.
5338 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5340         * nscd/connections.c: Include libc-internal.h because of macro
5341         usage ignore_value.
5343 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5345         * string/bits/string3.h (__warn_memset_zero_len): Don't
5346         declare for gcc newer than 5.0.
5347         (memset): Don't test for zero-length __LEN for gcc newer than
5348         5.0.
5350 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5352         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5353         size_t for %zu format.
5355         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5356         difference, not %ju.
5358 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5360         * include/libc-internal.h (ignore_value): New macro.
5361         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5362         with ignore_value.
5364         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5365         definition.
5367         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5368         pthread_cleanup_push to void *.
5370         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5371         Undefine.
5373         [BZ #16619]
5374         [BZ #16740]
5375         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5376         instead of 1L << 52.
5378         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5379         * libio/bug-rewind2.c (do_test): Likewise.
5381         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5382         * debug/test-strcpy_chk-ifunc.c: Likewise.
5383         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5384         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5385         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5386         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5387         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5388         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5389         * Rules [$(multi-arch) = no] (tests): Do not filter out
5390         $(tests-ifunc).
5391         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5392         * debug/Makefile (tests-ifunc): Remove variable.
5393         (tests): Do not add $(tests-ifunc).
5394         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5395         (tests): Do not add $(tests-ifunc).
5396         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5397         [TEST_IFUNC]: Remove conditionals.
5398         * string/test-string.h (TEST_IFUNC): Remove macro.
5399         [TEST_IFUNC]: Remove conditionals.
5401         * string/test-strchr.c [!WIDE] (L): New macro.
5402         [WIDE] (L): Likewise.
5403         (check1): Use CHAR instead of char.  Use L on string and character
5404         constants.
5406 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5408         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5409         tests.
5410         * sysdeps/powerpc/bits/atomic.h
5411         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5412         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5413         (atomic_exchange_and_add_acq): Likewise.
5414         (atomic_exchange_and_add_rel): Likewise.
5415         * sysdeps/powerpc/powerpc32/bits/atomic.h
5416         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5417         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5418         * sysdeps/powerpc/powerpc64/bits/atomic.h
5419         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5420         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5422 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5424         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5425         Change synchronization of __sched_fifo_min_prio and
5426         __sched_fifo_max_prio.
5427         * nptl/pthread_mutexattr_getprioceiling.c
5428         (pthread_mutexattr_getprioceiling): Likewise.
5429         * nptl/pthread_mutexattr_setprioceiling.c
5430         (pthread_mutexattr_setprioceiling): Likewise.
5431         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5432         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5433         Likewise.
5435 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5437         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5438         void.
5440 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5442         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5443         third argument const.
5445 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5447         fnmatch: work around GCC compiler warning bug with uninit var
5448         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5449         This works around a bug with x86-64 GCC 4.9.2 and earlier
5450         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5451         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5452         used uninitialized in this function [-Wmaybe-uninitialized]".
5454 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5456         * posix/bug-regex31.c (main): Return RES not 0.
5458 2014-11-25  Anton Blanchard <anton@samba.org>
5460         * sysdeps/powerpc/bits/atomic.h
5461         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5463 2014-11-24  Sterling Augustine  <saugustine@google.com>
5465         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5467 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5469         [BZ #17608]
5470         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5472 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5474         [BZ #17633]
5475         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5476         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5477         variable.
5478         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5479         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5481 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5483         * string/strncpy.c (strncpy): Improve performance by using memset.
5485 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5487         * string/strcpy.c (strcpy):
5488         Improve performance by using strlen and memcpy.
5490 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5492         * string/strcoll_l.c (get_next_seq): __always_inline.
5493         * string/strcoll_l.c (do_compare): __always_inline.
5495 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5497         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5498         defined.
5499         * include/mqueue.h: Likewise.
5500         * include/stdlib.h: Likewise.
5502         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5503         (get_null_defines): Adjust.
5504         * sunrpc/Makefile: Adjust comment.
5505         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5506         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5507         (CFLAGS-interp.c): Likewise.
5508         (CFLAGS-ldconfig.c): Likewise.
5509         (CPPFLAGS-.os): Likewise.
5510         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5511         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5512         * extra-modules.mk (extra-modules.mk): Likewise.
5513         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5514         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5515         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5516         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5517         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5518         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5519         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5520         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5521         * iconvdata/Makefile (CPPFLAGS): Likewise.
5522         (cpp-srcs-left): Add libof for all iconvdata routines.
5523         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5524         * include/assert.h: Likewise.
5525         * include/ctype.h: Likewise.
5526         * include/errno.h: Likewise.
5527         * include/libc-symbols.h: Likewise.
5528         * include/math.h: Likewise.
5529         * include/netdb.h: Likewise.
5530         * include/resolv.h: Likewise.
5531         * include/stdio.h: Likewise.
5532         * include/stdlib.h: Likewise.
5533         * include/string.h: Likewise.
5534         * include/sys/stat.h: Likewise.
5535         * include/wctype.h: Likewise.
5536         * intl/l10nflist.c: Likewise.
5537         * libidn/idn-stub.c: Likewise.
5538         * libio/libioP.h: Likewise.
5539         * nptl/libc_multiple_threads.c: Likewise.
5540         * nptl/pthreadP.h: Likewise.
5541         * posix/regex_internal.h: Likewise.
5542         * resolv/res_hconf.c: Likewise.
5543         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5544         * sysdeps/arm/memmove.S: Likewise.
5545         * sysdeps/arm/sysdep.h: Likewise.
5546         * sysdeps/generic/_itoa.h: Likewise.
5547         * sysdeps/generic/symbol-hacks.h: Likewise.
5548         * sysdeps/gnu/errlist.awk: Likewise.
5549         * sysdeps/gnu/errlist.c: Likewise.
5550         * sysdeps/i386/i586/memcpy.S: Likewise.
5551         * sysdeps/i386/i586/memset.S: Likewise.
5552         * sysdeps/i386/i686/memcpy.S: Likewise.
5553         * sysdeps/i386/i686/memmove.S: Likewise.
5554         * sysdeps/i386/i686/mempcpy.S: Likewise.
5555         * sysdeps/i386/i686/memset.S: Likewise.
5556         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5557         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5558         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5559         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5560         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5561         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5562         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5563         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5564         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5565         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5566         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5567         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5568         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5569         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5570         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5571         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5572         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5573         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5574         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5575         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5576         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5577         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5578         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5579         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5580         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5581         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5582         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5583         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5584         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5585         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5586         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5587         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5588         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5589         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5590         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5591         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5592         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5593         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5594         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5595         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5596         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5597         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5598         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5599         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5600         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5601         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5602         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5603         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5604         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5605         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5606         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5607         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5608         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5609         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5610         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5611         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5612         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5613         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5614         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5615         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5616         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5617         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5618         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5619         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5620         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5621         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5622         * sysdeps/posix/closedir.c: Likewise.
5623         * sysdeps/posix/opendir.c: Likewise.
5624         * sysdeps/posix/readdir.c: Likewise.
5625         * sysdeps/posix/rewinddir.c: Likewise.
5626         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5627         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5628         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5629         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5630         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5631         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5632         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5633         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5634         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5635         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5636         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5637         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5638         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5639         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5640         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5641         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5642         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5643         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5644         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5645         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5646         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5647         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5648         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5649         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5650         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5651         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5652         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5653         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5654         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5655         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5656         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5657         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5658         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5659         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5660         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5661         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5662         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5663         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5664         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5665         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5666         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5667         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5668         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5669         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5670         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5671         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5672         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5673         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5674         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5675         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5676         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5677         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5678         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5679         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5680         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5681         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5682         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5683         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5684         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5685         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5686         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5687         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5688         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5689         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5690         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5691         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5692         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5693         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5694         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5695         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5696         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5697         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5698         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5699         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5700         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5701         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5702         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5703         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5704         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5705         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5706         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5707         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5708         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5709         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5710         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5711         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5712         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5713         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5714         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5715         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5716         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5717         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5718         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5719         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5720         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5721         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5722         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5723         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5724         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5725         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5726         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5727         * sysdeps/unix/alpha/sysdep.S: Likewise.
5728         * sysdeps/unix/alpha/sysdep.h: Likewise.
5729         * sysdeps/unix/make-syscalls.sh: Likewise.
5730         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5731         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5732         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5733         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5734         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5735         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5736         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5737         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5738         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5739         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5740         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5741         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5742         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5743         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5744         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5745         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5746         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5747         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5748         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5749         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5750         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5751         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5752         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5753         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5754         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5755         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5756         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5759         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5760         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5761         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5762         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5763         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5764         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5765         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5766         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5767         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5768         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5769         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5770         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5771         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5772         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5773         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5774         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5775         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5776         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5777         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5778         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5779         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5780         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5781         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5782         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5783         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5784         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5785         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5786         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5787         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5788         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5789         * sysdeps/x86_64/memcpy.S: Likewise.
5790         * sysdeps/x86_64/memmove.c: Likewise.
5791         * sysdeps/x86_64/memset.S: Likewise.
5792         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5793         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5794         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5795         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5796         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5797         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5798         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5799         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5800         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5801         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5802         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5803         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5804         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5805         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5806         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5807         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5808         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5809         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5810         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5811         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5812         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5813         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5814         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5815         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5816         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5817         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5818         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5819         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5820         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5821         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5822         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5823         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5824         * sysdeps/x86_64/strcmp.S: Likewise.
5826         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5828         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5829         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5830         * elf/rtld-Rules: Likewise.
5831         * elf/setup-vdso.h: Likewise.
5832         * include/assert.h: Likewise.
5833         * include/bits/stdlib-float.h: Likewise.
5834         * include/errno.h: Likewise.
5835         * include/sys/stat.h: Likewise.
5836         * include/unistd.h: Likewise.
5837         * sysdeps/aarch64/setjmp.S: Likewise.
5838         * sysdeps/alpha/setjmp.S: Likewise.
5839         * sysdeps/arm/__longjmp.S: Likewise.
5840         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5841         * sysdeps/arm/setjmp.S: Likewise.
5842         * sysdeps/arm/sysdep.h: Likewise.
5843         * sysdeps/generic/_itoa.h: Likewise.
5844         * sysdeps/generic/dl-sysdep.h: Likewise.
5845         * sysdeps/generic/ldsodefs.h: Likewise.
5846         * sysdeps/i386/dl-tls.h: Likewise.
5847         * sysdeps/i386/setjmp.S: Likewise.
5848         * sysdeps/m68k/setjmp.c: Likewise.
5849         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5850         * sysdeps/mach/hurd/opendir.c: Likewise.
5851         * sysdeps/posix/getcwd.c: Likewise.
5852         * sysdeps/posix/opendir.c: Likewise.
5853         * sysdeps/posix/profil.c: Likewise.
5854         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5855         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5856         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5857         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5858         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5859         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5860         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5861         * sysdeps/s390/dl-tls.h: Likewise.
5862         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5863         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5864         * sysdeps/sh/sh3/setjmp.S: Likewise.
5865         * sysdeps/sh/sh4/setjmp.S: Likewise.
5866         * sysdeps/unix/alpha/sysdep.h: Likewise.
5867         * sysdeps/unix/arm/sysdep.S: Likewise.
5868         * sysdeps/unix/i386/sysdep.S: Likewise.
5869         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5870         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5871         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5872         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5873         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5874         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5875         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5876         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5877         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5878         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5879         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5880         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5881         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5884         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5885         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5886         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5887         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5888         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5889         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5890         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5891         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5892         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5893         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5894         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5895         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5896         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5897         * sysdeps/x86_64/setjmp.S: Likewise.
5899         * include/math.h: Use IS_IN instead of IS_IN_libm.
5900         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5901         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5902         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5903         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5904         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5905         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5906         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5907         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5908         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5909         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5910         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5911         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5912         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5913         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5914         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5915         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5916         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5917         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5918         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5919         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5920         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5921         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5922         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5923         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5924         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5925         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5926         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5927         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5928         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5929         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5930         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5931         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5932         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5934         Likewise.
5935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5936         Likewise.
5937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5938         Likewise.
5939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5940         Likewise.
5941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5942         Likewise.
5943         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5944         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5945         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5946         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5947         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5948         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5954         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5955         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5956         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5957         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5958         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5959         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5960         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5961         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5962         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5963         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5964         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5965         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5966         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5967         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5968         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5969         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5971         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5972         * nptl/pthreadP.h: Likewise.
5973         * nptl_db/structs.def: Likewise.
5974         * sysdeps/arm/sysdep.h: Likewise.
5975         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5976         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5977         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5978         * sysdeps/unix/alpha/sysdep.h: Likewise.
5979         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5980         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5981         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5982         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5983         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5984         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5985         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5986         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5987         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5988         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5989         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5990         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5991         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5992         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5995         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5996         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5997         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5998         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5999         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6000         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6001         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6002         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6003         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
6004         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6006         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
6007         * nptl/pthreadP.h: Likewise.
6008         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6009         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6010         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6011         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6012         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6013         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6014         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6015         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6016         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6017         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6018         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6019         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6021         Likewise.
6022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6023         Likewise.
6024         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6025         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6026         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6027         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6028         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6029         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6030         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6031         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6033         * dlfcn/dladdr.c: Use IS_IN.
6034         * dlfcn/dladdr1.c: Likewise.
6035         * dlfcn/dlclose.c: Likewise.
6036         * dlfcn/dlerror.c: Likewise.
6037         * dlfcn/dlinfo.c: Likewise.
6038         * dlfcn/dlmopen.c: Likewise.
6039         * dlfcn/dlopen.c: Likewise.
6040         * dlfcn/dlsym.c: Likewise.
6041         * dlfcn/dlvsym.c: Likewise.
6043         * include/ifaddrs.h: Use IS_IN.
6044         * inet/check_pf.c: Likewise.
6045         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6046         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
6048         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
6049         IS_IN_ldconfig.
6050         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
6051         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
6053         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
6054         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
6055         IS_IN (libc).
6057         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
6059         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
6060         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6061         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6062         * include/libc-symbols.h (IS_IN_LIB): New macro.
6063         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
6064         * include/netdb.h: Likewise.
6065         * include/stap-probe.h: Remove all uses of IN_LIB.
6067         * Makeconfig (module-cppflags-real): Define MODULE_NAME
6068         instead of IN_MODULE.
6069         * include/libc-symbols.h (IN_MODULE): Define using
6070         MODULE_NAME.
6071         (PASTE_NAME, PASTE_NAME1): New macros.
6072         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
6073         of IN_LIB.
6074         (STAP_PROBE_ASM): Likewise.
6076 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6078         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
6079         __mach_init in dlopened libc.
6081 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
6083         * sysdeps/arm/preconfigure.ac: Delete EABI check.
6084         * sysdeps/arm/preconfigure: Regenerate.
6086 2014-11-21  Roland McGrath  <roland@hack.frob.com>
6088         * nptl/pthread_create.c (__pthread_create_2_1): Set
6089         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
6090         when copying values from IATTR into PD.
6092 2014-11-21  Will Newton  <will.newton@linaro.org>
6093             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
6095         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
6096         Refactor inline-asm.  Also add comment.
6098         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6099         ElfW macro instead of hardcoded Elf64 types.
6100         (la_aarch64_gnu_pltenter): Likewise.
6101         * sysdeps/aarch64/dl-machine.h
6102         (elf_machine_runtime_setup): Use ElfW(Addr).
6104         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6105         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6106         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6107         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6108         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6109         (R_AARCH64_TLS_DTPMOD64): Rename to ..
6110         (R_AARCH64_TLS_DTPMOD): This.
6111         (R_AARCH64_TLS_DTPREL64): Rename to ...
6112         (R_AARCH64_TLS_DTPREL): This.
6113         (R_AARCH64_TLS_TPREL64): Rename to ...
6114         (R_AARCH64_TLS_TPREL): This.
6115         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6116         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6117         R_AARCH64_TLS_TPREL64.
6118         (elf_machine_rela): Likewise.
6120 2014-11-21  Torvald Riegel  <triegel@redhat.com>
6122         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6123         by setting it to 0.  64b atomics are not supported currently.
6125 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6127         [BZ #16469]
6128         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6129         search domain names.
6131 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6133         [BZ #16469]
6134         * NEWS: Update.
6135         * resolv/res_query.c (__libc_res_nquerydomain): Retain
6136         trailing dot.
6137         * posix/tst-getaddrinfo5.c: New.
6138         * posix/Makefile (tests): Add it.
6140 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6142         [BZ #14498]
6143         * NEWS: Fixed.
6144         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6145         after parsing line but before break_if_match.
6146         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6147         if there is a protocol mismatch.
6149 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6151         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6152         because the potential race is on the user-supplied stream.
6154 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6156         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6157         string literal if not passed a buffer.
6158         * manual/job.texi (ctermid): Update reasoning, note deviation
6159         from posix, suggest mtasurace when not passed a buffer, for
6160         future non-preliminary safety notes.
6162 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6164         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6165         of not passing it a buffer.
6166         Reported by Peng Haitao.
6168 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6170         * manual/Makefile ($(objpfx)stamp-summary): Require
6171         check-safety.sh to pass.
6172         * manual/check-safety.sh: Wish for verification that every
6173         @deftypefn and @deftypefun is followed by a @safety remark.
6175 2014-11-20  Roland McGrath  <roland@hack.frob.com>
6177         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6179         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6180         PTHREAD_CANCEL_ASYNCHRONOUS.
6181         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
6182         send SIGCANCEL.
6184         * nptl/default-sched.h: New file.
6185         * sysdeps/unix/sysv/linux/default-sched.h: New file.
6186         * nptl/pthread_create.c: Include it.
6187         (__pthread_create_2_1): Use collect_default_sched instead of making
6188         Linux syscalls here directly.
6190 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6192         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
6193         __pthread_once): Use C11 atomics.
6195 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6197         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
6199 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6201         * include/atomic.h (__atomic_link_error, __atomic_check_size,
6202         atomic_thread_fence_acquire, atomic_thread_fence_release,
6203         atomic_thread_fence_seq_cst, atomic_load_relaxed,
6204         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
6205         atomic_compare_exchange_weak_relaxed,
6206         atomic_compare_exchange_weak_acquire,
6207         atomic_compare_exchange_weak_release,
6208         atomic_exchange_acquire, atomic_exchange_release,
6209         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
6210         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
6211         atomic_fetch_and_acquire,
6212         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
6214 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6216         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
6217         USE_ATOMIC_COMPILER_BUILTINS): Define.
6218         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
6219         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6220         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
6221         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6222         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
6223         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6224         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
6225         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6226         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
6227         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6228         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
6229         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6230         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
6231         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6232         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
6233         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6234         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6235         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6236         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6237         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6238         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
6239         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6240         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6241         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6242         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
6243         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6244         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6245         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6246         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
6247         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6248         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
6249         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6250         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
6251         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6252         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6253         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6254         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6255         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6256         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6257         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6259 2014-11-19  Roland McGrath  <roland@hack.frob.com>
6261         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6262         the sched_priority value here.  It was already checked when the user
6263         called pthread_attr_setschedparam.
6265         * nptl/tst-bad-schedattr.c: New file.
6266         * nptl/Makefile (tests): Add it.
6268 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
6269             Florian Weimer  <fweimer@redhat.com>
6270             Joseph Myers  <joseph@codesourcery.com>
6271             Adam Conrad  <adconrad@0c3.net>
6272             Andreas Schwab  <schwab@suse.de>
6273             Brooks  <bmoses@google.com>
6275         [BZ #17625]
6276         * wordexp-test.c (__dso_handle): Add prototype.
6277         (__register_atfork): Likewise.
6278         (__app_register_atfork): New function.
6279         (registered_forks): New global.
6280         (register_fork): New function.
6281         (test_case): Add 3 new tests for WRDE_CMDSUB.
6282         (main): Call __app_register_atfork.
6283         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6284         fork count is non-zero fail the test.
6285         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6286         is set.
6287         (parse_dollars): Remove check for WRDE_NOCMD.
6288         (parse_dquote): Likewise.
6290 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6292         * Makeconfig (built-modules): List non-library modules to be
6293         built.
6294         (module-cppflags): Include libc-modules.h for
6295         everything except shlib-versions.v.i.
6296         (CPPFLAGS): Use it.
6297         (before-compile): Add libc-modules.h.
6298         ($(common-objpfx)libc-modules.h,
6299         $(common-objpfx)libc-modules.stmp): New targets.
6300         (common-generated): Add libc-modules.h and libc-modules.stmp.
6301         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6302         * include/libc-symbols.h: Don't include libc-modules.h.
6303         * include/libc-modules.h: Remove file.
6304         * scripts/gen-libc-modules.awk: New script to generate
6305         libc-modules.h.
6306         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6307         Depend on libc-modules.stmp.
6309         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6311         * Makeconfig (in-module): Get value of libof set for the
6312         translation unit.
6313         (CPPFLAGS): Use $(in-module).
6314         * Makerules: Don't suffix routine names for nonlib.
6315         * include/libc-modules.h: New file.
6316         * include/libc-symbols.h: Include libc-modules.h
6317         (IS_IN): New macro to replace IS_IN_* macros.
6318         * elf/Makefile: Set libof-* for each routine.
6319         * elf/rtld-Rules: Likewise.
6320         * extra-modules.mk: Likewise.
6321         * iconv/Makefile: Likewise.
6322         * iconvdata/Makefile: Likewise.
6323         * locale/Makefile: Likewise.
6324         * malloc/Makefile: Likewise.
6325         * nss/Makefile: Likewise.
6326         * sysdeps/gnu/Makefile: Likewise.
6327         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6328         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6329         * sysdeps/s390/s390-64/Makefile: Likewise.
6330         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6331         CPPFLAGS for nscd instead of nonlib.
6333 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6335         * nptl/createthread.c: New file.
6337         * nptl/createthread.c: Moved ...
6338         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6340         * nptl/createthread.c: Add proper top-line comment.
6341         (do_clone): Folded into ...
6342         (create_thread): ... here.  Take new arguments STOPPED_START and
6343         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6344         increment __nptl_threads, do event-reporting logic, do
6345         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6346         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6347         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6348         just send SIGCANCEL.
6349         * nptl/pthread_create.c: Forward-declare create_thread before
6350         including createthread.c.
6351         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6352         declaration, and new macro START_THREAD_SELF to replace argument.
6353         Remove return statement.
6354         (report_thread_creation): New function.
6355         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6356         synchronization logic, and __nptl_nthreads increment here, around
6357         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6358         PD->parent_cancelhandling here, before create_thread.  When
6359         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6360         __deallocate_stack, and ENOMEM translation here.
6362 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6364         [BZ #17616]
6365         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6366         (mptwo): Rename to __mptwo.
6367         (__inv): Use __mptwo instead of mptwo.
6368         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6369         (mptwo): Rename to __mptwo.
6370         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6371         of mpone and __mptwo instead of mptwo.
6372         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6373         instead of mpone.
6374         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6375         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6376         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6377         of mpone and __mptwo instead of mptwo.
6378         (__mpranred): Use __mpone instead of mpone.
6379         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6380         variable.
6381         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6382         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6383         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6384         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6385         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6386         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6387         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6388         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6389         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6390         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6391         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6392         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6393         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6394         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6395         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6396         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6397         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6398         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6399         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6401 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6403         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6404         replace BSD Handler xref with BSD Signal Handling.
6406 2014-11-17  Richard Henderson  <rth@redhat.com>
6408         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6409         (_FP_PACK_RAW_2): Remove.
6410         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6411         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6412         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6413         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6414         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6415         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6416         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6417         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6418         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6419         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6420         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6421         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6422         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6423         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6424         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6425         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6427 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6429         * signal/signal.h [__USE_MISC]
6430         (struct sigvec): Remove type.
6431         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6432         (sigvec): Remove declaration.
6433         * sysdeps/posix/sigvec.c: Moved ...
6434         * signal/sigvec.c: ... here, replacing old file.
6435         (struct sigvec): New type, copied from old signal.h definition.
6436         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6437         (__sigvec): Convert definition to prototype.
6438         (sigvec): Replace weak_alias with compat_symbol.
6439         * signal/Versions (libc: GLIBC_2.21): New version set.
6440         * include/signal.h: Remove __sigvec declaration.
6441         * sysdeps/unix/bsd/sigvec.c: Remove file.
6442         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6443         * manual/signal.texi (BSD Handler): Remove subsection.
6444         Move siginterrupt up to ...
6445         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6446         (Blocking in BSD): Fold subsection into its parent.
6447         * NEWS: Mention sigvec removal.
6449 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6451         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6452         (DLA_FMS): Make definition conditional only on [__FMA4__].
6453         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6454         definition.
6456         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6457         Make definition conditional only on [PROF].
6458         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6459         definition.
6460         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6461         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6463         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6464         !__GNUC__].
6465         * include/signal.h (__sigpause): Move declaration above call to
6466         libc_hidden_proto.
6467         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6468         variable.
6469         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6470         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6472 2014-11-14  David S. Miller  <davem@davemloft.net>
6474         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6475         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6477 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6479         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6480         * configure: Regenerated.
6481         * manual/install.texi (Tools for Compilation): Document a
6482         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6483         compiler verified to work.
6484         * INSTALL: Regenerated.
6486         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6487         redeclare with asm name.
6488         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6489         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6490         including <string.h>.
6491         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6492         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6493         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6494         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6495         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6496         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6497         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6499 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6501         * stdlib/strtol.c (__strtol): Use prototype definition.
6503         [BZ #17594]
6504         * stdlib/strtol.c (SYM__): New macro.
6505         (SYM__1): Likewise.
6506         (__strtol): Likewise.
6507         (strtol): Rename to __strtol and define as weak alias of
6508         __strtol.  Use libc_hidden_weak.
6510 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6512         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6513         Use numbered labels in inline assembly.
6515 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6517         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6518         Add setjmp LIBC_PROBE.
6519         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6520         Likewise.
6521         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6522         Add longjmp, longjmp_target LIBC_PROBE.
6523         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6524         Likewise.
6526 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6528         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6529         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6530         to get rid of unused variable warning.
6532 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6534         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6535         Check for unwind_backtrace ==  NULL only in SHARED case.
6536         (__backchain_backtrace): Compile only in SHARED case.
6537         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6538         Likewise.
6539         (__backchain_backtrace): Declare as static.
6541 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6543         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6544         (__libc_multiple_threads_ptr): Variable moved ...
6545         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6547 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6549         * conform/GlibcConform.pm: New file.
6550         * conform/conformtest.pl: Use GlibcConform module.
6551         * conform/linknamespace.pl: New file.
6552         * conform/list-header-symbols.pl: Likewise.
6553         * conform/Makefile (linknamespace-symlists-base): New variable.
6554         (linknamespace-symlists-tests): Likewise.
6555         (linknamespace-header-base): Likewise.
6556         (linknamespace-header-tests): Likewise.
6557         (tests-special): Add new tests.
6558         ($(linknamespace-symlists-tests)): New rule.
6559         (linknamespace-libs): New variable.
6560         ($(objpfx)symlist-stdlibs): New rule.
6561         ($(linknamespace-header-tests)): Likewise.
6562         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6563         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6564         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6565         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6566         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6567         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6568         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6569         (test-xfail-ISO/math.h/linknamespace): Likewise.
6570         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6571         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6572         (test-xfail-ISO/time.h/linknamespace): Likewise.
6573         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6574         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6575         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6576         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6577         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6578         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6579         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6580         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6581         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6582         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6583         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6584         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6585         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6586         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6587         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6588         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6589         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6590         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6591         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6592         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6593         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6594         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6595         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6596         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6597         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6598         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6599         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6600         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6601         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6602         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6603         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6604         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6605         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6606         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6607         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6608         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6609         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6610         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6611         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6612         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6613         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6614         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6615         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6616         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6617         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6618         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6619         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6620         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6621         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6622         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6623         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6624         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6625         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6626         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6627         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6628         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6629         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6630         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6631         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6632         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6633         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6634         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6635         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6636         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6637         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6638         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6639         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6640         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6641         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6642         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6643         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6644         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6645         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6646         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6647         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6648         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6649         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6650         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6651         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6652         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6653         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6654         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6655         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6656         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6657         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6658         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6659         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6660         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6661         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6662         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6663         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6664         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6665         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6666         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6667         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6668         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6669         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6670         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6671         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6672         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6673         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6674         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6675         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6676         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6677         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6678         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6679         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6680         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6681         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6682         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6683         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6684         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6685         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6686         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6687         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6688         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6689         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6690         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6691         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6692         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6693         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6694         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6695         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6696         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6697         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6698         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6699         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6700         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6701         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6702         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6703         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6704         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6705         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6706         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6707         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6708         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6709         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6710         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6711         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6712         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6713         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6714         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6715         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6716         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6717         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6718         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6719         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6720         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6721         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6722         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6724         [BZ #17589]
6725         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6726         of fgets_unlocked.
6728         [BZ #17585]
6729         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6730         (memmem): Rename to __memmem and define as weak alias of
6731         __memmem.  Use libc_hidden_weak.
6732         (__memmem): Use libc_hidden_def.
6733         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6734         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6735         memmem.
6737         [BZ #17582]
6738         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6739         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6740         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6741         and define as weak alias of __fgets_unlocked.  Use
6742         libc_hidden_weak.
6743         (__fgets_unlocked): Use libc_hidden_def.
6744         * include/stdio.h (__fgets_unlocked): Declare.  Use
6745         libc_hidden_proto.
6746         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6747         __fgets_unlocked instead of fgets_unlocked.
6748         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6749         (GET_NPROCS_CONF_PARSER): Likewise.
6750         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6751         (GET_NPROCS_CONF_PARSER): Likewise.
6753         [BZ #17574]
6754         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6755         weak alias of __wmemset.  Use libc_hidden_weak.
6756         (__wmemset): Use libc_hidden_def.
6757         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6758         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6759         of wmemset.
6761         [BZ #17573]
6762         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6763         with asm name __mempcpy.
6764         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6766         [BZ #17572]
6767         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6768         and define as weak alias of __rawmemchr.
6769         (__rawmemchr): Do not define as strong alias of rawmemchr.
6771         [BZ #17571]
6772         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6773         alias of __qsort_r.
6774         (qsort): Call __qsort_r instead of qsort_r.
6775         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6776         (__qsort_r): Declare.  Call libc_hidden_proto.
6777         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6778         instead of qsort_r.
6779         * nscd/gai.c (__qsort_r): Define to qsort_r.
6780         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6781         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6782         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6784         [BZ #17570]
6785         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6786         define as weak alias of __malloc_info.
6788         [BZ #17584]
6789         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6790         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6791         (__rewinddir): Use libc_hidden_def.
6792         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6793         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6794         (__rewinddir): Use libc_hidden_def.
6795         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6796         weak alias of __rewinddir.  Don't use libc_hidden_def.
6797         (__rewinddir): Use libc_hidden_def.
6798         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6799         (__rewinddir): Use libc_hidden_proto.
6800         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6801         rewinddir.
6802         (__getcwd): Use __rewinddir instead of rewinddir.
6804         [BZ #17583]
6805         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6806         alias of __fileno.  Use libc_hidden_weak.
6807         (__fileno): Use libc_hidden_def.
6808         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6809         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6810         alias of __ftello.
6811         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6812         __ftello.
6813         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6814         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6815         libc_hidden_def.
6816         (fread_unlocked): Don't use libc_hidden_ver.
6817         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6818         and define as weak alias of __fread_unlocked.  Don't use
6819         libc_hidden_def.
6820         (__fread_unlocked): Use libc_hidden_def.
6821         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6822         (ftello): Don't use libc_hidden_proto.
6823         (__ftello): Declare.  Use libc_hidden_proto.
6824         (fread_unlocked): Don't use libc_hidden_proto.
6825         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6826         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6827         and __ftello instead of fileno, fread_unlocked and ftello.
6829 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6831         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6832         GOT12.
6833         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6834         Likewise.
6835         (_dl_start_user): Likewise.
6836         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6838 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6839             Siddhesh Poyarekar  <siddhesh@redhat.com>
6841         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6842         Move argv and envp down instead of moving argc up.
6843         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6845 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6847         [BZ #17506]
6848         * test-skeleton.c (main): Return successful if one of
6849         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6850         * string/tst-strcoll-overflow.c: Define expected status.
6852 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6854         [BZ #17475]
6855         * locale/iso-639.def: Define Bhili and Tulu language codes.
6857 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6859         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6861 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6863         [BZ #17555]
6864         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6866 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6868         * configure.ac: Updated check of minimal required version to
6869         2.22.
6870         * manual/install.texi (Tools for Compilation): Updated version
6871         number.
6872         * configure: Regenerated.
6873         * INSTALL: Likewise.
6875 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6877         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6878         __tls_get_addr.
6880 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6882         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6883         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6884         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6885         libc_hidden_weak.
6886         (waitpid): Define as alias of __waitpid.
6887         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6888         __waitpid.
6889         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6890         libc_hidden_weak.
6891         (waitpid): Define as alias of __waitpid.
6892         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6893         __libc_waitpid alias.
6894         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6895         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6896         Likewise.
6897         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6898         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6899         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6900         alias.
6901         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6902         __waitpid.
6903         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6904         libc_hidden_weak.
6905         (waitpid): Define as alias of __waitpid.
6907 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6909         * manual/llio.texi: Add comment that write safety has been
6910         fixed in Linux.
6912         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6913         (localplt-build-dso): Add elf/ld.so.
6914         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6915         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6916         and free for ld.so.
6917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6918         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6920         Likewise.
6921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6922         Likewise.
6923         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6924         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6925         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6926         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6927         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6928         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6929         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6930         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6931         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6932         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6933         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6935 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6937         [BZ #14132]
6938         * include/libc-symbols.h (INTUSE): Remove macro.
6939         (INTDEF): Likewise.
6940         (INTVARDEF): Likewise.
6941         (_INTVARDEF): Likewise.
6942         (INTDEF2): Likewise.
6943         (INTVARDEF2): Likewise.
6944         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6945         rtld_hidden_def instead of INTVARDEF.
6946         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6947         (_dl_starting_up_internal): Remove declaration.
6948         (_dl_starting_up): Use rtld_hidden_proto.
6949         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6950         declaration.
6951         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6952         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6953         _dl_starting_up.
6954         * elf/dl-writev.h (_dl_writev): Likewise.
6955         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6956         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6957         _dl_starting_up_internal.
6959 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6961         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6962         test-skeleton.c.
6964 2014-11-05  Will Newton  <will.newton@linaro.org>
6966         * benchtests/Makefile: (bench-malloc): Add malloc thread
6967         scalability benchmark.
6968         * benchtests/bench-malloc-threads.c: New file.
6970 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6972         * sysdeps/aarch64/strchrnul.S: New file.
6974 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6976         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6977         definition.
6978         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6979         Likwise.
6980         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6981         Likewise.
6982         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6983         Likewise.
6984         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6985         Likewise.
6986         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6987         Likewise.
6989 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6991         * catgets/test-gencat.c: Use test-skeleton.c.
6992         * catgets/tst-catgets.c: Likewise.
6993         * csu/tst-empty.c: Likewise.
6994         * elf/tst-audit2.c: Likewise.
6995         * elf/tst-global1.c: Likewise.
6996         * elf/tst-pathopt.c: Likewise.
6997         * elf/tst-piemod1.c: Likewise.
6998         * elf/tst-tls10.c: Likewise.
6999         * elf/tst-tls11.c: Likewise.
7000         * elf/tst-tls12.c: Likewise.
7001         * gnulib/tst-gcc.c: Likewise.
7002         * iconvdata/tst-e2big.c: Likewise.
7003         * iconvdata/tst-loading.c: Likewise.
7004         * iconv/tst-iconv1.c: Likewise.
7005         * iconv/tst-iconv2.c: Likewise.
7006         * inet/test-inet6_opt.c: Likewise.
7007         * inet/tst-gethnm.c: Likewise.
7008         * inet/tst-network.c: Likewise.
7009         * inet/tst-ntoa.c: Likewise.
7010         * intl/tst-codeset.c: Likewise.
7011         * intl/tst-gettext2.c: Likewise.
7012         * intl/tst-gettext3.c: Likewise.
7013         * intl/tst-ngettext.c: Likewise.
7014         * intl/tst-translit.c: Likewise.
7015         * io/test-stat.c: Likewise.
7016         * libio/test-fmemopen.c: Likewise.
7017         * libio/tst-freopen.c: Likewise.
7018         * libio/tst-sscanf.c: Likewise.
7019         * libio/tst-ungetwc1.c: Likewise.
7020         * libio/tst-ungetwc2.c: Likewise.
7021         * libio/tst-widetext.c: Likewise.
7022         * localedata/tst-ctype.c: Likewise.
7023         * localedata/tst-digits.c: Likewise.
7024         * localedata/tst-leaks.c: Likewise.
7025         * localedata/tst-mbswcs1.c: Likewise.
7026         * localedata/tst-mbswcs2.c: Likewise.
7027         * localedata/tst-mbswcs3.c: Likewise.
7028         * localedata/tst-mbswcs4.c: Likewise.
7029         * localedata/tst-mbswcs5.c: Likewise.
7030         * localedata/tst-setlocale.c: Likewise.
7031         * localedata/tst-trans.c: Likewise.
7032         * localedata/tst-wctype.c: Likewise.
7033         * localedata/tst-xlocale1.c: Likewise.
7034         * login/tst-grantpt.c: Likewise.
7035         * malloc/tst-calloc.c: Likewise.
7036         * malloc/tst-malloc.c: Likewise.
7037         * malloc/tst-mallocstate.c: Likewise.
7038         * malloc/tst-mcheck.c: Likewise.
7039         * malloc/tst-mtrace.c: Likewise.
7040         * malloc/tst-obstack.c: Likewise.
7041         * math/atest-exp2.c: Likewise.
7042         * math/atest-exp.c: Likewise.
7043         * math/atest-sincos.c: Likewise.
7044         * math/test-matherr.c: Likewise.
7045         * math/test-misc.c: Likewise.
7046         * math/test-powl.c: Likewise.
7047         * math/tst-definitions.c: Likewise.
7048         * misc/tst-dirname.c: Likewise.
7049         * misc/tst-efgcvt.c: Likewise.
7050         * misc/tst-fdset.c: Likewise.
7051         * misc/tst-hsearch.c: Likewise.
7052         * misc/tst-mntent2.c: Likewise.
7053         * nptl/tst-sem7.c: Likewise.
7054         * nptl/tst-sem8.c: Likewise.
7055         * nptl/tst-sem9.c: Likewise.
7056         * nss/test-netdb.c: Likewise.
7057         * posix/tst-fnmatch.c: Likewise.
7058         * posix/tst-getlogin.c: Likewise.
7059         * posix/tst-gnuglob.c: Likewise.
7060         * posix/tst-mmap.c: Likewise.
7061         * pwd/tst-getpw.c: Likewise.
7062         * resolv/tst-inet_ntop.c: Likewise.
7063         * rt/tst-timer.c: Likewise.
7064         * stdio-common/test-fseek.c: Likewise.
7065         * stdio-common/test-popen.c: Likewise.
7066         * stdio-common/test-vfprintf.c: Likewise.
7067         * stdio-common/tst-cookie.c: Likewise.
7068         * stdio-common/tst-fileno.c: Likewise.
7069         * stdio-common/tst-gets.c: Likewise.
7070         * stdio-common/tst-obprintf.c: Likewise.
7071         * stdio-common/tst-perror.c: Likewise.
7072         * stdio-common/tst-sprintf2.c: Likewise.
7073         * stdio-common/tst-sprintf3.c: Likewise.
7074         * stdio-common/tst-sprintf.c: Likewise.
7075         * stdio-common/tst-swprintf.c: Likewise.
7076         * stdio-common/tst-tmpnam.c: Likewise.
7077         * stdio-common/tst-unbputc.c: Likewise.
7078         * stdio-common/tst-wc-printf.c: Likewise.
7079         * stdlib/tst-environ.c: Likewise.
7080         * stdlib/tst-fmtmsg.c: Likewise.
7081         * stdlib/tst-limits.c: Likewise.
7082         * stdlib/tst-rand48-2.c: Likewise.
7083         * stdlib/tst-rand48.c: Likewise.
7084         * stdlib/tst-random2.c: Likewise.
7085         * stdlib/tst-random.c: Likewise.
7086         * stdlib/tst-strtol.c: Likewise.
7087         * stdlib/tst-strtoll.c: Likewise.
7088         * stdlib/tst-tls-atexit.c: Likewise.
7089         * stdlib/tst-xpg-basename.c: Likewise.
7090         * string/test-ffs.c: Likewise.
7091         * string/tst-bswap.c: Likewise.
7092         * string/tst-inlcall.c: Likewise.
7093         * string/tst-strtok.c: Likewise.
7094         * string/tst-strxfrm.c: Likewise.
7095         * sysdeps/x86_64/tst-audit10.c: Likewise.
7096         * sysdeps/x86_64/tst-audit3.c: Likewise.
7097         * sysdeps/x86_64/tst-audit4.c: Likewise.
7098         * sysdeps/x86_64/tst-audit5.c: Likewise.
7099         * time/tst-ftime_l.c: Likewise.
7100         * time/tst-getdate.c: Likewise.
7101         * time/tst-mktime3.c: Likewise.
7102         * time/tst-mktime.c: Likewise.
7103         * time/tst-posixtz.c: Likewise.
7104         * time/tst-strptime2.c: Likewise.
7105         * time/tst-strptime3.c: Likewise.
7106         * wcsmbs/tst-btowc.c: Likewise.
7107         * wcsmbs/tst-mbrtowc.c: Likewise.
7108         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7109         * wcsmbs/tst-wchar-h.c: Likewise.
7110         * wcsmbs/tst-wcpncpy.c: Likewise.
7111         * wcsmbs/tst-wcrtomb.c: Likewise.
7112         * wcsmbs/tst-wcsnlen.c: Likewise.
7113         * wcsmbs/tst-wcstof.c: Likewise.
7115 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
7117         [BZ #14132]
7118         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7119         INTDEF.
7120         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7121         declaration.
7122         (_dl_mcount): Use rtld_hidden_proto.
7123         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7124         _dl_mcount.
7125         * elf/rtld.c (_rtld_global_ro): Likewise.
7127         [BZ #14132]
7128         * elf/dl-init.c (_dl_init): Don't use INTDEF.
7129         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7130         of _dl_init_internal.
7131         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7132         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7133         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7134         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7135         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7136         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7137         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7138         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7139         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7140         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7141         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7142         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7143         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7144         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7145         * sysdeps/tile/dl-start.S (_start): Likewise.
7146         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7147         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7149         [BZ #14132]
7150         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7151         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7152         (rtld_progname): Make macro definition unconditional.
7153         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7154         INTDEF.
7155         (dlmopen_doit): Do not use INTUSE with _dl_argv.
7156         (dl_main): Likewise.
7157         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7158         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7159         instead of _dl_argv_internal.
7160         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7161         __GI__dl_argv instead of INTUSE(_dl_argv).
7162         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7163         __GI__dl_argv instead of _dl_argv_internal.
7165         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7166         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7167         macro.
7168         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7169         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7170         New macro.
7171         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7172         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7173         macro.
7174         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7175         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7177 2014-11-04  Andreas Schwab  <schwab@suse.de>
7179         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
7181 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7183         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
7184         mtvsrd instruction in binary form.
7186 2014-11-03  Andreas Schwab  <schwab@suse.de>
7188         [BZ #17522]
7189         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
7190         for less than MB_LEN_MAX use a local buffer of that size.
7191         * libio/tst-fputws.c: New file.
7192         * libio/Makefile (tests): Add tst-fputws.
7194 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
7196         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
7197         the size of the fpu_fr.fpu_dregs[] array.
7199 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
7201         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
7202         (__nanosleep): Do not define as alias.
7203         (nanosleep): Define as alias of __nanosleep.
7204         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
7205         __libc_nanosleep name.
7207 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7209         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
7210         install.texi in comment.
7212 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7214         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
7215         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
7216         ... add here and use lwsync or sync ...
7217         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
7218         ... and add here using lwsync.
7220 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
7222         * elf/dl-machine-reject-phdr.h: New file.
7223         * elf/dl-load.c: #include that.
7224         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
7225         if that returned true.
7227 2014-10-31  Roland McGrath  <roland@hack.frob.com>
7229         [BZ #17496]
7230         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
7231         gen-as-const-headers chunk.  Add a big scare comment after the last
7232         safe place to touch before-compile.
7234 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7236         * manual/install.texi (Tools for Compilation): Update autoconf
7237         version requirements.
7238         * INSTALL: Regenerated.
7240         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
7241         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
7242         (__libc_pselect): Likewise.
7244         [BZ #14138]
7245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
7246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7250 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7252         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7253         correct barrier instruction.
7254         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7255         Likewise.
7256         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7257         Likewise.
7259 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7261         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7262         after defining inlines.  Instead, just use parens to defeat macro
7263         expansion of __isctype in its declaration.
7265 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7267         * include/sys/uio.h (__libc_readv): Remove declaration.
7268         (__libc_writev): Likewise.
7269         * misc/readv.c (__libc_readv): Rename to __readv.
7270         (__readv): Do not define as alias.
7271         (readv): Define as alias of __readv.
7272         * misc/writev.c (__libc_writev): Rename to __writev.
7273         (__writev): Do not define as alias.
7274         (writev): Define as alias of __writev.
7275         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7276         (__readv): Do not define as alias.
7277         (readv): Define unconditionally as alias of __readv.
7278         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7279         (__writev): Do not define as alias.
7280         (writev): Define unconditionally as alias of __writev.
7281         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7282         name.
7283         (writev): Do not define __libc_writev name.
7285 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7287         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7288         (convert_charseq): New function, broken out of ...
7289         (use_from_charmap): ... here.  Call it.
7290         (use_to_charmap): Use convert_charseq and free instead of duplicating
7291         its code with a variable-length stack struct.
7293 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7295         * include/fcntl.h (__libc_creat): Remove declaration.
7296         * io/creat.c (__libc_creat): Rename to creat.
7297         (creat): Do not define as alias.
7298         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7299         of creat instead of __libc_creat.
7300         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7301         to creat.
7302         (creat): Do not define as alias.
7303         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7304         __libc_creat.
7305         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7306         __libc_creat name.
7307         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7308         Likewise.
7310 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7312         * manual/llio.texi: Add comments discussing why write() may be
7313         considered MT-unsafe on Linux.
7315 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7317         * dl-load.c (local_strdup): Remove.
7318         (expand_dynamic_string_token): Use __strdup.
7319         (decompose_rpath): Likewise.
7320         (_dl_map_object): Likewise.
7322 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7324         [BZ #14132]
7325         * sysdeps/generic/unwind-dw2-fde.c
7326         (__register_frame_info_bases_internal): Do not declare.
7327         (__register_frame_info_table_bases_internal): Likewise.
7328         (__deregister_frame_info_bases_internal): Likewise.
7329         (__register_frame_info_bases): Declare and use hidden_proto before
7330         definition.  Use hidden_def instead of INTDEF.
7331         (__register_frame_info_table_bases): Likewise.
7332         (__deregister_frame_info_bases): Likewise.
7333         (__register_frame_info): Do not use INTUSE.
7334         (__register_frame): Likewise.
7335         (__register_frame_info_table): Likewise.
7336         (__register_frame_table): Likewise.
7337         (__deregister_frame_info): Likewise.
7338         (__deregister_frame): Likewise.
7340 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7342         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7343         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7344         not undefine.
7345         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7346         Likewise.
7347         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7348         Likewise.
7350 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7352         [BZ #14138]
7353         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7354         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7355         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7356         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7357         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7358         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7359         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7360         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7361         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7362         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7363         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7364         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7365         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7366         syscall.
7367         (setfsuid): Likewise.
7368         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7369         (setfsuid): Likewise.
7370         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7371         (setfsuid): Likewise.
7372         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7373         Likewise.
7374         (setfsuid): Likewise.
7375         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7376         (setfsuid): Likewise.
7377         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7378         Likewise.
7379         (setfsuid): Likewise.
7381 2014-10-27  Andreas Schwab  <schwab@suse.de>
7383         [BZ #17501]
7384         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7385         check for Slow_SSE4_2 feature bit.
7386         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7387         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7388         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7389         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7391 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7393         * configure.ac: Validate compiler version with a empirical test of
7394         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7395         $CC -v output.
7396         * configure: Regenerated.
7398         * inet/htons.c (htons): Prototypify.
7399         * inet/htonl.c (htonl): Likewise.
7401 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7403         * string/strncat.c (strncat): Improve performance by using strlen.
7405 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7407         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7409 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7411         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7412         Call libc_fetestexcept_aarch64.
7414 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7416         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7417         Call libc_feholdexcept_aarch64.
7419 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7421         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7422         Call get_rounding_mode.
7424 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7426         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7427         Simplify logic.
7429 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7431         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7432         Simplify logic.
7434 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7436         [BZ #14138]
7437         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7438         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7439         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7440         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7441         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7442         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7443         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7444         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7445         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7446         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7447         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7448         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7449         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7450         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7451         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7452         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7453         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7454         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7455         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7456         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7457         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7458         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7459         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7460         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7461         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7462         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7463         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7464         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7465         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7466         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7467         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7468         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7469         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7470         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7471         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7472         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7473         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7474         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7475         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7476         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7477         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7478         syscall.
7479         (geteuid): Likewise.
7480         (getgid): Likewise.
7481         (getuid): Likewise.
7482         (getresgid): Likewise.
7483         (getresuid): Likewise.
7484         (getgroups): Likewise.
7485         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7486         (geteuid): Likewise.
7487         (getgid): Likewise.
7488         (getuid): Likewise.
7489         (getresgid): Likewise.
7490         (getresuid): Likewise.
7491         (getgroups): Likewise.
7492         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7493         (geteuid): Likewise.
7494         (getgid): Likewise.
7495         (getuid): Likewise.
7496         (getresgid): Likewise.
7497         (getresuid): Likewise.
7498         (getgroups): Likewise.
7499         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7500         Likewise.
7501         (geteuid): Likewise.
7502         (getgid): Likewise.
7503         (getuid): Likewise.
7504         (getresgid): Likewise.
7505         (getresuid): Likewise.
7506         (getgroups): Likewise.
7507         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7508         (geteuid): Likewise.
7509         (getgid): Likewise.
7510         (getuid): Likewise.
7511         (getresgid): Likewise.
7512         (getresuid): Likewise.
7513         (getgroups): Likewise.
7514         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7515         Likewise.
7516         (geteuid): Likewise.
7517         (getgid): Likewise.
7518         (getuid): Likewise.
7519         (getgroups): Likewise.
7521         [BZ #14138]
7522         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7523         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7524         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7525         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7526         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7527         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7528         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7529         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7530         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7531         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7532         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7533         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7534         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7535         __chown.
7536         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7537         (lchown): Likewise.
7538         (fchown): Likewise.
7539         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7540         Likewise.
7541         (lchown): Likewise.
7542         (fchown): Likewise.
7543         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7544         (lchown): Likewise.
7545         (fchown): Likewise.
7546         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7547         Likewise.
7548         (lchown): Likewise.
7549         (fchown): Likewise.
7551 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7553         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7554         Simplify logic.
7556 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7558         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7559         Cleanup logic.
7561 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7563         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7564         Remove unused include.
7566 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7568         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7569         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7570         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7571         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7573 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7574             Helge Deller <deller@gmx.de>
7576         [BZ #17508]
7577         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7578         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7579         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7581 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7583         [BZ #14132]
7584         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7585         Remove macro definition.
7586         (__ashrdi3_v_glibc20): Likewise.
7587         (__lshrdi3_v_glibc20): Likewise.
7588         (__cmpdi2_v_glibc20): Likewise.
7589         (__ucmpdi2_v_glibc20): Likewise.
7590         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7591         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7592         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7593         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7594         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7595         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7597 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7599         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7600         old GNU extension [0] syntax.
7601         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7602         alloca rather than an array member with variable length.
7603         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7604         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7605         (parse_opt): ... here.  Likewise use alloca there.
7606         Validate the -i argument before checking for rootness.
7607         (send_shutdown): New function, broken out of ...
7608         (parse_opt): ... here.
7610 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7612         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7613         macro to get at the _rt_local_ro field.
7614         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7615         ([PIC] case) or _dl_hwcap ([!PIC] case).
7616         * sysdeps/arm/setjmp.S: Likewise.
7618         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7619         * sysdeps/arm/configure.ac: New check to define it.
7620         * sysdeps/arm/configure: Regenerated.
7621         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7622         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7623         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7624         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7625         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7626         Use move/movt pair instead of a load.
7627         (LDST_GLOBAL): Macro removed.
7628         (LDR_GLOBAL): New macro replaces it.
7629         (LDR_HIDDEN): New macro.
7630         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7631         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7633         * setjmp/tst-setjmp-static.c: New file.
7634         * setjmp/Makefile (tests): Add it.
7635         (tests-static): New variable.
7637 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7639         [BZ #17485]
7640         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7642 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7644         [BZ #14132]
7645         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7647 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7649         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7651 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7653         * io/fts.c (dirent_not_directory): New function.
7654         (fts_build): Call it.
7656 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7658         * nptl/version.c (__nptl_main): Use normal __write rather than
7659         INTERNAL_SYSCALL.
7660         (banner): Update copyright years.
7662         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7663         gettimeofday.
7664         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7665         * nptl/pthread_cond_timedwait.c: Likewise.
7666         * nptl/pthread_mutex_timedlock.c: Likewise.
7667         * nptl/sem_timedwait.c: Likewise.
7669         * sysdeps/nptl/bits/libc-lock.h
7670         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7671         (__libc_lock_init_recursive): Return void, not 0.
7672         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7673         (__libc_rwlock_init): Likewise.
7674         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7676 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7678         [BZ #15215]
7679         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7680         (__pthread_once_slow): ... here.
7681         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7682         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7684 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7686         [BZ #15215]
7687         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7688         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7689         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7690         * nptl/pthread_once.c (__pthread_once): Likewise.
7691         Update comments.
7693 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7695         [BZ #14138]
7696         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7697         name.
7698         (writev): Use __libc_writev as strong name.
7699         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7700         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7702 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7704         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7706         * sysdeps/i386/nptl/tls.h
7707         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7708         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7709         New macros.
7710         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7711         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7712         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7713         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7714         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7715         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7717         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7718         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7719         on [__NR_futex].
7720         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7721         broken out of ...
7722         (__pthread_mutex_init): ... here.  Call it.
7723         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7724         Conditionalize PI cases on [__NR_futex].
7725         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7726         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7727         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7729         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7730         conditional on [SIGSETXID].
7731         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7732         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7733         is defined.  Likewise for SIGSETXID.
7734         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7735         Conditionalize definitions on [SIGSETXID].
7736         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7737         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7738         unblocking on [SIGCANCEL].
7740         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7741         [__NR_set_robust_list].
7743 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7745         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7746         (do_compare): Likewise.
7748 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7750         [BZ #15884]
7751         * string/strcoll_l.c: Don't include stdio.h.
7752         (coll_seq): Remove members idxarr and rulearr.
7753         (get_next_seq_cached): Remove function.
7754         (get_next_seq): Likewise.
7755         (get_next_seq_nocache): Rename to get_next_seq.
7756         (do_compare): Remove function.
7757         (do_compare_nocache): Rename to do_compare.
7758         (STRCOLL): Remove weight and rules cache.
7760 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7762         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7763         * sysdeps/arm/sfp-machine.h: ... to here.
7764         * sysdeps/arm/Implies: Remove arm/soft-fp.
7766 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7768         * conform/data/sys/utsname.h-data (*_t): Allow.
7769         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7770         [POSIX] (WEXITED): Do not expect constant.
7771         [POSIX] (WSTOPPED): Likewise.
7772         [POSIX] (WNOHANG): Likewise.
7773         [POSIX] (WNOWAIT): Likewise.
7774         [POSIX] (siginfo_t): Do not expect type or elements.
7775         [POSIX] (pid_t): Do not expect type.
7776         [POSIX] (signal.h): Do not allow header.
7777         [POSIX] (sys/resource.h): Likewise.
7778         [POSIX] (si_*): Do not allow pattern.
7779         [POSIX] (W*): Likewise.
7780         [POSIX] (P_*): Likewise.
7781         [POSIX] (BUS_*): Likewise.
7782         [POSIX] (CLD_*): Likewise.
7783         [POSIX] (FPE_*): Likewise.
7784         [POSIX] (ILL_*): Likewise.
7785         [POSIX] (POLL_*): Likewise.
7786         [POSIX] (SEGV_*): Likewise.
7787         [POSIX] (SI_*): Likewise.
7788         [POSIX] (TRAP_*): Likewise.
7789         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7790         variable.
7792 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7794         [BZ #12926]
7795         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7796         infinite loop when __recvmsg returns 0.
7798 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7800         * CANCEL-FCT-WAIVE: Remove file.
7801         * CANCEL-FILE-WAIVE: Likewise.
7803         [BZ #14132]
7804         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7805         instead of INTVARDEF.
7806         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7807         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7808         rtld_hidden_data_def instead of INTVARDEF.
7809         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7810         * elf/dl-deps.c (expand_dst): Likewise.
7811         * elf/dl-load.c (_dl_dst_count): Likewise.
7812         (_dl_dst_substitute): Likewise.
7813         (decompose_rpath): Likewise.
7814         (_dl_init_paths): Likewise.
7815         (open_path): Likewise.
7816         (_dl_map_object): Likewise.
7817         * elf/rtld.c (dl_main): Likewise.
7818         (process_dl_audit): Likewise.
7819         (process_envvars): Likewise.
7820         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7821         Remove declaration.
7822         (__libc_enable_secure): Use rtld_hidden_proto.
7824 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7826         * elf/dl-load.c
7827         (add_path): New function broken out of _dl_rtld_di_serinfo.
7828         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7830 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7832         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7833         parentheses around macro arguments.
7834         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7835         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7836         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7837         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7838         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7839         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7840         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7841         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7842         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7843         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7844         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7845         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7846         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7847         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7848         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7849         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7850         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7851         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7852         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7853         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7854         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7855         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7856         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7857         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7858         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7859         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7860         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7861         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7862         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7863         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7864         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7865         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7866         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7867         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7868         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7869         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7870         Likewise.
7871         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7872         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7873         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7874         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7875         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7876         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7877         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7878         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7879         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7880         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7881         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7882         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7883         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7884         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7885         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7886         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7887         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7888         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7889         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7890         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7891         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7892         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7893         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7894         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7895         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7896         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7897         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7898         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7899         (_FP_FRAC_SRS_1): Likewise.
7900         (_FP_FRAC_CLZ_1): Likewise.
7901         (_FP_MUL_MEAT_1_imm): Likewise.
7902         (_FP_MUL_MEAT_1_wide): Likewise.
7903         (_FP_MUL_MEAT_1_hard): Likewise.
7904         (_FP_SQRT_MEAT_1): Likewise.
7905         (_FP_FRAC_ASSEMBLE_1): Likewise.
7906         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7907         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7908         (__FP_CLZ_2): Likewise.
7909         (_FP_MUL_MEAT_2_wide): Likewise.
7910         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7911         (_FP_MUL_MEAT_2_gmp): Likewise.
7912         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7913         (_FP_SQRT_MEAT_2): Likewise.
7914         (_FP_FRAC_ASSEMBLE_2): Likewise.
7915         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7916         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7917         (_FP_FRAC_CLZ_4): Likewise.
7918         (_FP_MUL_MEAT_4_wide): Likewise.
7919         (_FP_MUL_MEAT_4_gmp): Likewise.
7920         (_FP_SQRT_MEAT_4): Likewise.
7921         (_FP_FRAC_ASSEMBLE_4): Likewise.
7922         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7923         * soft-fp/op-common.h (_FP_CMP): Likewise.
7924         (_FP_CMP_EQ): Likewise.
7925         (_FP_CMP_UNORD): Likewise.
7926         (_FP_TO_INT): Likewise.
7927         (_FP_FROM_INT): Likewise.
7928         [!__FP_CLZ] (__FP_CLZ): Likewise.
7929         (_FP_DIV_HELP_imm): Likewise.
7930         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7931         Likewise.
7932         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7933         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7934         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7935         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7936         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7937         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7938         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7939         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7940         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7941         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7942         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7943         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7944         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7945         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7946         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7947         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7948         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7949         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7950         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7951         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7952         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7953         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7954         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7955         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7956         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7957         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7958         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7959         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7960         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7961         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7962         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7963         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7964         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7965         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7966         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7967         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7968         (FP_UNPACK_RAW_SP): Likewise.
7969         (FP_PACK_RAW_S): Likewise.
7970         (FP_PACK_RAW_SP): Likewise.
7971         (FP_UNPACK_S): Likewise.
7972         (FP_UNPACK_SP): Likewise.
7973         (FP_UNPACK_SEMIRAW_S): Likewise.
7974         (FP_UNPACK_SEMIRAW_SP): Likewise.
7975         (FP_PACK_S): Likewise.
7976         (FP_PACK_SP): Likewise.
7977         (FP_PACK_SEMIRAW_S): Likewise.
7978         (FP_PACK_SEMIRAW_SP): Likewise.
7979         (_FP_SQRT_MEAT_S): Likewise.
7980         (FP_CMP_S): Likewise.
7981         (FP_CMP_EQ_S): Likewise.
7982         (FP_CMP_UNORD_S): Likewise.
7983         (FP_TO_INT_S): Likewise.
7984         (FP_FROM_INT_S): Likewise.
7986         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7988         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7989         (FP_EX_INVALID_IMZ): Likewise.
7990         (FP_EX_INVALID_IMZ_FMA): Likewise.
7991         (FP_EX_INVALID_ISI): Likewise.
7992         (FP_EX_INVALID_ZDZ): Likewise.
7993         (FP_EX_INVALID_IDI): Likewise.
7994         (FP_EX_INVALID_SQRT): Likewise.
7995         (FP_EX_INVALID_CVI): Likewise.
7996         (FP_EX_INVALID_VC): Likewise.
7997         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7998         "invalid" exceptions.
7999         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
8000         (_FP_ADD_INTERNAL): Likewise.
8001         (_FP_MUL): Likewise.
8002         (_FP_FMA): Likewise.
8003         (_FP_DIV): Likewise.
8004         (_FP_CMP_CHECK_NAN): Likewise.
8005         (_FP_SQRT): Likewise.
8006         (_FP_TO_INT): Likewise.
8007         (FP_EXTEND): Likewise.
8009 2014-10-09  Allan McRae  <allan@archlinux.org>
8011         * po/fr.po: Update French translation from translation project.
8013 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8015         [BZ #14132]
8016         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
8017         of INTDEF.
8018         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
8019         (__cxa_atexit): Use libc_hidden_proto.
8020         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
8022         [BZ #14132]
8023         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
8024         declaration.
8025         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
8026         [!_ISOMAC] (__iswspace_l_internal): Likewise.
8027         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
8028         [!_ISOMAC] (__iswctype_internal): Likewise.
8029         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
8030         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
8031         alias.
8032         (fcntl): Remove __fcntl_internal alias.
8033         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
8034         __connect_internal alias.
8035         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
8036         Likewise.
8038         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
8039         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
8040         FP_DENORM_ZERO.
8041         (_FP_CHECK_FLUSH_ZERO): New macro.
8042         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
8043         (_FP_CMP): Likewise.
8044         (_FP_CMP_EQ): Likewise.
8045         (_FP_TO_INT): Do not set inexact for subnormal arguments if
8046         FP_DENORM_ZERO.
8047         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
8048         (FP_TRUNC): Likewise.
8050         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
8051         treated as invalid conversion, not as normal exponent.
8053         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
8054         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
8055         (_FP_CMP_EQ): Likewise.
8056         (_FP_CMP_UNORD): Likewise.
8057         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
8058         (FP_CMP_EQ_D): Likewise.
8059         (FP_CMP_UNORD_D): Likewise.
8060         * soft-fp/extended.h (FP_CMP_E): Likewise.
8061         (FP_CMP_EQ_E): Likewise.
8062         (FP_CMP_UNORD_E): Likewise.
8063         * soft-fp/quad.h (FP_CMP_Q): Likewise.
8064         (FP_CMP_EQ_Q): Likewise.
8065         (FP_CMP_UNORD_Q): Likewise.
8066         * soft-fp/single.h (FP_CMP_S): Likewise.
8067         (FP_CMP_EQ_S): Likewise.
8068         (FP_CMP_UNORD_S): Likewise.
8069         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
8070         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
8071         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
8072         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
8073         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
8074         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
8075         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
8076         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
8077         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
8078         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
8079         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
8080         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
8081         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
8082         to FP_CMP_Q.
8083         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
8084         FP_CMP_Q.
8085         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
8086         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
8087         FP_CMP_EQ_Q.
8088         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
8089         FP_CMP_Q.
8090         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
8091         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
8092         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
8093         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
8094         FP_CMP_EQ_Q.
8095         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
8096         FP_CMP_Q.
8097         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8098         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8099         FP_CMP_EQ_Q.
8100         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8101         FP_CMP_Q.
8102         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8103         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8104         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8105         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8106         FP_CMP_EQ_Q.
8108         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8109         a subnormal result, set the underflow exception if trapping on
8110         underflow is enabled.
8111         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8112         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8113         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8114         redefine to 0.
8115         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8116         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8117         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8118         * soft-fp/extendxftf2.c (__extendxftf2): Use
8119         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8121         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8122         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8123         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8124         FP_HANDLE_EXCEPTIONS.
8125         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8126         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8127         FP_HANDLE_EXCEPTIONS.
8128         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8129         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8130         FP_HANDLE_EXCEPTIONS.
8131         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8132         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8133         FP_HANDLE_EXCEPTIONS.
8135 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
8137         [BZ #14132]
8138         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8139         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8140         use INTUSE.
8141         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8142         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8143         Remove alias.
8144         (__adjtimex): Define using libc_hidden_ver.
8145         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8146         Remove declaration.
8147         (ntp_gettime): Call __adjtimex directly.
8148         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8149         Remove declaration.
8150         (ntp_gettimex): Call __adjtimex directly.
8151         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8152         __adjtimex_internal alias.
8154 2014-10-08  Roland McGrath  <roland@hack.frob.com>
8156         [BZ #17460]
8157         * nscd/nscd.c (more_help): Rewrite list of tables collection
8158         using xstrdup and asprintf.
8160         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8162 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8163             Roland McGrath  <roland@hack.frob.com>
8165         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8166         (do_lookup_unique): ... local function 'enter' here; update callers.
8168 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8170         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8171         compat_symbol calls on [SHARED].
8172         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8173         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8174         Remove.
8175         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8176         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8177         (oldsetrlimit): Remove.
8178         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8180         (lchown): New syscall entry.
8181         (oldsetrlimit): Remove.
8182         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8183         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
8184         (oldsetrlimit): Remove.
8185         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8187         [BZ #14138]
8188         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
8189         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
8190         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
8191         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
8192         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8193         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
8194         (fchown): Likewise.
8195         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
8196         (fchown): Likewise.
8197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
8198         Likewise.
8200 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8202         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
8203         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
8204         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
8205         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
8206         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
8207         Likewise.
8208         (__old_sem_post): Likewise.
8210 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
8212         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
8213         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
8214         HAVE_CLOCK_GETTIME_VSYSCALL macros.
8215         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
8216         Use INLINE_VSYSCALL macro.
8217         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
8218         __vdso_clock_gettime.
8219         * sysdeps/unix/sysv/linux/tile/init-first.c
8220         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
8221         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
8222         __vdso_clock_gettime.
8224         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
8225         to set up frame more cleanly.
8227         * sysdeps/tile/memcmp.c: New file.
8229         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
8231         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
8232         * sysdeps/tile/tilegx/strcasestr.c: New file.
8233         * sysdeps/tile/tilegx/strnlen.c: New file.
8234         * sysdeps/tile/tilegx/strstr.c: New file.
8236         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
8238 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
8240         * nptl/tst-setuid3.c: Write errors to stdout.
8242 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8244         * elf/dl-deps.c
8245         (preload): New functions broken out of _dl_map_object_deps.
8246         (_dl_map_object_deps):  Remove a nested function. Update call sites.
8248 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
8250         [BZ #14138]
8251         * sysdeps/unix/sysv/linux/execve.c: Remove file.
8252         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8254 2014-10-01  Steve Ellcey  <sellcey@mips.com>
8256         * sysdeps/mips/strcmp.S: New.
8258 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
8260         [BZ #14138]
8261         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8262         (linkat): Likewise.
8263         (mkdirat): Likewise.
8264         (readlinkat): Likewise.
8265         (renameat): Likewise.
8266         (symlinkat): Likewise.
8267         (unlinkat): Likewise.
8268         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8269         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8270         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8271         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8272         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8273         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8274         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8276 2014-09-30  Will Newton  <will.newton@linaro.org>
8278         * math/math.h: Define long double math functions if
8279         _LIBC_TEST is defined.
8280         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8282         * localedata/Makefile: Move assignment to tests-special
8283         into an ifdef testing run-built-tests.
8284         * timezone/Makefile: Likewise.
8286 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8288         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8289         with $(BASH) not $(SHELL).
8291 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8292             Matthew LeGendre  <legendre1@llnl.gov>
8294         [BZ #17411]
8295         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8296         l_reloc_result.
8298 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8300         * stdio-common/printf_fp.c
8301         (hack_digit): New function, broken out of ...
8302         (__printf_fp): ... local function here.  Update call sites.
8303         hack_digit now takes an additional parameter that is a pointer
8304         to a struct of the referenced locals.  Those locals moved inside
8305         the struct and references updated.
8307 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8309         * aclocal.m4: Require autoconf 2.69.
8310         * configure: Regenerated.
8311         * sysdeps/aarch64/configure: Likewise.
8312         * sysdeps/alpha/configure: Likewise.
8313         * sysdeps/arm/armv7/configure: Likewise.
8314         * sysdeps/arm/configure: Likewise.
8315         * sysdeps/ia64/configure: Likewise.
8316         * sysdeps/mach/configure: Likewise.
8317         * sysdeps/mips/configure: Likewise.
8318         * sysdeps/s390/configure: Likewise.
8319         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8322         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8323         file.
8324         * sysdeps/ia64/configure.ac: Likewise.
8326 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8329         specify symbol version for ld.so.  Do not include entry for
8330         libpthread.
8331         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8332         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8333         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8335         [BZ #14171]
8336         * Makeconfig [$(build-shared) = yes]
8337         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8338         makefiles.
8339         [$(build-shared) = yes && $(soversions.mk-done) = t]
8340         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8341         [$(build-shared) = yes && $(soversions.mk-done) = t]
8342         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8343         to Makerules.
8344         [$(build-shared) = yes && $(soversions.mk-done) = t]
8345         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8346         here.
8347         [$(build-shared) = yes && $(soversions.mk-done) = t]
8348         (common-generated): Don't append gnu/lib-names.h and
8349         gnu/lib-names.stmp here.
8350         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8351         (lib-names-h-abi): New variable.
8352         [$(build-shared) = yes && $(soversions.mk-done) = t]
8353         (lib-names-stmp-abi): Likewise.
8354         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8355         abi-variants] (before-compile): Append
8356         $(common-objpfx)$(lib-names-h-abi).
8357         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8358         abi-variants] (common-generated): Append gnu/lib-names.h.
8359         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8360         abi-variants] (install-others-nosubdir): Depend on
8361         $(inst_includedir)/$(lib-names-h-abi).
8362         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8363         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8364         [$(build-shared) = yes && $(soversions.mk-done) = t]
8365         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8366         [$(build-shared) = yes && $(soversions.mk-done) = t]
8367         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8368         [$(build-shared) = yes && $(soversions.mk-done) = t]
8369         (common-generated): Append $(lib-names-h-abi) and
8370         $(lib-names-stmp-abi).
8371         * scripts/lib-names.awk: Do not handle multi being set.
8372         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8373         Remove variable.
8374         (abi-lp64_be-ld-soname): Likewise.
8375         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8376         Likewise.
8377         (abi-hard-ld-soname): Likewise.
8378         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8379         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8380         Remove variable.
8381         (abi-o32_hard-ld-soname): Likewise.
8382         (abi-o32_soft_2008-ld-soname): Likewise.
8383         (abi-o32_hard_2008-ld-soname): Likewise.
8384         (abi-n32_soft-ld-soname): Likewise.
8385         (abi-n32_hard-ld-soname): Likewise.
8386         (abi-n32_soft_2008-ld-soname): Likewise.
8387         (abi-n32_hard_2008-ld-soname): Likewise.
8388         (abi-n64_soft-ld-soname): Likewise.
8389         (abi-n64_hard-ld-soname): Likewise.
8390         (abi-n64_soft_2008-ld-soname): Likewise.
8391         (abi-n64_hard_2008-ld-soname): Likewise.
8392         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8393         Likewise.
8394         (abi-64-v2-ld-soname): Likewise.
8395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8396         ld.so entries.
8397         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8398         variable.
8399         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8400         entry.
8401         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8402         variable.
8403         (abi-64-ld-soname): Likewise.
8404         (abi-x32-ld-soname): Likewise.
8405         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8406         entry.
8407         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8409 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8411         [BZ #14138]
8412         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8413         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8414         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8415         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8416         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8417         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8418         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8419         syscall entry for GLIBC_2.2 symbol version.
8420         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8421         Likewise.
8422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8423         (setrlimit): Likewise.
8424         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8425         Likewise.
8427 2014-09-23  Will Newton  <will.newton@linaro.org>
8429         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8430         _LINUX_ARM_SYSDEP_H include guard too.
8431         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8432         define.
8434 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8436         * sysdeps/unix/sysv/linux/eventfd.c:
8437         Make first argument unsigned.
8438         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8439         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8441 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8443         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8444         * socket/sys/socket.h: Likewise
8445         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8447 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8449         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8451 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8453         * time/tst-ftime.c: New test.
8454         * time/Makefile (tests): Add tst-ftime.
8456 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8458         * soft-fp/extended.h: Fix comment formatting.
8459         * soft-fp/op-1.h: Likewise.
8460         * soft-fp/op-2.h: Likewise.
8461         * soft-fp/op-4.h: Likewise.
8462         * soft-fp/op-8.h: Likewise.
8463         * soft-fp/op-common.h: Likewise.
8464         * soft-fp/soft-fp.h: Likewise.
8466         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8468 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8470         [BZ #6652]
8471         * Makeconfig (soversions-default-setname): Remove variable.
8472         ($(common-objpfx)soversions.i): Don't pass default_setname to
8473         soversions.awk.
8474         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8475         oldest_abi to abi-versions.awk.
8476         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8477         * config.make.in (oldest-abi): Remove variable.
8478         * configure.ac (--enable-oldest-abi): Remove configure option.
8479         * configure: Regenerated.
8480         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8481         text.
8482         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8483         * scripts/soversions.awk: Do not handle default_setname variable.
8484         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8485         variable.
8486         * sysdeps/mach/hurd/configure: Regenerated.
8487         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8488         variable.
8489         * sysdeps/unix/sysv/linux/configure: Regenerated.
8491 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8493         * elf/Makefile (CFLAGS-interp.c): Remove.
8494         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8495         path string.
8496         * elf/interp.c: Include generated runtime-linker.h
8498         * Makerules (lib%.so): Don't include $(+interp) in
8499         prerequisites.
8500         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8501         * dlfcn/eval.c: Remove file.
8503         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8504         macros.
8506         [BZ #17266]
8507         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8508         4.2 and newer.
8510         [BZ #17370]
8511         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8513 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8514             Jakub Jelinek  <jakub@redhat.com>
8516         [BZ #17266]
8517         * libio/stdio.h: Check definition of __fortify_function
8518         instead of __extern_always_inline to include bits/stdio2.h.
8519         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8520         check if __extern_always_inline is defined.
8521         [__USE_MISC || __USE_XOPEN]: Likewise.
8522         [__USE_ISOC99] Likewise.
8523         * misc/sys/cdefs.h (__fortify_function): Define only if
8524         __extern_always_inline is defined.
8525         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8526         __extern_always_inline and __extern_inline only for g++-4.3
8527         and newer or a compatible gcc.
8529 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8531         [BZ #17371]
8532         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8533         last change to handle zero prefix length.
8535 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8537         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8538         _SC_REGEX_VERSION.
8540         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8541         _POSIX_RAW_SOCKETS.
8543 2014-09-13  Allan McRae  <allan@archlinux.org>
8545         * po/ru.po: Update Russian translation from translation project.
8547 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8549         * locale/programs/locale.c (show_locale_vars): Inline local function
8550         into its sole call site.  Clean up some style nits.
8551         (print_item): New function, broken out of ...
8552         (show_info): ... local function here.  Clean up style nits.
8554         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8555         out of ...
8556         (set_class_defaults): ... local function set_default here.
8557         Define set_default as a macro locally to pass constant parameters.
8558         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8559         rather than a shared local.
8561         * stdlib/rpmatch.c (try): New function, broken out of ...
8562         (rpmatch): ... local function here.  Also, prototypify definition.
8564 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8566         * scripts/soversions.awk: Do not handle configuration names.
8567         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8568         vendor and os variables to soversions.awk.
8569         * configure.ac: Do not modify gnu-* host_os.
8570         * configure: Regenerated
8571         * shlib-versions: Remove first column with configuration names.
8572         * nptl/shlib-versions: Likewise.
8573         * nptl_db/shlib-versions: Likewise.
8574         * sysdeps/hppa/shlib-versions: Likewise.
8575         * sysdeps/m68k/shlib-versions: Likewise.
8576         * sysdeps/mach/hurd/shlib-versions: Likewise.
8577         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8578         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8579         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8580         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8581         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8582         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8583         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8584         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8586         Likewise.
8587         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8588         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8589         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8590         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8591         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8592         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8593         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8594         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8597         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8599         Regenerated.
8600         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8602         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8604         * shlib-versions: Remove OS-specific entries.  Moved to files in
8605         sysdeps.
8606         * sysdeps/mach/hurd/shlib-versions: New file.
8607         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8609         * nptl/shlib-versions: Remove architecture-specific entries.
8610         Moved to files in sysdeps.
8611         * shlib-versions: Likewise.
8612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8613         file.
8614         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8615         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8616         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8617         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8619         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8620         (UDP_NO_CHECK6_RX): Likewise.
8622 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8624         * sysdeps/posix/sysconf.c (__sysconf): Spell
8625         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8627 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8629         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8630         loading.
8631         * iconv/Versions (__gconv_transliterate): Export for use from
8632         gconv modules.
8633         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8634         (struct __gconv_trans_data, __gconv_trans_fct,
8635         __gconv_trans_context_fct, __gconv_trans_query_fct,
8636         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8637         definitions.
8638         (struct __gconv_step_data): Remove __trans member.
8639         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8640         longer hidden.  Remove unused trans_data argument.
8641         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8642         (__gconv_translit_find): Remove declaration.
8643         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8644         prototype.
8645         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8646         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8647         trans_data argument.  Add hidden definition.
8648         (__gconv_translit_find): Remove.
8649         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8650         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8651         * iconv/skeleton.c: Remove transliteration initialization.
8652         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8653         __gconv_step_data initialization.
8654         * libio/iofwide.c (__libio_translit_): Remove.
8655         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8656         * wcsmbs/btowc.c (__btowc): Likewise.
8657         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8658         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8659         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8660         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8661         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8662         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8663         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8664         * wcsmbs/wctob.c (wctob): Likewise.
8666 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8668         [BZ #16194]
8669         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8670         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8671         register usage.
8672         * sysdeps/x86/Makefile: Adjust.
8674 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8675             Roland McGrath  <roland@hack.frob.com>
8677         * locale/weight.h: Add include guard.
8678         (findidx): Make static rather than auto; take new parameters
8679         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8680         * locale/weightwc.h: Likewise.
8681         * posix/fnmatch_loop.c
8682         (FCT): Change type of EXTRA from int32_t to wint_t.
8683         Don't include either header inside the function.
8684         Call FINDIDX rather than findidx, and pass new arguments.
8685         #undef FINDIDX at the end of the file.
8686         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8687         FINDIDX before including fnmatch_loop.c for the non-wide version.
8688         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8689         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8690         for the wide version.
8691         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8692         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8693         Pass new arguments to findidx.
8694         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8695         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8696         Don't #include it inside the function.  Pass new arguments to findidx.
8697         * posix/regex_internal.h
8698         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8699         (re_string_elem_size_at): Don't #include it inside the function.
8700         Pass new arguments to findidx.
8701         * string/strcoll_l.c: #include WEIGHT_H at top level.
8702         (get_next_seq): Don't #include it inside the function.
8703         Pass new arguments to findidx.
8704         (get_next_seq_nocache): Likewise.
8705         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8706         (STRXFRM): Don't #include it inside the function.
8707         Pass new arguments to findidx.
8709 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8711         [BZ #17344]
8712         * malloc/malloc.c (unlink): Turn asserts into a call to
8713         malloc_printerr.
8715 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8717         [BZ #17370]
8718         * libio/wfileops (do_ftell_wide): Free OUT.
8720 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8722         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8724 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8726         [BZ #17363]
8727         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8728         group if the current group is empty.
8730 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8732         * benchtests/bench-memset.c (test_main): Add more test from size
8733         from 32 to 512 bytes.
8734         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8735         Add POWER8 memset object.
8736         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8737         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8738         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8739         implementation.
8740         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8741         Likewise.
8742         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8743         multiarch POWER8 memset optimization.
8744         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8745         POWER8 memset optimization.
8747         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8748         Remove bzero multiarch objects.
8749         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8750         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8751         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8752         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8753         Remove define.
8754         [__bzero]: Redefine to specific name.
8755         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8756         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8757         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8758         define.
8759         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8760         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8762 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8764         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8765         warnings into errors.
8767         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8768         __cxa_thread_atexit_impl prototype.
8770 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8772         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8773         Fix capitalization of error message.
8775 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8777         * sysdeps/mips/preconfigure: Modify ABI tests.
8779 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8781         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8783 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8784             Carlos O'Donell  <carlos@systemhalted.org>
8786         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8787         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8788         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8789         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8790         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8791         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8792         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8793         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8794         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8795         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8796         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8797         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8798         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8799         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8800         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8801         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8802         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8803         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8804         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8805         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8806         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8807         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8808         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8809         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8810         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8811         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8812         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8813         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8814         Deconditionalize the code that was previously under [RESET_PID].
8815         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8816         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8817         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8818         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8819         include sysdep.h.
8821 2014-09-08  Allan McRae  <allan@archlinux.org>
8823         * version.h (RELEASE): Set to "development".
8824         (VERSION): Set to "2.20.90"
8826 2014-09-07  Allan McRae  <allan@archlinux.org
8828         * version.h (RELEASE): Set to "stable".
8829         (VERSION): Set to "2.20"
8830         * include/features.h (__GLIBC_MINOR__): Set to 20.
8832         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8833         Liebler.
8835         * po/ko.po: Update Korean translation from translation project.
8837 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8839         [BZ #17354]
8840         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8841         macro for handling signed relocations.
8843 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8845         [BZ #17325]
8846         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8847         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8848         assert.
8849         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8850         * iconvdata/ibm935.c (BODY): Likewise.
8851         * iconvdata/ibm937.c (BODY): Likewise.
8852         * iconvdata/ibm939.c (BODY): Likewise.
8853         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8854         assert.
8855         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8856         script.
8857         * iconvdata/run-iconv-test.sh: New test loop for checking for
8858         decoder crashers.
8860 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8862         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8863         libm_hidden_ver.
8865 2014-09-01  Allan McRae  <allan@archlinux.org>
8867         * po/eo.po: Update Esperanto translation from translation project.
8869         * po/ca.po: Update Catalan translation from translation project.
8871 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8873         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8874         __proc_dostop call.
8876 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8878         [BZ #17319]
8879         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8880         to call set_thread_area instead of hand written asm.
8881         (__NR_set_thread_area): Removed define.
8882         (TLS_FLAG_WRITABLE): Likewise.
8883         (__ASSUME_SET_THREAD_AREA): Remove check.
8884         (TLS_EBX_ARG): Remove define.
8885         (TLS_LOAD_EBX): Likewise.
8887 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8889         Simplify atomicity of socket creation in bind.
8891         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8892         looking up the name after linking the file.
8894 2014-08-27  Allan McRae  <allan@archlinux.org>
8896         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8898 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8900         [BZ #17187]
8901         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8902         trans_compare, open_translit, __gconv_translit_find):
8903         Remove module loading code.
8905 2014-08-26  Allan McRae  <allan@archlinux.org>
8907         * po/vi.po: Update Vietnamese translation from translation project.
8909         * po/uk.po: Update Ukrainian translation from translation project.
8911         * po/fr.po: Update French translation from translation project.
8913         * po/ru.po: Update Russian translation from translation project.
8915         * po/pl.po: Update Polish translation from translation project.
8917         * po/cs.po: Update Czech translation from translation project.
8919         * po/de.po: Update German translation from translation project.
8921         * po/bg.po: Update Bulgarian translation from translation project.
8923         * po/sv.po: Update Sweedish translation from translation project.
8925         * po/nl.po: Update Dutch translation from translation project.
8927         * po/es.po: Update Spanish translation from translation project.
8929 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8931         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8933         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8934         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8935         (CPPFLAGS-iconvconfig): Likewise.
8936         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8938         * include/libc-symbols.h: Remove unnecessary check for
8939         NOT_IN_libc.
8940         * nptl/pthreadP.h: Likewise.
8941         * sysdeps/aarch64/setjmp.S: Likewise.
8942         * sysdeps/alpha/setjmp.S: Likewise.
8943         * sysdeps/arm/sysdep.h: Likewise.
8944         * sysdeps/i386/setjmp.S: Likewise.
8945         * sysdeps/m68k/setjmp.c: Likewise.
8946         * sysdeps/posix/getcwd.c: Likewise.
8947         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8948         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8949         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8950         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8951         * sysdeps/sh/sh3/setjmp.S: Likewise.
8952         * sysdeps/sh/sh4/setjmp.S: Likewise.
8953         * sysdeps/unix/alpha/sysdep.h: Likewise.
8954         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8955         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8956         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8957         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8960         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8961         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8962         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8963         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8964         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8965         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8966         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8967         * sysdeps/x86_64/setjmp.S: Likewise.
8969 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8971         [BZ #17263]
8972         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8973         <stdint.h>.
8974         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8975         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8977 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8979         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8981         [BZ #17262]
8982         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8983         and __x86_64__ when disabling x87 inline functions.
8985 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8987         [BZ #17259]
8988         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8989         asm statement with __cpuid_count.
8991 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8993         * configure.ac: Change __ehdr_start code to dereference the struct.
8994         Run readelf on the output to look for relocations.
8995         * configure: Regenerated.
8997 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8999         [BZ #17261]
9000         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
9001         value to 0.
9002         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
9004 2014-08-12  Roland McGrath  <roland@hack.frob.com>
9006         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
9008 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
9010         [BZ #16892]
9011         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
9012         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
9014 2014-08-12  Sean Anderson  <seanga2@gmail.com>
9016         * malloc/malloc.c: Fix typo in comment.
9018 2014-08-09  Allan McRae  <allan@archlinux.org>
9020         * Regenerate libc.po.
9022 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
9024         * intl/tst-gettext2.sh: Check every lang file for creation.
9026 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9028         * sysdeps/aarch64/fpu/math_private.h
9029         (libc_feholdsetround_noex_aarch64_ctx): New function.
9031 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9033         * sysdeps/arm/armv6/strcpy.S (strcpy):
9034         Fix performance issue in misaligned cases.
9036 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9038         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
9039         Move definition from termios.h.
9040         (struct termio): Likewise.
9041         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9042         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9043         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9044         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9045         Likewise.
9046         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
9047         Move definition to ioctl-types.h
9048         (struct termio): Likewise.
9049         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9050         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9051         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9052         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9053         Likewise.
9055 2014-08-05  Richard Henderson  <rth@redhat.com>
9057         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
9058         exceptions.
9059         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
9060         Add fraiseexcpt.
9061         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
9062         Use __feraiseexcept.
9063         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
9064         Protect libm symbols with IS_IN_libm.
9066         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
9068 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
9070         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
9072 2014-08-04  Will Newton  <will.newton@linaro.org>
9074         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
9075         file.
9077 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
9079         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
9080         variants for each function.
9082 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9084         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
9085         appended ...
9086         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
9087         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
9088         appended ...
9089         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
9090         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
9091         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
9092         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
9093         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
9094         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
9095         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
9096         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9097         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9098         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9099         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9100         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9101         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9102         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9103         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9104         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9105         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9106         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9107         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9108         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9109         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9110         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9111         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9112         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9113         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9114         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9115         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9116         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9117         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9118         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9119         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9120         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9121         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9122         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9123         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9124         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9125         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9126         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9127         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9128         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9129         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9130         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9131         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9132         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9133         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9134         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9135         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9136         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9137         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9138         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9139         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9140         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9141         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9142         Update #include.
9143         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9144         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9146 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9148         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9149         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9150         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9151         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9152         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9153         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9155 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9157         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9158         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9159         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9160         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9162 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9164         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9165         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9166         (__libc_vfork): Define function under this name.
9167         (__vfork): Define as an alias.
9168         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9169         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9171 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9173         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9174         that was previously under [RESET_PID].
9175         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9177 2014-08-04  Andreas Schwab  <schwab@suse.de>
9179         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
9181 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
9183         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
9184         (main): Likewise.
9186 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9188         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
9190 2014-08-01  Richard Henderon  <rth@redhat.com>
9192         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
9193         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9194         typo in exact zero test.
9195         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9196         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9197         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9199 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9201         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
9202         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
9203         * sysdeps/arm/sysdep.h: ... here.
9204         [!__ASSEMBLER__]: Include <stdint.h>.
9206 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9208         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
9209         (HAVE_WCTYPE_H): Likewise.
9210         (HAVE_ISWCTYPE): Likewise.
9211         (ENABLE_NLS): Likewise.
9212         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
9213         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
9215         * posix/regex_internal.c: Check if DEBUG is defined and is
9216         set.
9218         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
9219         (HAVE_MBSRTOWCS): Likewise.
9220         * posix/fnmatch.c: Include string.h unconditionally.
9222 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9224         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
9225         reversal.
9227 2014-07-31  Roland McGrath  <roland@hack.frob.com>
9229         * sysdeps/generic/safe-fatal.h: New file.
9230         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
9231         * nptl/forward.c: Include it.
9232         (__pthread_unwind): Use __safe_fatal as default action, rather
9233         than a bogus use of INTERNAL_SYSCALL that could never work.
9235         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
9236         * configure.ac (libc_cv_builtin_trap): New test.
9237         * configure: Regenerated.
9238         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
9239         (ABORT_INSTRUCTION): Define using __builtin_trap.
9241         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
9242         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
9243         * sysdeps/nptl/nptl-signals.h: New file.
9244         * nptl/pthreadP.h: Include <nptl-signals.h>.
9246 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9248         * sysdeps/s390/s390-64/utf16-utf32-z9.c
9249         (ONE_DIRECTION): Define.
9250         * sysdeps/s390/s390-64/utf8-utf16-z9.c
9251         (ONE_DIRECTION): Define.
9252         * sysdeps/s390/s390-64/utf8-utf32-z9.c
9253         (ONE_DIRECTION): Define.
9255 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9257         * sysdeps/s390/Makefile: Delete file.
9258         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9259         * sysdeps/s390/__longjmp.c: Delete file.
9260         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9261         Remove fields __flags and __reserved.
9262         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9263         and add versioning.
9264         * sysdeps/s390/rtld-__longjmp.c: Delete file.
9265         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9266         * sysdeps/s390/rtld-setjmp.S: Likewise.
9267         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9268         * sysdeps/s390/s390-32/__longjmp.c: ... here.
9269         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9270         * sysdeps/s390/s390-32/setjmp.S: ... here.
9271         Add versioning.
9272         (__sigsetjmp): Remove setting __flags field.
9273         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9274         * sysdeps/s390/s390-64/__longjmp.c: ... here.
9275         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9276         * sysdeps/s390/s390-64/setjmp.S: ... here.
9277         Add versioning.
9278         (__sigsetjmp): Remove setting __flags field.
9279         * sysdeps/s390/setjmp.S: Delete file.
9280         * sysdeps/s390/sigjmp.c: Likewise.
9281         * sysdeps/s390/v1-longjmp.c: Likewise.
9282         * sysdeps/s390/v1-setjmp.h: Likewise.
9283         * sysdeps/s390/v1-sigjmp.c: Likewise.
9284         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9285         Remove v1-longjmp_chk.
9286         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9287         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9288         Include debug/longjmp_chk.c and add versioning.
9289         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9290         Include nptl/pt-longjmp.c and add versioning.
9291         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9292         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9293         Include __longjmp.c.
9294         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9295         Move to ...
9296         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9297         (__getcontext): Remove setting __flags field.
9298         Add versioning.
9299         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9300         Don't restore upper high grps.
9301         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9302         Likewise.
9303         (__swapcontext): Remove setting uc_flags field.
9304         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9305         Delete file.
9306         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9307         Include __longjmp.c.
9308         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9309         Move to ...
9310         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9311         (__getcontext): Remove setting __flags field.
9312         Add versioning.
9313         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9314         (__swapcontext): Remove setting uc_flags field.
9315         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9316         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9317         Remove fields uc_high_gprs and __reserved.
9318         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9319         New file with reverted content.
9320         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9321         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9322         Regenerated.
9323         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9324         Regenerated.
9326 2014-07-31  Andreas Schwab  <schwab@suse.de>
9328         * config.h.in (HAVE_IFUNC): Define to 0.
9329         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9330         definedness.
9332 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9334         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9335         memmove-avx-unaligned, memcpy-avx-unaligned and
9336         mempcpy-avx-unaligned.
9337         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9338         Add tests for AVX memcpy functions.
9339         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9340         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9341         memcpy_chk.
9342         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9343         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9344         memmove_chk.
9345         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9346         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9347         mempcpy_chk.
9348         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9349         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9350         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9352 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9354         [BZ #17213]
9355         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9356         powerpc64le.
9358 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9360         [BZ #16839]
9361         * manual/llio.texi: Add section about open file description locks.
9362         * manual/examples/ofdlocks.c: Example of open file description
9363         lock usage.
9364         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9365         F_OFD_SETLK, and F_OFD_SETLKW.
9367 2014-07-23  Allan McRae  <allan@archlinux.org>
9369         * po/es.po: Update Spanish translation from translation project.
9371 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9373         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9375 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9377         [BZ #17078]
9378         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9379         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9380         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9382 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9384         [BZ #17088]
9385         * math/fesetenv.c (__fesetenv)
9386         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9387         * math/feupdateenv.c (__feupdateenv)
9388         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9390         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9391         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9392         (__ASSUME_SOCKETCALL): Do not define.
9394         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9395         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9396         (__ASSUME_SOCKETCALL): Do not define.
9397         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9398         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9399         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9400         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9401         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9402         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9403         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9404         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9406         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9407         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9408         (__ASSUME_SOCKETCALL): Do not define.
9409         (__ASSUME_IPC64): Define unconditionally.
9410         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9411         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9412         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9413         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9414         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9415         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9416         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9417         Likewise.
9419         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9420         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9421         (__ASSUME_SOCKETCALL): Do not define.
9422         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9423         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9424         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9425         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9426         (__ASSUME_REQUEUE_PI): Define unconditionally.
9427         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9428         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9429         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9430         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9431         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9432         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9434         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9435         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9436         (__ASSUME_SOCKETCALL): Do not define.
9437         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9438         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9439         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9440         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9441         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9442         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9444         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9445         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9446         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9447         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9448         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9449         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9450         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9451         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9452         (__ASSUME_GETCPU_SYSCALL): Likewise.
9454         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9455         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9456         cases for individual architectures.
9457         * sysdeps/gnu/configure: Regenerated.
9458         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9459         LIBC_SLIBDIR_RTLDDIR.
9460         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9461         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9462         LIBC_SLIBDIR_RTLDDIR.
9463         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9465         LIBC_SLIBDIR_RTLDDIR.
9466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9467         Regenerated.
9468         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9469         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9470         file.
9471         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9472         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9473         file.
9474         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9475         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9476         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9477         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9479         * sysdeps/aarch64/shlib-versions: Move to ...
9480         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9481         * sysdeps/alpha/shlib-versions: Move to ...
9482         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9483         * sysdeps/arm/shlib-versions: Move to ...
9484         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9485         * sysdeps/hppa/shlib-versions: Move all contents except for
9486         libgcc_s entry to ...
9487         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9488         entry from ...
9489         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9490         * sysdeps/ia64/shlib-versions: Move to ...
9491         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9492         entry from ...
9493         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9494         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9495         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9496         * sysdeps/microblaze/shlib-versions: Move to ...
9497         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9498         * sysdeps/mips/shlib-versions: Move to ...
9499         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9500         entry from ...
9501         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9502         * sysdeps/tile/shlib-versions: Move to ...
9503         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9504         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9505         from ...
9506         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9507         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9508         entry from ...
9509         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9511 2014-07-17  Will Newton  <will.newton@linaro.org>
9513         * sysdeps/arm/bits/atomic.h
9514         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9515         (__arch_compare_and_exchange_bool_16_int): Likewise.
9516         (__arch_compare_and_exchange_bool_64_int): Likewise.
9518         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9519         into an #else block.
9521 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9523         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9524         just Linux configurations.  Test empirically that the compiler sets
9525         __ARM_EABI__, rather than using the tuple to decide.
9526         * sysdeps/arm/preconfigure: Regenerated.
9527         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9528         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9529         contents appended ...
9530         * sysdeps/arm/configure.ac: ... here.
9531         * sysdeps/arm/configure: Regenerated.
9533 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9535         * nptl/pthread_kill.c: New file.
9536         * nptl/pthread_sigmask.c: New file.
9537         * nptl/pthread_sigqueue.c: New file.
9539         * sysdeps/nptl/lowlevellock.h: New file.
9540         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9541         * sysdeps/nptl/lowlevellock-futex.h: New file.
9543         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9544         Remove dead declarations.
9546 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9548         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9549         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9550         config-cflags-avx2.
9551         * sysdeps/x86_64/configure.ac: Likewise.
9552         * sysdeps/i386/configure: Regenerated.
9553         * sysdeps/x86_64/configure: Likewise.
9554         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9555         memset-avx2 only if config-cflags-avx2 is yes.
9556         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9557         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9558         defined.
9559         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9560         only if HAVE_AVX2_SUPPORT is defined.
9561         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9563 2014-07-14  Alan Modra  <amodra@gmail.com>
9565         [BZ #17153]
9566         * elf/elf.h (DT_PPC64_NUM): Correct value.
9567         * NEWS: Add to fixed bug list.
9569 2014-07-13  Jim Meyering  <meyering@fb.com>
9571         [BZ 17150]
9572         regex: don't deref NULL upon heap allocation failure
9573         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9574         failure in one more place.
9575         To trigger the segfault, configure grep -with-included-regex,
9576         build it, and run these commands:
9577         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9579 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9581         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9583 2014-07-11  Richard Henderson  <rth@redhat.com>
9585         * sysdeps/aarch64/libm-test-ulps: Update.
9587 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9589         [BZ #17135]
9590         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9591         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9592         (__nptl_setxid): Initialize error member.  Call
9593         __nptl_setxid_error.
9594         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9595         * nptl/descr.h (struct xid_command): Add error member.
9596         * nptl/tst-setuid3.c: New file.
9597         * nptl/Makefile (tests): Add it.
9599 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9601         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9602         New define.
9603         (__lll_trylock): Use __lll_base_trylock.
9604         (__lll_cond_trylock): Likewise.
9606 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9608         * nptl/pthread_create.c (start_thread): Use atomic_or and
9609         lll_futex_wake directly rather than lll_robust_dead.
9610         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9611         (lll_robust_dead): Macro removed.
9612         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9613         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9614         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9615         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9616         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9617         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9618         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9619         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9620         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9621         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9622         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9623         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9624         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9625         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9626         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9628         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9629         Use atomic_compare_and_exchange_val_acq directly rather than
9630         lll_robust_trylock.
9631         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9632         (__lll_robust_trylock, lll_robust_trylock): Removed.
9633         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9634         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9635         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9636         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9637         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9638         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9639         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9640         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9641         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9642         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9643         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9644         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9645         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9646         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9648 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9650         * manual/locale.texi (Locale Names): New section documenting
9651         locale name syntax.  Adjust menu and node chaining accordingly.
9652         (Choosing Locale): Reference Locale Names, Locale Categories.
9653         Mention setting LC_ALL=C.  Reflect that name syntax is now
9654         documented.
9655         (Locale Categories): New section title.  Reference Locale Names.
9656         LC_ALL is an environment variable, but not a category.
9657         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9658         description, now in Locale Name.  Reference that section.  Locale
9659         name syntax is now documented.
9661 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9663         [BZ #17137]
9664         * locale/findlocale.c (name_present, valid_locale_name): New
9665         functions.
9666         (_nl_find_locale): Use the loc_name variable to store name
9667         candidates.  Call name_present and valid_locale_name to check and
9668         validate locale names.  Return an error if the locale is invalid.
9670 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9672         * locale/setlocale.c (setlocale): Use strdup for allocating
9673         composite name copy.
9675 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9677         Sync up with gnulib.
9678         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9679         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9680         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9681         and _GL_ARG_NONNULL.
9682         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9683         [!_LIBC]: Include code for Windows and Cygwin.
9684         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9685         Include prototype for int strerror_r.
9686         [!_LIBC] (is_open): New function.
9687         (flush_stdout): New function.
9688         (print_errno_message): Use it.
9689         (error): Likewise.
9690         (error_at_line): Likewise.
9691         (error_tail) Add function attribute macros.  Use
9692         __builtin_expect.
9694         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9696         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9698         * io/ftw.c: Include sys/param.h unconditionally.
9700         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9702         [BZ #17125]
9703         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9704         libc_freeres_ptr.
9705         (freecache): New function to free CACHE on exit.
9707         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9708         initialization.
9710 2014-07-09  David S. Miller  <davem@davemloft.net>
9712         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9714         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9715         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9716         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9717         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9718         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9719         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9720         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9721         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9722         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9723         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9724         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9725         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9726         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9728 2014-07-09  Andreas Schwab  <schwab@suse.de>
9730         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9731         output.
9732         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9733         (do_test): Likewise.
9735         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9737 2014-07-09  Will Newton  <will.newton@linaro.org>
9739         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9740         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9741         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9742         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9743         * sysdeps/hppa/start.S (_start): Likewise.
9745 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9747         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9749         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9750         defined.
9752 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9754         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9755         after checking that it is non-NULL.
9757         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9759 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9761         * sysdeps/powerpc/memmove.c: Remove file.
9762         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9763         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9764         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9765         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9766         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9767         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9768         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9769         string memmove instead of removed powerpc one.
9771         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9772         [weak_alias]: Fix compiler warning due trailing data.
9773         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9774         [weak_alias]: Likewise.
9775         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9776         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9778         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9779         (__libc_ifunc_impl_list): Add memmove functions.
9781 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9783         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9784         Remove code.
9785         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9786         Likewise
9787         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9788         Likewise
9789         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9790         Likewise
9791         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9792         Likewise
9793         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9794         Likewise
9795         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9796         Likewise
9797         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9798         Likewise
9799         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9800         Likewise
9801         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9802         Likewise
9803         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9804         Likewise
9805         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9806         Likewise
9807         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9808         Likewise
9809         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9810         Likewise
9811         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9812         Likewise
9813         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9814         Likewise
9815         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9816         Likewise
9818 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9820         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9821         to avoid alignment traps in non-cacheable memory.
9822         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9824         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9825         multiarch objects.
9826         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9827         file: multiarch power7 memmove.
9828         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9829         multiarch default memmove.
9830         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9831         multiarch memove for powerpc32/power4.
9833         * string/bcopy.c: Use full path to include memmove.c.
9834         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9835         multiarch objects.
9836         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9837         bcopy for powerpc64.
9838         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9839         bcopy for powerpc64.
9840         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9841         and memmove implementations.
9842         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9843         optimized multiarch memmove for POWER7/powerpc64.
9844         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9845         default multiarch memmove for powerpc64.
9846         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9847         multiarch for powerpc64.
9848         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9849         for POWER7/powerpc64.
9850         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9851         memmove for POWER7/powerpc64.
9853         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9854         glibc default one.
9856         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9857         __ELF_NATIVE_CLASS equal to 64.
9859 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9861         * sysdeps/nptl/lowlevellock.h: File removed.
9863         * NEWS: NPTL is no longer an add-on!
9864         * nptl/internaltypes.h: Moved ...
9865         * sysdeps/nptl/internaltypes.h: ... here.
9866         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9867         * sysdeps/nptl/fork.c: Likewise.
9868         * sysdeps/nptl/gai_misc.h: Likewise.
9869         * sysdeps/nptl/librt-cancellation.c: Likewise.
9870         * sysdeps/nptl/jmp-unwind.c: Likewise.
9871         * sysdeps/nptl/setxid.h: Likewise.
9872         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9873         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9874         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9875         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9876         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9877         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9878         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9879         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9880         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9881         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9882         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9883         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9884         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9885         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9886         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9887         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9888         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9889         * nptl/Makeconfig: Moved ...
9890         * sysdeps/nptl/Makeconfig: ... here.
9891         * nptl/configure: File removed.
9892         * nptl/ANNOUNCE: File removed.
9893         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9894         * sysdeps/unix/sysv/linux/configure: Regenerated.
9896         * nptl/Makefile (routines): Add libc_pthread_init,
9897         libc_multiple_threads, register-atfork and unregister-atfork.
9898         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9899         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9900         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9901         pthread-pi-defines.sym, structsem.sym.
9902         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9903         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9904         [$(subdir) = nptl] (tests): Add tst-setgetname.
9905         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9906         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9907         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9908         [!LIBC_SIGACTION]: Remove aliases.
9909         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9910         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9911         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9912         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9913         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9914         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9915         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9916         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9917         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9918         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9919         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9920         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9921         __libc_allocate_rtsig_private.
9922         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9923         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9924         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9925         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9926         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9927         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9928         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9929         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9930         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9931         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9932         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9933         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9934         * nptl/internaltypes.h: ... here.
9935         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9936         * sysdeps/nptl/jmp-unwind.c: ... here.
9937         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9938         * nptl/libc-lowlevellock.c: ... here.
9939         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9940         * nptl/libc_multiple_threads.c: ... here.
9941         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9942         * nptl/libc_pthread_init.c: ... here.
9943         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9944         * nptl/lowlevelbarrier.sym: ... here.
9945         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9946         * nptl/lowlevelcond.sym: ... here.
9947         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9948         * nptl/lowlevellock.c: ... here.
9949         * nptl/lowlevellock.h: Moved ...
9950         * sysdeps/nptl/lowlevellock.h: ... here.
9951         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9952         * nptl/lowlevelrobustlock.c: ... here.
9953         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9954         * nptl/lowlevelrobustlock.sym: ... here.
9955         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9956         * nptl/lowlevelrwlock.sym: ... here.
9957         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9958         * nptl/pt-fork.c: ... here.
9959         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9960         * nptl/pthread-pi-defines.sym: ... here.
9961         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9962         * nptl/pthread_attr_getaffinity.c: ... here.
9963         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9964         * nptl/pthread_attr_setaffinity.c: ... here.
9965         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9966         * nptl/pthread_mutex_cond_lock.c: ... here.
9967         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9968         Update #include.
9969         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9970         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9971         * nptl/pthread_once.c: ... here, replacing old file.
9972         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9973         * nptl/pthread_yield.c: ... here.
9974         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9975         * nptl/register-atfork.c: ... here.
9976         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9977         * nptl/sem_post.c: ... here.
9978         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9979         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9980         * nptl/sem_timedwait.c: ... here.
9981         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9982         * nptl/sem_trywait.c: ... here.
9983         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9984         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9985         * nptl/sem_wait.c: ... here.
9986         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9987         * nptl/structsem.sym: ... here.
9988         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9989         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9990         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9991         * nptl/unregister-atfork.c: ... here.
9992         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9993         * nptl/unwindbuf.sym: ... here.
9994         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9995         * sysdeps/nptl/fork.c: ... here.
9996         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9997         * sysdeps/nptl/fork.h: ... here.
9998         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9999         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
10000         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
10001         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
10002         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
10003         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
10004         * sysdeps/unix/sysv/linux/getpid.c: ... here.
10005         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
10006         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
10007         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
10008         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
10009         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
10010         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
10011         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
10012         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
10013         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
10014         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
10015         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
10016         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
10017         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
10018         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
10019         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
10020         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
10021         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
10022         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
10023         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
10024         * sysdeps/unix/sysv/linux/raise.c: ... here.
10025         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
10026         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
10027         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
10028         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
10029         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
10030         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
10031         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
10032         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
10033         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
10034         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
10035         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
10036         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
10037         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
10038         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
10039         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
10041 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10043         * sysdeps/generic/memcopy.h: Add comment for
10044         MEMCPY_OK_FOR_FWD_MEMMOVE.
10046 2014-07-04  Will Newton  <will.newton@linaro.org>
10048         * string/memchr.c: Merge from gnulib.
10049         [_LIBC]: Remove conditionals.
10050         (__ptr_t): Remove define.
10051         (LONG_MAX_32_BITS): Likewise.
10052         (LONG_MAX): Likewise.
10053         (MEMCHR): Use ANSI prototype and optimize algorithm.
10055         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
10057 2014-07-03  Roland McGrath  <roland@hack.frob.com>
10059         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
10060         (lll_futex_timed_wait_bitset): Fix syscall argument count.
10062         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
10063         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
10064         in a bare environment with no <stdlib.h> installed.
10065         * sysdeps/nptl/configure: Regenerated.
10067         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
10069         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
10070         AC_EGREP_CPP for kernel header checks, so they only succeed if
10071         including <linux/version.h> actually works right.
10072         * sysdeps/unix/sysv/linux/configure: Regenerated.
10074         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
10075         value so it's not diagnosed as unused.
10077         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
10078         thing) with "ifeq ($(subdir),rt)".
10080 2014-07-03  Richard Henderson  <rth@redhat.com>
10082         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
10083         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
10084         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
10086         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
10087         (math_force_eval): New.
10089         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
10090         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
10092         * sysdeps/alpha/fpu/s_round.c: Remove file.
10093         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
10095         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
10096         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10097         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10098         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10099         (_dl_start, print_statistics): Likewise.
10100         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10101         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10103         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10104         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10105         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10106         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10107         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10108         (HP_SMALL_TIMING_AVAIL): Define.
10109         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10110         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10111         (HP_SMALL_TIMING_AVAIL): Define.
10112         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10113         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10115         * sysdeps/aarch64/hp-timing.h: New file.
10117         * sysdeps/generic/hp-timing.h: Remove dead comment.
10118         * sysdeps/generic/hp-timing-common.h: New file.
10119         * sysdeps/alpha/hp-timing.h: Include it.
10120         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10121         * sysdeps/i386/i686/hp-timing.h: Likewise.
10122         * sysdeps/ia64/hp-timing.h: Likewise.
10123         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10124         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10125         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10126         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10127         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10128         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10129         (hp_timing_t): New.
10131         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10132         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10133         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10134         * elf/rtld.c (_dl_start_final): Likewise.
10135         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10136         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10137         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10138         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10139         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10140         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10141         (HP_TIMING_DIFF_INIT): Remove.
10142         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10143         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10144         (HP_TIMING_DIFF_INIT): Remove.
10145         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10146         * sysdeps/i386/i686/hp-timing.c: Remove file.
10147         * sysdeps/x86_64/hp-timing.c: Remove file.
10148         * sysdeps/ia64/hp-timing.c: Remove file.
10149         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10150         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10151         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10152         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10154         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10155         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10156         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10157         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10158         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10159         (HP_TIMING_ACCUM): Remove.
10160         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10161         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10162         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10164         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10165         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10166         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10167         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10168         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10169         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10170         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10171         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10173         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10175 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
10177         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10179 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10181         Sync up with gettext.
10182         * intl/loadmsgcat.c: Define O_BINARY if not defined.
10183         [_MSC_VER]: Include malloc.h
10184         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
10185         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
10186         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
10187         TEMP_FAILURE_RETRY.  Cast return of alloca.
10188         [!_LIBC] Call gl_rwlock_init.
10189         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
10191 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10193         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
10194         before checking its value.
10196 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10198         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
10200         * debug/memcpy_chk.c: Don't include pagecopy.h.
10201         * debug/mempcpy_chk.c: Likewise.
10202         * string/memcpy.c: Likewise.
10203         * string/memmove.c: Likewise.
10204         * sysdeps/powerpc/memmove.c: Likewise.
10205         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
10206         definition of PAGE_COPY_FWD_MAYBE here...
10207         * sysdeps/generic/pagecopy.h: ... from here.
10208         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
10210 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10211             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10213         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
10214         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
10215         optimizations.
10216         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10217         (__libc_ifunc_impl_list): Likewise.
10218         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
10219         multiarch strcat for PPC64.
10220         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
10221         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
10223 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10225         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
10227 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10229         * intl/loadmsgcat.c: Remove declaration of
10230         get_sysdep_segment_value.
10231         (get_sysdep_segment_value): Use ISO C style.
10232         (_nl_load_domain): Use ISO C style.  Get rid of redundant
10233         semicolon.  Fix typo and formatting in comment.
10234         (_nl_unload_domain): Use ISO C style.
10236         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
10238 2014-07-02  Will Newton  <will.newton@linaro.org>
10240         * malloc/obstack.c: Merge from gnulib master.
10241         [HAVE_CONFIG_H]: Remove conditional code.
10242         [!_LIBC]: Include config.h.
10243         [!ELIDE_CODE]: Don't include inttypes.h, include
10244         stdint.h unconditionally.
10245         (print_and_abort): Mark as _Noreturn.
10246         (_obstack_allocated_p): Mark as __attribute_pure__.
10247         (obstack_free): Rename to __obstack_free.
10248         [!__attribute__]: Remove conditional code.
10249         * malloc/obstack.h: Merge from gnulib master.
10250         [__cplusplus]: Move conditional down.
10251         [!__attribute_pure__]: Define __attribute_pure__ here
10252         if it is not already defined.
10253         (_obstack_memory_used): Mark as __attribute_pure__.
10254         [!__obstack_free]: Define as obstack_free.
10255         [__GNUC__]: Remove check for ancient NeXT gcc.
10257 2014-07-02  Will Newton  <will.newton@linaro.org>
10258             Paul Eggert  <eggert@cs.ucla.edu>
10260         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10262 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10264         * resolv/gethnamaddr.c: Add comment warning that the file is
10265         not maintained.
10267 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
10269         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10270         entries.
10272         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10273         entry for aio_cancel and aio_cancel64.
10274         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10275         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10276         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10277         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10278         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10279         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10280         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10281         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10282         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10283         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10284         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10285         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10286         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10288 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10290         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10291         * nptl/pthread_mutex_lock.c: Likewise.
10292         * nptl/pthread_mutex_timedlock.c: Likewise.
10293         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10295 2014-07-01  Richard henderson  <rth@redhat.com>
10297         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10298         (__isnan, __isnanl): Remove.
10299         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10301         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10303 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10305         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10307 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10309         * resolv/nss_dns/dns-host.c (getanswer_r)
10310         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10312 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10314         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10315         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10316         undefine.
10317         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10318         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10320 2014-07-01  Roland McGrath <roland@hack.frob.com>
10322         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10323         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10325         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10326         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10328         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10329         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10330         ... here.
10331         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10332         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10334         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10335         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10336         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10337         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10339         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10340         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10341         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10342         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10343         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10344         Moved ...
10345         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10346         ... here.
10347         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10348         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10349         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10350         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10351         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10352         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10353         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10354         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10355         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10356         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10357         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10358         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10359         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10360         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10361         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10362         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10363         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10364         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10365         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10366         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10367         ... here.
10368         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10369         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10370         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10371         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10372         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10373         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10374         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10375         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10377 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10379         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10380         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10381         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10382         Add sysdep.
10384 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10386         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10388 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10390         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10391         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10393         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10395         * sysdeps/arm/libm-test-ulps: Regenerated.
10397 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10398             Roland McGrath <roland@hack.frob.com>
10400         * test-skeleton.c (signal_handler): Kill the whole process group
10401         before killing the child individually.
10402         (main): Report any failure on `setpgid'.
10404 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10406         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10407         from _TLS_H to _ARM_NPTL_TLS_H.
10408         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10409         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10411 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10413         [BZ #16539]
10414         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10415         (__expm1l): Return argument unchanged when small but not
10416         subnormal.
10418         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10419         include macro name.
10420         (_FP_UNPACK_RAW_1_P): Likewise.
10421         (_FP_PACK_RAW_1): Likewise.
10422         (_FP_PACK_RAW_1_P): Likewise.
10423         (_FP_MUL_MEAT_1_wide): Likewise.
10424         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10425         (_FP_MUL_MEAT_1_hard): Likewise.
10426         (_FP_DIV_MEAT_1_imm): Likewise.
10427         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10428         (_FP_DIV_MEAT_1_udiv): Likewise.
10429         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10430         (_FP_UNPACK_RAW_2): Likewise.
10431         (_FP_UNPACK_RAW_2_P): Likewise.
10432         (_FP_PACK_RAW_2): Likewise.
10433         (_FP_PACK_RAW_2_P): Likewise.
10434         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10435         (_FP_MUL_MEAT_2_wide): Likewise.
10436         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10437         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10438         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10439         (_FP_MUL_MEAT_2_gmp): Likewise.
10440         (_FP_DIV_MEAT_2_udiv): Likewise.
10441         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10442         (_FP_FRAC_SRL_4): Likewise.
10443         (_FP_FRAC_SRST_4): Likewise.
10444         (_FP_FRAC_SRS_4): Likewise.
10445         (_FP_UNPACK_RAW_4): Likewise.
10446         (_FP_UNPACK_RAW_4_P): Likewise.
10447         (_FP_PACK_RAW_4): Likewise.
10448         (_FP_PACK_RAW_4_P): Likewise.
10449         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10450         (_FP_MUL_MEAT_4_wide): Likewise.
10451         (_FP_MUL_MEAT_4_gmp): Likewise.
10452         (umul_ppppmnnn): Likewise.
10453         (_FP_DIV_MEAT_4_udiv): Likewise.
10454         (__FP_FRAC_ADD_4): Likewise.
10455         (__FP_FRAC_SUB_3): Likewise.
10456         (__FP_FRAC_SUB_4): Likewise.
10457         (__FP_FRAC_DEC_3): Likewise.
10458         (__FP_FRAC_DEC_4): Likewise.
10459         (__FP_FRAC_ADDI_4): Likewise.
10460         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10461         (_FP_FRAC_SRL_8): Likewise.
10462         (_FP_FRAC_SRS_8): Likewise.
10464         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10465         include macro name.
10466         (FP_UNPACK_RAW_EP): Likewise.
10467         (FP_PACK_RAW_E): Likewise.
10468         (FP_PACK_RAW_EP): Likewise.
10469         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10470         (_FP_ISSIGNAN): Likewise.
10471         (_FP_ADD_INTERNAL): Likewise.
10472         (_FP_FMA): Likewise.
10473         (_FP_CMP): Likewise.
10474         (_FP_SQRT): Likewise.
10475         (_FP_TO_INT): Likewise.
10476         (_FP_FROM_INT): Likewise.
10477         (FP_EXTEND): Likewise.
10478         (_FP_DIV_MEAT_N_loop): Likewise.
10480 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10482         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10483         throughout.
10485 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10487         [BZ #17097]
10488         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10489         result with correct sign in case of exponents that produce
10490         overflow except for X very close to 1.
10492 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10494         mktime: merge #if/#ifdef usage from glibc
10495         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10496         as that works with both Glibc's and Gnulib's style.
10497         See thread starting at Siddhesh Poyarekar's bug report at:
10498         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10500 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10502         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10503         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10504         * sysdeps/tile/tilegx/memmove.c: Remove file.
10506 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10508         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10509         abi-name definition.
10510         * scripts/soversions.awk: Do not handle or generate ABI lines.
10511         * shlib-versions: Remove ABI entries.
10512         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10513         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10515 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10517         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10518         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10519         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10520         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10521         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10522         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10523         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10524         Moved ...
10525         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10526         ... here.
10527         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10528         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10529         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10530         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10531         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10532         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10533         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10534         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10535         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10536         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10537         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10538         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10539         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10540         Moved ...
10541         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10542         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10543         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10544         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10545         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10546         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10547         Moved ...
10548         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10549         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10550         Moved ...
10551         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10552         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10553         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10554         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10555         Moved ...
10556         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10557         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10558         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10559         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10560         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10561         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10562         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10563         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10564         Moved ...
10565         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10566         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10567         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10568         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10569         Moved ...
10570         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10571         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10572         Moved ...
10573         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10574         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10575         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10576         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10577         Moved ...
10578         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10579         ... here.
10580         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10581         Identical file removed.
10582         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10583         Moved ...
10584         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10585         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10586         Identical file removed.
10587         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10588         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10589         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10590         Moved ...
10591         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10592         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10593         Identical file removed.
10594         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10595         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10596         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10597         Identical file removed.
10598         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10599         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10600         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10601         Identical file removed.
10602         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10603         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10604         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10605         Identical file removed.
10606         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10607         Moved ...
10608         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10609         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10610         Identical file removed.
10611         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10612         Moved ...
10613         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10614         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10615         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10616         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10617         Identical file removed.
10618         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10619         Moved ...
10620         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10621         ... here.
10622         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10623         Identical file removed.
10624         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10625         Moved ...
10626         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10627         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10628         Identical file removed.
10629         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10630         Moved ...
10631         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10632         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10633         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10634         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10635         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10636         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10637         Moved ...
10638         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10639         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10640         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10642         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10643         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10644         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10645         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10646         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10648 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10650         [BZ #17092]
10651         * nscd/nscd.c (monitor_child): Return exit status of child
10652         instead of return value from wait syscall.
10654 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10656         * configure.ac (libc_commonpagesize): Remove variable.
10657         (libc_relro_required): Likewise.
10658         (libc_cv_z_relro): Remove configure test.
10659         * configure: Regenerated.
10660         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10661         variable.
10662         (libc_relro_required): Likewise.
10663         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10664         (libc_relro_required): Likewise.
10665         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10666         (libc_relro_required): Likewise.
10667         * sysdeps/arm/preconfigure: Regenerated.
10668         * sysdeps/ia64/preconfigure: Remove file.
10669         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10670         variable.
10671         (libc_relro_required): Likewise.
10673         [BZ #16561]
10674         [BZ #16562]
10675         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10676         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10677         recompute overflowing results in original rounding mode.
10678         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10679         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10680         recompute overflowing results in original rounding mode.
10681         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10682         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10683         recompute overflowing results in original rounding mode.
10684         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10685         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10686         recompute overflowing results in original rounding mode.
10687         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10688         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10689         recompute overflowing results in original rounding mode.
10690         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10691         (libc_feholdsetround_ctx): New macro.
10692         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10693         * sysdeps/i386/fpu/libm-test-ulps: Update.
10694         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10696 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10698         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10699         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10700         corresponding .cpsetup call.
10702 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10704         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10705         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10706         * sysdeps/arm/Makefile [$(subdir) = csu]
10707         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10708         (static-only-routines): Add aeabi_read_tp here.
10709         (shared-only-routines): Add libc-aeabi_read_tp here.
10710         (CFLAGS-libc-start.c): Add -fexceptions here.
10711         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10712         (sysdep_routines, static-only-routines, shared-only-routines):
10713         Don't add to these here.
10714         (CFLAGS-libc-start.c): Likewise.
10716         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10717         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10718         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10719         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10720         * sysdeps/arm/Makefile [$(subdir) = rt]
10721         (librt-sysdep_routines, librt-shared-only-routines):
10722         Append rt-aeabi_unwind_cpp_pr1 here.
10723         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10724         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10725         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10726         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10727         Append nptl-aeabi_unwind_cpp_pr1 here.
10728         (tests): Filter out tst-cleanupx4 here.
10729         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10730         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10731         Don't do those here.
10733 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10735         * scripts/list-sources.sh: Do not handle ports specially.
10737 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10739         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10740         * sysdeps/arm/feupdateenv.c: Likewise.
10742         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10744 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10746         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10747         trailing whitespace removed.
10748         * scripts/config.guess: Update to version 2014-03-23.
10749         * scripts/config.sub: Update to version 2014-05-01
10750         * scripts/install-sh: Update to version 2013-12-25.23.
10751         * scripts/move-if-change: Update from gnulib.
10753 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10755         * debug/memmove_chk.c: Remove pagecopy.h include.
10757 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10759         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10760         identical to gnulib mktime.
10762 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10764         * configure.ac: Do not test for machine being rs6000.  Do not test
10765         for powerpc*-*soft.
10766         * configure: Regenerated.
10768         [BZ #11505]
10769         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10770         test.
10771         * configure: Regenerated.
10772         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10773         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10774         Remove configure test.
10775         * sysdeps/arm/configure: Regenerated.
10776         * sysdeps/nptl/configure.ac: Do not check
10777         libc_cv_asm_cfi_directives.
10778         * sysdeps/nptl/configure: Regenerated.
10779         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10780         * sysdeps/x86_64/nptl/configure: Remove generated file.
10781         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10782         unconditional.
10783         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10785 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10787         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10788         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10789         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10790         it is defined.
10792         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10793         instead of whether it is defined.
10794         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10795         * sysdeps/hppa/dl-machine.h: Likewise.
10796         * sysdeps/ia64/dl-machine.h: Likewise.
10797         * sysdeps/m68k/dl-machine.h: Likewise.
10798         * sysdeps/microblaze/dl-machine.h: Likewise.
10799         * sysdeps/mips/dl-machine.: Likewise.
10800         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10801         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10802         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10803         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10804         * sysdeps/sh/dl-machine.h: Likewise.
10805         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10806         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10807         * sysdeps/tile/dl-machine.h: Likewise.
10808         * sysdeps/x86_64/dl-machine.h: Likewise.
10810         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10811         code.
10812         (verify_persistent_db): Likewise.
10814 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10816         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10817         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10818         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10819         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10820         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10821         Moved ...
10822         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10823         ... here.
10824         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10825         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10826         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10827         Identical file removed.
10828         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10829         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10830         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10831         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10832         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10833         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10834         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10835         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10836         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10837         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10838         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10839         Moved ...
10840         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10841         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10842         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10843         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10844         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10845         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10846         Moved ...
10847         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10848         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10849         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10850         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10851         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10852         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10853         Identical file removed.
10854         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10855         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10856         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10857         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10858         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10859         Moved ...
10860         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10861         ... here.
10862         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10863         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10864         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10865         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10866         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10867         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10868         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10869         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10870         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10871         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10872         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10873         Moved ...
10874         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10875         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10876         Moved ...
10877         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10879         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10880         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10881         Moved ...
10882         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10883         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10884         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10886         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10887         folded into ...
10888         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10889         * sysdeps/unix/sysv/linux/s390/Versions
10890         (libpthread: GLIBC_2.19): New version set.
10891         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10892         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10893         (librt: GLIBC_2.3.3): New version set.
10894         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10895         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10896         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10897         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10898         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10899         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10900         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10901         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10902         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10903         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10904         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10905         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10906         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10907         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10908         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10909         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10910         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10911         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10912         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10913         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10914         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10915         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10916         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10917         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10918         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10919         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10920         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10921         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10922         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10923         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10924         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10925         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10926         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10927         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10928         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10929         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10930         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10931         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10932         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10933         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10934         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10935         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10936         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10937         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10938         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10940         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10941         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10942         (__libc_vfork): Define the function under this name.
10943         [!NOT_IN_libc] (__vfork): Make this an alias.
10944         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10945         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10946         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10947         (__libc_vfork): Define the function under this name.
10948         [!NOT_IN_libc] (__vfork): Make this an alias.
10949         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10950         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10951         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10952         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10953         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10954         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10956         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10957         code that was previously under [RESET_PID].
10958         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10959         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10960         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10962         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10963         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10964         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10965         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10966         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10967         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10968         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10969         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10970         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10971         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10972         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10973         Moved ...
10974         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10975         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10976         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10977         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10978         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10979         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10980         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10981         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10982         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10983         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10984         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10985         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10986         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10987         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10988         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10989         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10990         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10991         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10992         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10993         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10994         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10995         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10996         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10997         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10998         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10999         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
11000         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
11001         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
11002         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
11004 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11006         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
11007         that was previously under [RESET_PID].
11008         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
11010 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11012         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
11013         not undefine and redefine.
11014         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
11015         [O_CLOEXEC]: Make code unconditional.
11016         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
11017         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
11018         <kernel-features.h>.
11019         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
11020         conditional variable definition.
11021         (shm_open) [O_CLOEXEC]: Make code unconditional.
11022         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
11023         code.
11025         * configure.ac (USE_REGPARMS): Don't define here.
11026         * configure: Regenerated.
11027         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
11028         * sysdeps/i386/configure: Regenerated.
11030         * nptl/createthread.c: Don't include kernel-features.h.
11031         * nptl/pthread_cancel.c: Likewise.
11032         * nptl/pthread_condattr_setclock.c: Likewise.
11033         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
11034         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
11035         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
11036         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
11037         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
11038         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
11039         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
11040         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
11041         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
11042         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
11043         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
11044         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
11045         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
11046         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
11047         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
11048         * nscd/gai.c: Likewise.
11049         * nss/nss_db/db-open.c: Likewise.
11050         * sysdeps/generic/ldsodefs.h: Likewise.
11051         * sysdeps/sh/nptl/tls.h: Likewise.
11052         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
11053         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
11054         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
11055         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
11056         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
11057         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
11058         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
11059         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
11060         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11061         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
11062         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
11063         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11064         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
11065         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
11066         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
11067         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
11068         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
11069         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
11070         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
11071         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
11072         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
11073         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
11074         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
11075         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
11076         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
11077         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
11078         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
11079         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
11080         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
11081         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
11082         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
11083         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
11084         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
11085         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
11086         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
11087         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11088         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
11089         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11090         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
11091         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
11092         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
11093         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
11094         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
11095         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11096         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11097         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11098         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11099         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11100         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11101         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11102         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11103         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11104         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11105         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11106         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11107         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11108         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11109         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11132         * sysdeps/unix/sysv/linux/pread.c: Likewise.
11133         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11134         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11135         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11136         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11137         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11138         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11139         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11140         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11141         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11142         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11143         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11144         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11145         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11146         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11147         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11148         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11149         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11150         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11151         * sysdeps/unix/sysv/linux/system.c: Likewise.
11152         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11153         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11154         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11155         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11156         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11157         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11158         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11160         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11161         * configure: Regenerated.
11162         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11164         * configure.ac (base_machine): Do not set specially for particular
11165         machines here.
11166         * configure: Regenerated.
11167         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11168         settings from configure.ac.
11169         * sysdeps/i386/preconfigure: New file.
11170         * sysdeps/s390/preconfigure: Likewise.
11171         * sysdeps/sh/preconfigure: Likewise.
11172         * sysdeps/sparc/preconfigure: Likewise.
11174 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11176         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11177         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11178         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11179         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11180         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
11181         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
11182         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
11183         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
11184         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
11185         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
11186         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
11187         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11188         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
11189         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
11190         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
11191         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
11192         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
11193         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
11194         * sysdeps/sparc/sparc64/Makefile: ... appended here.
11196         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
11197         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
11198         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
11199         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
11200         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
11201         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
11202         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
11203         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
11204         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
11205         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
11206         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
11207         * sysdeps/sparc/sparc32/sem_post.c: ... here.
11208         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
11209         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
11210         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
11211         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
11212         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
11213         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
11214         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
11215         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
11216         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
11217         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
11218         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
11219         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
11220         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
11221         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
11222         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
11223         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
11224         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
11225         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
11226         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
11227         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
11228         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
11229         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
11230         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
11231         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
11232         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
11233         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
11235         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
11236         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
11237         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
11238         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
11239         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
11240         Moved ...
11241         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11242         ... here.
11243         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
11244         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
11245         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
11246         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
11247         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
11248         Moved ...
11249         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
11250         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
11251         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
11252         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11253         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11254         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11255         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11256         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11257         Moved ...
11258         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11259         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11260         Moved ...
11261         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11262         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11263         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11264         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11265         Moved ...
11266         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11267         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11268         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11269         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11270         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11271         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11272         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11273         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11274         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11275         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11276         Moved ...
11277         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11278         ... here.
11279         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11280         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11281         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11282         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11283         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11284         Moved ...
11285         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11286         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11287         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11288         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11289         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11290         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11291         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11292         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11293         Moved ...
11294         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11295         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11296         Moved ...
11297         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11298         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11299         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11300         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11301         Moved ...
11302         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11303         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11304         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11305         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11306         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11308 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11310         * timezone/checktab.awk: Update from tzcode 2014e.
11311         * timezone/private.h: Likewise.
11312         * timezone/tzfile.h: Likewise.
11313         * timezone/zdump.c: Likewise.
11314         * timezone/zic.c: Likewise.
11316         * sysdeps/unix/sysv/linux/kernel-features.h
11317         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11318         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11319         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11320         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11321         Remove conditional code.
11323 2014-06-25  Will Newton  <will.newton@linaro.org>
11325         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11326         (_dl_arm_cap_flags): Add HWCAP2 values.
11327         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11328         (_DL_HWCAP_COUNT): Increase to 37.
11329         (_DL_HWCAP_LAST): New define.
11330         (_DL_HWCAP2_LAST): New define.
11331         (_dl_procinfo): Add support for printing
11332         AT_HWCAP2 entries.
11333         (_dl_string_hwcap): Use _dl_hwcap_string.
11335 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11337         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11339 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11341         * README: Do not mention ports directory.
11343         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11344         Remove macro.
11345         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11346         <kernel-features.h>.
11347         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11348         conditional variable definition.
11349         (__futimes): Update comment.
11350         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11351         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11353         [BZ #16560]
11354         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11355         arguments close to 0.
11356         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11357         Likewise.
11358         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11359         Likewise.
11360         * math/auto-libm-test-in: Add more tests of exp10.
11361         * math/auto-libm-test-out: Regenerated.
11362         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11364         * sysdeps/unix/sysv/linux/kernel-features.h
11365         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11366         * sysdeps/unix/sysv/linux/readv.c: Do not include
11367         <kernel-features.h>.
11368         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11369         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11370         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11371         unconditional.
11372         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11373         conditional code.
11374         * sysdeps/unix/sysv/linux/writev.c: Do not include
11375         <kernel-features.h>.
11376         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11377         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11378         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11379         unconditional.
11380         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11381         conditional code.
11383 2014-06-25  Will Newton  <will.newton@linaro.org>
11385         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11386         comment changes throughout the file.  Remove checks
11387         for HAVE_*_H definitions that are not required.
11388         (__gen_tempname): Call abort if an unknown kind value is
11389         passed.
11391 2014-06-25  Andreas Schwab  <schwab@suse.de>
11393         [BZ #17086]
11394         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11395         scalbln, scalblnf, scalblnl in libc.
11397 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11399         [BZ #17086]
11400         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11401         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11402         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11404 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11406         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11407         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11408         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11409         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11410         Update #include.
11411         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11412         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11413         Update #include.
11414         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11415         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11416         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11417         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11418         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11419         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11420         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11421         * sysdeps/x86/bits/semaphore.h: ... here.
11422         * sysdeps/x86/nptl/elide.h: Moved ...
11423         * sysdeps/x86/elide.h: ... here.
11424         * sysdeps/x86_64/nptl/Implies: File removed.
11425         * sysdeps/i386/nptl/Implies: File removed.
11427 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11429         [BZ #16539]
11430         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11431         return the argument for normal arguments with exponent below -64.
11432         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11433         Likewise.
11434         * math/auto-libm-test-in: Add another test of expm1.
11435         * math/auto-libm-test-out: Regenerated.
11437         [BZ #16287]
11438         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11439         calling __erfcl for arguments at least 16.
11440         * math/auto-libm-test-in: Add more tests of erf.
11441         * math/auto-libm-test-out: Regenerated.
11443         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11444         individual architectures.
11445         * sysdeps/unix/sysv/linux/configure: Regenerated.
11446         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11447         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11448         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11449         (ldd_rewrite_script): Define variable.
11450         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11452         file.
11453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11454         generated file.
11455         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11456         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11457         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11458         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11459         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11460         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11461         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11462         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11464 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11466         [BZ #17084]
11467         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11468         Rename member __data.d to __data.__elision_data.
11470 2014-06-24  Wilco  <wdijkstr@arm.com>
11472         * NEWS: Add 16918 to fixed bug list.
11474 2014-06-24  Wilco  <wdijkstr@arm.com>
11476         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11478 2014-06-24  Wilco  <wdijkstr@arm.com>
11480         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11481         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11482         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11483         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11484         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11485         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11486         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11487         Use _FPU_MASK_RM.
11489 2014-06-24  Wilco  <wdijkstr@arm.com>
11491         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11493 2014-06-24  Wilco  <wdijkstr@arm.com>
11495         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11496         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11497         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11498         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11500 2014-06-24  Wilco  <wdijkstr@arm.com>
11502         [BZ #16918]
11503         * sysdeps/arm/feupdateenv.c (feupdateenv):
11504         Rewrite to reduce FPSCR accesses and fix return value.
11506 2014-06-24  Wilco  <wdijkstr@arm.com>
11508         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11509         Optimize to avoid unnecessary FPSCR writes.
11510         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11511         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11512         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11513         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11515 2014-06-24  Wilco  <wdijkstr@arm.com>
11517         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11518         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11519         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11520         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11521         Call libc_fetestexcept_vfp.
11522         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11523         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11524         __SOFTFP__ ifdef so that they can be built for softfp.
11526 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11528         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11529         argument type signed char.
11531         * Makerules (check-abi): Dump diff of symlist if the test
11532         fails.
11534 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11536         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11537         using abort.
11539         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11540         Remove unused variable ST.
11542 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11544         [BZ #16354]
11545         [BZ #17061]
11546         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11547         small arguments before calling __expm1.
11548         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11549         small arguments before calling __expm1f.
11550         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11551         small arguments before calling __expm1l.
11552         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11553         Likewise.
11554         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11555         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11556         spurious underflow for some cosh tests.
11557         * math/auto-libm-test-out: Regenerated.
11558         * sysdeps/i386/fpu/libm-test-ulps: Update.
11560         [BZ #17050]
11561         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11562         (__ieee754_y1): Set errno if return value overflows.
11563         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11564         (__ieee754_y1f): Set errno if return value overflows.
11565         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11566         (__ieee754_y1l): Set errno if return value overflows.
11567         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11568         (__ieee754_y1l): Set errno if return value overflows.
11569         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11570         * math/auto-libm-test-out: Regenerated.
11572         * math/gen-auto-libm-tests.c: Document use of
11573         ignore-zero-inf-sign.
11574         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11575         (input_flags): Add ignore-zero-inf-sign.
11576         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11577         * math/gen-libm-test.pl (generate_testfile): Handle
11578         ignore-zero-inf-sign.
11579         * math/auto-libm-test-in: Mark some cpow tests with
11580         ignore-zero-inf-sign and some with xfail-rounding.
11581         * math/auto-libm-test-out: Regenerated.
11582         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11583         * sysdeps/i386/fpu/libm-test-ulps: Update.
11584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11586         [BZ #16315]
11587         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11588         overflowing or underflowing operations take place with sign of
11589         result.
11590         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11591         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11592         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11593         (__ieee754_pow): Recompute overflowing and underflowing results in
11594         original rounding mode.
11595         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11596         (__powl_helper): Allow negative argument X and scale negated value
11597         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11598         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11599         overflowing or underflowing operations take place with sign of
11600         result.
11601         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11602         Include <math.h>.
11603         * math/auto-libm-test-in: Add more tests of pow.
11604         * math/auto-libm-test-out: Regenerated.
11605         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11606         (pow_tonearest_test_data): Remove.
11607         (pow_test_tonearest): Likewise.
11608         (pow_towardzero_test_data): Likewise.
11609         (pow_test_towardzero): Likewise.
11610         (pow_downward_test_data): Likewise.
11611         (pow_test_downward): Likewise.
11612         (pow_upward_test_data): Likewise.
11613         (pow_test_upward): Likewise.
11614         (main): Don't call removed functions.
11615         * sysdeps/i386/fpu/libm-test-ulps: Update.
11616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11618 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11621         Moved ...
11622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11624         Moved ...
11625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11627         Moved ...
11628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11630         Moved ...
11631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11633         File removed.
11634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11635         File removed.
11636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11637         File removed.
11638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11639         File removed.
11640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11641         File removed.
11642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11643         File removed.
11644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11645         File removed.
11646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11647         File removed.
11648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11649         File removed.
11650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11651         File removed.
11652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11653         File removed.
11654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11655         File removed.
11656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11657         Moved ...
11658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11660         Moved ...
11661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11662         ... here.
11663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11664         Moved ...
11665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11667         Moved ...
11668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11670         Moved ...
11671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11673         Moved ...
11674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11676         Moved ...
11677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11679         Moved ...
11680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11682         Moved ...
11683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11686         ... here.
11687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11688         Moved ...
11689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11691         Moved ...
11692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11693         ... here.
11694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11695         Moved ...
11696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11697         ... here.
11698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11699         Moved ...
11700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11701         ... here.
11702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11703         Moved ...
11704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11706         Moved ...
11707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11711         Moved ...
11712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11713         ... here.
11714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11715         Moved ...
11716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11717         ... here.
11718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11719         Moved ...
11720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11722         Moved ...
11723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11725         Moved ...
11726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11728         Moved ...
11729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11731         Moved ...
11732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11733         ... here.
11734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11735         Moved ...
11736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11738         Moved ...
11739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11741         Moved ...
11742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11744         Moved ...
11745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11749         Moved ...
11750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11752         Moved ...
11753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11755         Moved ...
11756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11757         ... here.
11758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11759         Moved ...
11760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11761         ... here.
11762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11763         Moved ...
11764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11765         ... here.
11766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11767         Moved ...
11768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11770         Moved ...
11771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11773         Moved ...
11774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11776         Moved ...
11777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11778         ... here.
11779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11780         Moved ...
11781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11782         ... here.
11783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11784         Moved ...
11785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11786         ... here.
11787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11788         Moved ...
11789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11791         Moved ...
11792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11794 2014-06-23  Will Newton  <will.newton@linaro.org>
11795             Wilco  <wdijkstr@arm.com>
11797         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11798         implementation.  Include get-rounding-mode.h.
11799         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11800         [!libc_feholdsetround_noex_ctx]: Define
11801         libc_feholdsetround_noex_ctx.
11802         [!libc_feholdsetround_noexf_ctx]: Define
11803         libc_feholdsetround_noexf_ctx.
11804         [!libc_feholdsetround_noexl_ctx]: Define
11805         libc_feholdsetround_noexl_ctx.
11806         (libc_feholdsetround_ctx): New function.
11807         (libc_feresetround_ctx): New function.
11808         (libc_feholdsetround_noex_ctx): New function.
11809         (libc_feresetround_noex_ctx): New function.
11811 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11813         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11814         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11815         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11816         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11817         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11818         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11820         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11821         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11822         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11823         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11824         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11825         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11826         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11827         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11828         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11829         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11830         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11831         Moved ...
11832         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11833         ... here.
11834         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11835         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11836         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11837         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11838         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11839         Moved ...
11840         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11841         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11842         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11843         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11844         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11845         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11846         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11847         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11848         Moved ...
11849         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11850         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11851         Moved ...
11852         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11853         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11854         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11855         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11856         Moved ...
11857         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11858         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11859         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11860         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11861         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11862         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11863         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11864         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11865         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11866         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11867         Moved ...
11868         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11869         ... here.
11870         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11871         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11872         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11873         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11874         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11875         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11876         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11877         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11878         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11879         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11880         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11881         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11882         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11883         Moved ...
11884         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11885         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11886         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11887         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11888         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11889         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11890         Moved ...
11891         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11892         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11893         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11894         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11895         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11897         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11898         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11899         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11900         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11901         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11902         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11903         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11904         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11905         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11906         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11907         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11908         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11909         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11910         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11911         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11912         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11913         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11914         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11915         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11916         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11917         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11918         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11919         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11920         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11921         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11922         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11923         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11924         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11926 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11928         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11929         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11930         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11931         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11932         (IPV6_PMTUDISC_INTERFACE): Likewise.
11933         (IPV6_PMTUDISC_OMIT): Likewise.
11935 2014-06-23  Andreas Schwab  <schwab@suse.de>
11937         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11938         Remove unused errout label.
11940 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11942         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11943         macro: hardware supports Vector Crypto instructions.
11945 2014-06-23  Will Newton  <will.newton@linaro.org>
11947         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11948         rather than __builtin_expect.
11950         * elf/dl-lookup.c (undefined_msg): Remove variable.
11951         (_dl_lookup_symbol_x): Replace undefined_msg with string
11952         literal.
11954         * elf/dl-lookup.c (do_lookup_unique): New function.
11955         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11956         to a separate function.
11958 2014-06-23  Andreas Schwab  <schwab@suse.de>
11960         [BZ #17079]
11961         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11962         before reading the next line.
11964 2014-06-23  Will Newton  <will.newton@linaro.org>
11966         * test-skeleton.c (signal_handler): Use printf and %m
11967         rather than perror.  Use printf rather than fprintf to
11968         stderr.  Use puts rather than fputs to stderr.
11969         (main): Likewise.
11971 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11973         * nscd/nscd.c (thread_info_t): Remove typedef.
11974         (thread_info): Remove variable.
11976 2014-06-21  Allan McRae  <allan@archlinux.org>
11978         * NEWS: Mention CVE-2014-4043.
11980 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11982         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11983         * nptl/smp.h: ... here.
11985         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11987         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11988         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11989         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11990         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11992         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11993         * nptl/stack-aliasing.h: New file.
11994         * sysdeps/i386/i686/stack-aliasing.h: New file.
11995         * sysdeps/i386/i686/nptl/Makefile: File removed.
11996         * sysdeps/x86_64/stack-aliasing.h: New file.
11997         * sysdeps/x86_64/nptl/Makefile
11998         (CFLAGS-pthread_create.c): Variable removed.
12000         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
12001         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
12002         old file.
12003         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
12004         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
12005         old file.
12007 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
12009         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12010         (__ASSUME_SIGFRAME_V2): Remove macro.
12011         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
12012         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
12013         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
12014         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
12015         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
12016         Declare as function.  Remove conditional macro definitions.
12017         (__default_rt_sa_restorer): Likewise.
12018         (__default_sa_restorer_v1): Remove declaration.
12019         (__default_sa_restorer_v2): Likewise.
12020         (__default_rt_sa_restorer_v1): Likewise.
12021         (__default_rt_sa_restorer_v2): Likewise.
12022         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
12023         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
12024         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
12026 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12028         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
12029         (libpthread-routines): Add sysdep.
12030         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
12031         * sysdeps/unix/sysv/linux/sparc/Versions
12032         (libpthread: GLIBC_2.3.3): New version set.
12033         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
12034         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
12035         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
12036         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
12037         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
12038         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
12039         Moved ...
12040         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
12041         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
12042         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
12043         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
12044         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
12045         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
12046         * sysdeps/sparc/nptl/sem_init.c: ... here.
12047         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
12048         * sysdeps/sparc/nptl/sem_post.c: ... here.
12049         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
12050         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
12051         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
12052         * sysdeps/sparc/nptl/sem_wait.c: ... here.
12053         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
12054         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
12055         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
12056         (libpthread-routines): Add cpu_relax.
12057         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
12058         File removed.
12059         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
12060         (librt: GLIBC_2.3.3): New version set.
12061         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
12062         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
12063         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
12064         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
12065         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
12066         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
12067         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
12068         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
12069         Moved ...
12070         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
12071         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
12072         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
12073         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
12074         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
12075         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
12076         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
12077         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
12078         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
12079         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
12080         Moved ...
12081         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
12082         Update #include.
12083         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
12084         Moved ...
12085         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
12086         Update #include.
12087         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
12088         Moved ...
12089         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
12090         Update #include.
12091         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
12092         Moved ...
12093         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
12094         Update #include.
12095         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
12096         Moved ...
12097         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12098         Update #include.
12099         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12100         Moved ...
12101         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12102         Update #include.
12103         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12104         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12105         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12106         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12107         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12108         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12109         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12110         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12111         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12112         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12113         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12114         Moved ...
12115         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12116         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12117         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12118         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12119         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12121 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12123         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12124         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12125         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12126         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12127         * nscd/nscd.c: Likewise.
12128         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12129         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12130         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12131         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12133         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12134         <kernel-features.h>.
12135         (init_mq_netlink): Remove conditional have_sock_cloexec
12136         definitions.  Remove code conditional on have_sock_cloexec < 0.
12137         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12138         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12139         * sysdeps/unix/sysv/linux/opensock.c: Do not include
12140         <kernel-features.h>.
12141         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12142         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12144 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12146         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12147         Add tests for memset_chk and memset.
12149         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12150         with AVX2_Usable.
12152 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12154         [BZ #16046]
12155         * elf/tst-dl-iter-static.c: New file.
12156         * elf/Makefile (tests-static): Add tst-dl-iter-static.
12158         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12159         error.
12161 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12163         * sysdeps/unix/sysv/linux/kernel-features.h
12164         (__ASSUME_F_GETOWN_EX): Remove macro.
12165         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12166         <kernel-features.h>.
12167         (miss_F_GETOWN_EX): Remove variable or macro.
12168         (do_fcntl): Do not check miss_F_GETOWN_EX.
12169         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12171         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12172         Remove macro.
12173         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12174         [!__ASSUME_AT_RANDOM]: Remove conditional code.
12175         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12177         * sysdeps/unix/sysv/linux/kernel-features.h
12178         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12179         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12180         [ADJ_OFFSET_SS_READ]: Make code unconditional.
12181         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
12183 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12185         [BZ #17075]
12186         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
12187         Fix calculation of the symbol's value.
12188         * sysdeps/arm/tst-armtlsdescloc.c: New file.
12189         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
12190         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
12191         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
12192         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
12193         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
12194         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
12195         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
12196         (modules-names): Add `tst-armtlsdescmod',
12197         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
12198         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
12199         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12200         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
12201         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
12202         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12203         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
12204         ($(objpfx)tst-armtlsdescloc): New dependency.
12205         ($(objpfx)tst-armtlsdescextnow): Likewise.
12206         ($(objpfx)tst-armtlsdescextlazy): Likewise.
12207         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
12208         TLS scheme support.
12209         * sysdeps/arm/configure: Regenerate.
12211 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12213         * include/fcntl.h (__atfct_seterrno): Remove prototype.
12214         (__atfct_seterrno_2): Likewise.
12215         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
12216         <kernel-features.h>.
12217         (__ASSUME_ATFCTS): Do not undefine and redefine.
12218         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
12219         (__have_atfcts): Remove conditional definition.
12220         (__fxstatat([__NR_fstatat64]: Make code unconditional.
12221         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
12222         unreachable if [__ASSUME_ATFCTS].
12223         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
12224         not undefine and redefine.
12225         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
12226         <kernel-features.h>.
12227         (faccessat) [__NR_faccessat]: Make code unconditional.
12228         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
12229         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
12230         <kernel-features.h>.
12231         (fchmodat) [__NR_fchmodat]: Make code unconditional.
12232         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12233         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
12234         <kernel-features.h>.
12235         (fchownat) [__NR_fchownat]: Make code unconditional.
12236         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
12237         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
12238         <kernel-features.h>.
12239         (futimesat) [__NR_futimesat]: Make code unconditional.
12240         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
12241         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
12242         <kernel-features.h>.
12243         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12244         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12245         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
12246         <kernel-features.h>.
12247         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
12248         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12249         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
12250         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
12251         <kernel-features.h>.
12252         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12253         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12254         * sysdeps/unix/sysv/linux/linkat.c: Do not include
12255         <kernel-features.h>.
12256         (linkat) [__NR_linkat]: Make code unconditional.
12257         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12258         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12259         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12260         <kernel-features.h>.
12261         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12262         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12263         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12264         <kernel-features.h>.
12265         (mkdirat) [__NR_mkdirat]: Make code unconditional.
12266         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12267         * sysdeps/unix/sysv/linux/openat.c: Do not include
12268         <kernel-features.h>.
12269         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12270         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12271         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12272         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12273         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12274         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12275         <kernel-features.h>.
12276         (readlinkat) [__NR_readlinkat]: Make code unconditional.
12277         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
12278         result of INLINE_SYSCALL directly, not via int variable.
12279         * sysdeps/unix/sysv/linux/renameat.c: Do not include
12280         <kernel-features.h>.
12281         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12282         (renameat) [__NR_renameat]: Make code unconditional.
12283         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12284         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12285         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12286         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12287         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12288         (__ASSUME_ATFCTS): Do not undefine and redefine.
12289         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12290         <kernel-features.h>.
12291         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12292         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12293         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12294         <kernel-features.h>.
12295         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12296         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12297         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12298         (__ASSUME_ATFCTS): Do not undefine and redefine.
12299         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12300         <kernel-features.h>.
12301         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12302         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12303         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12304         <kernel-features.h>.
12305         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12306         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12308 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12310         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12312 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12314         [BZ #17069]
12315         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12316         constructed tree before returning error.
12317         * posix/bug-regexp36.c: Expand test case.
12319 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12321         [BZ #6803]
12322         * math/libm-test.inc (scalbln_test_date):
12323         Add errno expectations.
12324         * math/w_scalblnf.c: New File.
12325         Add wrapper which checks for setting errno to ERANGE.
12326         Add weak_alias for corresponding scalbln function.
12327         * math/w_scalbln.c: Likewise.
12328         * math/w_scalblnl.c: Likewise.
12329         * math/Makefile (libm-calls): Add w_scalbln.
12330         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12331         Remove weak_alias for corresponding scalbln function.
12332         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12333         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12334         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12335         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12336         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12337         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12338         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12339         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12340         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12341         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12342         Remove long_double_symbol for scalblnl function in libm, libc.
12343         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12344         Add wrapper which checks for setting errno to ERANGE.
12345         Add long_double_symbol for scalblnl function in libm, libc.
12346         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12347         Remove long_double_symbol for scalblnl in libm.
12348         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12349         Add wrapper which checks for setting errno to ERANGE.
12350         Add long_double_symbol for scalblnl function in libm.
12351         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12352         Do not use wrapper because of own implementation.
12354 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12356         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12357         3 bytes for __pad1 for x32.
12358         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12360 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12361             H.J. Lu  <hongjiu.lu@intel.com>
12363         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12364         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12365         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12366         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12367         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12369 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12371         [BZ #17069]
12372         * posix/regcomp.c (parse_expression): Deallocate partially
12373         constructed tree before returning error.
12374         * posix/Makefile.c (tests): Add bug-regex36.
12375         (generated): Add bug-regex36.mtrace.
12376         (tests-special): Add $(objpfx)bug-regex36-mem.out
12377         (bug-regex36-ENV): New variable.
12378         ($(objpfx)bug-regex36-mem.out): New rule.
12379         * posix/bug-regex36.c: New file.
12381 2014-06-19  Will Newton  <will.newton@linaro.org>
12383         * malloc/malloc.c (systrim): If extra is zero then return
12384         early.
12386 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12388         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12390 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12392         * sysdeps/aarch64/strchr.S: New file.
12394 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12396         [BZ #17022]
12397         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12398         from arguments -2 or below.
12399         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12400         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12402 2014-06-18  Andreas Schwab  <schwab@suse.de>
12404         [BZ #17062]
12405         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12406         of a bracket expr not to run off the end of the string.
12407         * posix/Makefile (tests): Add tst-fnmatch3.
12408         * posix/tst-fnmatch3.c: New file.
12410 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12412         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12413         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12414         [$(cross-compiling) = no]: Likewise.
12415         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12416         [$(cross-compiling) = no]: Likewise.
12418 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12420         [BZ #17031]
12421         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12422         double, adjusted for any remainder from the high double.
12423         * math/libm-test.inc (nearbyint): Add tests.
12424         (rint): Likewise.
12426 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12428         * nptl/sysdeps/powerpc/Makefile: Moved ...
12429         * sysdeps/powerpc/nptl/Makefile: ... here.
12430         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12431         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12432         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12433         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12434         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12435         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12436         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12437         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12438         * nptl/sysdeps/powerpc/tls.h: Moved ...
12439         * sysdeps/powerpc/nptl/tls.h: ... here.
12441 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12443         [BZ #16681]
12444         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12445         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12446         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12447         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12448         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12449         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12450         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12451         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12452         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12454 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12456         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12458 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12460         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12461         defined operator.
12463         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12464         $TIMEOUTFACTOR.
12466 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12468         [BZ #17058]
12469         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12470         non-executed part of the test.
12472 2014-06-16  Andreas Schwab  <schwab@suse.de>
12474         * string/bits/string2.h (strdup, strndup): Update feature guard.
12476 2014-06-14  David S. Miller  <davem@davemloft.net>
12478         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12480 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12482         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12483         that was previously under [RESET_PID].
12484         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12486         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12487         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12488         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12489         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12490         (__libc_vfork): New strong alias.
12491         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12493 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12495         * sysdeps/generic/elide.h: New file.
12497 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12499         * Makefile (installed-headers): Adjust path of pthread.h header.
12501 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12503         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12504         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12505         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12506         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12508         * nptl/sysdeps/s390/Makefile: Moved ...
12509         * sysdeps/s390/nptl/Makefile: ... here.
12510         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12511         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12512         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12513         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12514         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12515         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12516         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12517         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12518         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12519         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12520         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12521         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12522         * nptl/sysdeps/s390/tls.h: Moved ...
12523         * sysdeps/s390/nptl/tls.h: ... here.
12525         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12526         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12528 2014-06-13  David S. Miller  <davem@davemloft.net>
12530         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12531         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12532         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12533         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12534         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12535         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12536         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12537         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12538         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12539         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12540         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12541         Remove RESET_PID cpp guards.
12542         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12543         Remove RESET_PID cpp guards.
12544         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12546 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12548         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12549         __sp to uintptr_t.
12551 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12553         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12554         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12555         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12556         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12557         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12558         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12559         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12560         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12561         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12562         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12563         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12564         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12565         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12566         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12567         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12568         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12569         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12570         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12571         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12572         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12574         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12575         (pthread_rwlock_rdlock): Add elision.
12576         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12577         (pthread_rwlock_wrlock): Add elision.
12578         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12579         (pthread_rwlock_trywrlock): Add elision.
12580         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12581         (pthread_rwlock_tryrdlock): Add elision.
12582         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12583         (pthread_rwlock_tryrdlock): Add elision unlock.
12584         * nptl/sysdeps/pthread/pthread.h:
12585         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12586         (PTHREAD_RWLOCK_INITIALIZER,
12587         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12588         Handle new elision field.
12589         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12590         * sysdeps/arm/nptl/bits/pthreadtypes.h
12591         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12592         * sysdeps/sh/nptl/bits/pthreadtypes.h
12593         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12594         * sysdeps/tile/nptl/bits/pthreadtypes.h
12595         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12596         * sysdeps/a/nptl/bits/pthreadtypes.h
12597         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12598         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12599         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12600         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12601         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12602         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12603         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12604         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12605         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12606         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12607         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12608         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12609         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12610         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12611         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12612         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12613         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12614         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12615         (elision_init): Set try_xbegin to zero when no RTM.
12616         * sysdeps/x86/nptl/bits/pthreadtypes.h
12617         (pthread_rwlock_t): Change __pad1 to __rwelision.
12618         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12620 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12622         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12623         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12624         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12625         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12627 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12629         [BZ #16996]
12630         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12631         that the cached result has been set before returning it.
12633 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12635         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12636         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12637         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12638         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12639         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12640         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12642         * nptl/sysdeps/sparc/Makefile: Moved ...
12643         * sysdeps/sparc/nptl/Makefile: ... here.
12644         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12645         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12646         * nptl/sysdeps/sparc/tls.h: Moved ...
12647         * sysdeps/sparc/nptl/tls.h: ... here.
12648         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12649         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12650         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12651         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12652         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12653         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12654         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12655         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12656         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12657         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12658         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12659         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12660         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12661         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12662         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12663         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12664         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12665         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12666         Update #include.
12667         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12668         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12669         Update #include.
12670         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12671         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12672         Update #include.
12673         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12674         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12675         Update #include.
12677         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12679         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12680         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12682         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12683         (struct list_links): Type removed.
12684         (struct thread_node, struct timer_node): Replace struct list_links
12685         with struct list_head.
12686         (list_unlink_ip): Likewise.
12687         * sysdeps/pthread/timer_routines.c
12688         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12689         (list_append, list_insbefore): Likewise.
12690         (list_init): Function removed.
12691         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12692         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12693         * sysdeps/pthread/Makefile: ... here, new file.
12695         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12696         * sysdeps/nptl/Implies: ... here.
12697         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12698         * nptl/sysdeps/pthread/list.h: Moved ...
12699         * include/list.h: ... here.
12700         * nptl/sysdeps/pthread/createthread.c: Moved ...
12701         * nptl/createthread.c: ... here.
12702         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12703         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12704         * nptl/pt-longjmp.c: ... here.
12705         * nptl/sysdeps/pthread/Makefile: Moved ...
12706         * sysdeps/nptl/Makefile: ... here.
12707         * nptl/sysdeps/pthread/Subdirs: Moved ...
12708         * sysdeps/nptl/Subdirs: ... here.
12709         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12710         * sysdeps/nptl/aio_misc.h: ... here.
12711         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12712         * sysdeps/nptl/bits/libc-lock.h: ... here.
12713         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12714         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12715         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12716         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12717         * nptl/sysdeps/pthread/configure: Moved ...
12718         * sysdeps/nptl/configure: ... here.
12719         * nptl/sysdeps/pthread/configure.ac: Moved ...
12720         * sysdeps/nptl/configure.ac: ... here.
12721         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12722         * sysdeps/nptl/gai_misc.h: ... here.
12723         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12724         * sysdeps/nptl/librt-cancellation.c: ... here.
12725         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12726         * sysdeps/nptl/malloc-machine.h: ... here.
12727         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12728         * sysdeps/nptl/pthread-functions.h: ... here.
12729         * nptl/sysdeps/pthread/pthread.h: Moved ...
12730         * sysdeps/nptl/pthread.h: ... here.
12731         * nptl/sysdeps/pthread/setxid.h: Moved ...
12732         * sysdeps/nptl/setxid.h: ... here.
12733         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12734         * sysdeps/nptl/sigfillset.c: ... here.
12735         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12736         * sysdeps/nptl/tcb-offsets.h: ... here.
12737         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12738         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12739         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12740         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12741         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12742         * sysdeps/pthread/allocalim.h: ... here.
12743         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12744         * sysdeps/pthread/bits/sigthread.h: ... here.
12745         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12746         * sysdeps/pthread/flockfile.c: ... here.
12747         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12748         * sysdeps/pthread/ftrylockfile.c: ... here.
12749         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12750         * sysdeps/pthread/funlockfile.c: ... here.
12751         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12752         * sysdeps/pthread/posix-timer.h: ... here.
12753         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12754         * sysdeps/pthread/timer_create.c: ... here.
12755         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12756         * sysdeps/pthread/timer_delete.c: ... here.
12757         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12758         * sysdeps/pthread/timer_getoverr.c: ... here.
12759         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12760         * sysdeps/pthread/timer_gettime.c: ... here.
12761         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12762         * sysdeps/pthread/timer_routines.c: ... here.
12763         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12764         * sysdeps/pthread/timer_settime.c: ... here.
12765         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12766         * sysdeps/pthread/tst-timer.c: ... here.
12767         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12768         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12770         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12771         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12773         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12774         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12775         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12776         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12777         Update #include target.
12778         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12779         * sysdeps/i386/i686/nptl/Makefile: ... here.
12780         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12781         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12782         Update #include target.
12783         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12784         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12785         * nptl/sysdeps/i386/Makefile: Moved ...
12786         * sysdeps/i386/nptl/Makefile: ... here.
12787         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12788         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12789         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12790         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12791         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12792         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12793         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12794         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12795         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12796         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12797         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12798         * nptl/sysdeps/i386/tls.h: Moved ...
12799         * sysdeps/i386/nptl/tls.h: ... here.
12801         * sysdeps/sh/Makefile [$(subdir) = csu]
12802         (gen-as-const-headers): Add tcb-offsets.sym.
12803         * nptl/sysdeps/sh/Makefile: File removed.
12804         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12805         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12806         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12807         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12808         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12809         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12810         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12811         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12812         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12813         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12814         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12815         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12816         * nptl/sysdeps/sh/tls.h: Moved ...
12817         * sysdeps/sh/nptl/tls.h: ... here.
12818         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12819         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12820         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12821         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12822         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12823         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12824         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12825         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12826         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12827         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12828         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12829         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12830         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12831         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12832         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12833         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12834         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12835         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12836         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12837         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12838         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12839         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12840         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12841         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12842         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12843         Moved ...
12844         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12845         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12846         Moved ...
12847         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12848         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12849         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12850         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12851         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12852         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12853         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12854         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12855         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12856         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12857         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12858         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12859         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12860         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12861         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12862         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12863         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12864         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12865         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12867 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12869         * posix/spawn_faction_addopen.c: Include string.h.
12871 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12873         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12874         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12875         * nptl/sysdeps/x86_64/Makefile: Moved ...
12876         * sysdeps/x86_64/nptl/Makefile: ... here.
12877         * nptl/sysdeps/x86_64/configure: Moved ...
12878         * sysdeps/x86_64/nptl/configure: ... here.
12879         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12880         * sysdeps/x86_64/nptl/configure.ac: ... here.
12881         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12882         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12883         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12884         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12885         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12886         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12887         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12888         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12889         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12890         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12891         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12892         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12893         * nptl/sysdeps/x86_64/tls.h: Moved ...
12894         * sysdeps/x86_64/nptl/tls.h: ... here.
12895         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12896         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12897         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12898         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12900         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12902 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12904         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12906 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12908         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12909         type.
12910         [POSIX] (off_t): Likewise.
12911         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12912         [POSIX] (S_ISBLK): Require macro.
12913         [POSIX] (S_ISCHR): Likewise.
12914         [POSIX] (S_ISDIR): Likewise.
12915         [POSIX] (S_ISFIFO): Likewise.
12916         [POSIX] (S_ISREG): Likewise.
12917         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12918         optional-macro.
12919         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12920         type.
12921         [POSIX] (time_t): Likewise.
12922         [POSIX] (timer_t): Likewise.
12924 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12926         [BZ #17048]
12927         * posix/spawn_int.h (struct __spawn_action): Make the path string
12928         non-const to support deallocation.
12929         * posix/spawn_faction_addopen.c
12930         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12931         * posix/spawn_faction_destroy.c
12932         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12933         path in all spawn_do_open actions.
12934         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12935         posix_spawn_file_actions_addopen.
12937 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12939         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12940         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12941         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12942         conditional code always true.
12943         (__libc_vfork): New alias.
12945 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12947         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12948         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12950         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12952         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12953         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12955         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12956         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12958         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12959         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12961 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12963         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12964         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12965         multiarch strcmp for PPC64.
12966         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12967         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12968         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12969         multiarch optimizations.
12970         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12971         (__libc_ifunc_impl_list): Likewise.
12973 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12975         * benchtests/scripts/validate_benchout.py: New script.
12976         * benchtests/Makefile (bench-func): Call it.
12977         * benchtests/scripts/benchout.schema.json: New file.
12979 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12981         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12982         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12983         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12984         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12985         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12986         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12987         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12988         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12989         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12990         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12991         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12992         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12993         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12994         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12995         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12996         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12997         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12998         Moved ...
12999         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
13000         ... here.
13001         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
13002         Moved ...
13003         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
13004         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
13005         Moved ...
13006         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
13007         ... here.
13008         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
13009         Moved ...
13010         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
13011         ... here.
13012         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
13013         Moved ...
13014         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
13015         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
13016         Moved ...
13017         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
13018         ... here.
13019         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
13020         Moved ...
13021         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
13022         ... here.
13023         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
13024         Moved ...
13025         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
13026         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
13027         Moved ...
13028         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
13029         ... here.
13030         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
13031         Moved ...
13032         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
13033         ... here.
13034         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
13035         Moved ...
13036         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
13037         ... here.
13038         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
13039         Moved ...
13040         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
13041         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
13042         Moved ...
13043         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
13044         ... here.
13045         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
13046         Moved ...
13047         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
13048         ... here.
13049         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
13050         Moved ...
13051         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
13052         ... here.
13053         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
13054         Moved ...
13055         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
13056         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
13057         Moved ...
13058         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
13059         ... here.
13060         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
13061         Moved ...
13062         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
13063         ... here.
13064         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
13065         Moved ...
13066         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
13067         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
13068         Moved ...
13069         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
13070         ... here.
13071         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
13072         Moved ...
13073         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
13074         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
13075         Moved ...
13076         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
13077         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
13078         Moved ...
13079         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
13080         ... here.
13081         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
13082         Moved ...
13083         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
13084         ... here.
13085         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
13086         Moved ...
13087         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
13088         ... here.
13089         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
13090         Moved ...
13091         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
13092         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
13093         Moved ...
13094         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
13095         ... here.
13096         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
13097         Moved ...
13098         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
13099         ... here.
13100         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13101         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13102         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13103         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13104         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
13105         Moved ...
13106         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
13107         ... here.
13108         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13109         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13110         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13111         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13112         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13113         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13114         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13115         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13116         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13117         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13118         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13119         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13120         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
13121         Moved ...
13122         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13123         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
13124         Moved ...
13125         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13126         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13127         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13128         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
13129         Moved ...
13130         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13131         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13132         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13133         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13134         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13135         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13136         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
13138 2014-06-10  Wilco  <wdijkstr@arm.com>
13140         * math/test-fenv-return.c: New file.
13141         * math/Makefile: Add new test test-fenv-return.
13143 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
13145         [BZ #17042]
13146         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13147         when x - 1 is zero.
13148         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13149         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13150         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13151         0.0L for an argument of 1.0L.
13152         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13153         Likewise.
13154         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13155         value when x - 1 is zero.
13156         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13157         * sysdeps/i386/fpu/libm-test-ulps: Update.
13158         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13160 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13162         [BZ #15119]
13163         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13165 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13167         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13168         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13170 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13172         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13173         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13175         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13176         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13178         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13179         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
13181         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13182         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
13184         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
13185         if not already defined.
13186         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
13187         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13188         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
13189         (TLS_INIT_TP): Use it.
13190         (TLS_DEFINE_INIT_TP): New macro.
13191         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
13193 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
13195         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
13196         constant.
13197         [POSIX] (IXANY): Likewise.
13198         [POSIX] (OLCUC): Likewise.
13199         [POSIX || POSIX2008] (CBAUD): Do not allow.
13200         [POSIX || POSIX2008] (DEFECHO): Likewise.
13201         [POSIX || POSIX2008] (ECHOCTL): Likewise.
13202         [POSIX || POSIX2008] (ECHOKE): Likewise.
13203         [POSIX || POSIX2008] (ECHOPRT): Likewise.
13204         [POSIX || POSIX2008] (EXTA): Likewise.
13205         [POSIX || POSIX2008] (EXTB): Likewise.
13206         [POSIX || POSIX2008] (FLUSHO): Likewise.
13207         [POSIX || POSIX2008] (LOBLK): Likewise.
13208         [POSIX || POSIX2008] (PENDIN): Likewise.
13209         [POSIX || POSIX2008] (SWTCH): Likewise.
13210         [POSIX || POSIX2008] (VDISCARD): Likewise.
13211         [POSIX || POSIX2008] (VDSUSP): Likewise.
13212         [POSIX || POSIX2008] (VLNEXT): Likewise.
13213         [POSIX || POSIX2008] (VREPRINT): Likewise.
13214         [POSIX || POSIX2008] (VSTATUS): Likewise.
13215         [POSIX || POSIX2008] (VWERASE): Likewise.
13216         (B*): Change to B[0123456789]*.
13217         * conform/data/time.h-data [POSIX || UNIX98]
13218         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
13219         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13220         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
13221         [POSIX] (tm_*): Do not allow.
13223 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
13225         * Makefile (install): Don't set LANGUAGE.
13226         * Makefile.in (install): Likewise.
13227         * assert/Makefile (test-assert-ENV): Remove variable.
13228         (test-assert-perr-ENV): Likewise.
13229         * elf/Makefile (neededtest4-ENV): Likewise.
13230         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13231         [$(cross-compiling) = no]: Don't set LANGUAGE.
13232         * io/ftwtest-sh (LANG): Remove variable.
13233         * libio/Makefile (tst-widetext-ENV): Likewise.
13234         * manual/install.texi (Running make install): Don't refer to
13235         environment settings for make install.
13236         * INSTALL: Regenerated.
13237         * nptl/tst-tls6.sh: Don't set LANG.
13238         * posix/globtest.sh (LANG): Remove variable.
13239         * string/Makefile (tester-ENV): Likewise.
13240         (inl-tester-ENV): Likewise.
13241         (noinl-tester-ENV): Likewise.
13242         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13243         [$(cross-compiling) = no]: Don't set LANGUAGE.
13244         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
13245         without explicit environment settings.
13247 2014-06-06  Roland McGrath  <roland@hack.frob.com>
13249         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
13250         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
13251         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
13252         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13254 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
13256         * crypt/crypt-private.h [DOS]: Add some includes taken from the
13257         other files in the crypt directory.
13258         * crypt/crypt.c: Remove duplicate includes.
13259         * crypt/crypt-entry.c: Likewise.
13260         * crypt/crypt_util.c: Likewise.
13262 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
13264         * Makeconfig (run-program-env): New variable.
13265         (run-program-prefix-before-env): Likewise.
13266         (run-program-prefix-after-env): Likewise.
13267         (run-program-prefix): Define in terms of new variables.
13268         (built-program-cmd-before-env): New variable.
13269         (built-program-cmd-after-env): Likewise.
13270         (built-program-cmd): Define in terms of new variables.
13271         (test-program-prefix-before-env): New variable.
13272         (test-program-prefix-after-env): Likewise.
13273         (test-program-prefix): Define in terms of new variables.
13274         (test-program-cmd-before-env): New variable.
13275         (test-program-cmd-after-env): Likewise.
13276         (test-program-cmd): Define in terms of new variables.
13277         * Rules (make-test-out): Use $(run-program-env).
13278         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13279         (help): Do not mention environment variables.  Mention
13280         --timeoutfactor option.
13281         (timeoutfactor): New variable.
13282         (blacklist_exports): Remove function.
13283         (exports): Remove variable.
13284         (command): Do not include ${exports}.
13285         * manual/install.texi (Configuring and compiling): Do not mention
13286         test wrappers preserving environment variables.  Mention that last
13287         assignment to a variable must take precedence.
13288         * INSTALL: Regenerated.
13289         * benchtests/Makefile (run-bench): Use $(run-program-env).
13290         * catgets/Makefile ($(objpfx)test1.cat): Use
13291         $(built-program-cmd-before-env), $(run-program-env) and
13292         $(built-program-cmd-after-env).
13293         ($(objpfx)test2.cat): Do not specify environment variables
13294         explicitly.
13295         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13296         $(run-program-env) and $(built-program-cmd-after-env).
13297         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13298         $(run-program-env) and $(test-program-cmd-after-env).
13299         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13300         explicitly.
13301         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13302         run_program_env and test_program_cmd_after_env arguments.
13303         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13304         * elf/tst-pathopt.sh: Use run_program_env argument.
13305         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13306         $(test-wrapper-env) and $(run-program-env).
13307         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13308         run_program_env arguments.
13309         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13310         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13311         $(test-program-prefix-before-env), $(run-program-env) and
13312         $(test-program-prefix-after-env).
13313         ($(objpfx)tst-gettext2.out): Likewise.
13314         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13315         run_program_env and test_program_prefix_after_env arguments.
13316         * intl/tst-gettext2.sh: Likewise.
13317         * intl/tst-gettext4.sh: Do not set environment variables
13318         explicitly.
13319         * intl/tst-gettext6.sh: Likewise.
13320         * intl/tst-translit.sh: Likewise.
13321         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13322         $(test-program-prefix-before-env), $(run-program-env) and
13323         $(test-program-prefix-after-env).
13324         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13325         run_program_env and test_program_prefix_after_env arguments.
13326         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13327         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13328         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13329         explicitly with each use of ${test_wrapper_env}.
13330         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13331         $(test-program-prefix-before-env), $(run-program-env) and
13332         $(test-program-prefix-after-env).
13333         * posix/tst-getconf.sh: Do not set environment variables
13334         explicitly.
13335         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13336         run_program_env and test_program_prefix_after_env arguments.
13337         * stdio-common/tst-printf.sh: Do not set environment variables
13338         explicitly.
13339         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13340         $(test-program-prefix-before-env), $(run-program-env) and
13341         $(test-program-prefix-after-env).
13342         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13343         run_program_env and test_program_prefix_after_env arguments.
13344         Split $test calls into $test_pre and $test.
13345         * timezone/Makefile (build-testdata): Use
13346         $(built-program-cmd-before-env), $(run-program-env) and
13347         $(built-program-cmd-after-env).
13349 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13351         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13352         strlen for non SHARED builds.
13354 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13356         * nptl/allocatestack.c (check_list): Inlined function...
13357         (__reclaim_stacks): ... here.
13359 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13361         [BZ #15698]
13362         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13363         memory overrun.
13365 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13367         * Rules (make-test-out): Include
13368         LOCPATH=$(common-objpfx)localedata in default environment.
13369         * debug/Makefile (tst-chk1-ENV): Remove variable.
13370         (tst-chk2-ENV): Likewise.
13371         (tst-chk3-ENV): Likewise.
13372         (tst-chk4-ENV): Likewise.
13373         (tst-chk5-ENV): Likewise.
13374         (tst-chk6-ENV): Likewise.
13375         (tst-lfschk1-ENV): Likewise.
13376         (tst-lfschk2-ENV): Likewise.
13377         (tst-lfschk3-ENV): Likewise.
13378         (tst-lfschk4-ENV): Likewise.
13379         (tst-lfschk5-ENV): Likewise.
13380         (tst-lfschk6-ENV): Likewise.
13381         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13382         (tst-iconv7-ENV): Likewise.
13383         * intl/Makefile (LOCPATH-ENV): Likewise.
13384         (tst-codeset-ENV): Likewise.
13385         (tst-gettext3-ENV): Likewise.
13386         (tst-gettext5-ENV): Likewise.
13387         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13388         (tst-fopenloc-ENV): Likewise.
13389         (tst-fgetws-ENV): Remove variable.
13390         (tst-ungetwc1-ENV): Likewise.
13391         (tst-ungetwc2-ENV): Likewise.
13392         (bug-ungetwc2-ENV): Likewise.
13393         (tst-swscanf-ENV): Likewise.
13394         (bug-ftell-ENV): Likewise.
13395         (tst-fgetwc-ENV): Likewise.
13396         (tst-fseek-ENV): Likewise.
13397         (tst-ftell-partial-wide-ENV): Likewise.
13398         (tst-ftell-active-handler-ENV): Likewise.
13399         (tst-ftell-append-ENV): Likewise.
13400         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13401         (tst-regexloc-ENV): Likewise.
13402         (bug-regex1-ENV): Likewise.
13403         (tst-regex-ENV): Likewise.
13404         (tst-regex2-ENV): Likewise.
13405         (bug-regex5-ENV): Likewise.
13406         (bug-regex6-ENV): Likewise.
13407         (bug-regex17-ENV): Likewise.
13408         (bug-regex18-ENV): Likewise.
13409         (bug-regex19-ENV): Likewise.
13410         (bug-regex20-ENV): Likewise.
13411         (bug-regex22-ENV): Likewise.
13412         (bug-regex23-ENV): Likewise.
13413         (bug-regex25-ENV): Likewise.
13414         (bug-regex26-ENV): Likewise.
13415         (bug-regex30-ENV): Likewise.
13416         (bug-regex32-ENV): Likewise.
13417         (bug-regex33-ENV): Likewise.
13418         (bug-regex34-ENV): Likewise.
13419         (bug-regex35-ENV): Likewise.
13420         (tst-rxspencer-ENV): Likewise.
13421         (tst-rxspencer-no-utf8-ENV): Likewise.
13422         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13423         (tst-sscanf-ENV): Likewise.
13424         (tst-swprintf-ENV): Likewise.
13425         (tst-swscanf-ENV): Likewise.
13426         (test-vfprintf-ENV): Likewise.
13427         (scanf13-ENV): Likewise.
13428         (bug14-ENV): Likewise.
13429         (tst-grouping-ENV): Likewise.
13430         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13431         (tst-strtod3-ENV): Likewise.
13432         (tst-strtod4-ENV): Likewise.
13433         (tst-strtod5-ENV): Likewise.
13434         (testmb2-ENV): Likewise./
13435         * string/Makefile (tst-strxfrm-ENV): Likewise.
13436         (tst-strxfrm2-ENV): Likewise.
13437         (bug-strcoll1-ENV): Likewise.
13438         (test-strcasecmp-ENV): Likewise.
13439         (test-strncasecmp-ENV): Likewise.
13440         * time/Makefile (tst-strptime-ENV): Likewise.
13441         (tst-ftime_l-ENV): Likewise.
13442         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13443         (tst-mbrtowc-ENV): Likewise.
13444         (tst-wcrtomb-ENV): Likewise.
13445         (tst-mbrtowc2-ENV): Likewise.
13446         (tst-c16c32-1-ENV): Likewise.
13447         (tst-mbsnrtowcs-ENV): Likewise.
13449 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13451         * manual/resource.texi (How to get information about the memory
13452         subsystem?): Fix typo.
13453         Reported by Peon de la Parra Ivan <peon@keba.com>
13455 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13457         [BZ #16882]
13458         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13459         (pthread_spin_lock): Branch out of spin loop to proper location.
13460         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13461         (pthread_spin_lock): Likewise.
13463         * nptl/tst-spin4.c: New test.
13464         * nptl/Makefile (tests): Add tst-spin4.
13466 2014-06-03  Andreas Schwab  <schwab@suse.de>
13468         [BZ #15946]
13469         * resolv/res_send.c (send_dg): Reload file descriptor after
13470         calling reopen.
13472 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13474         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13476 2014-06-03  Richard Henderson  <rth@redhat.com>
13478         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13479         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13480         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13481         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13482         in the SAVE_PID block.
13483         (__libc_vfork): New alias.
13484         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13486         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13487         child in registers, not on the stack.  Remove RESET_PID conditionals.
13488         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13490 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13492         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13494 2014-06-03  Wilco  <wdijkstr@arm.com>
13496         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13497         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13498         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13499         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13500         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13501         Likewise.
13503 2014-06-03  Wilco  <wdijkstr@arm.com>
13505         * sysdeps/aarch64/fpu/math_private.h
13506         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13507         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13508         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13509         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13510         Fix declarations.
13512 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13514         * crypt/crypt-private.h: Include ufc-crypt.h.
13515         (__b64_from_24bit): Declare extern.
13516         * crypt/crypt_util.c(__b64_from_24bit): New function.
13517         (b64t): New static const variable.
13518         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13519         (b64t): Remove variable.
13520         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13521         * crypt/sha256-crypt.c: Include crypt-private.h.
13522         (b64t): Remove variable.
13523         (__sha256_crypt_r): Remove b64_from_24bit and replace
13524         with __b64_from_24bit.
13525         * crypt/sha512-crypt.c: Likewise.
13527 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13529         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13530         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13531         Label the code __libc_vfork rather than __vfork.
13532         [!NOT_IN_libc] (vfork): Define as weak alias.
13533         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13534         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13535         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13537 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13539         * malloc/malloc.c (malloc_info): Fix format specifier for
13540         n_mmaps.
13542 2014-06-02  Wilco  <wdijkstr@arm.com>
13544         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13545         FPCR write.
13547 2014-06-02  Wilco  <wdijkstr@arm.com>
13549         [BZ #17009]
13550         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13551         Rewrite to reduce FPCR/FPSR accesses.
13553 2014-06-01  David S. Miller  <davem@davemloft.net>
13555         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13557 2014-05-31  David S. Miller  <davem@davemloft.net>
13559         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13560         to occur in round to nearest mode when |x| >= 2.0
13562 2014-05-30  Richard Henderson  <rth@twiddle.net>
13564         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13565         (PSEUDO_RET_NOERRNO): Remove.
13566         (ret): Don't redefine.
13567         (ret_NOERRNO): Define in terms of ret.
13568         (ret_ERRVAL): Likewise.
13570         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13571         use of PSEUDO_RET; perform the error check directly.
13573 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13575         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13576         with __int128_t.
13578 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13580         * malloc/malloc (malloc_info): Fix formatting.
13582 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13583             Roland McGrath  <roland@hack.frob.com>
13585         * malloc/malloc (malloc_info): Also print mmapped statistics.
13587 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13589         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13590         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13592 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13594         * malloc/malloc.c (malloc_info): Inline mi_arena.
13596 2014-05-29  Richard Henderson  <rth@twiddle.net>
13598         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13599         Remove comma before expanding ASM_ARGS_##nr.
13600         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13601         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13602         of ASM_ARGS_##nr.
13603         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13604         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13605         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13606         (ASM_ARGS_1): Add leading comma.
13608         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13609         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13610         to __errno_location.
13611         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13612         Remove the expected plt for __errno_location.
13614         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13615         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13616         call to __read_tp.
13618         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13619         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13620         it and break it down.
13621         (DOCARGS_0, DOCARGS_1): Do nothing.
13622         (DOCARGS_2): Update to store into the new stack frame.
13623         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13624         (UNDOCARGS_1): Update to restore from the new stack frame.
13625         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13626         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13628         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13629         (SINGLE_THREAD_P): New parameter for result regno.
13630         (PSEUDO): Update to match; use cbz instead of beq.
13632         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13633         Use ENTRY to define the _nocancel entry point.  Share the syscall
13634         and syscall error check paths with the cancel path.
13635         (PSEUDO_END): New.
13637         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13638         whitespace; tabs before and after asm mnemonics.
13640 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13642         [BZ #15132]
13643         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13644         Call fstat64 or stat64 internally, depending on arguments passed.
13645         Replace stat buffer argument with file descriptor argument.
13646         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13647         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13648         Pass fd to __internal_statvfs instead of calling fstat64.
13649         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13650         Pass fd to __internal_statvfs64 instead of calling fstat64.
13651         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13652         Pass -1 to __internal_statvfs instead of calling stat64.
13653         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13654         Pass -1 to __internal_statvfs64 instead of calling stat64.
13656 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13658         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13659         that was previously under [RESET_PID].
13660         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13662         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13663         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13665 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13667         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13669         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13670         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13672 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13674         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13676 2014-05-27  Andreas Schwab  <schwab@suse.de>
13678         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13679         TLS_INIT_TP macro.
13680         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13681         * elf/rtld.c (init_tls, dl_main): Likewise.
13682         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13683         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13684         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13685         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13686         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13687         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13688         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13689         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13690         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13691         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13692         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13693         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13694         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13695         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13696         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13697         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13698         * sysdeps/generic/tls.h: Update description.
13700 2014-05-27  Will Newton  <will.newton@linaro.org>
13702         [BZ #16990]
13703         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13704         and restore r2 rather than just restoring.
13706 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13708         [BZ #16724]
13709         * libio/tst-ftell-append.c: New test case.
13710         * libio/Makefile (tests): Add test case.
13711         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13712         append mode.
13713         * libio/wfileops.c (do_ftell_wide): Likewise.
13715 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13717         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13719         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13720         ...
13721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13723         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13724         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13725         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13726         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13727         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13728         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13729         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13730         Moved ...
13731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13732         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13733         Moved ...
13734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13735         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13736         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13737         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13738         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13739         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13740         ...
13741         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13742         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13743         Moved ...
13744         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13745         here.
13746         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13747         ...
13748         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13749         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13750         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13752         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13753         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13754         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13755         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13757         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13758         merge into ...
13759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13760         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13761         ...
13762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13763         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13764         ...
13765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13766         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13767         Moved ...
13768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13769         here.
13770         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13771         Moved ...
13772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13773         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13774         Moved ...
13775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13778         conditional [RESET_PID].
13779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13780         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13781         removed.
13782         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13783         removed.
13785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13786         <tcb-offsets.h>.
13787         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13788         (__libc_vfork): New strong alias.
13789         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13790         removed.
13791         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13792         Removed.
13794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13795         <tcb-offsets.h>.
13796         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13797         (__libc_vfork): New strong alias.
13798         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13799         removed.
13800         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13801         removed.
13803 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13805         * malloc/malloc.c (mi_arena): New function.
13806         (malloc_info): Remove nested function mi_arena. Call non-nosted
13807         function mi_arena.
13809 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13811         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13812         by insrwi.
13813         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13814         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13815         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13816         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13817         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13818         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13819         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13821 2014-05-26  Andreas Schwab  <schwab@suse.de>
13823         [BZ #16984]
13824         * locale/programs/repertoire.c (repertoire_read): Add slash
13825         between I18NPATH element and file name.
13826         * locale/programs/locfile.c (locfile_read): Likewise.
13828 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13830         * nptl/pthread_mutexattr_settype.c
13831         (__pthread_mutexattr_settype):
13832         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13834 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13836         * nptl/tst-mutex5 (do_test):
13837         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13839 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13841         * benchtests/README: Document 'init' directive.
13842         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13843         BENCH_INIT.
13844         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13845         (parse_file): Recognize 'init' directive.
13847 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13849         [BZ #16796]
13850         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13851         alignment of struct pthread.
13853 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13855         [BZ #16878]
13856         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13857         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13858         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13859         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13861 2014-05-25  Richard Henderson  <rth@twiddle.net>
13863         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13864         (SINGLE_THREAD_P_PIC): Remove.
13865         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13866         (SINGLE_THREAD_P_PIC): Remove.
13868         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13869         branch to syscall error ...
13870         (PSEUDO): ... here.
13871         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13872         from __local_syscall_error to .Lsyscall_error.
13873         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13874         (SYSCALL_ERROR): Update label name.
13876         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13877         Do not use DOARGS/UNDOARGS.
13878         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13879         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13880         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13881         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13882         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13884         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13885         block comment.
13887         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13888         define if !NOT_IN_libc.
13889         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13890         define with non-default symbol versions.
13892 2014-05-23  Richard Henderson  <rth@twiddle.net>
13894         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13895         (vfork, __vfork): Define via compat_symbol.
13897         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13898         [!HAVE_IFUNC] (vfork_compat): Remove.
13899         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13901 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13903         [BZ #16978]
13904         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13905         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13906         variable.
13908 2014-05-23  Richard Henderson  <rth@twiddle.net>
13910         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13911         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13912         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13913         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13915         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13916         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13917         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13918         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13919         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13920         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13921         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13922         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13923         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13924         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13925         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13926         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13927         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13928         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13929         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13930         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13931         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13932         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13933         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13934         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13935         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13936         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13937         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13938         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13939         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13940         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13941         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13942         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13943         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13944         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13945         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13946         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13947         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13948         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13949         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13950         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13951         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13952         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13953         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13954         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13955         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13956         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13957         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13958         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13959         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13960         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13961         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13962         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13963         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13964         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13965         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13966         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13967         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13968         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13969         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13970         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13972         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13973         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13974         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13975         before exiting on error.
13976         (__libc_vfork): New strong alias.
13977         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13978         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13980         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13981         that was previously under [RESET_PID].
13982         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13984         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13986 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13988         [BZ #16977]
13989         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13990         value when x - 1 is zero.
13991         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13992         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13993         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13994         0.0L for an argument of 1.0L.
13995         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13996         Likewise.
13997         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13998         value when x - 1 is zero.
13999         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
14000         * sysdeps/i386/fpu/libm-test-ulps: Update.
14001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14003 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
14005         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
14006         alphasort and versionsort.
14008 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14010         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
14011         macro.
14012         [copysignf]: Likewise.
14014 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14016         * crypt/md5-crypt.c: Fix formatting.
14018 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14020         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
14021         (b64_from_24bit): New function.
14023 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14025         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
14026         libc_hidden_builtin_def to ifunc.
14027         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14028         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
14030 2014-05-21  Roland McGrath  <roland@hack.frob.com>
14032         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
14033         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
14035 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
14037         * nscd/Depend (linuxthreads): Remove.
14038         (nptl): Add.
14039         * resolv/Depend (linuxthreads): Remove.
14040         * rt/Depend (linuxthreads): Remove.
14042         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
14043         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
14044         $(common-objpfx)elf/.
14045         (link-libc-before-gnulib): Likewise.
14046         (elfobjdir): Remove variable.
14047         * Makefile (install): Use $(elf-objpfx) instead of
14048         $(common-objpfx)elf/.
14049         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
14050         $(elfobjdir)/.
14051         (link-libc-deps): Likewise.
14052         ($(common-objpfx)libc.so): Likewise.
14053         ($(common-objpfx)linkobj/libc.so): Likewise.
14054         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
14055         instead of $(common-objpfx)elf/.
14056         (symbolic-link-list): Likewise.
14057         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14058         [$(cross-compiling) = no]: Likewise.
14059         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
14060         $(elfobjdir)/.
14061         (static-gnulib-arch): Likewise.
14062         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14063         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
14064         $(common-objpfx)elf/.
14066 2014-05-21  Richard Henderson  <rth@redhat.com>
14068         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14069         (SINGLE_THREAD_P): Use the correct width load.  Fold
14070         into the ldr offset.
14072         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
14073         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
14075 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
14077         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
14078         (libgcc_s_resume): Use __attribute_used__.
14079         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
14080         Likewise.
14082 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14084         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
14085         optimization when used with float constants.
14087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14089 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
14091         [BZ #16915]
14092         * locale/nl_langinfo_l.c: Make direct reference to every
14093         _nl_current_CATEGORY symbol.
14094         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
14095         (tests-static): Add tst-langinfo-static.
14096         (tests-special): Add tst-langinfo-static.out.
14097         ($(objpfx)tst-langinfo.out): Redirect output.
14098         ($(objpfx)tst-langinfo-static.out): New.
14099         * localedata/tst-langinfo.sh: Send output to stdout.
14100         * localedata/tst-langinfo-static.c: New file.
14102         [BZ #16965]
14103         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14104         when the shift amount is modulo the limb size.
14106 2014-05-20  Richard Henderson  <rth@redhat.com>
14108         [BZ #16967]
14109         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14110         Change type of sa_flags from unsigned int to int.
14112         [BZ #16966]
14113         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
14115         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14117 2014-05-20  Will Newton  <will.newton@linaro.org>
14119         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14120         Test the return value of the system call in the nocancel case.
14122 2014-05-20  Will Newton  <will.newton@linaro.org>
14123             Yvan Roux  <yvan.roux@linaro.org>
14125         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14126         #include of asm/ptrace.h.
14127         (PTRACE_GET_THREAD_AREA): Remove #undef.
14128         (PTRACE_GETHBPREGS): Likewise.
14129         (PTRACE_SETHBPREGS): Likewise.
14130         (struct user_regs_struct): New structure.
14131         (struct user_fpsimd_struct): New structure.
14132         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14133         #include of asm/ptrace.h and second #include of sys/user.h.
14134         (PTRACE_GET_THREAD_AREA): Remove #undef.
14135         (PTRACE_GETHBPREGS): Likewise.
14136         (PTRACE_SETHBPREGS): Likewise.
14137         (ELF_NGREG): Use new struct user_regs_struct.
14138         (elf_fpregset_t): Use new struct user_fpsimd_struct.
14140 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14142         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14143         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14145 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
14147         [BZ #16958]
14148         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14149         membar to avoid block loads/stores to overlap previous stores.
14151 2014-05-17  Richard Henderson  <rth@redhat.com>
14153         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14154         Create the __##syscall_name##_nocancel entry point.
14155         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14156         Remove; let the sysdep-cancel.h code create it.
14158 2014-05-17  David S. Miller  <davem@davemloft.net>
14160         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14161         Protect with __USE_GNU.
14162         (TIOCSET_TEMPT): Likewise.
14163         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14164         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14165         these are already provided in bits/ioctl-types.h
14167 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14169         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14170         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14172         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14173         Use wait4 regardless of [__NR_waitpid].
14175 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
14177         PR libgcc/60166
14178         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14179         (_FP_NANSIGN_Q): Set the quiet bit.
14181 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
14183         * benchtests/Makefile
14184         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
14185         not $(common-objpfx)math/libm.so.
14186         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
14187         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14188         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
14189         $(common-objpfx)dlfcn/libdl.so.
14190         ($(objpfx)tst-audit8): Depend on $(libm), not
14191         $(common-objpfx)math/libm.so.
14192         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
14193         not $(common-objpfx)dlfcn/libdl.so.
14194         * math/Makefile
14195         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14196         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
14197         [$(build-shared) = yes].
14198         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
14199         $(common-objpfx)nptl/libpthread.so.
14200         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
14201         $(common-objpfx)math/libm.so$(libm.so-version) or
14202         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
14203         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
14204         $(common-objpfx)dlfcn/libdl.so.
14205         * setjmp/Makefile (link-libm): Remove variable.
14206         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
14207         * stdio-common/Makefile (link-libm): Remove variable.
14208         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
14209         * stdlib/Makefile (link-libm): Remove variable.
14210         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
14211         ($(objpfx)tst-strtod-round): Likewise.
14212         ($(objpfx)tst-tininess): Likewise.
14213         ($(objpfx)tst-strtod-underflow): Likewise.
14214         ($(objpfx)tst-strtod6): Likewise.
14215         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
14216         $(libdl), not $(common-objpfx)nptl/libpthread.so and
14217         $(common-objpfx)dlfcn/libdl.so.
14219 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14221         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
14222         BSD terminal modes definitions.
14224 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14226         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
14227         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
14229         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
14230         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
14231         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
14232         Don't do #include_next.
14233         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
14234         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
14235         Don't do #include_next.
14236         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
14237         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
14238         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
14239         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
14241 2014-05-16  Allan McRae  <allan@archlinux.org>
14243         * po/sv.po: Update Swedish translation from translation project.
14245         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
14246         in sed expression.
14248 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
14250         [BZ #16917]
14251         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
14252         errno if the TIOCGPTN ioctl fails with an error different than
14253         EINVAL.
14254         * login/tst-ptsname.c: New file.
14255         * login/Makefile (tests): Add tst-ptsname.
14257         [BZ #16943]
14258         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14259         and prlimit64.
14261 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14263         [BZ #16849]
14264         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14265         herrno to return EAI_AGAIN.
14267 2014-05-14  Roland McGrath  <roland@hack.frob.com>
14269         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14270         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14271         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14272         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14273         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14274         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14275         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14276         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14277         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14278         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14279         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14280         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14281         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14282         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14283         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14284         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14285         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14286         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14287         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14288         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14289         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14290         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14291         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14292         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14293         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14294         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14295         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14296         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14297         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14298         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14299         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14300         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14301         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14302         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14303         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14304         Moved ...
14305         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14306         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14307         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14308         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14309         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14310         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14311         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14312         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14313         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14314         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14315         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14316         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14317         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14318         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14319         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14320         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14321         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14322         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14323         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14324         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14325         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14326         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14327         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14328         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14329         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14330         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14331         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14332         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14333         Moved ...
14334         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14335         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14336         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14337         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14338         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14339         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14340         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14341         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14342         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14343         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14344         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14345         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14346         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14347         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14348         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14349         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14350         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14351         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14352         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14353         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14354         Moved ...
14355         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14356         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14357         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14359         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14360         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14361         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14362         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14363         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14364         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14365         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14366         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14367         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14368         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14369         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14370         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14371         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14372         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14373         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14374         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14375         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14376         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14377         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14378         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14379         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14380         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14381         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14382         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14383         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14384         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14385         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14386         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14387         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14388         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14389         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14391         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14392         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14394         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14395         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14396         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14397         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14398         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14399         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14400         Moved ...
14401         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14402         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14403         Moved ...
14404         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14405         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14406         Moved ...
14407         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14408         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14409         Moved ...
14410         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14411         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14412         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14413         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14414         Moved ...
14415         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14416         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14417         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14418         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14419         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14420         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14421         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14422         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14423         Moved ...
14424         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14425         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14426         Moved ...
14427         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14428         ... here.
14429         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14430         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14431         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14432         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14433         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14434         Moved ...
14435         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14436         ... here.
14437         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14438         Moved ...
14439         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14440         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14441         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14442         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14443         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14444         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14445         Moved ...
14446         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14447         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14448         Moved ...
14449         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14450         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14451         Moved ...
14452         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14453         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14454         Moved ...
14455         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14456         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14457         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14458         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14459         Moved ...
14460         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14461         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14462         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14463         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14464         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14465         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14466         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14467         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14468         Moved ...
14469         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14470         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14471         Moved ...
14472         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14473         ... here.
14474         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14475         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14476         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14477         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14478         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14479         Moved ...
14480         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14481         ... here.
14482         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14483         Moved ...
14484         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14485         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14486         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14487         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14488         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14489         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14490         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14491         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14492         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14493         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14494         Moved ...
14495         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14496         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14497         Moved ...
14498         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14499         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14500         Moved ...
14501         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14502         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14503         Moved ...
14504         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14505         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14506         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14507         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14508         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14509         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14510         Moved ...
14511         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14512         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14513         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14514         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14515         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14516         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14517         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14518         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14519         Moved ...
14520         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14521         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14522         Moved ...
14523         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14524         ... here.
14525         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14526         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14527         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14528         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14529         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14530         Moved ...
14531         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14532         ... here.
14533         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14534         Moved ...
14535         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14536         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14537         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14538         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14539         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14540         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14541         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14542         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14543         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14544         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14545         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14547         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14548         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14550         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14551         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14553         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14554         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14555         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14556         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14557         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14558         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14559         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14560         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14561         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14562         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14563         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14564         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14565         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14566         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14567         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14568         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14569         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14570         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14571         Moved ...
14572         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14573         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14574         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14575         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14576         Moved ...
14577         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14578         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14579         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14580         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14581         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14582         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14583         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14584         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14585         Moved ...
14586         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14587         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14588         Moved ...
14589         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14590         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14591         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14592         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14593         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14594         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14595         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14596         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14597         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14598         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14599         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14600         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14601         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14602         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14603         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14604         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14605         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14607         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14608         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14609         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14610         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14611         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14613         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14614         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14615         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14616         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14617         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14618         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14619         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14620         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14621         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14622         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14624         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14625         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14627         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14628         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14629         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14630         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14631         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14632         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14633         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14634         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14635         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14636         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14637         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14638         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14639         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14640         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14641         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14642         Update #include.
14643         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14644         Likewise.
14645         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14646         Likewise.
14647         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14648         Likewise.
14649         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14650         Likewise.
14651         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14652         Likewise.
14653         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14654         Likewise.
14655         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14656         Likewise.
14657         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14658         Likewise.
14659         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14660         Likewise.
14661         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14662         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14663         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14664         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14665         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14666         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14667         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14668         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14669         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14670         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14671         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14672         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14673         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14674         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14675         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14677         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14678         that was previously under [RESET_PID].
14679         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14680         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14681         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14683         * sysdeps/i386/nptl/Implies: New file.
14684         * sysdeps/x86_64/nptl/Implies: New file.
14685         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14686         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14687         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14688         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14690         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14691         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14692         (__libc_vfork): New strong alias.
14693         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14694         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14696         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14697         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14698         (__libc_vfork): New strong alias.
14699         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14700         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14702         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14703         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14704         (__libc_vfork): New strong alias.
14705         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14706         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14707         * nptl/pt-vfork.c: New file.
14708         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14709         (libpthread: GLIBC_2.20): New version set (empty).
14711 2014-05-14  Will Newton  <will.newton@linaro.org>
14713         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14714         rather than #if.
14716 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14718         [BZ #16564]
14719         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14720         arguments with exponent 65 or above.
14721         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14722         arguments 0x1p113L or above.
14723         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14724         to arguments 0x1p107L or above.
14725         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14726         positive arguments with exponent 65 or above.
14727         * math/auto-libm-test-in: Add more tests of log1p.
14728         * math/auto-libm-test-out: Regenerated.
14730         [BZ #16928]
14731         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14732         non-finite arguments is +0.
14733         * math/s_cacosf.c (__cacosf): Likewise.
14734         * math/s_cacosl.c (__cacosl): Likewise.
14735         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14736         * sysdeps/i386/fpu/libm-test-ulps: Update.
14737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14739         [BZ #16927]
14740         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14741         value.
14742         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14743         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14744         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14745         for explicit high bit of mantissa when testing for argument equal
14746         to 1.
14747         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14748         * sysdeps/i386/fpu/libm-test-ulps: Update.
14749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14751         [BZ #16516]
14752         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14753         (__erf): Scale by 16 instead of 8 in potentially underflowing
14754         case.  Ensure exception if result actually underflows.
14755         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14756         (__erff): Scale by 16 instead of 8 in potentially underflowing
14757         case.  Ensure exception if result actually underflows.
14758         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14759         (efx8): Remove variable.
14760         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14761         case.  Ensure exception if result actually underflows.
14762         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14763         (efx8): Remove variable.
14764         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14765         case.  Ensure exception if result actually underflows.
14766         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14767         (efx8): Remove variable.
14768         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14769         case.  Ensure exception if result actually underflows.
14770         * math/auto-libm-test-in: Add more tests of erf.
14771         * math/auto-libm-test-out: Regenerated.
14773 2014-05-14  Andreas Schwab  <schwab@suse.de>
14775         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14776         Remove code conditionalized on USE___THREAD.
14778         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14779         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14780         not definedness.
14782 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14784         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14785         Define unconditionally.
14786         (__ASSUME_O_CLOEXEC): Likewise.
14787         (__ASSUME_SOCK_CLOEXEC): Likewise.
14788         (__ASSUME_IN_NONBLOCK): Likewise.
14789         (__ASSUME_PIPE2): Likewise.
14790         (__ASSUME_EVENTFD2): Likewise.
14791         (__ASSUME_SIGNALFD4): Likewise.
14792         (__ASSUME_DUP3): Likewise.
14793         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14794         (__ASSUME_DUP3): Do not define.
14795         (__ASSUME_EVENTFD2): Likewise.
14796         (__ASSUME_IN_NONBLOCK): Likewise.
14797         (__ASSUME_O_CLOEXEC): Likewise.
14798         (__ASSUME_PIPE2): Likewise.
14799         (__ASSUME_SIGNALFD4): Likewise.
14800         (__ASSUME_SOCK_CLOEXEC): Likewise.
14801         (__ASSUME_UTIMES): Undefine.
14802         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14803         (__ASSUME_UTIMES): Do not define.
14804         (__ASSUME_O_CLOEXEC): Likewise.
14805         (__ASSUME_SOCK_CLOEXEC): Likewise.
14806         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14807         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14808         0x020621].
14809         (__ASSUME_PIPE2): Likewise.
14810         (__ASSUME_EVENTFD2): Likewise.
14811         (__ASSUME_SIGNALFD4): Likewise.
14812         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14813         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14814         Do not define.
14815         (__ASSUME_EVENTFD2): Likewise.
14816         (__ASSUME_SIGNALFD4): Likewise.
14817         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14818         (__ASSUME_32BITUIDS): Likewise.
14819         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14820         (__ASSUME_IPC64): Likewise.
14821         (__ASSUME_ST_INO_64_BIT): Likewise.
14822         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14823         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14824         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14825         (__ASSUME_UTIMES): Do not define.
14826         (__ASSUME_PSELECT): Likewise.
14827         (__ASSUME_PPOLL): Likewise.
14828         (__ASSUME_O_CLOEXEC): Likewise.
14829         (__ASSUME_SOCK_CLOEXEC): Likewise.
14830         (__ASSUME_IN_NONBLOCK): Likewise.
14831         (__ASSUME_PIPE2): Likewise.
14832         (__ASSUME_EVENTFD2): Likewise.
14833         (__ASSUME_SIGNALFD4): Likewise.
14834         (__ASSUME_DUP3): Likewise.
14835         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14836         (__ASSUME_UTIMES): Likewise.
14837         (__ASSUME_O_CLOEXEC): Likewise.
14838         (__ASSUME_SOCK_CLOEXEC): Likewise.
14839         (__ASSUME_IN_NONBLOCK): Likewise.
14840         (__ASSUME_PIPE2): Likewise.
14841         (__ASSUME_EVENTFD2): Likewise.
14842         (__ASSUME_SIGNALFD4): Likewise.
14843         (__ASSUME_DUP3): Likewise.
14844         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14845         (__ASSUME_UTIMES): Likewise.
14846         (__ASSUME_O_CLOEXEC): Likewise.
14847         (__ASSUME_SOCK_CLOEXEC): Likewise.
14848         (__ASSUME_IN_NONBLOCK): Likewise.
14849         (__ASSUME_PIPE2): Likewise.
14850         (__ASSUME_EVENTFD2): Likewise.
14851         (__ASSUME_SIGNALFD4): Likewise.
14852         (__ASSUME_DUP3): Likewise.
14853         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14854         Likewise.
14855         (__ASSUME_UTIMES): Likewise.
14856         (__ASSUME_EVENTFD2): Likewise.
14857         (__ASSUME_SIGNALFD4): Likewise.
14858         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14859         (__ASSUME_O_CLOEXEC): Likewise.
14860         (__ASSUME_SOCK_CLOEXEC): Likewise.
14861         (__ASSUME_IN_NONBLOCK): Likewise.
14862         (__ASSUME_PIPE2): Likewise.
14863         (__ASSUME_EVENTFD2): Likewise.
14864         (__ASSUME_SIGNALFD4): Likewise.
14865         (__ASSUME_DUP3): Likewise.
14866         (__ASSUME_UTIMES): Undefine.
14868         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14869         feclearexcept.  Remove symbol versioning code.
14870         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14871         symbol versioning code.
14872         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14873         symbol versioning code.
14874         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14875         feupdateenv.  Remove symbol versioning code.
14876         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14877         fegetexceptflag.  Remove symbol versioning code.
14878         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14879         fesetexceptflag.  Remove symbol versioning code.
14880         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14881         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14882         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14883         (__posix_fadvise64_l32): Remove prototype.
14884         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14885         code.
14887 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14889         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14890         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14891         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14892         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14894 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14896         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14897         current working directory
14899 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14901         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14902         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14903         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14904         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14905         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14906         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14907         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14908         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14909         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14910         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14911         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14912         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14913         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14914         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14915         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14916         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14917         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14918         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14919         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14920         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14921         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14922         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14923         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14924         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14925         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14926         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14927         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14928         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14929         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14930         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14931         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14932         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14933         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14934         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14935         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14936         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14937         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14938         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14939         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14940         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14941         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14942         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14944         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14945         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14947         * sysdeps/unix/sysv/linux/arm/Makefile
14948         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14949         Add rt-aeabi_unwind_cpp_pr1.
14950         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14951         Add nptl-aeabi_unwind_cpp_pr1.
14952         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14953         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14954         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14955         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14956         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14957         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14959         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14960         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14961         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14962         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14964         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14965         Deconditionalize the code that was previously under [RESET_PID].
14966         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14968         * sysdeps/generic/exit-thread.h: New file.
14969         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14970         * include/unistd.h (__exit_thread): Remove declaration.
14971         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14972         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14973         * csu/libc-start.c: Include <exit-thread.h>.
14974         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14975         * nptl/pthread_create.c: Include <exit-thread.h>.
14976         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14977         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14978         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14979         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14980         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14981         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14982         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14983         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14984         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14985         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14986         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14987         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14988         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14989         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14990         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14991         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14992         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14994 2014-05-13  Andreas Schwab  <schwab@suse.de>
14996         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14998 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
15000         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
15001         (__ASSUME_UTIMES): Do not condition on kernel version.
15002         (__ASSUME_PSELECT): Define unconditionally.
15003         (__ASSUME_PPOLL): Likewise.
15004         (__ASSUME_ATFCTS): Likewise.
15005         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
15006         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
15007         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
15008         (__ASSUME_UTIMENSAT): Define unconditionally.
15009         (__ASSUME_PRIVATE_FUTEX): Likewise.
15010         (__ASSUME_FALLOCATE): Likewise.
15011         (__ASSUME_O_CLOEXEC): Likewise.
15012         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
15013         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
15014         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
15015         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
15016         (__ASSUME_IN_NONBLOCK): Likewise.
15017         (__ASSUME_PIPE2): Likewise.
15018         (__ASSUME_EVENTFD2): Likewise.
15019         (__ASSUME_SIGNALFD4): Likewise.
15020         (__ASSUME_DUP3): Likewise.
15021         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15022         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
15023         (__ASSUME_AT_RANDOM): Likewise.
15024         (__ASSUME_PREADV): Likewise.
15025         (__ASSUME_PWRITEV): Likewise.
15026         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
15027         (__ASSUME_F_GETOWN_EX): Define unconditionally.
15028         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
15029         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
15030         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
15031         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15032         (__ASSUME_O_CLOEXEC): Define unconditionally.
15033         (__ASSUME_PSELECT): Do not undefine conditionally.
15034         (__ASSUME_PPOLL): Likewise.
15035         (__ASSUME_ATFCTS): Likewise.
15036         (__ASSUME_SET_ROBUST_LIST): Likewise.
15037         (__ASSUME_UTIMENSAT): Likewise.
15038         (__ASSUME_FDATASYNC): Define unconditionally.
15039         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15040         (__ASSUME_SIGFRAME_V2): Likewise.
15041         )__ASSUME_EVENTFD2): Likewise.
15042         (__ASSUME_SIGNALFD4): Likewise.
15043         (__ASSUME_PSELECT): Do not undefine conditionally.
15044         (__ASSUME_PPOLL): Likewise.
15045         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15046         (__ASSUME_PSELECT): Define unconditionally.
15047         (__ASSUME_PPOLL): Likewise.
15048         (__ASSUME_O_CLOEXEC): Likewise.
15049         (__ASSUME_SOCK_CLOEXEC): Likewise.
15050         (__ASSUME_IN_NONBLOCK): Likewise.
15051         (__ASSUME_PIPE2): Likewise.
15052         (__ASSUME_EVENTFD2): Likewise.
15053         (__ASSUME_SIGNALFD4): Likewise.
15054         (__ASSUME_DUP3): Likewise.
15055         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15056         (__ASSUME_O_CLOEXEC): Likewise.
15057         (__ASSUME_SOCK_CLOEXEC): Likewise.
15058         (__ASSUME_IN_NONBLOCK): Likewise.
15059         (__ASSUME_PIPE2): Likewise.
15060         (__ASSUME_EVENTFD2): Likewise.
15061         (__ASSUME_SIGNALFD4): Likewise.
15062         (__ASSUME_DUP3): Likewise.
15063         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15064         (__ASSUME_EVENTFD2): Likewise.
15065         (__ASSUME_SIGNALFD4): Likewise.
15066         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15068 2014-05-12  Andreas Schwab  <schwab@suse.de>
15070         [BZ #16932]
15071         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
15072         (_nss_nis_gethostbyname4_r): Return error if item length is larger
15073         than maximum RPC packet size.
15074         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
15075         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
15076         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
15077         (_nss_nis_getservbyport_r): Likewise.
15079 2014-05-12  Will Newton  <will.newton@linaro.org>
15081         * malloc/Makefile (tests): Add tst-mallopt.
15082         * malloc/tst-mallopt.c: New file.
15084 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15086         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
15087         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
15089 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15091         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
15092         (tst-tlsmod6.so): Likewise.
15094 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15096         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15098 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
15100         [BZ #16064]
15101         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15102         and <dl-procinfo.h>.
15103         (__fegetenv): Save SSE state in envp->__eip if supported.
15104         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15105         envp->__eip if supported.
15106         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15107         and <dl-procinfo.h>.
15108         (__fesetenv): Always set __eip, __cs_selector, __opcode,
15109         __data_offset and __data_selector in environment to 0.  Set SSE
15110         state if supported.
15111         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15112         test-fenv-sse.
15113         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15114         -mfpmath=sse.
15115         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15117 2014-05-09  Will Newton  <will.newton@linaro.org>
15119         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15120         and libc_relro_required for ARM.
15121         * sysdeps/arm/preconfigure: Regenerate.
15123 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15124             Stefan Liebler  <stli@linux.vnet.ibm.com>
15126         * config.make.in (enable-lock-elision): New Makefile variable.
15127         * configure.ac: Likewise.
15128         * configure: Regenerate.
15129         * sysdeps/s390/configure.ac:
15130         Add check for gcc transactions support.
15131         * sysdeps/s390/configure: Regenerate.
15132         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15133         Build elision files if enabled.
15134         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15135         Add lock elision support for s390.
15136         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15137         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15138         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15139         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15140         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15141         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15142         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15143         Likewise.
15144         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15145         Likewise.
15146         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15147         Likewise.
15148         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15149         Likewise.
15150         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15151         (__lll_timedlock_elision, __lll_lock_elision)
15152         (__lll_unlock_elision, __lll_trylock_elision)
15153         (lll_timedlock_elision, lll_lock_elision)
15154         (lll_unlock_elision, lll_trylock_elision): Add.
15155         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15156         (pthread_mutex_t): Add lock elision support for s390.
15158 2014-05-14  Wilco  <wdijkstr@arm.com>
15160         * sysdeps/arm/fclrexcpt.c: Cleanup.
15161         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15162         * sysdeps/arm/feenablxcpt.c: Cleanup.
15163         * sysdeps/arm/fegetenv.c: Cleanup.
15164         * sysdeps/arm/fegetexcept.c: Cleanup.
15165         * sysdeps/arm/fegetround.c: Cleanup.
15166         * sysdeps/arm/feholdexcpt.c: Cleanup.
15167         * sysdeps/arm/fesetenv.c: Cleanup.
15168         * sysdeps/arm/fesetround.c: Cleanup.
15169         * sysdeps/arm/feupdateenv.c: Cleanup.
15170         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15171         * sysdeps/arm/fraiseexcpt.c: Cleanup.
15172         * sysdeps/arm/fsetexcptflg.c: Cleanup.
15173         * sysdeps/arm/ftestexcept.c: Cleanup.
15174         * sysdeps/arm/get-rounding-mode.h: Cleanup.
15175         * sysdeps/arm/setfpucw.c: Cleanup.
15177 2014-05-09  Will Newton  <will.newton@linaro.org>
15179         * sysdeps/arm/armv7/strcmp.S: New file.
15180         * NEWS: Mention addition of ARMv7 optimized strcmp.
15182 2014-05-08  Roland McGrath  <roland@hack.frob.com>
15184         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
15185         look for %.ac rather than %.in.
15187         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15188         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
15189         * sysdeps/mach/hurd/configure: Regenerated.
15190         * sysdeps/unix/sysv/linux/configure: Regenerated.
15192         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
15194 2014-05-07  Steve Ellcey  <sellcey@mips.com>
15196         [BZ# 16922]
15197         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
15198         (LONG_SUB): Ditto.
15199         (PTR_SUB): Ditto.
15201 2014-05-07  Andreas Schwab  <schwab@suse.de>
15203         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
15204         when skipping over non-matching result from nscd.
15206 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
15208         [BZ #16876]
15209         * nptl/sockperf.c (client): Check socket return value.
15211         [BZ #16877]
15212         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
15213         nscd security class.
15215 2014-05-06  Roland McGrath  <roland@hack.frob.com>
15217         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
15218         * sysdeps/arm/unwind.h: ... here.
15220 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
15222         [BZ# 16916]
15223         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
15224         Define.
15226 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15228         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
15229         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
15230         multiarch strncpy for PPC64.
15231         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
15232         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
15233         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
15234         multiarch optimizations.
15235         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15236         (__libc_ifunc_impl_list): Likewise.
15237         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
15238         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
15239         multiarch stpncpy for PPC64.
15240         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
15241         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
15243 2014-05-06  Andreas Schwab  <schwab@suse.de>
15245         [BZ #16912]
15246         * gmon/mcount.c (_MCOUNT_DECL): Use
15247         atomic_compare_and_exchange_bool_acq instead of
15248         catomic_compare_and_exchange_bool_acq.
15250 2014-05-05  Roland McGrath  <roland@hack.frob.com>
15252         * elf/Makefile (others, install-bin): Remove pldd.
15253         (pldd-modules): Variable removed.
15254         ($(objpfx)pldd): Target removed.
15255         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15256         (others, install-bin): Append pldd here.
15257         ($(objpfx)pldd): New target.
15259         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15260         to 0, so the first #if test emitted later doesn't see it undefined.
15261         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15262         * sysdeps/gnu/errlist.c: Regenerated.
15264 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15266         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15267         [libc_hidden_builtin_def]: Define to empty value.
15268         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15269         [libc_hidden_builtin_def]: Likewise.
15270         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15271         [libc_hidden_builtin_def]: Likewise.
15272         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15273         [libc_hidden_builtin_def]: Likewise.
15274         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15275         __redirect_memcpy and define ifunc as default hidden symbol.
15276         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15277         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15279 2014-05-04  Adam Conrad  <adconrad@0c3.net>
15281         * locale/iso-4217.def: Reintroduce XDR currency.
15283 2014-05-04  Allan McRae  <allan@archlinux.org>
15285         * po/eo.po: Update Esperanto translation from translation project.
15287 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15289         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15290         and FEATURE_INDEX_MAX to 1.
15291         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15293 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15295         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15296         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15297         * iconvdata/big5.c (ONE_DIRECTION): Define.
15298         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15299         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15300         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15301         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15302         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15303         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15304         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15305         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15306         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15307         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15308         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15309         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15310         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15311         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15312         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15313         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15314         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15315         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15316         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15317         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15318         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15319         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15320         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15321         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15322         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15323         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15324         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15325         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15326         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15327         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15328         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15329         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15330         * iconvdata/johab.c (ONE_DIRECTION): Define.
15331         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15332         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15333         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15334         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15335         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15336         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15337         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15338         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15339         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15340         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15342 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15344         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15345         (_IO_JUMPS_OFFSET): Define to 0.
15347         * nptl/sysdeps/pthread/bits/libc-lock.h
15348         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15349         (__libc_lock_define_initialized_recursive): Always define using
15350         initializer.  Modern compilers treat uninitialized (implicit zero) and
15351         explicit zero initializers the same (i.e. put the datum in bss).
15353 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15355         * nscd/nscd-client.h: Include <string.h>.
15357 2014-05-01  David S. Miller  <davem@davemloft.net>
15359         [BZ #16885]
15360         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15361         multiple zero bytes exist at the end of a string.
15362         Reported by Aurelien Jarno <aurelien@aurel32.net>
15364         * string/test-strcmp.c (check): Add explicit test for situations where
15365         there are multiple zero bytes after the first.
15367 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15369         [BZ #16890]
15370         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15371         when compiling wprintf.
15372         * stdio-common/tstdiomisc.c (t3): New function.
15373         (main): Call it.
15375 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15377         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15378         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15379         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15380         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15382 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15384         * stdlib/longlong.h: Updated from GCC.
15386 2014-05-01  Will Newton  <will.newton@linaro.org>
15387             Bernard Ogden  <bernie.ogden@linaro.org>
15389         * NEWS: Update fixed bug list.
15391         [BZ #15119]
15392         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15394 2014-04-30  David S. Miller  <davem@davemloft.net>
15396         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15397         (libc_feholdexcept_setround_sparc_ctx): New function.
15398         (libc_fesetenv_sparc_ctx): Likewise.
15399         (libc_feupdateenv_sparc_ctx): Likewise.
15400         (libc_feholdsetround_sparc_ctx): Likewise.
15401         (libc_feholdexcept_setround_ctx): Define.
15402         (libc_feholdexcept_setroundf_ctx): Likewise.
15403         (libc_feholdexcept_setroundl_ctx): Likewise.
15404         (libc_fesetenv_ctx): Likewise.
15405         (libc_fesetenvf_ctx): Likewise.
15406         (libc_fesetenvl_ctx): Likewise.
15407         (libc_feupdateenv_ctx): Likewise.
15408         (libc_feupdateenvf_ctx): Likewise.
15409         (libc_feupdateenvl_ctx): Likewise.
15410         (libc_feresetround_ctx): Likewise.
15411         (libc_feresetroundf_ctx): Likewise.
15412         (libc_feresetroundl_ctx): Likewise.
15413         (libc_feholdsetround_ctx): Likewise.
15414         (libc_feholdsetroundf_ctx): Likewise.
15415         (libc_feholdsetroundl_ctx): Likewise.
15417         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15418         with __USE_GNU instead of XOPEN cpp guards.
15420         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15421         0.
15423         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15424         with XOPEN cpp guards.
15426 2014-04-30  Julian Brown  <julian@codesourcery.com>
15428         [BZ #16888]
15429         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15430         handling.
15432 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15434         [BZ #9894]
15435         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15436         Change to 2.6.32.
15437         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15438         * sysdeps/unix/sysv/linux/configure: Regenerated.
15439         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15440         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15441         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15442         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15443         * README: Update reference to required Linux kernel version.
15444         * manual/install.texi (Linux): Update reference to required Linux
15445         kernel headers version.
15446         * INSTALL: Regenerated.
15448         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15449         header inclusion.
15450         [POSIX] (limits.h): Likewise.
15451         [POSIX] (math.h): Likewise.
15452         [POSIX] (sys/wait.h): Likewise.
15453         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15454         function.
15455         [POSIX] (stddef.h): Do not allow header inclusion.
15457 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15459         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15461 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15463         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15464         Return immediately after lll_futex_wake.
15466 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15468         [BZ #16791]
15469         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15470         structure.
15471         (datahead_init_pos): Call datahead_init_common early.
15472         (datahead_init_neg): Likewise.
15474         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15475         datahead_init_neg): New functions.
15476         * nscd/aicache.c (addhstaiX): Use them.
15477         * nscd/grpcache.c (cache_addgr): Likewise.
15478         * nscd/hstcache.c (cache_addhst): Likewise.
15479         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15480         * nscd/netgroupcache.c (do_notfound): Likewise.
15481         (addgetnetgrentX): Likewise.
15482         (addinnetgrX): Likewise.
15483         * nscd/pwdcache.c (cache_addpw): Likewise.
15484         * nscd/servicescache.c (cache_addserv): Likewise.
15486 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15487             Atsushi Onoe  <atsushi@onoe.org>
15489         [BZ #14308]
15490         [BZ #12994]
15491         [BZ #13651]
15492         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15493         one response is valid.
15494         * resolv/res_send.c (send_dg): Check for validity of other
15495         response if the current response is a referral.
15497 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15499         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15501 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15503         [BZ #16823]
15504         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15505         Always divide by positive zero when computing -Inf result.
15506         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15507         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15509 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15511         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15512         FPSCR if value do not change.
15513         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15514         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15515         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15516         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15517         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15518         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15519         function.
15521 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15523         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15524         * sysdeps/unix/sysv/linux/hppa: Move directory from
15525         ports/systeps/unix/sysv/linux/hppa.
15526         * README: Update listing for hppa-*-linux-gnu.
15528 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15530         [BZ #16754]
15531         * manual/stdio.texi (Hook functions): Fix types of stream hook
15532         functions.
15533         [BZ #16854]
15534         * socket/sys/socket.h: Fix typo in comment.
15536 2014-04-28  Wilco  <wdijkstr@arm.com>
15538         * sysdeps/arm/fenv_private.h: New file.
15539         * sysdeps/arm/math_private.h: New file.
15540         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15542 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15544         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15545         with __int128_t.
15546         (La_x86_64_retval): Likewise.
15548 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15550         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15551         fpsr if value didn't change.
15552         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15553         to fpcr if value didn't change.
15554         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15555         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15556         fpsr or fpcr if value didn't change.
15557         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15558         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15559         fpcr if value didn't change.
15560         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15561         to fpsr if value didn't change.
15563 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15565         * nptl/tst-sem3.c: Use test-skeleton.c
15566         (main): Rename to do_test.  Use return instead of
15567         exit.
15568         * nptl/tst-sem4.c: Use test-skeleton.c
15569         (main): Rename to do_test.
15571 2014-04-22  David S. Miller  <davem@davemloft.net>
15573         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15574         (struct sigaction): New struct member __glibc_reserved0, change
15575         type of sa_flags to int.
15577 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15579         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15580         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15582 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15584         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15585         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15587 2014-04-22  Will Newton  <will.newton@linaro.org>
15588             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15590         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15591         (__longjmp): Add longjmp and longjmp_target SystemTap
15592         probes.
15593         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15594         (__sigsetjmp): Add setjmp SystemTap probe.
15596 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15598         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15599         match manual order.
15601 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15603         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15605         * sysdeps/powerpc/fpu/fenv_private.h
15606         (libc_feholdexcept_setroundl_ctx): Define to
15607         libc_feholdexcept_setround_ppc_ctx.
15608         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15609         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15610         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15611         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15613 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15615         * sysdeps/aarch64/math-tests.h: New file.
15617 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15619         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15620         New.
15621         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15622         Check and set bit_AVX2_Usable.
15623         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15624         macro.
15625         (bit_AVX2): Likewise.
15626         (index_AVX2_Usable): Likewise.
15627         (CPUID_AVX2): Likewise.
15628         (HAS_AVX2): Likewise.
15630 2014-04-17  Will Newton  <will.newton@linaro.org>
15632         * manual/setjmp.texi (System V contexts): Add note that
15633         calling setcontext on a context created by a call to a
15634         signal handler is undefined.  Update text to note that
15635         setcontext from a signal handler is possible but not
15636         recommended.
15638         [BZ #16629]
15639         * stdlib/tst-setcontext.c: Include signal.h.
15640         (main): Check that the signal stack before and
15641         after swapcontext is the same.
15643         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15644         Re-implement to restore registers in user code and avoid
15645         rt_sigreturn system call.
15647 2014-04-17  Wilco  <wdijkstr@arm.com>
15649         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15650         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15651         * math/test-fenv.c: Skip exception trap tests on targets which only
15652         support non-stop mode.
15654 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15655             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15657         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15658         (libc_feholdsetround_aarch64_ctx)
15659         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15660         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15661         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15662         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15663         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15664         (libc_feresetround_noexl_ctx): Define.
15666 2014-04-16  Richard Henderson  <rth@redhat.com>
15668         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15670         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15671         unwind tables.
15673         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15674         const from the non-libc, non-ldso copy.
15676         * sysdeps/alpha/libm-test-ulps: Regenerate.
15678 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15679             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15681         * sysdeps/aarch64/fpu/math_private.h: New file.
15683 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15685         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15687 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15689         [BZ #16275]
15690         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15691         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15692         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15693         Intel MPX bound registers before _dl_profile_fixup.
15694         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15695         registers after _dl_profile_fixup.  Save and restore bound
15696         registers bnd0/bnd1 when calling _dl_call_pltexit.
15697         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15698         (LR_BND_OFFSET): Likewise.
15699         (LRV_BND0_OFFSET): Likewise.
15700         (LRV_BND1_OFFSET): Likewise.
15702 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15704         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15705         to...
15706         * sysdeps/mach/hurd/i386/tls.h: ... here.
15707         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15708         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15709         fields.
15711 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15713         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15715 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15717         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15719 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15721         [BZ #14770]
15722         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15723         * sysdeps/s390/configure: Regenerate.
15725         [BZ #16824]
15726         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15727         Set round-to-nearest internally to reduce error accumulation.
15729 2014-04-16  Alan Modra  <amodra@gmail.com>
15731         [BZ #16740]
15732         [BZ #16619]
15733         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15734         * math/libm-test.inc (frexp_test_data): Add tests.
15735         * NEWS: Update fixed bug list.
15737 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15739         * benchtests/Makefile: Depend on libraries in build directory.
15740         (bench-math): Separate out math tests.
15741         (bench-pthread): Separate out pthread tests.
15742         (bench): Include math and pthread tests.
15744 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15746         [BZ #16831]
15747         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15748         _dl_debug_initialize.
15750         * configure.ac: Remove SELinux header check.
15751         * configure: Regenerate.
15752         * nscd/selinux.c (perms): Array of const char* to permission names.
15753         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15754         default policy. Call string_to_security_class and string_to_av_perm to
15755         translate strings. Enforce default policy and call avs_has_perm with
15756         results of translated strings.
15758 2014-04-13  David S. Miller  <davem@davemloft.net>
15760         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15762 2014-04-12  Allan McRae  <allan@archlinux.org>
15764         [BZ #16838]
15765         * manual/string.texi (Collation Functions): Fix qsort argument
15766         order in example.
15767         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15769 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15771         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15772         Make the test a no-op if there are no exceptions defined.
15774 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15776         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15777         enable-hardcoded-path-in-tests
15779 2014-04-11  Will Newton  <will.newton@linaro.org>
15781         * benchtests/Makefile (extra-objs): Add json-lib.o.
15782         (bench-func): Tidy up JSON output.
15783         * benchtests/bench-skeleton.c: Include json-lib.h.
15784         (main): Use JSON library functions to do output of
15785         benchmark results.
15786         * benchtests/bench-timing-type.c (main): Output the
15787         timing type simply, leaving formatting to the user.
15788         * benchtests/json-lib.c: New file.
15789         * benchtests/json-lib.h: Likewise.
15791 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15793         [BZ #15215]
15794         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15795         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15796         memory barriers.  Add comments.
15797         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15798         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15799         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15800         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15801         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15802         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15804 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15806         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15807         * sysdeps/s390/s390-64/configure.ac: ... this ...
15808         * sysdeps/s390/configure.ac: ... to here.
15809         * sysdeps/s390/s390-32/configure: Delete file.
15810         * sysdeps/s390/s390-64/configure: Delete file.
15811         * sysdeps/s390/configure: Regenerate.
15813 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15815         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15817 2014-04-11  Will Newton  <will.newton@linaro.org>
15819         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15820         to zero if it is not defined elsewhere.  (mtrim): Test
15821         the value of MALLOC_DEBUG with #if rather than #ifdef.
15823 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15825         * benchtests/pthread_once-inputs: New file.
15826         * benchtests/pthread_once-source.c: New file.
15827         * benchtests/README: Update documentation.
15829 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15830             H.J. Lu  <hongjiu.lu@intel.com>
15832         [BZ #16275]
15833         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15834         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15835         * sysdeps/x86_64/configure: Regenerated.
15836         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15837         macro.
15838         (REGISTER_SAVE_RAX): Likewise.
15839         (REGISTER_SAVE_RCX): Likewise.
15840         (REGISTER_SAVE_RDX): Likewise.
15841         (REGISTER_SAVE_RSI): Likewise.
15842         (REGISTER_SAVE_RDI): Likewise.
15843         (REGISTER_SAVE_R8): Likewise.
15844         (REGISTER_SAVE_R9): Likewise.
15845         (REGISTER_SAVE_BND0): Likewise.
15846         (REGISTER_SAVE_BND1): Likewise.
15847         (REGISTER_SAVE_BND2): Likewise.
15848         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15849         bound registers when calling _dl_fixup.
15851 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15853         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15854         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15855         of its definition.
15856         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15857         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15858         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15859         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15860         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15861         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15862         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15864 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15866         [BZ #15514]
15867         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15868         pathconf(_PC_NAME_MAX).
15870 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15872         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15873         Remove macro usage.
15874         (__PTHREAD_SPINS): Move definition to ...
15875         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15876         (__PTHREAD_SPINS): ... here.
15877         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15878         (__PTHREAD_SPIN): Likewise.
15879         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15880         (__PTHREAD_SPIN): Likewise.
15881         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15882         (__PTHREAD_SPIN): Likewise.
15883         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15884         (__PTHREAD_SPIN): Likewise.
15885         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15886         (__PTHREAD_SPIN): Likewise.
15887         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15888         (__PTHREAD_SPIN): Likewise.
15889         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15890         (__PTHREAD_SPIN): Likewise.
15891         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15892         (__PTHREAD_SPIN): Likewise.
15893         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15894         (__PTHREAD_SPIN): Likewise.
15895         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15896         (__PTHREAD_SPIN): Likewise.
15897         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15898         (__PTHREAD_SPIN): Likewise.
15899         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15900         (__PTHREAD_SPIN): Likewise.
15902         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15903         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15904         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15905         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15906         imply folder.
15907         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15908         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15909         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15910         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15911         correct imply path.
15912         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15913         strlen symbol for non multi-arch builds.
15914         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15915         missing hidden_def and weak_alias.
15917 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15919         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15921 2014-04-07  Will Newton  <will.newton@linaro.org>
15923         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15924         and contents.  [!_LIBC] Remove #ifndef and contents.
15925         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15926         * string/memccpy.c (__memccpy): Use ANSI prototype.
15927         * string/memfrob.c (memfrob): Likewise.
15928         * string/strcoll.c (STRCOLL): Likewise.
15929         * string/strlen.c (strlen): Likewise.
15930         * string/strtok.c (STRTOK): Likewise.
15931         * string/strcat.c: Remove unused #include of memcopy.h.
15932         (strcat): Use ANSI prototype.
15933         * string/strchr.c: Remove unused #include of memcopy.h.
15934         (strchr): Use ANSI prototype.
15935         * string/strcmp.c: Remove unused #include of memcopy.h.
15936         (strcmp): Use ANSI prototype.
15937         * string/strcpy.c: Remove unused #include of memcopy.h.
15938         (strcpy): Use ANSI prototype.
15940 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15942         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15943         * config.make.in (config-extra-cppflags): Set it from
15944         libc_extra_cppflags.
15945         * configure.ac (libc_extra_cflags): Make it accumulate over
15946         configure fragments.
15947         (libc_extra_cppflags): New flag.
15948         * configure. Regenerate.
15949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15950         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15951         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15954         [BZ #16815]
15955         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15956         result for FE_DOWNWARD rounding mode.
15957         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15958         Likewise.
15959         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15961 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15963         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15964         in function argument name.
15966 2014-04-03  David Svoboda  <svoboda@cert.org>
15968         [BZ #5666]
15969         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15970         explicitly.
15972 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15974         * elf/dl-unmap-segments.h: New file.
15975         * sysdeps/generic/ldsodefs.h
15976         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15977         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15978         * elf/dl-fptr.c: Likewise.
15979         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15980         * sysdeps/aarch64/tlsdesc.c: Likewise.
15981         * sysdeps/arm/tlsdesc.c: Likewise.
15982         * sysdeps/i386/tlsdesc.c: Likewise.
15983         * sysdeps/tile/dl-runtime.c: Likewise.
15984         * sysdeps/x86_64/tlsdesc.c: Likewise.
15985         * elf/dl-load.h: New file.
15986         * elf/dl-load.c: Include it.
15987         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15988         Macros moved to dl-load.h.
15989         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15990         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15991         Use _dl_unmap_segments in place of __munmap.
15992         Break out segment-mapping loop into ...
15993         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15995 2014-04-03  Will Newton  <will.newton@linaro.org>
15997         * elf/dl-lookup.c (do_lookup_x): Remove comment
15998         referring to nested function and move variable
15999         declarations down to before first use.
16001 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
16003         [BZ #16799]
16004         [BZ #16800]
16005         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
16006         with 0 numerator.
16007         * math/s_catanf.c (__catanf): Likewise.
16008         * math/s_catanh.c (__catanh): Likewise.
16009         * math/s_catanhf.c (__catanhf): Likewise.
16010         * math/s_catanhl.c (__catanhl): Likewise.
16011         * math/s_catanl.c (__catanl): Likewise.
16012         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
16013         by positive zero when computing -Inf result.
16014         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
16015         (catanh_test): Likewise.
16016         * sysdeps/i386/fpu/libm-test-ulps: Update.
16017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16019         [BZ #16789]
16020         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
16021         instead of using underflowing value in computing result.
16022         * math/s_clog10.c (__clog10): Likewise.
16023         * math/s_clog10f.c (__clog10f): Likewise.
16024         * math/s_clog10l.c (__clog10l): Likewise.
16025         * math/s_clogf.c (__clogf): Likewise.
16026         * math/s_clogl.c (__clogl): Likewise.
16027         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
16028         (clog10_test): Likewise.
16029         * sysdeps/i386/fpu/libm-test-ulps: Update.
16030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16032 2014-04-02  Alan Modra  <amodra@gmail.com>
16034         [BZ #16739]
16035         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
16036         output when value is near a power of two.  Use int64_t for lx and
16037         remove casts.  Use decimal rather than hex exponent constants.
16038         Don't use long double multiplication when double will suffice.
16039         * math/libm-test.inc (nextafter_test_data): Add tests.
16040         * NEWS: Add 16739 and 16786 to bug list.
16042         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
16044         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
16046 2014-04-01  Will Newton  <will.newton@linaro.org>
16048         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
16049         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
16051 2014-04-01  Florian Weimer  <fweimer@redhat.com>
16053         [BZ #13347]
16054         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
16055         * nptl/tst-setuid2.c: New file.
16056         * nptl/Makefile (xtests): Add tst-setuid2.
16058 2014-04-01  Alan Modra  <amodra@gmail.com>
16060         [BZ #16786]
16061         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
16063 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16065         [BZ #6803]
16066         [BZ #6804]
16067         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
16068         set errno as appropriate.
16069         * math/w_scalbf.c (__scalbf): Likewise.
16070         * math/w_scalbl.c (__scalbl): Likewise.
16071         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
16072         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
16073         * math/libm-test.inc (scalb_test_data): Add errno expectations.
16074         Add more NaN tests.
16076         [BZ #16349]
16077         * math/w_atan2.c: Include <errno.h>.
16078         (__atan2): Set errno for result underflowing to zero.
16079         * math/w_atan2f.c: Include <errno.h>.
16080         (__atan2f): Set errno for result underflowing to zero.
16081         * math/w_atan2l.c: Include <errno.h>.
16082         (__atan2l): Set errno for result underflowing to zero.
16083         * math/auto-libm-test-in: Don't allow missing errno for some atan2
16084         tests.
16085         * math/auto-libm-test-out: Regenerated.
16087 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16089         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
16090         Encode instruction correctly in little endian.
16091         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
16092         Likewise.
16093         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
16094         Likewise.
16095         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
16096         Likewise.
16097         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16098         Likewise.
16100 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16102         [BZ #9894]
16103         * sysdeps/unix/sysv/linux/kernel-features.h
16104         [__sparc__ && !__arch64__ && !__sparc_v9__]
16105         (__ASSUME_SET_ROBUST_LIST): Do not define.
16106         [__sparc__ && !__arch64__ && !__sparc_v9__]
16107         (__ASSUME_FUTEX_LOCK_PI): Likewise.
16108         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16109         Likewise.
16110         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16111         (__ASSUME_FUTEX_LOCK_PI): Undefine.
16112         (__ASSUME_REQUEUE_PI): Likewise.
16113         (__ASSUME_SET_ROBUST_LIST): Likewise.
16114         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16115         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16116         Undefine.
16117         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16118         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16119         Likewise.
16120         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16121         Likewise.
16122         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16123         Likewise.
16124         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16125         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16126         Undefine.
16127         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16128         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16129         Likewise.
16131         [BZ #16648]
16132         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16133         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16134         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16136 2014-03-31  Will Newton  <will.newton@linaro.org>
16138         * benchtests/Makefile (bench): Add ffs and ffsll to list
16139         of tests.
16140         * benchtests/ffs-inputs: New file.
16141         * benchtests/ffsll-inputs: Likewise.
16143 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
16145         [BZ #16770]
16146         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16147         too large before casting to int.
16148         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16149         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16150         * math/libm-test.inc (scalb_test_data): Add more tests.
16152 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16154         * benchtests/Makefile (DETAILED_OPT): New make option.
16155         (bench-func): Run benchmark program with -d if DETAILED_OPT is
16156         set.
16157         * benchtests/bench-skeleton.c: Include stdbool.h.
16158         (main): Store and print timings per input.
16159         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16160         member to each argument value.
16161         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16162         (_print_arg_data): Initialize per-input timing to 0.
16164         * benchtests/Makefile (timing-type): New binary.
16165         (bench-clean): Also remove bench-timing-type.
16166         (bench): New target for timing-type.
16167         (bench-func): Print output in JSON format.
16168         * benchtests/bench-skeleton.c (main): Print output in JSON
16169         format.
16170         * benchtests/bench-timing-type.c: New file.
16171         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16172         (TIMING_PRINT_STATS): Remove.
16173         * benchtests/scripts/bench.py (_print_arg_data): Store variant
16174         name separately.
16176         * benchtests/bench-modf.c: Remove.
16177         * benchtests/modf-inputs: New inputs file.
16179 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
16181         [BZ #16362]
16182         * math/s_clog10.c (M_PI_LOG10E): New macro.
16183         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
16184         imaginary parts are 0.
16185         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
16186         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
16187         imaginary parts are 0.
16188         * math/s_clog10l.c (M_PI_LOG10El): New macro.
16189         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
16190         imaginary parts are 0.
16191         * math/libm-test.inc (clog10_test_data): Update expected results
16192         for when real and imaginary parts are 0.
16194 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
16196         * elf/dl-load.c: Finish conversion of __builtin_expect into
16197         __glibc_{un}likely.
16199 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
16201         [BZ #16348]
16202         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
16203         1+x for argument with exponent below -67.
16204         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
16205         Likewise.
16206         * math/auto-libm-test-in: Add more tests of exp.
16207         * math/auto-libm-test-out: Regenerated.
16209 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16211         [BZ #16759]
16212         * inet/getnetgrent_r.c (get_nonempty_val): New function.
16213         (nscd_getnetgrent): Use it.
16215         [BZ #16760]
16216         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
16217         of stpcpy.
16219 2014-03-27  Andi Kleen  <ak@linux.intel.com>
16221         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
16222         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16223         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16224         (lll_robust_unlock): Remove out of line section. Use cfi
16225         intrinsics.
16226         (LLL_STUB_UNWIND_INFO*): Remove.
16227         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
16228         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16229         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16230         (lll_robust_unlock): Remove out of line section. Use cfi
16231         intrinsics.
16232         (LLL_STUB_UNWIND_INFO*): Remove.
16234 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16236         [BZ #16758]
16237         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
16238         blank values.
16240 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
16242         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
16244 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
16246         [BZ #16198]
16247         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
16248         fnstenv.
16249         * math/test-fenv-preserve.c: New file.
16250         * math/Makefile (tests): Add test-fenv-preserve.
16252 2014-03-26  Will Newton <will.newton@linaro.org>
16254         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16256 2014-03-25  Roland McGrath  <roland@hack.frob.com>
16258         * scripts/versionlist.awk: Partition the version sets and emit all
16259         GLIBC_* (sorted) before all others (sorted).
16261 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16263         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16264         GLIBC_2.2.5 version.
16266 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16268         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16269         calls.
16271         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16272         previous change.
16274         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16276 2014-03-25  Andreas Schwab  <schwab@suse.de>
16278         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16279         label to be used after in6ailist is initialized.
16281 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16283         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16284         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16286 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16288         [BZ #16357]
16289         [BZ #16599]
16290         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16291         min_plus_half.
16292         (fp_formats): Update initializers.
16293         (init_fp_formats): Initialize new field.
16294         (output_for_one_input_case): Allow underflow for results up to
16295         min_plus_half.
16296         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16297         * math/auto-libm-test-in: Don't mark some underflows from asin and
16298         atanh as spurious.
16299         * math/auto-libm-test-out: Regenerated.
16300         * sysdeps/i386/fpu/libm-test-ulps: Update.
16301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16303 2014-03-25  Andreas Schwab  <schwab@suse.de>
16305         * libio/Makefile (tst-ftell-partial-wide-ENV)
16306         (tst-ftell-active-handler-ENV): Define.
16308 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16310         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16312 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16314         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16316 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16318         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16319         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16320         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16322 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16324         [BZ #16634]
16325         * elf/dl-load.c (open_verify): Add mode parameter.
16326         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16327         (open_path): Change from boolean 'secure' to complete flag 'mode'
16328         (_dl_map_object): Adjust.
16329         * elf/Makefile (tests): Add tst-dlopen-aout.
16330         * elf/tst-dlopen-aout.c: New test.
16332 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16334         [BZ #16714]
16335         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16336         (struct stat): Rename member pad0 to __glibc_reserved0.
16338         [BZ #16712]
16339         * sysdeps/s390/s390-32/bits/wordsize.h
16340         (__WORDSIZE32_SIZE_ULONG): New define.
16341         * sysdeps/s390/s390-64/bits/wordsize.h
16342         (__WORDSIZE32_SIZE_ULONG): Likewise.
16343         * sysdeps/generic/stdint.h (SIZE_MAX):
16344         Define as UL if __WORDSIZE32_SIZE_ULONG.
16346         [BZ #16713]
16347         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16348         (__glibc_reserved0): New variable.
16349         (sa_flags): Change type to int.
16351         * posix/Makefile (before-compile): Use += before-compile instead
16352         of a :=.
16354         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16355         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16357 2014-03-20  Andreas Schwab  <schwab@suse.de>
16359         [BZ #16743]
16360         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16361         non-matching result from nscd.
16363 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16365         * scripts/bench.py: Moved to ...
16366         * benchtests/scripts/bench.py: ... here.
16367         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16369 2014-03-24  Andreas Schwab  <schwab@suse.de>
16371         [BZ #16002]
16372         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16373         alloca_account and account alloca use for struct in6ailist.
16375 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16377         [BZ #16284]
16378         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16379         rounding mode to recompute results that overflow to infinity or
16380         underflow to zero.
16381         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16382         bug 16284.
16383         * math/auto-libm-test-out: Regenerated.
16384         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16385         (ccosh_test): Likewise.
16386         (csin_test_data): Use plus_oflow.
16387         (csin_test): Use ALL_RM_TEST.
16388         (csinh_test_data): Use plus_oflow.
16389         (csinh_test): Use ALL_RM_TEST.
16390         * sysdeps/i386/fpu/libm-test-ulps: Update.
16391         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16393 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16395         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16396         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16397         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16399         [BZ #16731]
16400         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16401         when x - 1 is zero.
16402         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16403         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16404         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16405         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16406         argument is 1.
16407         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16408         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16409         zero.
16410         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16411         * sysdeps/i386/fpu/libm-test-ulps: Update.
16412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16414 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16416         * scripts/bench.pl: Remove file.
16417         * scripts/bench.py: New benchmark script.
16418         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16419         * benchtests/README: Mention python dependency.
16420         * scripts/pylintrc: New file.
16421         * scripts/pylint: New file.
16423         * bits/mathdef.h: Use #ifdef instead of #if.
16424         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16425         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16426         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16427         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16428         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16429         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16431 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16432             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16434         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16435         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16436         and strpbrk-ppc64 objects.
16437         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16438         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16439         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16440         multiarch strpbrk for POWER7.
16441         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16442         multiarch strpbrk for PPC64.
16443         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16444         ifunc selector.
16445         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16446         strpbrk for POWER7.
16448 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16450         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16451         (atan_test): Likewise.
16452         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16453         (atanh_test): Use ALL_RM_TEST.
16454         (atan2_test_data): Likewise.
16455         (cabs_test): Likewise.
16456         (cacosh_test): Likewise.
16457         (carg_test): Likewise.
16458         (casin_test): Likewise.
16459         (casinh_test): Likewise.
16460         (cbrt_test): Likewise.
16461         (csqrt_test): Likewise.
16462         (erf_test): Likewise.
16463         (erfc_test): Likewise.
16464         (pow10_test): Likewise.
16465         (exp2_test): Likewise.
16466         (hypot_test): Likewise.
16467         (j0_test): Likewise.
16468         (j1_test): Likewise.
16469         (lgamma_test): Likewise.
16470         (gamma_test): Likewise.
16471         (sincos_test): Likewise.
16472         (tanh_test): Likewise.
16473         (y0_test): Likewise.
16474         (y1_test): Likewise.
16475         * sysdeps/i386/fpu/libm-test-ulps: Update.
16476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16478 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16480         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16481         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16482         and strcspn-ppc64 objects.
16483         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16484         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16485         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16486         multiarch strcspn for POWER7.
16487         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16488         multiarch strcspn for PPC64.
16489         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16490         ifunc selector.
16491         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16492         strcspn for POWER7.
16494 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16496         * math/gen-libm-test.pl (generate_testfile): Expect only function
16497         name as argument to AUTO_TESTS_* and pass results for all rounding
16498         modes to parse_args.
16499         (parse_auto_input): Separate inputs of automatic tests from
16500         outputs before storing in %auto_tests.
16501         * math/libm-test.inc (acos_test_data): Update call to
16502         AUTO_TESTS_f_f.
16503         (acos_test): Use ALL_RM_TEST.
16504         (acos_tonearest_test_data): Remove.
16505         (acos_test_tonearest): Likewise.
16506         (acos_towardzero_test_data): Likewise.
16507         (acos_test_towardzero): Likewise.
16508         (acos_downward_test_data): Likewise.
16509         (acos_test_downward): Likewise.
16510         (acos_upward_test_data): Likewise.
16511         (acos_test_upward): Likewise.
16512         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16513         (asin_test_data): Likewise.
16514         (asin_test): Use ALL_RM_TEST.
16515         (asin_tonearest_test_data): Remove.
16516         (asin_test_tonearest): Likewise.
16517         (asin_towardzero_test_data): Likewise.
16518         (asin_test_towardzero): Likewise.
16519         (asin_downward_test_data): Likewise.
16520         (asin_test_downward): Likewise.
16521         (asin_upward_test_data): Likewise.
16522         (asin_test_upward): Likewise.
16523         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16524         (atan_test_data): Likewise.
16525         (atanh_test_data): Likewise.
16526         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16527         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16528         (carg_test_data): Likewise.
16529         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16530         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16531         (ccosh_test_data): Likewise.
16532         (cexp_test_data): Likewise.
16533         (clog_test_data): Likewise.
16534         (clog10_test_data): Likewise.
16535         (cos_test_data): Update call to AUTO_TESTS_f_f.
16536         (cos_test): Use ALL_RM_TEST.
16537         (cos_tonearest_test_data): Remove.
16538         (cos_test_tonearest): Likewise.
16539         (cos_towardzero_test_data): Likewise.
16540         (cos_test_towardzero): Likewise.
16541         (cos_downward_test_data): Likewise.
16542         (cos_test_downward): Likewise.
16543         (cos_upward_test_data): Likewise.
16544         (cos_test_upward): Likewise.
16545         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16546         (cosh_test): Use ALL_RM_TEST.
16547         (cosh_tonearest_test_data): Remove.
16548         (cosh_test_tonearest): Likewise.
16549         (cosh_towardzero_test_data): Likewise.
16550         (cosh_test_towardzero): Likewise.
16551         (cosh_downward_test_data): Likewise.
16552         (cosh_test_downward): Likewise.
16553         (cosh_upward_test_data): Likewise.
16554         (cosh_test_upward): Likewise.
16555         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16556         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16557         (ctan_test_data): Likewise.
16558         (ctan_test): Use ALL_RM_TEST.
16559         (ctan_tonearest_test_data): Remove.
16560         (ctan_test_tonearest): Likewise.
16561         (ctan_towardzero_test_data): Likewise.
16562         (ctan_test_towardzero): Likewise.
16563         (ctan_downward_test_data): Likewise.
16564         (ctan_test_downward): Likewise.
16565         (ctan_upward_test_data): Likewise.
16566         (ctan_test_upward): Likewise.
16567         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16568         (ctanh_test): Use ALL_RM_TEST.
16569         (ctanh_tonearest_test_data): Remove.
16570         (ctanh_test_tonearest): Likewise.
16571         (ctanh_towardzero_test_data): Likewise.
16572         (ctanh_test_towardzero): Likewise.
16573         (ctanh_downward_test_data): Likewise.
16574         (ctanh_test_downward): Likewise.
16575         (ctanh_upward_test_data): Likewise.
16576         (ctanh_test_upward): Likewise.
16577         (erf_test_data): Update call to AUTO_TESTS_f_f.
16578         (erfc_test_data): Likewise.
16579         (exp_test_data): Likewise.
16580         (exp_test): Use ALL_RM_TEST.
16581         (exp_tonearest_test_data): Remove.
16582         (exp_test_tonearest): Likewise.
16583         (exp_towardzero_test_data): Likewise.
16584         (exp_test_towardzero): Likewise.
16585         (exp_downward_test_data): Likewise.
16586         (exp_test_downward): Likewise.
16587         (exp_upward_test_data): Likewise.
16588         (exp_test_upward): Likewise.
16589         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16590         (exp10_test): Use ALL_RM_TEST.
16591         (exp10_tonearest_test_data): Remove.
16592         (exp10_test_tonearest): Likewise.
16593         (exp10_towardzero_test_data): Likewise.
16594         (exp10_test_towardzero): Likewise.
16595         (exp10_downward_test_data): Likewise.
16596         (exp10_test_downward): Likewise.
16597         (exp10_upward_test_data): Likewise.
16598         (exp10_test_upward): Likewise.
16599         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16600         (expm1_test_data): Likewise.
16601         (expm1_test): Use ALL_RM_TEST.
16602         (expm1_tonearest_test_data): Remove.
16603         (expm1_test_tonearest): Likewise.
16604         (expm1_towardzero_test_data): Likewise.
16605         (expm1_test_towardzero): Likewise.
16606         (expm1_downward_test_data): Likewise.
16607         (expm1_test_downward): Likewise.
16608         (expm1_upward_test_data): Likewise.
16609         (expm1_test_upward): Likewise.
16610         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16611         (fma_test): Use ALL_RM_TEST.
16612         (fma_towardzero_test_data): Remove.
16613         (fma_test_towardzero): Likewise.
16614         (fma_downward_test_data): Likewise.
16615         (fma_test_downward): Likewise.
16616         (fma_upward_test_data): Likewise.
16617         (fma_test_upward): Likewise.
16618         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16619         (j0_test_data): Update call to AUTO_TESTS_f_f.
16620         (j1_test_data): Likewise.
16621         (jn_test_data): Update call to AUTO_TESTS_if_f.
16622         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16623         (log_test_data): Update call to AUTO_TESTS_f_f.
16624         (log10_test_data): Likewise.
16625         (log1p_test_data): Likewise.
16626         (log2_test_data): Likewise.
16627         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16628         (pow_tonearest_test_data): Likewise.
16629         (sin_test_data): Update call to AUTO_TESTS_f_f.
16630         (sin_test): Use ALL_RM_TEST.
16631         (sin_tonearest_test_data): Remove.
16632         (sin_test_tonearest): Likewise.
16633         (sin_towardzero_test_data): Likewise.
16634         (sin_test_towardzero): Likewise.
16635         (sin_downward_test_data): Likewise.
16636         (sin_test_downward): Likewise.
16637         (sin_upward_test_data): Likewise.
16638         (sin_test_upward): Likewise.
16639         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16640         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16641         (sinh_test): Use ALL_RM_TEST.
16642         (sinh_tonearest_test_data): Remove.
16643         (sinh_test_tonearest): Likewise.
16644         (sinh_towardzero_test_data): Likewise.
16645         (sinh_test_towardzero): Likewise.
16646         (sinh_downward_test_data): Likewise.
16647         (sinh_test_downward): Likewise.
16648         (sinh_upward_test_data): Likewise.
16649         (sinh_test_upward): Likewise.
16650         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16651         (sqrt_test): Use ALL_RM_TEST.
16652         (sqrt_tonearest_test_data): Remove.
16653         (sqrt_test_tonearest): Likewise.
16654         (sqrt_towardzero_test_data): Likewise.
16655         (sqrt_test_towardzero): Likewise.
16656         (sqrt_downward_test_data): Likewise.
16657         (sqrt_test_downward): Likewise.
16658         (sqrt_upward_test_data): Likewise.
16659         (sqrt_test_upward): Likewise.
16660         (tan_test_data): Update call to AUTO_TESTS_f_f.
16661         (tan_test): Use ALL_RM_TEST.
16662         (tan_tonearest_test_data): Remove.
16663         (tan_test_tonearest): Likewise.
16664         (tan_towardzero_test_data): Likewise.
16665         (tan_test_towardzero): Likewise.
16666         (tan_downward_test_data): Likewise.
16667         (tan_test_downward): Likewise.
16668         (tan_upward_test_data): Likewise.
16669         (tan_test_upward): Likewise.
16670         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16671         (tgamma_test_data): Likewise.
16672         (y0_test_data): Likewise.
16673         (y1_test_data): Likewise.
16674         (yn_test_data): Update call to AUTO_TESTS_if_f.
16675         (main): Do not call removed functions.
16677 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16679         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16680         (ldexp_test_data): Remove.
16681         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16682         scalbn_test_data.
16683         (scalb_test): Use ALL_RM_TEST.
16685 2014-03-19  Andreas Schwab  <schwab@suse.de>
16687         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16689 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16691         [BZ #16649]
16692         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16693         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16694         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16695         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16696         (__ASSUME_PREADV): Undefine.
16697         (__ASSUME_PWRITEV): Likewise.
16699 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16701         * bits/mman-linux.h: Add comment about non-Linux use.
16702         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16703         bits/mman-linux.h resting place.
16705         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16706         * bits/mman-linux.h: ... here.
16708 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16710         * conform/conformtest.pl: Add standard definition when calling C
16711         preprocessor on data files.
16712         (checknamespace): Remove unused variable.
16714 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16716         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16717         minus_oflow, plus_uflow and minus_uflow in expected results.
16718         * math/libm-test.inc (scalbn_test_data): Add more tests of
16719         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16720         minus_uflow.
16721         (scalbn_test): Use ALL_RM_TEST.
16722         (scalbln_test_data): Add more tests of negative arguments.  Use
16723         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16724         (scalbln_test): Use ALL_RM_TEST.
16726 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16728         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16730 2014-03-18  Will Newton  <will.newton@linaro.org>
16732         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16733         inaccurate comment.
16735 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16737         * Makerules [!subdir] (check-abi): Exit with error status if a
16738         test failed.
16740 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16742         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16743         for rint.  Include results for all rounding modes.
16744         (nearbyint_test): Use ALL_RM_TEST.
16745         (rint_test_data): Include all tests used for nearbyint.
16747 2014-03-17  Will Newton  <will.newton@linaro.org>
16749         * nptl/sysdeps/pthread/pthread.h: Revert previous
16750         change.
16752         * sysdeps/generic/ldsodefs.h: Revert previous
16753         change.
16755         * libio/genops.c: Revert previous change.
16756         * libio/libioP.h: Likewise.
16757         * stdio-common/vfprintf.c: Likewise.
16759         * sysdeps/generic/math_private.h: Revert previous
16760         change.
16762         * sysdeps/generic/math_private.h: Check whether
16763         HAVE_RM_CTX is defined with #ifdef rather
16764         than #if.
16766         * argp/argp-fmtstream.h: Check whether
16767         __STRICT_ANSI__ is defined with #ifdef rather
16768         than #if.
16769         * argp/argp.h: Likewise.
16771         * libio/genops.c: Check whether
16772         _IO_JUMPS_OFFSET is defined with #ifdef rather
16773         than #if.
16774         * libio/libioP.h: Likewise.
16775         * stdio-common/vfprintf.c: Likewise.
16777         * sysdeps/generic/ldsodefs.h: Check whether
16778         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16779         than #if.
16781         * nptl/sysdeps/pthread/pthread.h: Check
16782         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16783         its value.
16785 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16787         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16788         setting O_APPEND.
16789         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16790         test case.
16792         [BZ #16680]
16793         * libio/fileops.c (_IO_file_open): Seek to end of file but
16794         don't cache the offset.
16795         (get_file_offset): Remove function.
16796         (do_ftell): Use cached offset when available.
16797         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16798         don't cache the offset.
16799         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16800         case.
16801         (do_one_test): Call it.
16802         (do_ftell_test): Fix up expected old offset for a+ mode.
16803         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16804         available.
16806         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16807         up test status with function return status.
16808         (do_write_test): Likewise.
16809         (do_append_test): Likewise.
16811         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16812         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16813         Remove.
16815 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16817         * math/gen-libm-test.pl (parse_args): Handle results specified for
16818         each rounding mode separately.
16819         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16820         tests and results from lrint_tonearest_test_data,
16821         lrint_towardzero_test_data, lrint_downward_test_data and
16822         lrint_upward_test_data.
16823         (lrint_test): Use ALL_RM_TEST.
16824         (lrint_tonearest_test_data): Remove.
16825         (lrint_test_tonearest): Likewise.
16826         (lrint_towardzero_test_data): Likewise.
16827         (lrint_test_towardzero): Likewise.
16828         (lrint_downward_test_data): Likewise.
16829         (lrint_test_downward): Likewise.
16830         (lrint_upward_test_data): Likewise.
16831         (lrint_test_upward): Likewise.
16832         (llrint_test_data): Merge in per-rounding-mode tests and results
16833         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16834         llrint_downward_test_data and llrint_upward_test_data.
16835         (llrint_test): Use ALL_RM_TEST.
16836         (llrint_tonearest_test_data): Remove.
16837         (llrint_test_tonearest): Likewise.
16838         (llrint_towardzero_test_data): Likewise.
16839         (llrint_test_towardzero): Likewise.
16840         (llrint_downward_test_data): Likewise.
16841         (llrint_test_downward): Likewise.
16842         (llrint_upward_test_data): Likewise.
16843         (llrint_test_upward): Likewise.
16844         (rint_test_data): Merge in per-rounding-mode tests and results
16845         from rint_tonearest_test_data, rint_towardzero_test_data,
16846         rint_downward_test_data and rint_upward_test_data.  Add
16847         per-rounding-mode results for tests not in those arrays.
16848         (rint_test): Use ALL_RM_TEST.
16849         (rint_tonearest_test_data): Remove.
16850         (rint_test_tonearest): Likewise.
16851         (rint_towardzero_test_data): Likewise.
16852         (rint_test_towardzero): Likewise.
16853         (rint_downward_test_data): Likewise.
16854         (rint_test_downward): Likewise.
16855         (rint_upward_test_data): Likewise.
16856         (rint_test_upward): Likewise.
16857         (main): Don't call removed functions.
16859 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16861         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16862         "Compiled on ..." crapola.  It is anti-useful.
16864 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16866         * scripts/evaluate-test.sh: Handle fourth argument to determine
16867         whether test run should stop on failure.
16868         * Makeconfig (stop-on-test-failure): New variable.
16869         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16870         $(stop-on-test-failure).
16871         * Makefile (tests): Give a summary of results from testing and
16872         exit with failure status if they include an ERROR or FAIL.
16873         (xtests): Likewise.
16874         * manual/install.texi (Configuring and compiling): Mention
16875         stop-on-test-failure=y.
16876         * INSTALL: Regenerated.
16878 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16880         * scripts/versionlist.awk: New file.
16881         * Makerules [$(build-shared) = yes]
16882         (postclean-generated): Add Versions.def, not Versions.def.v and
16883         Versions.def.v.i.
16884         ($(common-objpfx)Versions.def.v.i): Target removed.
16885         ($(common-objpfx)Versions.def): New target.
16886         ($(common-objpfx)Versions.all): Depend on that rather that
16887         $(common-objpfx)Versions.def.v.
16888         * Versions.def: File removed.
16890         * Makeconfig (+gccwarn): Add -Wundef.
16891         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16892         a dl-sysdep.h breaking its contract.
16893         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16894         * include/stackinfo.h: New file.
16895         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16896         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16897         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16898         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16899         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16900         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16901         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16902         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16903         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16904         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16905         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16906         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16907         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16908         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16909         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16911 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16913         [BZ #16707]
16914         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16915         implementation.
16916         * math/libm-test.inc (round_test_data): Add more tests.
16918         [BZ #16706]
16919         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16920         implementation.
16921         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16923         [BZ #16701]
16924         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16925         implementation.
16926         * math/libm-test.inc (ceil_test_data): Add more tests.
16928         * math/libm-test.inc (trunc_test_data): Add more tests related to
16929         BZ#16414.
16931 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16933         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16934         with #if rather than #ifdef.
16935         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16937 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16939         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16940         first.  Disable AVX-512 GCC support if assembler doesn't support
16941         it.
16942         * sysdeps/x86_64/configure: Regenerated.
16944 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16946         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16947         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16948         (__old_pthread_attr_setstack): Likewise.
16949         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16950         [!_STACK_GROWS_DOWN]: Likewise.
16952 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16954         * config.make.in (have-bash2): Delete.
16955         * configure.ac (libc_cv_have_bash2): Delete.
16956         * configure: Regenerate.
16957         * elf/Makefile (common-ldd-rewrite): Rename to ...
16958         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16959         (sh-ldd-rewrite): Delete.
16960         (bash-ldd-rewrite): Delete.
16961         (have-bash2): Delete checks.
16962         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16963         ldd-rewrite.
16965         * config.make.in (have-ksh): Delete.
16966         (KSH): Delete.
16967         * configure.ac (libc_cv_have_ksh): Delete.
16968         * configure: Regenerate.
16970         * elf/Makefile: Delete $(have-ksh) check.
16971         ($(objpfx)sotruss): Change KSH to BASH.
16972         * elf/sotruss.ksh: Rename to ...
16973         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16974         function style to match POSIX.  Drop ksh vim mode setting.
16976         * manual/time.texi (Specifying the Time Zone with TZ): Change
16977         Tuesday to Thursday.
16979         * debug/tst-longjmp_chk2.c: Update header comment.
16980         (stackoverflow_handler): Add comment.  Call assert on pass value.
16982 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16984         [BZ #16194]
16985         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16986         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16987         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16988         (La_x86_64_vector): Add zmm.
16989         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16990         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16991         ($(objpfx)tst-audit10): New target.
16992         ($(objpfx)tst-audit10.out): Likewise.
16993         (tst-audit10-ENV): New.
16994         (AVX512-CFLAGS): Likewise.
16995         (CFLAGS-tst-audit10.c): Likewise.
16996         (CFLAGS-tst-auditmod10a.c): Likewise.
16997         (CFLAGS-tst-auditmod10b.c): Likewise.
16998         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16999         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
17000         * sysdeps/x86_64/configure: Regenerated.
17001         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
17002         AVX-512 zmm register support.
17003         (_dl_x86_64_save_sse): Likewise.
17004         (_dl_x86_64_restore_sse): Likewise.
17005         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
17006         size vector registers.
17007         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
17008         (ZMM_SIZE): Likewise.
17009         * sysdeps/x86_64/tst-audit10.c: New file.
17010         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
17011         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
17013 2014-03-13  Roland McGrath  <roland@hack.frob.com>
17015         * configure.ac (HAVE_EHDR_START): New check.
17016         * configure: Regenerated.
17017         * config.h.in (HAVE_EHDR_START): New #undef.
17018         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
17019         assuming the lowest-addressed segment maps the start of the file.
17021 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
17023         * INSTALL: Regenerated.
17025 2014-03-13  Will Newton  <will.newton@linaro.org>
17027         * manual/setjmp.texi (System V contexts): Improve
17028         clarity and grammar of documentation.
17030 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
17032         [BZ #16381]
17033         * elf/Makefile (tests): Add tst-pie2.
17034         (tests-pie): Add tst-pie2.
17035         * elf/tst-pie2.c: New file.
17036         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
17037         for ET_EXEC.
17038         * elf/rtld.c (map_doit): Load executable as lt_executable.
17039         (dl_main): Likewise.
17041 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
17043         [BZ #16642]
17044         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17045         (__ASSUME_PSELECT): Undefine.
17047 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17049         [BZ #16689]
17050         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
17051         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
17052         static build.
17053         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
17054         selector for static builds.
17056 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17058         [BZ #16695]
17059         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
17060         key in the buffer.
17062 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17064         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
17065         IFUNC selector for static builds.
17067 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
17069         * sysdeps/mips/math_private.h [__mips_hard_float]
17070         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
17071         libc_feresetround_mips_ctx.
17072         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
17073         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
17074         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
17076         [BZ #16677]
17077         * math/s_nextafter.c (__nextafter): Do not return value from
17078         overflowing computation.
17079         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
17080         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
17081         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
17082         Likewise.
17083         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
17084         Likewise.
17085         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
17086         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
17088 2014-03-11  Roland McGrath  <roland@hack.frob.com>
17090         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
17091         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
17092         Move sfi_sp use from the load-multiple (that no longer sets sp) to
17093         the new mov targetting sp.
17095 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17097         [BZ #16683]
17098         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17099         Define it for static builds as well.
17100         (NO_BZERO_IMPL): Likewise.
17102 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17104         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17105         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17106         multiarch strspn for PPC64.
17107         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17108         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17109         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17110         (__libc_ifunc_impl_list): Likewise.
17111         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17112         multiarch optimizations
17113         * string/strspn.c (strspn): Using macro to redefine symbol name.
17115 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17116             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17118         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17119         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17120         multiarch strncat for PPC64.
17121         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17122         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17123         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17124         (__libc_ifunc_impl_list): Likewise.
17125         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17126         multiarch optimizations
17128 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17130         [BZ #16639]
17131         * nscd/nscd.service: Make service type forking.
17133 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17135         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17136         sign in non default rounding modes.
17137         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17139 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
17141         * math/libm-test.inc (ALL_RM_TEST): New macro.
17142         (ceil_test): Use ALL_RM_TEST.
17143         (cimag_test): Likewise.
17144         (conj_test): Likewise.
17145         (copysign_test): Likewise.
17146         (cproj_test): Likewise.
17147         (creal_test): Likewise.
17148         (fabs_test): Likewise.
17149         (floor_test): Likewise.
17150         (fmax_test): Likewise.
17151         (fmin_test): Likewise.
17152         (fmod_test): Likewise.
17153         (fpclassify_test): Likewise.
17154         (frexp_test): Likewise.
17155         (ilogb_test): Likewise.
17156         (isfinite_test): Likewise.
17157         (finite_test): Likewise.
17158         (isgreater_test): Likewise.
17159         (isgreaterequal_test): Likewise.
17160         (isinf_test): Likewise.
17161         (isless_test): Likewise.
17162         (islessequal_test): Likewise.
17163         (islessgreater_test): Likewise.
17164         (isnan_test): Likewise.
17165         (isnormal_test): Likewise.
17166         (issignaling_test): Likewise.
17167         (isunordered_test): Likewise.
17168         (logb_test): Likewise.
17169         (logb_downward_test_data): Remove.
17170         (logb_test_downward): Likewise.
17171         (lround_test): Use ALL_RM_TEST.
17172         (llround_test): Likewise.
17173         (modf_test): Likewise.
17174         (nexttoward_test): Likewise.
17175         (remainder_test): Likewise.
17176         (drem_test): Likewise.
17177         (remainder_tonearest_test_data): Likewise.
17178         (remainder_test_tonearest): Likewise.
17179         (drem_test_tonearest): Likewise.
17180         (remainder_towardzero_test_data): Likewise.
17181         (remainder_test_towardzero): Likewise.
17182         (drem_test_towardzero): Likewise.
17183         (remainder_downward_test_data): Likewise.
17184         (remainder_test_downward): Likewise.
17185         (drem_test_downward): Likewise.
17186         (remainder_upward_test_data): Likewise.
17187         (remainder_test_upward): Likewise.
17188         (drem_test_upward): Likewise.
17189         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
17190         (round_test): Use ALL_RM_TEST.
17191         (signbit_test): Likewise.
17192         (trunc_test): Likewise.
17193         (significand_test): Likewise.
17194         (main): Don't call removed functions.
17196 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17198         [BZ #16674]
17199         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
17200         || __USE_XOPEN2K8].
17201         (ILL_ILLOPN): Likewise.
17202         (ILL_ILLADR): Likewise.
17203         (ILL_ILLTRP): Likewise.
17204         (ILL_PRVOPC): Likewise.
17205         (ILL_PRVREG): Likewise.
17206         (ILL_COPROC): Likewise.
17207         (ILL_BADSTK): Likewise.
17208         (FPE_INTDIV): Likewise.
17209         (FPE_INTOVF): Likewise.
17210         (FPE_FLTDIV): Likewise.
17211         (FPE_FLTOVF): Likewise.
17212         (FPE_FLTUND): Likewise.
17213         (FPE_FLTRES): Likewise.
17214         (FPE_FLTINV): Likewise.
17215         (FPE_FLTSUB): Likewise.
17216         (SEGV_MAPERR): Likewise.
17217         (SEGV_ACCERR): Likewise.
17218         (BUS_ADRALN): Likewise.
17219         (BUS_ADRERR): Likewise.
17220         (BUS_OBJERR): Likewise.
17221         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17222         (TRAP_TRACE): Likewise.
17223         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17224         __USE_XOPEN2K8].
17225         (CLD_KILLED): Likewise.
17226         (CLD_DUMPED): Likewise.
17227         (CLD_TRAPPED): Likewise.
17228         (CLD_STOPPED): Likewise.
17229         (CLD_CONTINUED): Likewise.
17230         (POLL_IN): Likewise.
17231         (POLL_OUT): Likewise.
17232         (POLL_MSG): Likewise.
17233         (POLL_ERR): Likewise.
17234         (POLL_PRI): Likewise.
17235         (POLL_HUP): Likewise.
17236         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
17237         Likewise.
17238         (ILL_ILLOPN): Likewise.
17239         (ILL_ILLADR): Likewise.
17240         (ILL_ILLTRP): Likewise.
17241         (ILL_PRVOPC): Likewise.
17242         (ILL_PRVREG): Likewise.
17243         (ILL_COPROC): Likewise.
17244         (ILL_BADSTK): Likewise.
17245         (FPE_INTDIV): Likewise.
17246         (FPE_INTOVF): Likewise.
17247         (FPE_FLTDIV): Likewise.
17248         (FPE_FLTOVF): Likewise.
17249         (FPE_FLTUND): Likewise.
17250         (FPE_FLTRES): Likewise.
17251         (FPE_FLTINV): Likewise.
17252         (FPE_FLTSUB): Likewise.
17253         (SEGV_MAPERR): Likewise.
17254         (SEGV_ACCERR): Likewise.
17255         (BUS_ADRALN): Likewise.
17256         (BUS_ADRERR): Likewise.
17257         (BUS_OBJERR): Likewise.
17258         (BUS_MCEERR_AR): Likewise.
17259         (BUS_MCEERR_AO): Likewise.
17260         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17261         (TRAP_TRACE): Likewise.
17262         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17263         __USE_XOPEN2K8].
17264         (CLD_KILLED): Likewise.
17265         (CLD_DUMPED): Likewise.
17266         (CLD_TRAPPED): Likewise.
17267         (CLD_STOPPED): Likewise.
17268         (CLD_CONTINUED): Likewise.
17269         (POLL_IN): Likewise.
17270         (POLL_OUT): Likewise.
17271         (POLL_MSG): Likewise.
17272         (POLL_ERR): Likewise.
17273         (POLL_PRI): Likewise.
17274         (POLL_HUP): Likewise.
17275         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17276         (ILL_ILLOPN): Likewise.
17277         (ILL_ILLADR): Likewise.
17278         (ILL_ILLTRP): Likewise.
17279         (ILL_PRVOPC): Likewise.
17280         (ILL_PRVREG): Likewise.
17281         (ILL_COPROC): Likewise.
17282         (ILL_BADSTK): Likewise.
17283         (FPE_INTDIV): Likewise.
17284         (FPE_INTOVF): Likewise.
17285         (FPE_FLTDIV): Likewise.
17286         (FPE_FLTOVF): Likewise.
17287         (FPE_FLTUND): Likewise.
17288         (FPE_FLTRES): Likewise.
17289         (FPE_FLTINV): Likewise.
17290         (FPE_FLTSUB): Likewise.
17291         (SEGV_MAPERR): Likewise.
17292         (SEGV_ACCERR): Likewise.
17293         (BUS_ADRALN): Likewise.
17294         (BUS_ADRERR): Likewise.
17295         (BUS_OBJERR): Likewise.
17296         (BUS_MCEERR_AR): Likewise.
17297         (BUS_MCEERR_AO): Likewise.
17298         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17299         (TRAP_TRACE): Likewise.
17300         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17301         __USE_XOPEN2K8].
17302         (CLD_KILLED): Likewise.
17303         (CLD_DUMPED): Likewise.
17304         (CLD_TRAPPED): Likewise.
17305         (CLD_STOPPED): Likewise.
17306         (CLD_CONTINUED): Likewise.
17307         (POLL_IN): Likewise.
17308         (POLL_OUT): Likewise.
17309         (POLL_MSG): Likewise.
17310         (POLL_ERR): Likewise.
17311         (POLL_PRI): Likewise.
17312         (POLL_HUP): Likewise.
17313         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17314         Likewise.
17315         (ILL_ILLOPN): Likewise.
17316         (ILL_ILLADR): Likewise.
17317         (ILL_ILLTRP): Likewise.
17318         (ILL_PRVOPC): Likewise.
17319         (ILL_PRVREG): Likewise.
17320         (ILL_COPROC): Likewise.
17321         (ILL_BADSTK): Likewise.
17322         (ILL_BADIADDR): Likewise.
17323         (ILL_BREAK): Likewise.
17324         (FPE_INTDIV): Likewise.
17325         (FPE_INTOVF): Likewise.
17326         (FPE_FLTDIV): Likewise.
17327         (FPE_FLTOVF): Likewise.
17328         (FPE_FLTUND): Likewise.
17329         (FPE_FLTRES): Likewise.
17330         (FPE_FLTINV): Likewise.
17331         (FPE_FLTSUB): Likewise.
17332         (FPE_DECOVF): Likewise.
17333         (FPE_DECDIV): Likewise.
17334         (FPE_DECERR): Likewise.
17335         (FPE_INVASC): Likewise.
17336         (FPE_INVDEC): Likewise.
17337         (SEGV_MAPERR): Likewise.
17338         (SEGV_ACCERR): Likewise.
17339         (SEGV_PSTKOVF): Likewise.
17340         (BUS_ADRALN): Likewise.
17341         (BUS_ADRERR): Likewise.
17342         (BUS_OBJERR): Likewise.
17343         (BUS_MCEERR_AR): Likewise.
17344         (BUS_MCEERR_AO): Likewise.
17345         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17346         (TRAP_TRACE): Likewise.
17347         (TRAP_BRANCH): Likewise.
17348         (TRAP_HWBKPT): Likewise.
17349         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17350         __USE_XOPEN2K8].
17351         (CLD_KILLED): Likewise.
17352         (CLD_DUMPED): Likewise.
17353         (CLD_TRAPPED): Likewise.
17354         (CLD_STOPPED): Likewise.
17355         (CLD_CONTINUED): Likewise.
17356         (POLL_IN): Likewise.
17357         (POLL_OUT): Likewise.
17358         (POLL_MSG): Likewise.
17359         (POLL_ERR): Likewise.
17360         (POLL_PRI): Likewise.
17361         (POLL_HUP): Likewise.
17362         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17363         (ILL_ILLOPN): Likewise.
17364         (ILL_ILLADR): Likewise.
17365         (ILL_ILLTRP): Likewise.
17366         (ILL_PRVOPC): Likewise.
17367         (ILL_PRVREG): Likewise.
17368         (ILL_COPROC): Likewise.
17369         (ILL_BADSTK): Likewise.
17370         (FPE_INTDIV): Likewise.
17371         (FPE_INTOVF): Likewise.
17372         (FPE_FLTDIV): Likewise.
17373         (FPE_FLTOVF): Likewise.
17374         (FPE_FLTUND): Likewise.
17375         (FPE_FLTRES): Likewise.
17376         (FPE_FLTINV): Likewise.
17377         (FPE_FLTSUB): Likewise.
17378         (SEGV_MAPERR): Likewise.
17379         (SEGV_ACCERR): Likewise.
17380         (BUS_ADRALN): Likewise.
17381         (BUS_ADRERR): Likewise.
17382         (BUS_OBJERR): Likewise.
17383         (BUS_MCEERR_AR): Likewise.
17384         (BUS_MCEERR_AO): Likewise.
17385         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17386         (TRAP_TRACE): Likewise.
17387         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17388         __USE_XOPEN2K8].
17389         (CLD_KILLED): Likewise.
17390         (CLD_DUMPED): Likewise.
17391         (CLD_TRAPPED): Likewise.
17392         (CLD_STOPPED): Likewise.
17393         (CLD_CONTINUED): Likewise.
17394         (POLL_IN): Likewise.
17395         (POLL_OUT): Likewise.
17396         (POLL_MSG): Likewise.
17397         (POLL_ERR): Likewise.
17398         (POLL_PRI): Likewise.
17399         (POLL_HUP): Likewise.
17400         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17401         (ILL_ILLOPN): Likewise.
17402         (ILL_ILLADR): Likewise.
17403         (ILL_ILLTRP): Likewise.
17404         (ILL_PRVOPC): Likewise.
17405         (ILL_PRVREG): Likewise.
17406         (ILL_COPROC): Likewise.
17407         (ILL_BADSTK): Likewise.
17408         (FPE_INTDIV): Likewise.
17409         (FPE_INTOVF): Likewise.
17410         (FPE_FLTDIV): Likewise.
17411         (FPE_FLTOVF): Likewise.
17412         (FPE_FLTUND): Likewise.
17413         (FPE_FLTRES): Likewise.
17414         (FPE_FLTINV): Likewise.
17415         (FPE_FLTSUB): Likewise.
17416         (SEGV_MAPERR): Likewise.
17417         (SEGV_ACCERR): Likewise.
17418         (BUS_ADRALN): Likewise.
17419         (BUS_ADRERR): Likewise.
17420         (BUS_OBJERR): Likewise.
17421         (BUS_MCEERR_AR): Likewise.
17422         (BUS_MCEERR_AO): Likewise.
17423         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17424         (TRAP_TRACE): Likewise.
17425         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17426         __USE_XOPEN2K8].
17427         (CLD_KILLED): Likewise.
17428         (CLD_DUMPED): Likewise.
17429         (CLD_TRAPPED): Likewise.
17430         (CLD_STOPPED): Likewise.
17431         (CLD_CONTINUED): Likewise.
17432         (POLL_IN): Likewise.
17433         (POLL_OUT): Likewise.
17434         (POLL_MSG): Likewise.
17435         (POLL_ERR): Likewise.
17436         (POLL_PRI): Likewise.
17437         (POLL_HUP): Likewise.
17438         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17439         (ILL_ILLOPN): Likewise.
17440         (ILL_ILLADR): Likewise.
17441         (ILL_ILLTRP): Likewise.
17442         (ILL_PRVOPC): Likewise.
17443         (ILL_PRVREG): Likewise.
17444         (ILL_COPROC): Likewise.
17445         (ILL_BADSTK): Likewise.
17446         (FPE_INTDIV): Likewise.
17447         (FPE_INTOVF): Likewise.
17448         (FPE_FLTDIV): Likewise.
17449         (FPE_FLTOVF): Likewise.
17450         (FPE_FLTUND): Likewise.
17451         (FPE_FLTRES): Likewise.
17452         (FPE_FLTINV): Likewise.
17453         (FPE_FLTSUB): Likewise.
17454         (SEGV_MAPERR): Likewise.
17455         (SEGV_ACCERR): Likewise.
17456         (BUS_ADRALN): Likewise.
17457         (BUS_ADRERR): Likewise.
17458         (BUS_OBJERR): Likewise.
17459         (BUS_MCEERR_AR): Likewise.
17460         (BUS_MCEERR_AO): Likewise.
17461         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17462         (TRAP_TRACE): Likewise.
17463         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17464         __USE_XOPEN2K8].
17465         (CLD_KILLED): Likewise.
17466         (CLD_DUMPED): Likewise.
17467         (CLD_TRAPPED): Likewise.
17468         (CLD_STOPPED): Likewise.
17469         (CLD_CONTINUED): Likewise.
17470         (POLL_IN): Likewise.
17471         (POLL_OUT): Likewise.
17472         (POLL_MSG): Likewise.
17473         (POLL_ERR): Likewise.
17474         (POLL_PRI): Likewise.
17475         (POLL_HUP): Likewise.
17476         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17477         (ILL_ILLOPN): Likewise.
17478         (ILL_ILLADR): Likewise.
17479         (ILL_ILLTRP): Likewise.
17480         (ILL_PRVOPC): Likewise.
17481         (ILL_PRVREG): Likewise.
17482         (ILL_COPROC): Likewise.
17483         (ILL_BADSTK): Likewise.
17484         (ILL_DBLFLT): Likewise.
17485         (ILL_HARDWALL): Likewise.
17486         (FPE_INTDIV): Likewise.
17487         (FPE_INTOVF): Likewise.
17488         (FPE_FLTDIV): Likewise.
17489         (FPE_FLTOVF): Likewise.
17490         (FPE_FLTUND): Likewise.
17491         (FPE_FLTRES): Likewise.
17492         (FPE_FLTINV): Likewise.
17493         (FPE_FLTSUB): Likewise.
17494         (SEGV_MAPERR): Likewise.
17495         (SEGV_ACCERR): Likewise.
17496         (BUS_ADRALN): Likewise.
17497         (BUS_ADRERR): Likewise.
17498         (BUS_OBJERR): Likewise.
17499         (BUS_MCEERR_AR): Likewise.
17500         (BUS_MCEERR_AO): Likewise.
17501         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17502         (TRAP_TRACE): Likewise.
17503         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17504         __USE_XOPEN2K8].
17505         (CLD_KILLED): Likewise.
17506         (CLD_DUMPED): Likewise.
17507         (CLD_TRAPPED): Likewise.
17508         (CLD_STOPPED): Likewise.
17509         (CLD_CONTINUED): Likewise.
17510         (POLL_IN): Likewise.
17511         (POLL_OUT): Likewise.
17512         (POLL_MSG): Likewise.
17513         (POLL_ERR): Likewise.
17514         (POLL_PRI): Likewise.
17515         (POLL_HUP): Likewise.
17516         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17517         (ILL_ILLOPN): Likewise.
17518         (ILL_ILLADR): Likewise.
17519         (ILL_ILLTRP): Likewise.
17520         (ILL_PRVOPC): Likewise.
17521         (ILL_PRVREG): Likewise.
17522         (ILL_COPROC): Likewise.
17523         (ILL_BADSTK): Likewise.
17524         (FPE_INTDIV): Likewise.
17525         (FPE_INTOVF): Likewise.
17526         (FPE_FLTDIV): Likewise.
17527         (FPE_FLTOVF): Likewise.
17528         (FPE_FLTUND): Likewise.
17529         (FPE_FLTRES): Likewise.
17530         (FPE_FLTINV): Likewise.
17531         (FPE_FLTSUB): Likewise.
17532         (SEGV_MAPERR): Likewise.
17533         (SEGV_ACCERR): Likewise.
17534         (BUS_ADRALN): Likewise.
17535         (BUS_ADRERR): Likewise.
17536         (BUS_OBJERR): Likewise.
17537         (BUS_MCEERR_AR): Likewise.
17538         (BUS_MCEERR_AO): Likewise.
17539         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17540         (TRAP_TRACE): Likewise.
17541         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17542         __USE_XOPEN2K8].
17543         (CLD_KILLED): Likewise.
17544         (CLD_DUMPED): Likewise.
17545         (CLD_TRAPPED): Likewise.
17546         (CLD_STOPPED): Likewise.
17547         (CLD_CONTINUED): Likewise.
17548         (POLL_IN): Likewise.
17549         (POLL_OUT): Likewise.
17550         (POLL_MSG): Likewise.
17551         (POLL_ERR): Likewise.
17552         (POLL_PRI): Likewise.
17553         (POLL_HUP): Likewise.
17554         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17555         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17557         [BZ #16670]
17558         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17559         before #include of <time.h>.
17560         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17561         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17562         (test-xfail-UNIX98/sched.h/conform): Likewise.
17564 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17566         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17567         error absence of trapping exception support.
17568         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17570 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17572         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17573         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17574         * timezone/Makefile (testdata): Move definition above include of
17575         Rules.
17576         (test-zones): New variable.
17577         (tests-special): Add zone files.
17578         (build-testdata): Use $(evaluate-test).
17580         * elf/Makefile (tests-special): Rename tests to end with .out.
17581         ($(objpfx)noload-mem): Likewise.
17582         ($(objpfx)tst-leaks1-mem): Likewise.
17583         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17584         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17585         $(objpfx)test-iconvconfig.out.
17586         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17587         set -e inside subshell and redirect output to file.
17588         * iconvdata/Makefile (generated): Rename tests to end with .out.
17589         Correct type.
17590         (tests-special): Rename tests to end with .out.
17591         ($(objpfx)mtrace-tst-loading): Likewise.
17592         * intl/Makefile (generated): Likewise.
17593         (tests-special): Likewise.
17594         ($(objpfx)mtrace-tst-gettext): Likewise.
17595         * misc/Makefile (generated): Likewise.
17596         (tests-special): Likewise.
17597         ($(objpfx)tst-error1-mem): Likewise.
17598         * nptl/Makefile (tests-special): Likewise.
17599         ($(objpfx)tst-stack3-mem): Likewise.
17600         (generated): Likewise.
17601         * posix/Makefile (generated): Likewise.
17602         (tests-special): Likewise.
17603         (xtests-special): Likewise.
17604         ($(objpfx)tst-fnmatch-mem): Likewise.
17605         ($(objpfx)bug-regex2-mem): Likewise.
17606         ($(objpfx)bug-regex14-mem): Likewise.
17607         ($(objpfx)bug-regex21-mem): Likewise.
17608         ($(objpfx)bug-regex31-mem): Likewise.
17609         ($(objpfx)tst-vfork3-mem): Likewise.
17610         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17611         ($(objpfx)tst-pcre-mem): Likewise.
17612         ($(objpfx)tst-boost-mem): Likewise.
17613         ($(objpfx)bug-ga2-mem): Likewise.
17614         ($(objpfx)bug-glob2-mem): Likewise.
17615         * resolv/Makefile (generate): Likewise.
17616         (tests-special): Likewise.
17617         (xtests-special): Likewise.
17618         (generated): Likewise.
17619         ($(objpfx)mtrace-tst-leaks): Likewise.
17620         ($(objpfx)mtrace-tst-leaks2): Likewise.
17622         * scripts/merge-test-results.sh: New file.
17623         * Makefile (tests-special-notdir): New variable.
17624         (tests): Run merge-test-results.sh.
17625         (xtests): Likewise.
17626         * Rules (tests-special-notdir): New variable.
17627         (xtests-special-notdir): Likewise.
17628         (tests): Run merge-test-results.sh
17629         (xtests): Likewise.
17631         * Makeconfig (test-xfail-name): New variable.
17632         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17633         compute variable name for expected failures.
17634         * conform/Makefile (conformtest-headers-data): New variable.
17635         (conformtest-standards): Likewise.
17636         (conformtest-headers-ISO): Likewise.
17637         (conformtest-headers-ISO99): Likewise.
17638         (conformtest-headers-ISO11): Likewise.
17639         (conformtest-headers-POSIX): Likewise.
17640         (conformtest-headers-XPG3): Likewise.
17641         (conformtest-headers-XPG4): Likewise.
17642         (conformtest-headers-UNIX98): Likewise.
17643         (conformtest-headers-XOPEN2K): Likewise.
17644         (conformtest-headers-POSIX2008): Likewise.
17645         (conformtest-headers-XOPEN2K8): Likewise.
17646         (conformtest-header-list-base): Likewise.
17647         (conformtest-header-list-tests): Likewise.
17648         (conformtest-header-base): Likewise.
17649         (conformtest-header-tests): Likewise.
17650         (tests-special): Add $(conformtest-header-list-tests).  If
17651         [$(fast-check) && !$(cross-compiling)], add
17652         $(conformtest-header-tests) instead of
17653         $(objpfx)run-conformtest.out.
17654         (generated): Add $(conformtest-header-list-base).  If
17655         [$(fast-check) && !$(cross-compiling)], add
17656         $(conformtest-header-base).  Remove previous setting.
17657         ($(conformtest-header-list-tests)): New target.
17658         (test-xfail-run-conformtest): Remove variable.
17659         ($(objpfx)run-conformtest.out): Remove target.
17660         (test-xfail-ISO11/complex.h/conform): New variable.
17661         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17662         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17663         (test-xfail-XPG3/varargs.h/conform): Likewise.
17664         (test-xfail-XPG4/varargs.h/conform): Likewise.
17665         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17666         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17667         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17668         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17669         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17670         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17671         (test-xfail-XPG3/ftw.h/conform): Likewise.
17672         (test-xfail-XPG3/grp.h/conform): Likewise.
17673         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17674         (test-xfail-XPG3/limits.h/conform): Likewise.
17675         (test-xfail-XPG3/pwd.h/conform): Likewise.
17676         (test-xfail-XPG3/search.h/conform): Likewise.
17677         (test-xfail-XPG3/signal.h/conform): Likewise.
17678         (test-xfail-XPG3/stdio.h/conform): Likewise.
17679         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17680         (test-xfail-XPG3/string.h/conform): Likewise.
17681         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17682         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17683         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17684         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17685         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17686         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17687         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17688         (test-xfail-XPG3/termios.h/conform): Likewise.
17689         (test-xfail-XPG3/time.h/conform): Likewise.
17690         (test-xfail-XPG3/unistd.h/conform): Likewise.
17691         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17692         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17693         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17694         (test-xfail-XPG4/netdb.h/conform): Likewise.
17695         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17696         (test-xfail-XPG4/signal.h/conform): Likewise.
17697         (test-xfail-XPG4/stdio.h/conform): Likewise.
17698         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17699         (test-xfail-XPG4/stropts.h/conform): Likewise.
17700         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17701         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17702         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17703         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17704         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17705         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17706         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17707         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17708         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17709         (test-xfail-XPG4/termios.h/conform): Likewise.
17710         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17711         (test-xfail-XPG4/unistd.h/conform): Likewise.
17712         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17713         (test-xfail-POSIX/sched.h/conform): Likewise.
17714         (test-xfail-POSIX/signal.h/conform): Likewise.
17715         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17716         (test-xfail-POSIX/tar.h/conform): Likewise.
17717         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17718         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17719         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17720         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17721         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17722         (test-xfail-UNIX98/sched.h/conform): Likewise.
17723         (test-xfail-UNIX98/signal.h/conform): Likewise.
17724         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17725         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17726         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17727         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17728         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17729         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17730         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17731         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17732         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17733         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17734         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17735         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17736         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17737         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17738         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17739         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17740         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17741         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17742         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17743         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17744         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17745         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17746         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17747         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17748         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17749         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17750         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17751         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17752         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17753         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17754         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17755         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17756         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17757         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17758         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17759         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17760         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17761         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17762         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17763         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17764         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17765         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17766         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17767         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17768         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17769         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17770         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17771         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17772         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17773         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17774         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17775         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17776         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17777         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17778         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17779         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17780         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17781         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17782         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17783         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17784         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17785         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17786         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17787         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17788         (conformtest-cc-flags): Likewise.
17789         ($(conformtest-header-tests): New target.
17790         * conform/check-header-lists.sh: New file.
17791         * conform/run-conformtest.sh: Remove.
17793         * conform/conformtest.pl: Allow ' and \ in values given for
17794         constants.
17795         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17796         inclusion.
17797         [POSIX] (sys/types.h): Likewise.
17798         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17799         inclusion.
17800         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17801         inclusion.
17802         * conform/data/signal.h-data (SIGIO): Remove expectation.
17803         [XPG3] (SIGBUS): Do not expect.
17804         [POSIX || XPG3] (SIGPOLL): Likewise.
17805         [POSIX || XPG3] (SIGPROF): Likewise.
17806         [POSIX || XPG3] (SIGSYS): Likewise.
17807         [XPG3] (SIGTRAP): Likewise.
17808         [POSIX || XPG3] (SIGURG): Likewise.
17809         [POSIX || XPG3] (SIGVTALRM): Likewise.
17810         [POSIX || XPG3] (SIGXCPU): Likewise.
17811         [POSIX || XPG3] (SIGXFSZ): Likewise.
17812         [POSIX] (SA_SIGINFO): Expect.
17813         [XPG3] (siginfo_t): Do not expect type or contents.
17814         [POSIX] (si_pid): Do not expect element.
17815         [POSIX] (si_uid): Likewise.
17816         [POSIX] (si_addr): Likewise.
17817         [POSIX] (si_status): Likewise.
17818         [POSIX] (si_band): Likewise.
17819         [XPG4] (si_value): Likewise.
17820         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17821         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17822         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17823         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17824         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17825         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17826         [POSIX || XPG3] (ILL_COPROC): Likewise.
17827         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17828         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17829         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17830         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17831         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17832         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17833         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17834         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17835         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17836         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17837         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17838         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17839         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17840         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17841         [POSIX || XPG3] (CLD_EXITED): Likewise.
17842         [POSIX || XPG3] (CLD_KILLED): Likewise.
17843         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17844         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17845         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17846         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17847         [POSIX || XPG3] (POLL_IN): Likewise.
17848         [POSIX || XPG3] (POLL_OUT): Likewise.
17849         [POSIX || XPG3] (POLL_MSG): Likewise.
17850         [POSIX || XPG3] (POLL_ERR): Likewise.
17851         [POSIX || XPG3] (POLL_PRI): Likewise.
17852         [POSIX || XPG3] (POLL_HUP): Likewise.
17853         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17854         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17855         (SIG*): Do not allow.
17856         [XPG3] (si_*): Likewise.
17857         [XPG3] (SI_*): Likewise.
17858         [XPG3 || XPG4] (sigev_*): Likewise.
17859         [XPG3 || XPG4] (SIGEV_*): Likewise.
17860         [XPG3 || XPG4] (sival_*): Likewise.
17861         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17862         [POSIX || XPG3] (BUS_*): Likewise.
17863         [POSIX || XPG3] (CLD_*): Likewise.
17864         [POSIX || XPG3] (FPE_*): Likewise.
17865         [POSIX || XPG3] (ILL_*): Likewise.
17866         [POSIX || XPG3] (POLL_*): Likewise.
17867         [POSIX || XPG3] (SEGV_*): Likewise.
17868         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17869         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17870         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17871         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17872         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17873         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17874         Specify type and value.
17875         (TVERSLEN): Likewise.
17876         (REGTYPE): Likewise.
17877         (AREGTYPE): Likewise.
17878         (LNKTYPE): Likewise.
17879         (SYMTYPE): Likewise.
17880         (CHRTYPE): Likewise.
17881         (BLKTYPE): Likewise.
17882         (DIRTYPE): Likewise.
17883         (FIFOTYPE): Likewise.
17884         (CONTTYPE): Likewise.
17885         (TSUID): Likewise.
17886         (TSGID): Likewise.
17887         (TSVTX): Likewise.
17888         (TUREAD): Likewise.
17889         (TUWRITE): Likewise.
17890         (TUEXEC): Likewise.
17891         (TGREAD): Likewise.
17892         (TGWRITE): Likewise.
17893         (TGEXEC): Likewise.
17894         (TOREAD): Likewise.
17895         (TOWRITE): Likewise.
17896         (TOEXEC): Likewise.
17897         [POSIX] (TSVTX): Expect constant.
17899 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17901         * Makefile (tests): Change dependencies to ....
17902         (tests-special): ... additions to this variable.
17903         (tests): Depend on $(tests-special).
17904         * Makerules (check-abi-list): New variable.
17905         (check-abi): Depend on $(check-abi-list).
17906         [$(subdir) = elf] (tests-special): Add
17907         $(objpfx)check-abi-libc.out.
17908         [$(build-shared) = yes && subdir] (tests-special): Add
17909         $(check-abi-list).
17910         [$(build-shared) = yes && subdir] (tests): Do not depend on
17911         check-abi.
17912         * Rules (tests): Depend on $(tests-special).
17913         (xtests): Depend on $(xtests-special).
17914         * catgets/Makefile (tests): Change dependencies to ....
17915         (tests-special): ... additions to this variable.
17916         * conform/Makefile (tests): Change dependencies to ....
17917         (tests-special): ... additions to this variable.
17918         * elf/Makefile (tests): Change dependencies to ....
17919         (tests-special): ... additions to this variable.
17920         * grp/Makefile (tests): Change dependencies to ....
17921         (tests-special): ... additions to this variable.
17922         * iconv/Makefile (xtests): Change dependencies to ....
17923         (xtests-special): ... additions to this variable.
17924         * iconvdata/Makefile (tests): Change dependencies to ....
17925         (tests-special): ... additions to this variable.
17926         * intl/Makefile (tests): Change dependencies to ....
17927         (tests-special): ... additions to this variable.  Also add
17928         $(objpfx)tst-gettext.out.
17929         * io/Makefile (tests): Change dependencies to ....
17930         (tests-special): ... additions to this variable.
17931         * libio/Makefile (tests): Change dependencies to ....
17932         (tests-special): ... additions to this variable.
17933         * malloc/Makefile (tests): Change dependencies to ....
17934         (tests-special): ... additions to this variable.
17935         * misc/Makefile (tests): Change dependencies to ....
17936         (tests-special): ... additions to this variable.
17937         * nptl/Makefile (tests): Change dependencies to ....
17938         (tests-special): ... additions to this variable.
17939         * nptl_db/Makefile (tests): Change dependencies to ....
17940         (tests-special): ... additions to this variable.
17941         * posix/Makefile (tests): Change dependencies to ....
17942         (tests-special): ... additions to this variable.
17943         (xtests): Change dependencies to ....
17944         (xtests-special): ... additions to this variable.
17945         * resolv/Makefile (tests): Change dependencies to ....
17946         (tests-special): ... additions to this variable.
17947         (xtests): Change dependencies to ....
17948         (xtests-special): ... additions to this variable.
17949         * stdio-common/Makefile (tests): Change dependencies to ....
17950         (tests-special): ... additions to this variable.
17951         (do-tst-unbputc): Remove target.
17952         (do-tst-printf): Likewise.
17953         * stdlib/Makefile (tests): Change dependencies to ....
17954         (tests-special): ... additions to this variable.
17955         * string/Makefile (tests): Change dependencies to ....
17956         (tests-special): ... additions to this variable.
17957         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17958         (tests-special): ... additions to this variable.
17960         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17961         whole file.
17962         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17963         whole file.
17964         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17965         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17967         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17968         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17969         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17970         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17971         * conform/data/libgen.h-data [XPG3]: Likewise.
17972         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17973         * conform/data/ndbm.h-data [XPG3]: Likewise.
17974         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17975         * conform/data/netdb.h-data [XPG3]: Likewise.
17976         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17977         * conform/data/poll.h-data [XPG3]: Likewise.
17978         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17979         * conform/data/strings.h-data [XPG3]: Likewise.
17980         * conform/data/stropts.h-data [XPG3]: Likewise.
17981         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17982         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17983         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17984         Likewise.
17985         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17986         * conform/data/sys/time.h-data [XPG3]: Likewise.
17987         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17988         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17989         * conform/data/sys/un.h-data [XPG3]: Likewise.
17990         * conform/data/syslog.h-data [XPG3]: Likewise.
17991         * conform/data/ucontext.h-data [XPG3]: Likewise.
17992         * conform/data/utmpx.h-data [XPG3]: Likewise.
17993         * conform/data/varargs.h-data [UNIX98]: Enable file.
17995         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17997         * math/libm-test.inc (struct test_f_f_data): Move expected results
17998         into structure for each rounding mode.
17999         (struct test_ff_f_data): Likewise.
18000         (struct test_ff_f_data_nexttoward): Likewise.
18001         (struct test_fi_f_data): Likewise.
18002         (struct test_fl_f_data): Likewise.
18003         (struct test_if_f_data): Likewise.
18004         (struct test_fff_f_data): Likewise.
18005         (struct test_c_f_data): Likewise.
18006         (struct test_f_f1_data): Likewise.
18007         (struct test_fF_f1_data): Likewise.
18008         (struct test_ffI_f1_data): Likewise.
18009         (struct test_c_c_data): Likewise.
18010         (struct test_cc_c_data): Likewise.
18011         (struct test_f_i_data): Likewise.
18012         (struct test_ff_i_data): Likewise.
18013         (struct test_f_l_data): Likewise.
18014         (struct test_f_L_data): Likewise.
18015         (struct test_fFF_11_data): Likewise.
18016         (RM_): New macro.
18017         (RM_FE_DOWNWARD): Likewise.
18018         (RM_FE_TONEAREST): Likewise.
18019         (RM_FE_TOWARDZERO): Likewise.
18020         (RM_FE_UPWARD): Likewise.
18021         (RUN_TEST_LOOP_f_f): Update references to expected results.
18022         (RUN_TEST_LOOP_2_f): Likewise.
18023         (RUN_TEST_LOOP_fff_f): Likewise.
18024         (RUN_TEST_LOOP_c_f): Likewise.
18025         (RUN_TEST_LOOP_f_f1): Likewise.
18026         (RUN_TEST_LOOP_fF_f1): Likewise.
18027         (RUN_TEST_LOOP_fI_f1): Likewise.
18028         (RUN_TEST_LOOP_ffI_f1): Likewise.
18029         (RUN_TEST_LOOP_c_c): Likewise.
18030         (RUN_TEST_LOOP_cc_c): Likewise.
18031         (RUN_TEST_LOOP_f_i): Likewise.
18032         (RUN_TEST_LOOP_f_i_tg): Likewise.
18033         (RUN_TEST_LOOP_ff_i_tg): Likewise.
18034         (RUN_TEST_LOOP_f_b): Likewise.
18035         (RUN_TEST_LOOP_f_b_tg): Likewise.
18036         (RUN_TEST_LOOP_f_l): Likewise.
18037         (RUN_TEST_LOOP_f_L): Likewise.
18038         (RUN_TEST_LOOP_fFF_11): Likewise.
18039         * math/gen-libm-test.pl (parse_args): Output four copies of
18040         expected results for each test.
18042         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18043         (__ASSUME_UTIMES): Remove.
18044         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18045         (__ASSUME_UTIMES): Likewise.
18047         * math/gen-auto-libm-tests.c: Update comment on output format.
18048         (output_for_one_input_case): Generate before-rounding and
18049         after-rounding information as conditions on output flags not
18050         floating-point format.
18051         * math/auto-libm-test-out: Regenerated.
18052         * math/gen-libm-test.pl (cond_value): New function.
18053         (or_cond_value): Use cond_value.
18054         (generate_testfile): Handle conditional exceptions.
18056 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
18058         * math/libm-test.inc (max_valid_error): New variable.
18059         (init_max_error): Take new argument specifying whether function
18060         results are exactly determined.  Set max_valid_error and bound
18061         other variables for errors based on this argument.
18062         (set_max_error): Do not record results above max_valid_error.
18063         (check_float_internal): Only accept errors of up to 0.5ulps if
18064         also at most max_valid_error.
18065         (START): Take new argument EXACT and pass it to init_max_error.
18066         (acos_test): Update call to START.
18067         (acos_test_tonearest): Likewise.
18068         (acos_test_towardzero): Likewise.
18069         (acos_test_downward): Likewise.
18070         (acos_test_upward): Likewise.
18071         (acosh_test): Likewise.
18072         (asin_test): Likewise.
18073         (asin_test_tonearest): Likewise.
18074         (asin_test_towardzero): Likewise.
18075         (asin_test_downward): Likewise.
18076         (asin_test_upward): Likewise.
18077         (asinh_test): Likewise.
18078         (atan_test): Likewise.
18079         (atanh_test): Likewise.
18080         (atan2_test): Likewise.
18081         (cabs_test): Likewise.
18082         (cacos_test): Likewise.
18083         (cacosh_test): Likewise.
18084         (carg_test): Likewise.
18085         (casin_test): Likewise.
18086         (casinh_test): Likewise.
18087         (catan_test): Likewise.
18088         (catanh_test): Likewise.
18089         (cbrt_test): Likewise.
18090         (ccos_test): Likewise.
18091         (ccosh_test): Likewise.
18092         (ceil_test): Likewise.
18093         (cexp_test): Likewise.
18094         (cimag_test): Likewise.
18095         (clog_test): Likewise.
18096         (clog10_test): Likewise.
18097         (conj_test): Likewise.
18098         (copysign_test): Likewise.
18099         (cos_test): Likewise.
18100         (cos_test_tonearest): Likewise.
18101         (cos_test_towardzero): Likewise.
18102         (cos_test_downward): Likewise.
18103         (cos_test_upward): Likewise.
18104         (cosh_test): Likewise.
18105         (cosh_test_tonearest): Likewise.
18106         (cosh_test_towardzero): Likewise.
18107         (cosh_test_downward): Likewise.
18108         (cosh_test_upward): Likewise.
18109         (cpow_test): Likewise.
18110         (cproj_test): Likewise.
18111         (creal_test): Likewise.
18112         (csin_test): Likewise.
18113         (csinh_test): Likewise.
18114         (csqrt_test): Likewise.
18115         (ctan_test): Likewise.
18116         (ctan_test_tonearest): Likewise.
18117         (ctan_test_towardzero): Likewise.
18118         (ctan_test_downward): Likewise.
18119         (ctan_test_upward): Likewise.
18120         (ctanh_test): Likewise.
18121         (ctanh_test_tonearest): Likewise.
18122         (ctanh_test_towardzero): Likewise.
18123         (ctanh_test_downward): Likewise.
18124         (ctanh_test_upward): Likewise.
18125         (erf_test): Likewise.
18126         (erfc_test): Likewise.
18127         (exp_test): Likewise.
18128         (exp_test_tonearest): Likewise.
18129         (exp_test_towardzero): Likewise.
18130         (exp_test_downward): Likewise.
18131         (exp_test_upward): Likewise.
18132         (exp10_test): Likewise.
18133         (exp10_test_tonearest): Likewise.
18134         (exp10_test_towardzero): Likewise.
18135         (exp10_test_downward): Likewise.
18136         (exp10_test_upward): Likewise.
18137         (pow10_test): Likewise.
18138         (exp2_test): Likewise.
18139         (expm1_test): Likewise.
18140         (expm1_test_tonearest): Likewise.
18141         (expm1_test_towardzero): Likewise.
18142         (expm1_test_downward): Likewise.
18143         (expm1_test_upward): Likewise.
18144         (fabs_test): Likewise.
18145         (fdim_test): Likewise.
18146         (floor_test): Likewise.
18147         (fma_test): Likewise.
18148         (fma_test_towardzero): Likewise.
18149         (fma_test_downward): Likewise.
18150         (fma_test_upward): Likewise.
18151         (fmax_test): Likewise.
18152         (fmin_test): Likewise.
18153         (fmod_test): Likewise.
18154         (fpclassify_test): Likewise.
18155         (frexp_test): Likewise.
18156         (hypot_test): Likewise.
18157         (ilogb_test): Likewise.
18158         (isfinite_test): Likewise.
18159         (finite_test): Likewise.
18160         (isgreater_test): Likewise.
18161         (isgreaterequal_test): Likewise.
18162         (isinf_test): Likewise.
18163         (isless_test): Likewise.
18164         (islessequal_test): Likewise.
18165         (islessgreater_test): Likewise.
18166         (isnan_test): Likewise.
18167         (isnormal_test): Likewise.
18168         (issignaling_test): Likewise.
18169         (isunordered_test): Likewise.
18170         (j0_test): Likewise.
18171         (j1_test): Likewise.
18172         (jn_test): Likewise.
18173         (ldexp_test): Likewise.
18174         (lgamma_test): Likewise.
18175         (gamma_test): Likewise.
18176         (lrint_test): Likewise.
18177         (lrint_test_tonearest): Likewise.
18178         (lrint_test_towardzero): Likewise.
18179         (lrint_test_downward): Likewise.
18180         (lrint_test_upward): Likewise.
18181         (llrint_test): Likewise.
18182         (llrint_test_tonearest): Likewise.
18183         (llrint_test_towardzero): Likewise.
18184         (llrint_test_downward): Likewise.
18185         (llrint_test_upward): Likewise.
18186         (log_test): Likewise.
18187         (log10_test): Likewise.
18188         (log1p_test): Likewise.
18189         (log2_test): Likewise.
18190         (logb_test): Likewise.
18191         (logb_test_downward): Likewise.
18192         (lround_test): Likewise.
18193         (llround_test): Likewise.
18194         (modf_test): Likewise.
18195         (nearbyint_test): Likewise.
18196         (nextafter_test): Likewise.
18197         (nexttoward_test): Likewise.
18198         (pow_test): Likewise.
18199         (pow_test_tonearest): Likewise.
18200         (pow_test_towardzero): Likewise.
18201         (pow_test_downward): Likewise.
18202         (pow_test_upward): Likewise.
18203         (remainder_test): Likewise.
18204         (drem_test): Likewise.
18205         (remainder_test_tonearest): Likewise.
18206         (drem_test_tonearest): Likewise.
18207         (remainder_test_towardzero): Likewise.
18208         (drem_test_towardzero): Likewise.
18209         (remainder_test_downward): Likewise.
18210         (drem_test_downward): Likewise.
18211         (remainder_test_upward): Likewise.
18212         (drem_test_upward): Likewise.
18213         (remquo_test): Likewise.
18214         (rint_test): Likewise.
18215         (rint_test_tonearest): Likewise.
18216         (rint_test_towardzero): Likewise.
18217         (rint_test_downward): Likewise.
18218         (rint_test_upward): Likewise.
18219         (round_test): Likewise.
18220         (scalb_test): Likewise.
18221         (scalbn_test): Likewise.
18222         (scalbln_test): Likewise.
18223         (signbit_test): Likewise.
18224         (sin_test): Likewise.
18225         (sin_test_tonearest): Likewise.
18226         (sin_test_towardzero): Likewise.
18227         (sin_test_downward): Likewise.
18228         (sin_test_upward): Likewise.
18229         (sincos_test): Likewise.
18230         (sinh_test): Likewise.
18231         (sinh_test_tonearest): Likewise.
18232         (sinh_test_towardzero): Likewise.
18233         (sinh_test_downward): Likewise.
18234         (sinh_test_upward): Likewise.
18235         (sqrt_test): Likewise.
18236         (sqrt_test_tonearest): Likewise.
18237         (sqrt_test_towardzero): Likewise.
18238         (sqrt_test_downward): Likewise.
18239         (sqrt_test_upward): Likewise.
18240         (tan_test): Likewise.
18241         (tan_test_tonearest): Likewise.
18242         (tan_test_towardzero): Likewise.
18243         (tan_test_downward): Likewise.
18244         (tan_test_upward): Likewise.
18245         (tanh_test): Likewise.
18246         (tgamma_test): Likewise.
18247         (trunc_test): Likewise.
18248         (y0_test): Likewise.
18249         (y1_test): Likewise.
18250         (yn_test): Likewise.
18251         (significand_test): Likewise.
18253         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18254         individual tests in comment.
18255         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18256         (prev_max_error): New variable.
18257         (prev_real_max_error): Likewise.
18258         (prev_imag_max_error): Likewise.
18259         (compare_ulp_data): Don't refer to test names in comment.
18260         (find_test_ulps): Remove function.
18261         (find_function_ulps): Likewise.
18262         (find_complex_function_ulps): Likewise.
18263         (init_max_error): Take function name as argument.  Look up ulps
18264         for that function.
18265         (print_ulps): Remove function.
18266         (print_max_error): Use prev_max_error instead of calling
18267         find_function_ulps.
18268         (print_complex_max_error): Use prev_real_max_error and
18269         prev_imag_max_error instead of calling find_complex_function_ulps.
18270         (check_float_internal): Take max_ulp parameter instead of calling
18271         find_test_ulps.  Don't call print_ulps.
18272         (check_float): Update call to check_float_internal.
18273         (check_complex): Update calls to check_float_internal.
18274         (START): Pass argument to init_max_error.
18275         * math/gen-libm-test.pl (%results): Don't include "kind"
18276         information.
18277         (parse_ulps): Don't handle ulps of individual tests.
18278         (print_ulps_file): Likewise.
18279         (output_ulps): Likewise.
18280         * math/README.libm-test: Update.
18281         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18282         individual tests.
18283         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18284         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18285         * sysdeps/arm/libm-test-ulps: Likewise.
18286         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18287         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18288         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18289         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18290         * sysdeps/microblaze/libm-test-ulps: Likewise.
18291         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18292         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18293         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18294         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18295         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18296         * sysdeps/sh/libm-test-ulps: Likewise.
18297         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18298         * sysdeps/tile/libm-test-ulps: Likewise.
18299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18301 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18303         * math/libm-test.inc (print_complex_max_error): Check separately
18304         whether real and imaginary errors are within allowed range and
18305         pass 0 to print_complex_function_ulps instead of value within
18306         allowed range.
18308 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18310         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18311         formatting.
18312         (get_handles_fopen): Likewise.
18313         (do_write_test): Likewise.
18315         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18317         * libio/fileops.c (do_ftell): Use cached offset when
18318         available.
18319         * libio/iofwide.c (do_ftell_wide): Likewise.
18320         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18321         _IO_file_attach.
18322         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18324         [BZ #16532]
18325         * libio/libioP.h (get_file_offset): New function.
18326         * libio/fileops.c (get_file_offset): Likewise.
18327         (do_ftell): Likewise.
18328         (_IO_new_file_seekoff): Split out ftell logic.
18329         * libio/wfileops.c (do_ftell_wide): Likewise.
18330         (_IO_wfile_seekoff): Split out ftell logic.
18331         * libio/tst-ftell-active-handler.c: New test case.
18332         * libio/Makefile (tests): Add it.
18334 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18336         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18337         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18339 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18341         [BZ #16639]
18342         * nscd/connections.c (nscd_init): Call do_exit.
18343         (start_threads): Call do_exit and notify_parent.
18344         (begin_drop_privileges): Call do_exit.
18345         (finish_drop_privileges): Likewise.
18346         * nscd/selinux.c (preserve_capabilities): Likewise.
18347         (install_real_capabilities): Likewise.
18348         (nscd_selinux_enabled): Likewise.
18349         (avc_create_thread): Likewise.
18350         (avc_alloc_lock): Likewise.
18351         (nscd_avc_init): Likewise.
18352         * nscd/nscd.c (parent_fd): New static variable.
18353         (main): Create a pipe between parent and child processes.
18354         Skip closing parent_fd.
18355         (monitor_child): New function.
18356         (do_exit): Likewise.
18357         (notify_parent): Likewise.
18358         * nscd/nscd.h (notify_parent): Likewise.
18359         (do_exit): Likewise.
18361 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18363         * malloc/malloc.c (__libc_calloc): Revert last change.
18365 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18367         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18369 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18371         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18372         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18373         implementation.
18374         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18375         (__libc_ifunc_impl_list): Likewise.
18376         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18377         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18378         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18379         * string/strrchr.c: Define STRRCHR.
18381 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18383         * benchtest/bench-strtok.c (simple_strtok): Delete.
18384         (strtok_string): Use as benchmark.
18385         * string/strtok (STRTOK): New macro.
18387 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18389         * manual/threads.texi: Add header and standard comments to all
18390         functions.
18392         * elf/dl-lookup.c (check_match): New function.
18393         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18394         (do_lookup_x): Remove nested function check_match. Use non-nested
18395         function check_match.
18397 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18399         * csu/Makefile (generated, before-compile): Use += rather than =.
18400         * catgets/Makefile (generated, generated-dirs): Likewise.
18401         * debug/Makefile (generated): Likewise.
18402         * dlfcn/Makefile (generated): Likewise.
18403         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18404         * iconvdata/Makefile (before-compile, generated): Likewise.
18405         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18406         * libio/Makefile (generated): Likewise.
18407         * malloc/Makefile (generated): Likewise.
18408         * manual/Makefile (generated, generated-dirs): Likewise.
18409         * misc/Makefile (generated): Likewise.
18410         * posix/Makefile (generated): Likewise.
18411         * resolv/Makefile (generated): Likewise.
18412         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18413         * timezone/Makefile (generated, generated-dirs): Likewise.
18415         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18417 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18419         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18420         power8 implementation.
18421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18422         file: POWER8 llround ifunc implementation.
18423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18424         (__lllround): Add POWER8 implementation.
18425         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18426         POWER8 llround implementation.
18428         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18429         power8 implementation.
18430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18431         file: POWER8 llrint ifunc implementation.
18432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18433         Add POWER8 implementation.
18434         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18435         POWER8 llrint implementation.
18437         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18438         power8 implementation.
18439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18440         file: POWER8 finite ifunc implementation.
18441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18442         Add POWER8 implementation.
18443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18444         Likewise.
18445         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18446         POWER8 finite implementation.
18447         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18449         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18450         power8 implementation.
18451         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18452         file: POWER8 isinf ifunc implementation.
18453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18454         POWER8 implementation.
18455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18456         Likewise.
18457         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18458         isinf implementation.
18459         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18461         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18462         (INIT_ARCH): Add hwcap2 initialization.
18463         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18464         power8 implementation.
18465         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18466         file: POWER8 isnan ifunc implementation.
18467         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18468         POWER8 implementation.
18469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18470         Likewise.
18471         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18472         isnan implementation.
18473         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18475 2014-02-27  Joey Ye  <joey.ye@arm.com>
18477         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18478         (_FP_NANFRAC_Q): Set to zero.
18480 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18482         [BZ #16623]
18483         * math/auto-libm-test-in: New test inputs.
18484         * math/auto-libm-test-out: Regenerate.
18485         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18486         and DA.
18487         (__cos): Likewise.
18488         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18490 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18492         * scripts/evaluate-test.sh: Take new argument indicating whether
18493         failure is expected.
18494         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18495         indicating whether failure is expected.
18496         * conform/Makefile (test-xfail-run-conformtest): New variable.
18497         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18498         level.
18499         * posix/Makefile (test-xfail-annexc): New variable.
18500         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18502 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18504         * argp/Makefile: Include Makeconfig immediately after defining
18505         subdir.
18506         * assert/Makefile: Likewise.
18507         * benchtests/Makefile: Likewise.
18508         * catgets/Makefile: Likewise.
18509         * conform/Makefile: Likewise.
18510         * crypt/Makefile: Likewise.
18511         * csu/Makefile: Likewise.
18512         (all): Remove target.
18513         * ctype/Makefile: Include Makeconfig immediately after defining
18514         subdir.
18515         * debug/Makefile: Likewise.
18516         * dirent/Makefile: Likewise.
18517         * dlfcn/Makefile: Likewise.
18518         * gmon/Makefile: Likewise.
18519         * gnulib/Makefile: Likewise.
18520         * grp/Makefile: Likewise.
18521         * gshadow/Makefile: Likewise.
18522         * hesiod/Makefile: Likewise.
18523         * hurd/Makefile: Likewise.
18524         (all): Remove target.
18525         * iconvdata/Makefile: Include Makeconfig immediately after
18526         defining subdir.
18527         * inet/Makefile: Likewise.
18528         * intl/Makefile: Likewise.
18529         * io/Makefile: Likewise.
18530         * libio/Makefile: Likewise.
18531         (all): Remove target.
18532         * locale/Makefile: Include Makeconfig immediately after defining
18533         subdir.
18534         * login/Makefile: Likewise.
18535         * mach/Makefile: Likewise.
18536         (all): Remove target.
18537         * malloc/Makefile: Include Makeconfig immediately after defining
18538         subdir.
18539         (all): Remove target.
18540         * manual/Makefile: Include Makeconfig immediately after defining
18541         subdir.
18542         * math/Makefile: Likewise.
18543         * misc/Makefile: Likewise.
18544         * nis/Makefile: Likewise.
18545         * nss/Makefile: Likewise.
18546         * po/Makefile: Likewise.
18547         (all): Remove target.
18548         * posix/Makefile: Include Makeconfig immediately after defining
18549         subdir.
18550         * pwd/Makefile: Likewise.
18551         * resolv/Makefile: Likewise.
18552         * resource/Makefile: Likewise.
18553         * rt/Makefile: Likewise.
18554         * setjmp/Makefile: Likewise.
18555         * shadow/Makefile: Likewise.
18556         * signal/Makefile: Likewise.
18557         * socket/Makefile: Likewise.
18558         * soft-fp/Makefile: Likewise.
18559         * stdio-common/Makefile: Likewise.
18560         * stdlib/Makefile: Likewise.
18561         * streams/Makefile: Likewise.
18562         * string/Makefile: Likewise.
18563         * sunrpc/Makefile: Likewise.
18564         (all): Remove target.
18565         * sysvipc/Makefile: Include Makeconfig immediately after defining
18566         subdir.
18567         * termios/Makefile: Likewise.
18568         * time/Makefile: Likewise.
18569         * timezone/Makefile: Likewise.
18570         (all): Remove target.
18571         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18572         subdir.
18573         * wctype/Makefile: Likewise.
18575 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18577         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18578         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18579         (libc_feholdexcept_setround_mips): Ditto.
18580         (libc_feholdsetround): New.
18581         (libc_feholdsetroundf): New.
18582         (libc_feholdsetroundl): New.
18583         (libc_feupdateenv_test_mips): New.
18584         (libc_feupdateenv_test): New.
18585         (libc_feupdateenv_testf): New.
18586         (libc_feupdateenv_testl): New.
18587         (libc_feresetround): New.
18588         (libc_feresetroundf): New.
18589         (libc_feresetroundl): New.
18590         (libc_fetestexcept_mips): New.
18591         (libc_fetestexcept): New.
18592         (libc_fetestexceptf): New.
18593         (libc_fetestexceptl): New.
18594         (HAVE_RM_CTX): New.
18595         (libc_feholdexcept_setround_mips_ctx): New.
18596         (libc_feholdexcept_setround_ctx): New.
18597         (libc_feholdexcept_setroundf_ctx): New.
18598         (libc_feholdexcept_setroundl_ctx): New.
18599         (libc_fesetenv_mips_ctx): New.
18600         (libc_fesetenv_ctx): New.
18601         (libc_fesetenv_ctxf): New.
18602         (libc_fesetenv_ctxl): New.
18603         (libc_feupdateenv_mips_ctx): New.
18604         (libc_feupdateenv_ctx): New.
18605         (libc_feupdateenvf_ctx): New.
18606         (libc_feupdateenvl_ctx): New.
18607         (libc_feholdsetround_mips_ctx): New.
18608         (libc_feholdsetround_ctx): New.
18609         (libc_feholdsetroundf_ctx): New.
18610         (libc_feholdsetroundl_ctx): New.
18611         (libc_feresetround_mips_ctx): New.
18612         (libc_feresetround_ctx): New.
18613         (libc_feresetroundf_ctx): New.
18614         (libc_feresetroundl_ctx): New.
18616 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18618         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18620         * manual/ipc.texi: New file.
18621         * manual/Makefile (chapters): Add ipc.
18622         * manual/job.texi: Add "Inter-Process Communication" to next.
18623         * manual/process.texi: Add "Inter-Process Communication" to prev.
18625 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18627         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18629 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18631         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18633         * manual/arith.texi: Fix spaces after sentences.
18634         * manual/charset.texi: Likewise.
18635         * manual/errno.texi: Likewise.
18636         * manual/install.texi: Likewise.
18637         * manual/llio.texi: Likewise.
18638         * manual/locale.texi: Likewise.
18639         * manual/maint.texi: Likewise.
18640         * manual/math.texi: Likewise.
18641         * manual/memory.texi: Likewise.
18642         * manual/message.texi: Likewise.
18643         * manual/probes.texi: Likewise.
18644         * manual/resource.texi: Likewise.
18645         * manual/signal.texi: Likewise.
18646         * manual/socket.texi: Likewise.
18647         * manual/stdio.texi: Likewise.
18648         * manual/string.texi: Likewise.
18649         * manual/time.texi: Likewise.
18650         * manual/users.texi: Likewise.
18652 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18654         [BZ #16632]
18655         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18656         _DEFAULT_SOURCE is defined.
18658 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18659             Carlos O'Donell  <carlos@redhat.com>
18661         [BZ #16613]
18662         * elf/dl-tls.c (_dl_count_modids): New function.
18663         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18664         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18665         audit library and increment generation counter.
18666         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18667         * elf/tst-audit9.c: New file.
18668         * elf/tst-auditmod9a.c: New file.
18669         * elf/tst-auditmod9b.c: New file.
18670         * elf/Makefile: Add rules to build and run tst-audit9.
18672 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18674         [BZ #15347]
18675         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18677 2014-02-25  Will Newton  <will.newton@linaro.org>
18679         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18680         (__longjmp): Restore sp and lr before restoring callee
18681         saved registers.  Add longjmp and longjmp_target
18682         SystemTap probe point.
18683         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18684         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18685         Define to zero to match jmpbuf layout.
18686         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18687         (__sigsetjmp): Save sp and lr before saving callee
18688         saved registers.  Add setjmp SystemTap probe point.
18690 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18692         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18694 2014-02-24  Andreas Schwab  <schwab@suse.de>
18696         [BZ #15804]
18697         * elf/pldd.c (wait_for_ptrace_stop): New function.
18698         (main): Call it after attaching.
18700 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18702         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18703         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18704         Versions files is now verboten.
18705         * hurd/Versions (libc: GLIBC_2.0):
18706         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18707         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18708         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18709         * mach/Versions: Likewise.
18711         * csu/Versions: Remove unused %include.
18712         * resolv/Versions: Likewise.
18714 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18716         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18717         ($(objpfx)check-local-headers.out): Likewise.
18718         ($(objpfx)begin-end-check.out): Likewise.
18719         * Makerules (check-abi-%.out): Likewise.
18720         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18721         ($(objpfx)test2.cat): Likewise.
18722         ($(objpfx)de/libc.cat): Likewise.
18723         ($(objpfx)test-gencat.out): Likewise.
18724         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18725         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18726         ($(objpfx)noload-mem): Likewise.
18727         ($(objpfx)tst-pathopt.out): Likewise.
18728         ($(objpfx)tst-rtld-load-self.out): Likewise.
18729         ($(objpfx)tst-array1-cmp.out): Likewise.
18730         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18731         ($(objpfx)tst-array2-cmp.out): Likewise.
18732         ($(objpfx)tst-array3-cmp.out): Likewise.
18733         ($(objpfx)tst-array4-cmp.out): Likewise.
18734         ($(objpfx)tst-array5-cmp.out): Likewise.
18735         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18736         ($(objpfx)check-textrel.out): Likewise.
18737         ($(objpfx)check-execstack.out): Likewise.
18738         ($(objpfx)check-localplt.out): Likewise.
18739         ($(objpfx)order2-cmp.out): Likewise.
18740         ($(objpfx)tst-leaks1-mem): Likewise.
18741         ($(objpfx)tst-leaks1-static-mem): Likewise.
18742         ($(objpfx)tst-initorder-cmp.out): Likewise.
18743         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18744         ($(objpfx)tst-unused-dep.out): Likewise.
18745         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18746         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18747         * iconv/Makefile (test-iconvconfig): Likewise.
18748         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18749         ($(objpfx)iconv-test.out): Likewise.
18750         ($(objpfx)tst-tables.out): Likewise.
18751         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18752         ($(objpfx)tst-gettext.out): Likewise.
18753         ($(objpfx)tst-translit.out): Likewise.
18754         ($(objpfx)tst-gettext2.out): Likewise.
18755         ($(objpfx)tst-gettext4.out): Likewise.
18756         ($(objpfx)tst-gettext6.out): Likewise.
18757         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18758         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18759         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18760         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18761         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18762         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18763         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18764         ($(objpfx)wordexp-tst.out): Likewise.
18765         ($(objpfx)annexc.out): Likewise.
18766         ($(objpfx)tst-fnmatch-mem): Likewise.
18767         ($(objpfx)bug-regex2-mem): Likewise.
18768         ($(objpfx)bug-regex14-mem): Likewise.
18769         ($(objpfx)bug-regex21-mem): Likewise.
18770         ($(objpfx)bug-regex31-mem): Likewise.
18771         ($(objpfx)tst-vfork3-mem): Likewise.
18772         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18773         ($(objpfx)tst-pcre-mem): Likewise.
18774         ($(objpfx)tst-boost-mem): Likewise.
18775         ($(objpfx)tst-getconf.out): Likewise.
18776         ($(objpfx)bug-ga2-mem): Likewise.
18777         ($(objpfx)bug-glob2-mem): Likewise.
18778         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18779         ($(objpfx)mtrace-tst-leaks2): Likewise.
18780         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18781         ($(objpfx)tst-printf.out): Likewise.
18782         ($(objpfx)tst-setvbuf1.out): Likewise.
18783         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18784         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18785         ($(objpfx)tst-fmtmsg.out): Likewise.
18786         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18787         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18789         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18790         * bits/sigaction.h [__USE_MISC]: Likewise.
18791         * bits/waitstatus.h: Update #endif comments.
18792         * ctype/ctype.h: Likewise.
18793         * dirent/dirent.h: Likewise.
18794         [__USE_MISC]: Remove redundant conditionals.
18795         * grp/grp.h: Update #endif comments.
18796         [__USE_GNU]: Remove redundant conditionals.
18797         [__USE_MISC]: Likewise.
18798         * inet/netinet/in.h [__USE_GNU]: Likewise.
18799         * io/sys/stat.h [__USE_MISC]: Likewise.
18800         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18801         * libio/bits/stdio.h: Update #endif comments.
18802         [__USE_MISC]: Remove redundant conditionals.
18803         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18804         * libio/stdio.h: Update #endif comments.
18805         [__USE_MISC]: Remove redundant conditionals.
18806         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18807         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18808         * math/math.h: Update #else and #endif comments.
18809         [__USE_MISC]: Remove redundant conditionals.
18810         * misc/sys/uio.h: Update #endif comments.
18811         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18812         * posix/glob.h [__USE_MISC]: Likewise.
18813         * posix/sys/types.h: Update #endif comments.
18814         [__USE_MISC]: Remove redundant conditionals.
18815         * posix/sys/wait.h: Update #endif comments.
18816         [__USE_MISC]: Remove redundant conditionals.
18817         * posix/unistd.h: Update #endif comments.
18818         [__USE_MISC]: Remove redundant conditionals.
18819         * pwd/pwd.h [__USE_GNU]: Likewise.
18820         [__USE_MISC]: Likewise.
18821         * resolv/netdb.h [__USE_GNU]: Likewise.
18822         * signal/signal.h: Update #endif comments.
18823         [__USE_MISC]: Remove redundant conditionals.
18824         * stdlib/stdlib.h: Update #else and #endif comments.
18825         [__USE_MISC]: Remove redundant conditionals.
18826         [__USE_GNU]: Likewise.
18827         * string/bits/string2.h [__USE_MISC]: Likewise.
18828         * string/string.h: Update #endif comments.
18829         [__USE_MISC]: Remove redundant conditionals.
18830         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18831         Likewise.
18832         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18833         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18834         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18835         Likewise.
18836         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18837         Likewise.
18838         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18839         comments.
18840         [__USE_MISC]: Remove redundant conditionals.
18841         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18842         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18843         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18844         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18845         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18846         Likewise.
18847         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18848         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18849         Likewise.
18850         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18851         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18852         Likewise.
18853         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18854         Likewise.
18855         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18856         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18857         Likewise.
18858         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18859         Likewise.
18860         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18861         * sysdeps/x86/bits/string.h: Update #endif comments.
18862         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18863         conditionals.
18864         * time/sys/time.h: Update #endif comments.
18865         * time/time.h: Likewise.
18866         [__USE_MISC]: Remove redundant conditionals.
18868 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18870         [BZ #16600]
18871         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18873 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18875         * Versions.def (librt): Add GLIBC_2.17.
18877 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18879         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18880         synonym for _SYS_AUXV_H to allow direct inclusion.
18881         * sysdeps/sparc/bits/hwcap.h: Likewise.
18882         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18883         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18884         * sysdeps/sparc/sysdep.h: Likewise.
18886 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18888         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18890 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18892         * benchtests/bench-strrchr.c: Print length instead of position.
18894 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18896         [BZ #16611]
18897         * sysdeps/unix/sysv/linux/kernel-features.h
18898         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18899         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18900         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18901         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18902         Likewise.
18903         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18904         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18905         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18906         (__ASSUME_SENDMMSG): Define instead of using previous
18907         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18908         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18909         (__ASSUME_SENDMMSG_SYSCALL): Define.
18910         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18911         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18912         Likewise.
18913         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18914         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18915         Likewise.
18916         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18917         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18918         Likewise.
18919         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18920         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18921         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18922         [__ASSUME_SENDMMSG]: Change conditionals to
18923         [__ASSUME_SENDMMSG_SOCKETCALL].
18924         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18925         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18926         Define.
18927         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18928         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18929         Likewise.
18930         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18931         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18932         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18933         [!__ASSUME_SENDMMSG]: Change conditional to
18934         [!__ASSUME_SENDMMSG_SOCKETCALL].
18935         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18936         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18937         Define.
18939         [BZ #16610]
18940         * sysdeps/unix/sysv/linux/kernel-features.h
18941         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18942         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18943         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18944         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18945         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18946         [__i386__ || __sparc__]
18947         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18948         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18949         (__ASSUME_RECVMMSG): Define instead of using previous
18950         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18951         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18952         (__ASSUME_RECVMMSG_SYSCALL): Define.
18953         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18954         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18955         Likewise.
18956         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18957         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18958         Likewise.
18959         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18960         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18961         Likewise.
18962         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18963         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18964         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18965         [__ASSUME_RECVMMSG]: Change condition to
18966         [__ASSUME_RECVMMSG_SOCKETCALL].
18967         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18968         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18969         Define.
18970         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18971         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18972         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18973         Likewise.
18974         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18975         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18976         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18977         [!__ASSUME_RECVMMSG]: Change condition to
18978         [!__ASSUME_RECVMMSG_SOCKETCALL].
18979         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18980         (__ASSUME_RECVMMSG_SYSCALL): Define.
18982         [BZ #16609]
18983         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18984         __powerpc__ || __s390__ || __sh__ || __sparc__]
18985         (__ASSUME_SOCKETCALL): Define.
18986         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18987         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18988         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18989         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18990         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18991         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18992         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18993         (__ASSUME_ACCEPT4): Define instead of using previous
18994         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18995         __powerpc__ || __sparc__ || __s390__)] condition.
18996         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18997         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18998         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18999         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19000         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19001         [!__ASSUME_ACCEPT4]: Change condition to
19002         [!__ASSUME_ACCEPT4_SOCKETCALL].
19003         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19004         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
19005         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
19006         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19007         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
19008         __ASSUME_ACCEPT4_SYSCALL.
19009         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
19010         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
19011         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19012         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
19013         __ASSUME_ACCEPT4_SYSCALL.
19014         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
19015         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19016         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19017         [__ASSUME_ACCEPT4]: Change condition to
19018         [__ASSUME_ACCEPT4_SOCKETCALL].
19019         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19020         (__ASSUME_SOCKETCALL): Define.
19021         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
19022         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19023         (__ASSUME_SOCKETCALL): Define.
19024         (__ASSUME_ACCEPT4): Remove.
19025         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
19026         Define.
19027         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19028         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
19029         Likewise.
19030         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19031         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19033         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
19034         macro.
19035         (HWCAP_ARM_LPAE): Likewise.
19036         (HWCAP_ARM_EVTSTRM): Likewise.
19037         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
19038         Add vpfd32, lpae and evtstrm.
19039         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
19040         Increase to 22.
19042 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
19044         * math/auto-libm-test-in: Add tests of clog10.
19045         * math/auto-libm-test-out: Regenerated.
19046         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
19047         * sysdeps/i386/fpu/libm-test-ulps: Update.
19048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19050 2014-02-18  Andreas Schwab  <schwab@suse.de>
19052         [BZ #16574]
19053         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
19054         Store non-zero if the second buffer was newly allocated.
19055         (send_dg): Likewise.
19056         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
19057         to send_vc and send_dg.
19058         (res_nsend): Pass NULL for ansp2_malloced.
19059         * resolv/res_query.c (__libc_res_nquery): Add parameter
19060         answerp2_malloced and pass it down to __libc_res_nsend.
19061         (res_nquery): Pass additional NULL to __libc_res_nquery.
19062         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
19063         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
19064         second answer buffer if answerp2_malloced was set.
19065         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
19066         (__libc_res_nquerydomain): Add parameter
19067         answerp2_malloced and pass it down to __libc_res_nquery.
19068         (res_nquerydomain): Pass additional NULL to
19069         __libc_res_nquerydomain.
19070         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
19071         additional NULL to __libc_res_nsend and __libc_res_nquery.
19072         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
19073         additional NULL to __libc_res_nsearch.
19074         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
19075         parameter of __libc_res_nsearch to check for separately allocated
19076         second buffer.
19077         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
19078         __libc_res_nquery.
19079         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
19080         additional NULL to __libc_res_nquery.
19081         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
19082         __libc_res_nsearch.
19083         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
19084         * include/resolv.h: Update prototypes of __libc_res_nquery,
19085         __libc_res_nsearch, __libc_res_nsend.
19087 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
19089         * math/auto-libm-test-in: Add tests of fma.
19090         * math/auto-libm-test-out: Regenerated.
19091         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
19092         (fma_towardzero_test_data): Likewise.
19093         (fma_downward_test_data): Likewise.
19094         (fma_upward_test_data): Likewise.
19095         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
19096         mpc_mode.
19097         (rounding_modes): Add values for new field.
19098         (func_calc_method): Add value mpfr_fff_f.
19099         (func_calc_desc): Add mpfr_fff_f union field.
19100         (test_function): Add field exact_args.
19101         (FUNC): Add macro argument EXACT_ARGS.
19102         (FUNC_mpfr_f_f): Update call to FUNC.
19103         (FUNC_mpfr_f_f): Likewise.
19104         (FUNC_mpfr_ff_f): Likewise.
19105         (FUNC_mpfr_if_f): Likewise.
19106         (FUNC_mpc_c_f): Likewise.
19107         (FUNC_mpc_c_c): Likewise.
19108         (test_functions): Add fma.  Update calls to FUNC.
19109         (handle_input_arg): Add argument exact_args.
19110         (add_test): Update call to handle_input_arg.
19111         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
19112         (output_for_one_input_case): Update call to calc_generic_results.
19113         Recalculate exact zero results in each rounding mode.
19115         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19116         non-negative before setting low bit.
19117         * math/auto-libm-test-in: Mark one asin test possibly having
19118         spurious underflow.
19119         * math/auto-libm-test-out: Regenerated.
19120         * sysdeps/i386/fpu/libm-test-ulps: Update.
19121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19123 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
19125         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19126         * sysdeps/unix/sysv/linux/microblaze: Move directory from
19127         ports/sysdeps/unix/sysv/linux/microblaze.
19128         * README: Add missing listing for microblaze*-*-linux-gnu.
19130 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
19132         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19133         duplicate code
19135 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
19137         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19138         * sysdeps/unix/sysv/linux/ia64: Move directory from
19139         ports/sysdeps/unix/sysv/linux/ia64.
19140         * README: Update listing for ia64-*-linux-gnu.
19142 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
19143             Joseph Myers  <joseph@codesourcery.com>
19145         * Makeconfig (test-name): New variable.
19146         (evaluate-test): Likewise.
19147         * Makerules (do-test-clean): Remove .test-result files.
19148         (common-mostlyclean): Likewise.
19149         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19150         * scripts/evaluate-test.sh: New file.
19152 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
19154         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19155         separate $(objpfx)tst-fopenloc-cmp.out and
19156         $(objpfx)tst-fopenloc-mem.out targets.
19157         (tests): Update dependencies.
19158         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19159         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19160         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19161         (tst-rxspencer-no-utf8-ARGS): New variable.
19162         (tst-rxspencer-no-utf8-ENV): Likewise.
19163         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19164         instead of $(objpfx)tst-rxspencer-mem.
19165         ($(objpfx)tst-rxspencer-mem): Change target to
19166         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19167         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19168         * posix/tst-rxspencer-no-utf8.c: New file.
19170         * elf/Makefile ($(objpfx)order.out): Remove rule.
19171         [$(run-built-tests) = yes] (tests): Depend on
19172         $(objpfx)order-cmp.out.
19173         ($(objpfx)order-cmp.out): New rule.
19174         [$(run-built-tests) = yes] (tests): Depend on
19175         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19176         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19177         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19178         $(objpfx)tst-array5-static-cmp.out.
19179         ($(objpfx)tst-array1.out): Remove rule.
19180         ($(objpfx)tst-array1-cmp.out): New rule.
19181         ($(objpfx)tst-array1-static.out): Remove rule.
19182         ($(objpfx)tst-array1-static-cmp.out): New rule.
19183         ($(objpfx)tst-array2.out): Remove rule.
19184         ($(objpfx)tst-array2-cmp.out): New rule.
19185         ($(objpfx)tst-array3.out): Remove rule.
19186         ($(objpfx)tst-array3-cmp.out): New rule.
19187         ($(objpfx)tst-array4.out): Remove rule.
19188         ($(objpfx)tst-array4-cmp.out): New rule.
19189         ($(objpfx)tst-array5.out): Remove rule.
19190         ($(objpfx)tst-array5-cmp.out): New rule.
19191         ($(objpfx)tst-array5-static.out): Remove rule.
19192         ($(objpfx)tst-array5-static-cmp.out): New rule.
19193         [$(run-built-tests) = yes] (tests): Depend on
19194         $(objpfx)order2-cmp.out.
19195         ($(objpfx)order2.out): Remove rule.
19196         ($(objpfx)order2-cmp.out): New rule.
19197         ($(objpfx)tst-initorder.out): Remove rule.
19198         [$(run-built-tests) = yes] (tests): Depend on
19199         $(objpfx)tst-initorder-cmp.out.
19200         ($(objpfx)tst-initorder-cmp.out): New rule.
19201         ($(objpfx)tst-initorder2.out): Remove rule.
19202         [$(run-built-tests) = yes] (tests): Depend on
19203         $(objpfx)tst-initorder2-cmp.out.
19204         ($(objpfx)tst-initorder2-cmp.out): New rule.
19205         [$(run-built-tests) = yes] (tests): Depend on
19206         $(objpfx)tst-unused-dep-cmp.out.
19207         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
19208         ($(objpfx)tst-unused-dep-cmp.out): New rule.
19209         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
19210         on $(objpfx)tst-setvbuf1-cmp.out.
19211         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
19212         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
19213         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
19214         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
19215         ($(objpfx)tst-svc.out): Remove rule.
19216         ($(objpfx)tst-svc-cmp.out): New rule.
19218 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
19220         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
19221         * ctype/ctype.h [__USE_MISC]: Likewise.
19222         * dirent/dirent.h [__USE_MISC]: Likewise.
19223         * grp/grp.h [__USE_MISC]: Likewise.
19224         * io/fcntl.h [__USE_MISC]: Likewise.
19225         * io/sys/stat.h [__USE_MISC]: Likewise.
19226         * libio/stdio.h [__USE_MISC]: Likewise.
19227         * posix/unistd.h [__USE_MISC]: Likewise.
19228         * pwd/pwd.h [__USE_MISC]: Likewise.
19229         * stdlib.h [__USE_MISC]: Likewise.
19230         * string/bits/string2.h [__USE_MISC]: Likewise.
19231         * string/string.h [__USE_MISC]: Likewise.
19232         * time/time.h [__USE_MISC]: Likewise.
19234 2014-02-13  Andreas Schwab  <schwab@suse.de>
19236         [BZ #16574]
19237         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
19238         second answer buffer if it was separately allocated.
19240 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
19242         * sysdeps/mips/math-tests.h: Include <features.h>.
19243         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19244         (ROUNDING_TESTS_long_double): Do not define.
19245         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19246         (EXCEPTION_TESTS_long_double): Likewise.
19247         * sysdeps/mips/mips64/libm-test-ulps: Update.
19249         * include/features.h (__USE_BSD): Remove macro definitions.
19250         (__USE_SVID): Likewise.
19251         (_BSD_SOURCE): Likewise.
19252         (_SVID_SOURCE): Likewise.
19253         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19254         from definition of _DEFAULT_SOURCE.
19255         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19256         [_DEFAULT_SOURCE].
19257         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19258         * bits/mman.h [__USE_BSD]: Likewise.
19259         * bits/termios.h [__USE_BSD]: Likewise.
19260         * bits/waitstatus.h [__USE_BSD]: Likewise.
19261         * ctype/ctype.h [__USE_SVID]: Likewise.
19262         * dirent/dirent.h [__USE_BSD]: Likewise.
19263         * grp/grp.h [__USE_SVID]: Likewise.
19264         [__USE_BSD]: Likewise.
19265         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19266         * io/fcntl.h [__USE_BSD]: Likewise.
19267         * io/ftw.h [__USE_BSD]: Likewise.
19268         * io/sys/stat.h [__USE_BSD]: Likewise.
19269         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19270         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19271         * libio/stdio.h [__USE_SVID]: Likewise.
19272         [__USE_BSD]: Likewise.
19273         * math/math.h [__USE_SVID]: Likewise.
19274         [__USE_BSD]: Likewise.
19275         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19276         * misc/bits/syslog.h [__USE_BSD]: Likewise.
19277         * misc/search.h [__USE_SVID]: Likewise.
19278         * misc/sys/mman.h [__USE_BSD]: Likewise.
19279         * misc/sys/syslog.h [__USE_BSD]: Likewise.
19280         * misc/sys/uio.h [__USE_BSD]: Likewise.
19281         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19282         * posix/glob.h [__USE_BSD]: Likewise.
19283         * posix/regex.h [__USE_BSD]: Likewise.
19284         * posix/sys/types.h [__USE_BSD]: Likewise.
19285         [__USE_SVID]: Likewise.
19286         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19287         * posix/sys/wait.h [__USE_BSD]: Likewise.
19288         [__USE_SVID]: Likewise.
19289         * posix/unistd.h [__USE_BSD]: Likewise.
19290         [__USE_SVID]: Likewise.
19291         * pwd/pwd.h [__USE_SVID]: Likewise.
19292         * resolv/netdb.h [__USE_BSD]: Likewise.
19293         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19294         * signal/signal.h [__USE_BSD]: Likewise.
19295         [__USE_SVID]: Likewise.
19296         * socket/sys/socket.h [__USE_BSD]: Likewise.
19297         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19298         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19299         [__USE_SVID]: Likewise.
19300         * string/bits/string2.h [__USE_BSD]: Likewise.
19301         [__USE_SVID]: Likewise.
19302         * string/bits/string3.h [__USE_BSD]: Likewise.
19303         * string/endian.h [__USE_BSD]: Likewise.
19304         * string/string.h [__USE_SVID]: Likewise.
19305         [__USE_BSD]: Likewise.
19306         * string/strings.h [__USE_BSD]: Likewise.
19307         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19308         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19309         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19310         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19311         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19312         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19313         Likewise.
19314         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19315         Likewise.
19316         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19317         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19318         Likewise.
19319         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19320         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19321         Likewise.
19322         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19323         Likewise.
19324         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19325         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19326         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19327         Likewise.
19328         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19329         Likewise.
19330         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19331         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19332         * termios/termios.h [__USE_BSD]: Likewise.
19333         * time/sys/time.h [__USE_BSD]: Likewise.
19334         * time/time.h [__USE_BSD]: Likewise.
19335         [__USE_SVID]: Likewise.
19337         * Makefile (subdir_targets): Remove subdir_lint.out.
19339         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19340         (do-tst-printf): Likewise.
19341         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19342         $(objpfx)tst-printf.out.
19344         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19346         * Makerules (check-abi-%): Change target to
19347         $(objpfx)check-abi-%.out.
19348         (check-abi target): Update dependencies.
19349         (check-abi-pattern variable): Redirect output of diff to $@.
19350         (check-abi variable): Likewise.
19351         * elf/Makefile (check-abi): Update dependencies.
19353         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19354         unused.
19355         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19356         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19357         subnormal range.
19358         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19359         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19360         value has largest subnormal exponent.
19361         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19362         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19363         * sysdeps/aarch64/soft-fp/sfp-machine.h
19364         (_FP_TININESS_AFTER_ROUNDING): New macro.
19365         * sysdeps/alpha/soft-fp/sfp-machine.h
19366         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19367         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19368         Likewise.
19369         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19370         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19371         * sysdeps/mips/soft-fp/sfp-machine.h
19372         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19373         * sysdeps/powerpc/soft-fp/sfp-machine.h
19374         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19375         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19376         Likewise.
19377         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19378         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19379         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19380         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19381         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19382         Likewise.
19384 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19386         [BZ #16545]
19387         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19388         model 1.
19390 2014-02-12  Richard Henderson  <rth@redhat.com>
19392         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19393         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19394         * sysdeps/unix/sysv/linux/alpha: Move directory from
19395         ports/sysdeps/unix/sysv/linux/alpha.
19396         * README: Update listing for alpha-*-linux-gnu.
19398 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19400         * include/features.h: Update comment documenting feature test
19401         macros.
19402         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19403         _DEFAULT_SOURCE.
19404         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19405         (_SVID_SOURCE): Likewise.
19406         (_DEFAULT_SOURCE): Update description of default features.
19407         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19408         with _GNU_SOURCE.
19409         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19410         (S_ISVTX): Likewise.
19411         * manual/math.texi (Mathematical Constants): Likewise.
19412         * manual/signal.texi (Interrupted Primitives): Likewise.
19413         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19414         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19415         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19416         Don't refer to _SVID_SOURCE in warning text.
19418         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19420         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19421         already defined.
19422         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19423         * sysdeps/mips/dl-lookup.c: Remove.
19424         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19426 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19428         [BZ #16447]
19429         * math/auto-libm-test-in: Add testcase for expl.
19430         * math/auto-libm-test-out: Regenerate.
19431         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19432         calculation of unsafe.
19433         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19435 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19437         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19438         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19439         ports/sysdeps/unix/sysv/linux/aarch64.
19440         * README: Update listing for aarch64*-*-linux-gnu.
19442 2014-02-11  Will Newton  <will.newton@linaro.org>
19444         * manual/probes.texi (Mathematical Function Probes): Use
19445         "triggered" instead of "hit".
19447         * manual/probes.texi (Internal Probes): Add documentation
19448         of setjmp, longjmp and longjmp_target probes.
19450         * include/stap-probe.h: Add comment about probe argument
19451         format.
19453         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19454         definition.  (tr_where, tr_freehook, tr_mallochook,
19455         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19457 2014-02-11  David S. Miller  <davem@davemloft.net>
19459         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19460         processing int_tests.
19462 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19464         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19465         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19466         * sysdeps/unix/sysv/linux/mips: Move directory from
19467         ports/sysdeps/unix/sysv/linux/mips.
19468         * README: Update listing for mips-*-linux-gnu and
19469         mips64-*-linux-gnu.
19471 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19473         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19474         * sysdeps/unix/sysv/linux/m68k: Move directory from
19475         ports/sysdeps/unix/sysv/linux/m68k.
19476         * README: Update listing for m68k-*-linux-gnu.
19478 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19480         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19481         * sysdeps/unix/sysv/linux/generic: Move directory from
19482         ports/sysdeps/unix/sysv/linux/generic.
19483         * sysdeps/unix/sysv/linux/tile: Move directory from
19484         ports/sysdeps/unix/sysv/linux/tile.
19485         * README: Update listing for tile*-*-linux-gnu.
19487 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19489         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19490         __builtin_expect.
19491         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19492         * catgets/open_catalog.c (__open_catalog): Likewise.
19493         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19494         * debug/confstr_chk.c: Likewise.
19495         * debug/fread_chk.c (__fread_chk): Likewise.
19496         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19497         * debug/getgroups_chk.c: Likewise.
19498         * debug/mbsnrtowcs_chk.c: Likewise.
19499         * debug/mbsrtowcs_chk.c: Likewise.
19500         * debug/mbstowcs_chk.c: Likewise.
19501         * debug/memcpy_chk.c: Likewise.
19502         * debug/memmove_chk.c: Likewise.
19503         * debug/mempcpy_chk.c: Likewise.
19504         * debug/memset_chk.c: Likewise.
19505         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19506         * debug/strcat_chk.c (__strcat_chk): Likewise.
19507         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19508         * debug/strncat_chk.c (__strncat_chk): Likewise.
19509         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19510         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19511         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19512         * debug/wcpncpy_chk.c: Likewise.
19513         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19514         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19515         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19516         * debug/wcsncpy_chk.c: Likewise.
19517         * debug/wcsnrtombs_chk.c: Likewise.
19518         * debug/wcsrtombs_chk.c: Likewise.
19519         * debug/wcstombs_chk.c: Likewise.
19520         * debug/wmemcpy_chk.c: Likewise.
19521         * debug/wmemmove_chk.c: Likewise.
19522         * debug/wmempcpy_chk.c: Likewise.
19523         * debug/wmemset_chk.c: Likewise.
19524         * dirent/scandirat.c (SCANDIRAT): Likewise.
19525         * dlfcn/dladdr1.c (dladdr1): Likewise.
19526         * dlfcn/dladdr.c (dladdr): Likewise.
19527         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19528         * dlfcn/dlerror.c (__dlerror): Likewise.
19529         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19530         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19531         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19532         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19533         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19534         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19535         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19536         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19537         Likewise.
19538         * elf/dl-conflict.c: Likewise.
19539         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19540         * elf/dl-dst.h: Likewise.
19541         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19542         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19543         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19544         * elf/dl-init.c (call_init, _dl_init): Likewise.
19545         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19546         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19547         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19548         Likewise.
19549         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19550         Likewise.
19551         * elf/dl-minimal.c (__libc_memalign): Likewise.
19552         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19553         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19554         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19555         * elf/dl-sym.c (do_sym): Likewise.
19556         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19557         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19558         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19559         * elf/dl-writev.h (_dl_writev): Likewise.
19560         * elf/ldconfig.c (search_dir): Likewise.
19561         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19562         (dl_main): Likewise.
19563         * elf/setup-vdso.h (setup_vdso): Likewise.
19564         * grp/compat-initgroups.c (compat_call): Likewise.
19565         * grp/fgetgrent.c (fgetgrent): Likewise.
19566         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19567         * grp/putgrent.c (putgrent): Likewise.
19568         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19569         Likewise.
19570         * hurd/hurdinit.c: Likewise.
19571         * iconvdata/8bit-gap.c (struct): Likewise.
19572         * iconvdata/ansi_x3.110.c : Likewise.
19573         * iconvdata/big5.c : Likewise.
19574         * iconvdata/big5hkscs.c : Likewise.
19575         * iconvdata/cp1255.c: Likewise.
19576         * iconvdata/cp1258.c : Likewise.
19577         * iconvdata/cp932.c : Likewise.
19578         * iconvdata/euc-cn.c: Likewise.
19579         * iconvdata/euc-jisx0213.c : Likewise.
19580         * iconvdata/euc-jp.c: Likewise.
19581         * iconvdata/euc-jp-ms.c : Likewise.
19582         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19583         * iconvdata/gb18030.c : Likewise.
19584         * iconvdata/gbbig5.c (const): Likewise.
19585         * iconvdata/gbgbk.c: Likewise.
19586         * iconvdata/gbk.c : Likewise.
19587         * iconvdata/ibm1364.c : Likewise.
19588         * iconvdata/ibm930.c : Likewise.
19589         * iconvdata/ibm932.c: Likewise.
19590         * iconvdata/ibm933.c : Likewise.
19591         * iconvdata/ibm935.c : Likewise.
19592         * iconvdata/ibm937.c : Likewise.
19593         * iconvdata/ibm939.c : Likewise.
19594         * iconvdata/ibm943.c: Likewise.
19595         * iconvdata/iso_11548-1.c: Likewise.
19596         * iconvdata/iso-2022-cn.c : Likewise.
19597         * iconvdata/iso-2022-cn-ext.c : Likewise.
19598         * iconvdata/iso-2022-jp-3.c: Likewise.
19599         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19600         * iconvdata/iso-2022-kr.c : Likewise.
19601         * iconvdata/iso646.c (gconv_end): Likewise.
19602         * iconvdata/iso_6937-2.c : Likewise.
19603         * iconvdata/iso_6937.c : Likewise.
19604         * iconvdata/iso8859-1.c: Likewise.
19605         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19606         * iconvdata/shift_jisx0213.c : Likewise.
19607         * iconvdata/sjis.c : Likewise.
19608         * iconvdata/t.61.c : Likewise.
19609         * iconvdata/tcvn5712-1.c : Likewise.
19610         * iconvdata/tscii.c: Likewise.
19611         * iconvdata/uhc.c : Likewise.
19612         * iconvdata/unicode.c (gconv_end): Likewise.
19613         * iconvdata/utf-16.c (gconv_end): Likewise.
19614         * iconvdata/utf-32.c (gconv_end): Likewise.
19615         * iconvdata/utf-7.c (base64): Likewise.
19616         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19617         * iconv/gconv_close.c (__gconv_close): Likewise.
19618         * iconv/gconv_open.c (__gconv_open): Likewise.
19619         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19620         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19621         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19622         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19623         (ucs4le_internal_loop_single): Likewise.
19624         * iconv/iconv.c (iconv): Likewise.
19625         * iconv/iconv_close.c: Likewise.
19626         * iconv/loop.c (SINGLE): Likewise.
19627         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19628         * include/atomic.h: Likewise.
19629         * inet/inet6_option.c (option_alloc): Likewise.
19630         * intl/bindtextdom.c (set_binding_values): Likewise.
19631         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19632         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19633         * intl/localealias.c (read_alias_file): Likewise.
19634         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19635         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19636         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19637         * libio/fmemopen.c (fmemopen): Likewise.
19638         * libio/iofgets.c (_IO_fgets): Likewise.
19639         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19640         * libio/iofgetws.c (fgetws): Likewise.
19641         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19642         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19643         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19644         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19645         * locale/findlocale.c (_nl_find_locale): Likewise.
19646         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19647         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19648         Likewise.
19649         * locale/setlocale.c (setlocale): Likewise.
19650         * login/programs/pt_chown.c (main): Likewise.
19651         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19652         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19653         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19654         (mmap, mmap64, mremap, munmap): Likewise.
19655         * math/e_exp2l.c: Likewise.
19656         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19657         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19658         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19659         * math/s_catan.c (__catan): Likewise.
19660         * math/s_catanf.c (__catanf): Likewise.
19661         * math/s_catanh.c (__catanh): Likewise.
19662         * math/s_catanhf.c (__catanhf): Likewise.
19663         * math/s_catanhl.c (__catanhl): Likewise.
19664         * math/s_catanl.c (__catanl): Likewise.
19665         * math/s_ccosh.c (__ccosh): Likewise.
19666         * math/s_ccoshf.c (__ccoshf): Likewise.
19667         * math/s_ccoshl.c (__ccoshl): Likewise.
19668         * math/s_cexp.c (__cexp): Likewise.
19669         * math/s_cexpf.c (__cexpf): Likewise.
19670         * math/s_cexpl.c (__cexpl): Likewise.
19671         * math/s_clog10.c (__clog10): Likewise.
19672         * math/s_clog10f.c (__clog10f): Likewise.
19673         * math/s_clog10l.c (__clog10l): Likewise.
19674         * math/s_clog.c (__clog): Likewise.
19675         * math/s_clogf.c (__clogf): Likewise.
19676         * math/s_clogl.c (__clogl): Likewise.
19677         * math/s_csin.c (__csin): Likewise.
19678         * math/s_csinf.c (__csinf): Likewise.
19679         * math/s_csinh.c (__csinh): Likewise.
19680         * math/s_csinhf.c (__csinhf): Likewise.
19681         * math/s_csinhl.c (__csinhl): Likewise.
19682         * math/s_csinl.c (__csinl): Likewise.
19683         * math/s_csqrt.c (__csqrt): Likewise.
19684         * math/s_csqrtf.c (__csqrtf): Likewise.
19685         * math/s_csqrtl.c (__csqrtl): Likewise.
19686         * math/s_ctan.c (__ctan): Likewise.
19687         * math/s_ctanf.c (__ctanf): Likewise.
19688         * math/s_ctanh.c (__ctanh): Likewise.
19689         * math/s_ctanhf.c (__ctanhf): Likewise.
19690         * math/s_ctanhl.c (__ctanhl): Likewise.
19691         * math/s_ctanl.c (__ctanl): Likewise.
19692         * math/w_pow.c: Likewise.
19693         * math/w_powf.c: Likewise.
19694         * math/w_powl.c: Likewise.
19695         * math/w_scalb.c (sysv_scalb): Likewise.
19696         * math/w_scalbf.c (sysv_scalbf): Likewise.
19697         * math/w_scalbl.c (sysv_scalbl): Likewise.
19698         * misc/error.c (error_tail): Likewise.
19699         * misc/pselect.c (__pselect): Likewise.
19700         * nis/nis_callback.c (__nis_create_callback): Likewise.
19701         * nis/nis_call.c (__nisfind_server): Likewise.
19702         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19703         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19704         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19705         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19706         * nis/nis_lookup.c (nis_lookup): Likewise.
19707         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19708         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19709         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19710         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19711         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19712         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19713         * nis/nss_compat/compat-initgroups.c (add_group)
19714         (internal_getgrent_r): Likewise.
19715         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19716         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19717         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19718         (internal_getspnam_r): Likewise.
19719         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19720         (_nss_nis_getaliasbyname_r): Likewise.
19721         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19722         (_nss_nis_getntohost_r): Likewise.
19723         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19724         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19725         (_nss_nis_getgrgid_r): Likewise.
19726         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19727         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19728         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19729         (_nss_nis_gethostbyname4_r): Likewise.
19730         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19731         (initgroups_netid): Likewise.
19732         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19733         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19734         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19735         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19736         (_nss_nis_getprotobynumber_r): Likewise.
19737         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19738         (_nss_nis_getsecretkey): Likewise.
19739         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19740         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19741         (_nss_nis_getpwuid_r): Likewise.
19742         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19743         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19744         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19745         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19746         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19747         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19748         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19749         Likewise.
19750         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19751         (_nss_nisplus_getntohost_r): Likewise.
19752         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19753         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19754         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19755         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19756         Likewise.
19757         * nis/nss_nisplus/nisplus-initgroups.c
19758         (_nss_nisplus_initgroups_dyn): Likewise.
19759         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19760         (_nss_nisplus_getnetbyaddr_r): Likewise.
19761         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19762         (_nss_nisplus_getprotobynumber_r): Likewise.
19763         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19764         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19765         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19766         Likewise.
19767         * nis/nss_nisplus/nisplus-service.c
19768         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19769         (_nss_nisplus_getservbyport_r): Likewise.
19770         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19771         (_nss_nisplus_getspnam_r): Likewise.
19772         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19773         Likewise.
19774         * nscd/aicache.c (addhstaiX): Likewise.
19775         * nscd/cache.c (cache_search, prune_cache): Likewise.
19776         * nscd/connections.c (register_traced_file, send_ro_fd)
19777         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19778         (main_loop_epoll): Likewise.
19779         * nscd/grpcache.c (addgrbyX): Likewise.
19780         * nscd/hstcache.c (addhstbyX): Likewise.
19781         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19782         * nscd/mem.c (gc, mempool_alloc): Likewise.
19783         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19784         (addinnetgrX): Likewise.
19785         * nscd/nscd-client.h (__nscd_acquire_maplock)
19786         (__nscd_drop_map_ref): Likewise.
19787         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19788         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19789         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19790         Likewise.
19791         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19792         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19793         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19794         (__nscd_get_map_ref): Likewise.
19795         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19796         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19797         Likewise.
19798         * nscd/pwdcache.c (addpwbyX): Likewise.
19799         * nscd/selinux.c (preserve_capabilities): Likewise.
19800         * nscd/servicescache.c (addservbyX): Likewise.
19801         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19802         * posix/fnmatch.c (fnmatch): Likewise.
19803         * posix/getopt.c (_getopt_internal_r): Likewise.
19804         * posix/glob.c (glob, glob_in_dir): Likewise.
19805         * posix/wordexp.c (exec_comm_child): Likewise.
19806         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19807         (getanswer_r, gaih_getanswer_slice): Likewise.
19808         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19809         * resolv/res_init.c: Likewise.
19810         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19811         * resolv/res_query.c (__libc_res_nquery): Likewise.
19812         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19813         Likewise.
19814         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19815         * stdio-common/perror.c (perror): Likewise.
19816         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19817         * stdio-common/tmpnam.c (tmpnam): Likewise.
19818         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19819         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19820         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19821         Likewise.
19822         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19823         * stdlib/putenv.c (putenv): Likewise.
19824         * stdlib/setenv.c (__add_to_environ): Likewise.
19825         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19826         * stdlib/strtol_l.c (INTERNAL): Likewise.
19827         * string/memmem.c (memmem): Likewise.
19828         * string/strerror.c (strerror): Likewise.
19829         * string/strnlen.c (__strnlen): Likewise.
19830         * string/test-memmem.c (simple_memmem): Likewise.
19831         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19832         * sunrpc/pm_getport.c (__get_socket): Likewise.
19833         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19834         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19835         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19836         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19837         Likewise.
19838         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19839         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19840         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19841         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19842         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19843         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19844         Likewise.
19845         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19846         Likewise.
19847         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19848         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19849         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19850         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19851         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19852         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19853         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19854         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19855         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19856         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19857         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19858         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19859         Likewise.
19860         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19861         Likewise.
19862         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19863         Likewise.
19864         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19865         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19866         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19867         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19868         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19869         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19870         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19871         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19872         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19873         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19874         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19875         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19876         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19877         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19878         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19879         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19880         Likewise.
19881         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19882         Likewise.
19883         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19884         Likewise.
19885         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19886         Likewise.
19887         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19888         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19889         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19890         Likewise.
19891         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19892         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19893         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19894         * sysdeps/posix/sleep.c: Likewise.
19895         * sysdeps/posix/tempname.c: Likewise.
19896         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19897         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19898         Likewise.
19899         * sysdeps/powerpc/powerpc32/dl-machine.h
19900         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19901         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19902         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19903         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19904         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19905         Likewise.
19906         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19907         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19908         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19909         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19910         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19911         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19912         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19913         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19914         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19915         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19916         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19917         (elf_machine_lazy_rel): Likewise.
19918         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19919         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19920         (elf_machine_lazy_rel): Likewise.
19921         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19922         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19923         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19924         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19925         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19926         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19927         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19928         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19929         Likewise.
19930         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19931         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19932         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19933         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19934         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19935         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19936         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19937         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19938         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19939         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19940         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19941         Likewise.
19942         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19943         (__posix_fallocate64_l64): Likewise.
19944         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19945         (posix_fallocate): Likewise.
19946         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19947         Likewise.
19948         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19949         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19950         (getifaddrs_internal): Likewise.
19951         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19952         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19953         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19954         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19955         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19956         (__posix_fallocate64_l64): Likewise.
19957         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19958         Likewise.
19959         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19960         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19961         (__get_clockfreq): Likewise.
19962         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19963         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19964         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19965         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19966         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19967         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19968         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19969         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19970         Likewise.
19971         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19972         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19973         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19974         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19975         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19976         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19977         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19978         Likewise.
19979         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19980         (posix_fallocate): Likewise.
19981         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19982         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19983         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19984         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19985         (elf_machine_rela, elf_machine_rela_relative)
19986         (elf_machine_lazy_rel): Likewise.
19987         * time/asctime.c (asctime_internal): Likewise.
19988         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19989         * time/tzset.c (__tzset_parse_tz): Likewise.
19990         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19991         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19992         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19993         * wcsmbs/wcsmbsload.h: Likewise.
19995         [BZ #15894]
19996         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19998         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19999         (arena_get2): Remove THREAD_STATS conditionals.
20000         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
20001         (__malloc_stats, int): Likewise.
20003 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
20005         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
20006         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
20008         * manual/setjmp.texi: Fix typos/grammar errors.
20010         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
20011         Only return early when n is <= 0.  Delete unused return statement.
20013         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
20014         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
20015         * debug/tst-longjmp_chk3.c: New file.
20017         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
20018         (test_main): Replace code with set_fortify_handler call.
20019         * debug/test-strcpy_chk.c: Likewise.
20020         * debug/tst-chk1.c: Likewise.
20021         * debug/tst-longjmp_chk.c: Likewise.
20022         * test-skeleton.c: Include fcntl.h & paths.h
20023         (set_fortify_handler): Define.
20025         * debug/tst-longjmp_chk.c: Add header comment and include
20026         ../test-skeleton.c.
20027         (do_test): Mark static.
20028         (TEST_FUNCTION): Define.
20030         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
20031         (IP_PMTUDISC_INTERFACE): Likewise.
20032         (IP_MULTICAST_IF): Likewise.
20033         (IP_MULTICAST_TTL): Likewise.
20034         (IP_MULTICAST_LOOP): Likewise.
20035         (IP_ADD_MEMBERSHIP): Likewise.
20036         (IP_DROP_MEMBERSHIP): Likewise.
20037         (IP_UNBLOCK_SOURCE): Likewise.
20038         (IP_BLOCK_SOURCE): Likewise.
20039         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
20040         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
20041         (IP_MSFILTER): Likewise.
20042         (MCAST_JOIN_GROUP): Likewise.
20043         (MCAST_BLOCK_SOURCE): Likewise.
20044         (MCAST_UNBLOCK_SOURCE): Likewise.
20045         (MCAST_LEAVE_GROUP): Likewise.
20046         (MCAST_JOIN_SOURCE_GROUP): Likewise.
20047         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
20048         (MCAST_MSFILTER): Likewise.
20049         (IP_MULTICAST_ALL): Likewise.
20050         (IP_UNICAST_IF): Likewise.
20052         * timezone/Makefile: Delete $(have-ksh) check.
20053         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
20054         * timezone/tzselect.ksh: Add +x mode bits.
20056         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
20057         (ANON_INODE_FS_MAGIC): Likewise.
20058         (BDEVFS_MAGIC): Likewise.
20059         (BINFMTFS_MAGIC): Likewise.
20060         (BTRFS_TEST_MAGIC): Likewise.
20061         (CRAMFS_MAGIC_WEND): Likewise.
20062         (DEBUGFS_MAGIC): Likewise.
20063         (ECRYPTFS_SUPER_MAGIC): Likewise.
20064         (EXT3_SUPER_MAGIC): Likewise.
20065         (EXT4_SUPER_MAGIC): Likewise.
20066         (FUTEXFS_SUPER_MAGIC): Likewise.
20067         (HOSTFS_SUPER_MAGIC): Likewise.
20068         (HUGETLBFS_MAGIC): Likewise.
20069         (MINIX3_SUPER_MAGIC): Likewise.
20070         (MTD_INODE_FS_MAGIC): Likewise.
20071         (NILFS_SUPER_MAGIC): Likewise.
20072         (OPENPROM_SUPER_MAGIC): Likewise.
20073         (PIPEFS_MAGIC): Likewise.
20074         (PSTOREFS_MAGIC): Likewise.
20075         (QNX6_SUPER_MAGIC): Likewise.
20076         (RAMFS_MAGIC): Likewise.
20077         (REISERFS_SUPER_MAGIC_STRING): Likewise.
20078         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
20079         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
20080         (SECURITYFS_MAGIC): Likewise.
20081         (SELINUX_MAGIC): Likewise.
20082         (SMACK_MAGIC): Likewise.
20083         (SOCKFS_MAGIC): Likewise.
20084         (SQUASHFS_MAGIC): Likewise.
20085         (STACK_END_MAGIC): Likewise.
20086         (TMPFS_MAGIC): Likewise.
20087         (USBDEVICE_SUPER_MAGIC): Likewise.
20088         (V9FS_MAGIC): Likewise.
20089         (XENFS_SUPER_MAGIC): Likewise.
20090         (CRAMFS_MAGIC): Fix typo in comment.
20091         (EXT2_SUPER_MAGIC): Update comment.
20092         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
20094 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
20096         * sysdeps/arm: Move directory from ports/sysdeps/arm.
20097         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20098         * sysdeps/unix/sysv/linux/arm: Move directory from
20099         ports/sysdeps/unix/sysv/linux/arm.
20100         * README: Update listing for arm-*-linux-gnueabi.
20102         * README: Remove mention of am33.
20104 2014-02-07  Roland McGrath  <roland@hack.frob.com>
20106         * bits/sigset.h (__sigemptyset): Use a statement expression rather
20107         than the comma operator, to avoid "rhs of comma has no effect"
20108         compiler warnings.
20109         (__sigfillset, __sigandset, __sigorset): Likewise.
20110         * include/signal.h (__sigemptyset): Likewise.
20111         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20113 2014-02-07  Allan McRae  <allan@archlinux.org>
20115         * version.h (RELEASE): Set to "development".
20116         (VERSION): Set to "2.19.90"
20117         * NEWS: Add 2.20 section.
20119 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
20121         [BZ #16529]
20122         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20124 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20126         * manual/contrib.texi: Update entry for Carlos O'Donell,
20127         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20129 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
20131         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20133         * sysdeps/unix/sysv/linux/kernel-features.h
20134         [__LINUX_KERNEL_VERSION >= 0x020621]
20135         (__ASSUME_PROC_PID_TASK_COMM): Define.
20137 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20139         [BZ #16398]
20140         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20141         conversion when destination buffer does not have enough space.
20142         * libio/tst-ftell-partial-wide.c: New test case.
20143         * libio/Makefile (tests): Add tst-ftell-partial-wide.
20145         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20146         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
20147         Leonard and Allan McRae.
20149 2014-02-04  David S. Miller  <davem@davemloft.net>
20151         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20152         32-bit.
20154 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20157         New file
20158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20159         New file
20160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20161         New file.
20162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20163         New file.
20164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20165         New file.
20166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20167         New file.
20168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20169         New file.
20170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20171         New file.
20172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20173         New file.
20174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20175         New file.
20176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20177         New file.
20178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20179         New file.
20180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
20181         New file.
20183 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20185         * nptl/shlib-versions: Change powerpc*le start to 2.17.
20186         * shlib-versions: Likewise.
20188 2014-02-04  Roland McGrath  <roland@hack.frob.com>
20189             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20191         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
20192         (abilist-pattern): New variable, set to %-le.abilist.
20194         * Makerules (abilist-pattern): New variable.
20195         (vpath): Use $(abilist-pattern) in place of %.abilist.
20196         (check-abi-% pattern rule): Likewise.
20197         (check-abi, update-abi): Likewise.
20199 2014-02-04  Eric Wong  <normalperson@yhbt.net>
20201         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20203 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
20205         * manual/startup.texi: Add next, previous, and top entries for
20206         the `Program Arguments' and `Environment Variables' nodes.
20208 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
20210         * manual/macros.texi: Add comments before MTASC-safety macros.
20212         * manual/users.texi: Document MTASC-safety properties.
20214         * manual/threads.texi (pthread_key_create, pthread_key_delete)
20215         (pthread_getspecific, pthread_setspecific): Format with
20216         @deftypefun, and add @safety note.
20217         * manual/signal.texi: Move comments that analyze the above
20218         functions to their home place.
20220 2014-02-03  Allan McRae  <allan@archlinux.org>
20222         * po/sl.po: Update Slovenian translation from translation project.
20224 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
20226         * manual/time.texi (timegm): Add missing blank after @c.
20227         Reported by Joseph Myers <joseph@codesourcery.com>.
20229 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
20231         * manual/check-safety.sh: New.
20232         * manual/Makefile ($(objpfx)stamp-summary): Run it.
20234         * manual/terminal.texi: Document MTASC-safety properties.
20236         * manual/filesys.texi: Document MTASC-safety properties.
20238         * manual/errno.texi: Document MTASC-safety properties.
20240         * manual/intro.texi: Document safety identifiers and
20241         conditionals.
20243         * manual/string.texi (wcstok): Fix prototype.
20244         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
20246         * manual/time.texi: Document MTASC-safety properties.
20248         * manual/string.texi: Document MTASC-safety properties.
20250         * manual/threads.texi: Document MTASC-safety properties.
20252         * manual/stdio.texi: Document MTASC-safety properties.
20254         * manual/syslog.texi: Document MTASC-safety properties.
20256         * manual/sysinfo.texi: Document MTASC-safety properties.
20258         * manual/startup.texi: Document MTASC-safety properties.
20260         * manual/socket.texi: Document MTASC-safety properties.
20262         * manual/signal.texi: Document MTASC-safety properties.
20264 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
20266         * manual/setjmp.texi: Document MTASC-safety properties.
20268         * manual/search.texi: Document MTASC-safety properties.
20270         * manual/resource.texi: Document MTASC-safety properties.
20272         * manual/process.texi: Document MTASC-safety properties.
20274         * manual/platform.texi: Document MTASC-safety properties.
20276         * manual/pipe.texi: Document MTASC-safety properties.
20278         * manual/pattern.texi: Document MTASC-safety properties.
20280         * manual/message.texi: Document MTASC-safety properties.
20282         [BZ #12751]
20283         * manual/memory.texi: Document MTASC-safety properties.
20285         * manual/math.texi: Document MTASC-safety properties.
20287         * manual/locale.texi: Document MTASC-safety properties.
20289         * manual/llio.texi: Document MTASC-safety properties.
20291         * manual/libdl.texi: New.
20293         * manual/lang.texi: Document MTASC-safety properties.
20295         * manual/job.texi: Document MTASC-safety properties.
20297         * manual/getopt.texi: Document MTASC-safety properties.
20299         * manual/ctype.texi: Document MTASC-safety properties.
20301 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20303         [BZ #16046]
20304         * csu/libc-tls.c (static_map): Remove variable.
20305         (__libc_setup_tls): Use main executable's link map for TLS data.
20306         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20307         casing for LM_ID_BASE and GL(dl_nns).
20308         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20309         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20310         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20311         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20312         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20313         member.
20314         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20315         l_phnum members.
20317 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20319         * manual/debug.texi: Document MTASC-safety properties.
20321 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20323         [BZ #16510]
20324         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20325         of __x86_64__ when disabling x87 inline functions.
20327 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20329         * manual/charset.texi: Document MTASC-safety properties.
20331         * manual/crypt.texi: Document MTASC-safety properties.
20333         * manual/conf.texi: Document MTASC-safety properties.
20335         * manual/arith.texi: Document MTASC-safety properties.
20337         * manual/argp.texi: Document MTASC-safety properties.
20339         * manual/macros.texi: Introduce macros to document multi
20340         thread, asynchronous signal and asynchronous cancellation
20341         safety properties.
20342         * manual/intro.texi: Introduce the properties themselves.
20344 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20346         * sysdeps/sh/sh4/Makefile: New file.
20348 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20350         * math/gen-libm-test.pl ($srcdir): New variable.
20351         ($auto_input): Use it.
20353 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20355         [BZ #16506]
20356         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20357         access beyond array bounds when parsing netgroups file.
20359         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20360         the old buffer before realloc.
20362 2014-01-27  Allan McRae  <allan@archlinux.org>
20364         * po/fr.po: Update French translation from translation project.
20366 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20368         * sysdeps/sh/libm-test-ulps: Regenerate.
20370 2014-01-24  David S. Miller  <davem@davemloft.net>
20372         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20374 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20376         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20377         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20379 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20381         [BZ #16474]
20382         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20383         string pointers after reallocation.
20385 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20387         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20388         __SH4A__ instead of __SH_FPU_ANY__.
20390 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20392         * sysdeps/sh/fpu_control.h: New file.
20393         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20394         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20395         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20396         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20397         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20398         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20399         * sysdeps/sh/sys/ucontext.h: Remove.
20400         * sysdeps/sh/sys: Remove directory.
20402 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20404         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20405         s390/sys/ucontext.h.
20406         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20407         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20409 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20411         [BZ #15605]
20412         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20414 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20416         [BZ#16431]
20417         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20418         Adjust the vDSO correctly for internal calls.
20419         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20421 2014-01-20  Allan McRae  <allan@archlinux.org>
20423         * po/ca.po: Update Catalan translation from translation project.
20425 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20427         * sysdeps/s390/sotruss-lib.c: New file.
20429 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20431         [BZ#16430]
20432         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20433         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20434         local calls issues by not having a PLT stub required for IFUNC calls.
20435         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20437 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20439         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20440         * math/test-fpucw-static.c: Likewise.
20442 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20444         [BZ #16453]
20445         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20447 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20449         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20450         implementation for powerpc.
20452 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20454         [BZ #14782]
20455         * sysdeps/posix/system.c (__libc_system): Do not enable
20456         asynchronous cancellation.
20458 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20460         [BZ #16427]
20461         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20462         handling only for numbers special also in the IEEE case.
20464 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20466         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20468 2014-01-11  Allan McRae  <allan@archlinux.org>
20470         * po/bg.po: Update Bulgarian translation from translation project.
20472         * po/de.po: Update German translation from translation project.
20474 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20476         * sysdeps/generic/gcc-compat.h: New file.
20478 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20480         * benchtests/asin-inputs: Correct slow inputs.
20481         * benchtests/acos-inputs: Likewise.
20483 2014-01-10  Allan McRae  <allan@archlinux.org>
20485         * po:sv.po: Update Swedish translation from translation project.
20487         * po/vi.po: Update Vietnamese translation from translation project.
20489         * po/eo.po: Update Esperanto translation from translation project.
20491         * po/cs.po: Update Czech translation from translation project.
20493         * po/nl.po: Update Dutch translation from translation project.
20495         * po/pl.po: Update Polish translation from translation project.
20497         * po/ru.po: Update Russian translation from translation project.
20499         * po/uk.po: Update Ukrainian translation from translation project.
20501 2014-01-08  Brooks Moses  <bmoses@google.com>
20503         * elf/dl-load.c: Fix comment typo.
20505 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20507         * po/header.pot: Rename to...
20508         * po/pot.header: ... this.
20509         * po/Makefile: Use pot.header.
20511 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20512             Maxim Kuvyrkov  <maxim@kugelworks.com>
20514         [BZ #16394]
20515         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20516         SRC and DEST against LEN.
20518 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20520         [BZ #16414]
20521         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20522         implementation.
20523         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20525 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20527         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20529 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20531         [BZ #16408]
20532         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20533         for large positive arguments.
20535 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20537         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20539         * math/auto-libm-test-in: Mark various tests with
20540         xfail-rounding:ldbl-128ibm.
20541         * math/auto-libm-test-out: Regenerated.
20543         [BZ #16407]
20544         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20545         Increase overflow threshold.
20547 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20549         [BZ #14286]
20550         * stdio-common/vfprintf.c: Check for integer overflow.
20552 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20554         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20555         the first argument and return value of __tls_get_addr_internal.
20557 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20559         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20560         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20562 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20564         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20565         * sysdeps/s390/rtld-global-offsets.sym: New file.
20566         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20567         GLIBC_2.19 symbol.
20568         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20569         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20570         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20571         ... this.
20572         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20573         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20574         ... this.
20575         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20576         Regenerate.
20577         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20578         Regenerate.
20579         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20580         halfs of GPRs for high_gprs contexts.
20581         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20582         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20583         field.
20584         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20585         uc_flags field.
20586         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20587         64 bit versions:
20588         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20589         for high GPRs (uc_high_gprs) and for future extensions
20590         (__reserved).
20591         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20592         for future extensions (__reserved).
20593         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20594         64 bit versions:
20595         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20596         SC_HIGHGPRS offset definition.
20597         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20598         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20600         * Versions.def: Add GLIBC_2.19 for libpthread.
20601         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20602         siglongjmp for libpthread with GLIBC_2.19 symver.
20603         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20604         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20605         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20606         * sysdeps/s390/__longjmp.c: New file.
20607         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20608         * sysdeps/s390/longjmp.c: New file.
20609         * sysdeps/s390/setjmp.S: New file.
20610         * sysdeps/s390/sigjmp.S: New file.
20611         * sysdeps/s390/v1-longjmp.c: New file.
20612         * sysdeps/s390/v1-setjmp.h: New file.
20613         * sysdeps/s390/v1-sigjmp.c: New file.
20614         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20615         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20616         GLIBC_2.19 version.
20617         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20618         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20619         versioned symbols for ____longjmp_chk.
20620         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20621         Likewise.
20622         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20623         Regenerate.
20624         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20625         Regenerate.
20626         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20627         Regenerate.
20628         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20629         Regenerate.
20630         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20631         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20632         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20633         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20634         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20635         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20636         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20637         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20638         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20639         * sysdeps/s390/rtld-__longjmp.c: New file.
20640         * sysdeps/s390/rtld-setjmp.S: New file.
20642 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20644         [BZ #16400]
20645         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20646         Return -__logl (x) for small positive arguments without evaluating
20647         a polynomial.
20649 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20651         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20652         Rename to ...
20653         (__ptrace_peeksiginfo_args): ... this.
20654         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20655         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20656         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20658 2014-01-06  Allan McRae  <allan@archlinux.org>
20660         * inet/netinet/in.h: Fix typo in comment.
20662 2014-01-05  Andreas Jaeger  <aj@suse.de>
20664         * sysdeps/i386/fpu/libm-test-ulps: Update.
20666 2014-01-05  Allan McRae  <allan@archlinux.org>
20668         * po/libc.pot: Regenerated.
20670         * malloc/memusagestat.c: Fix gettext call formatting.
20672 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20674         * nscd/nscd.c: Improve usage() output.
20676 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20678         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20679         * sysdeps/unix/sysv/linux/configure: Regenerated.
20680         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20681         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20683 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20685         [BZ #16390]
20686         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20687         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20689 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20691         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20692         extra tokens at end of #undef directive.
20693         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20694         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20695         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20697 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20699         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20701         * math/auto-libm-test-in: Mark various tests with
20702         xfail-rounding:ldbl-128ibm.
20703         * math/auto-libm-test-out: Regenerated.
20705 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20707         [BZ #16386]
20708         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20709         numbers with subnormal high part when calculating exponent.
20711         [BZ #16385]
20712         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20713         fabs.
20715         [BZ #16384]
20716         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20717         M_LN2l.
20718         (__ieee754_acoshl): Use __log1pl not __log1p.
20720 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20722         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20723         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20724         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20725         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20726         (reused_arena, arena_get2): Convert to GNU style.
20727         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20728         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20729         (memalign_check, __malloc_set_state): Likewise.
20730         * malloc/mallocbug.c (main): Likewise.
20731         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20732         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20733         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20734         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20735         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20736         (__posix_memalign, malloc_info): Likewise.
20737         * malloc/malloc.h: Likewise.
20738         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20739         (mallochook, memalignhook, reallochook, mabort): Likewise.
20740         * malloc/mcheck.h: Likewise.
20741         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20742         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20743         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20744         * malloc/morecore.c (__default_morecore): Likewise.
20745         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20746         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20747         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20748         (print_and_abort): Likewise.
20749         * malloc/obstack.h: Likewise.
20750         * malloc/set-freeres.c (__libc_freeres): Likewise.
20751         * malloc/tst-mallocstate.c (main): Likewise.
20752         * malloc/tst-mtrace.c (main): Likewise.
20753         * malloc/tst-realloc.c (do_test): Likewise.
20755 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20757         [BZ #16366]
20758         * nscd/netgroupcache.c (do_notfound): New function.
20759         (addgetnetgrentX): Use it.
20761         [BZ # 16365]
20762         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20763         NSS_STATUS_NOTFOUND.
20765 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20767         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20770 2014-01-01  Allan McRae  <allan@archlinux.org>
20772         * scripts/update-copyrights: Update configure input file suffix.
20774         * NEWS: Update copyright year.
20775         * catgets/gencat.c: Likewise.
20776         * csu/version.c: Likewise.
20777         * debug/catchsegv.sh: Likewise.
20778         * debug/pcprofiledump.c: Likewise.
20779         * debug/xtrace.sh: Likewise.
20780         * elf/ldconfig.c: Likewise.
20781         * elf/ldd.bash.in: Likewise.
20782         * elf/pldd.c: Likewise.
20783         * elf/sotruss.ksh: Likewise.
20784         * elf/sprof.c: Likewise.
20785         * iconv/iconv_prog.c: Likewise.
20786         * iconv/iconvconfig.c: Likewise.
20787         * locale/programs/locale.c: Likewise.
20788         * locale/programs/localedef.c: Likewise.
20789         * login/programs/pt_chown.c: Likewise.
20790         * malloc/memusage.sh: Likewise.
20791         * malloc/memusagestat.c: Likewise.
20792         * malloc/mtrace.pl: Likewise.
20793         * manual/libc.texinfo: Likewise.
20794         * nscd/nscd.c: Likewise.
20795         * nss/getent.c: Likewise.
20796         * nss/makedb.c: Likewise.
20797         * posix/getconf.c: Likewise.
20798         * scripts/test-installation.pl: Likewise.
20800         * All files with FSF copyright notices: Update copyright dates
20801         using scripts/update-copyrights.
20802         * intl/plural.c: Regenerated.
20803         * locale/programs/charmap-kw.h: Likewise.
20804         * locale/programs/locfile-kw.h: Likewise.
20806 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20808         * sysdeps/unix/sysv/linux/configure: Regenerated.
20809         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20810         the linux/fanotify.h header.
20811         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20812         HAVE_LINUX_FANOTIFY_H is defined.
20814 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20816         * benchtests/cos-inputs: New inputs.
20817         * benchtests/sin-inputs: Likewise.
20819         * benchtests/atan-inputs: New inputs. Fix name of multiple
20820         precision fallback inputs.
20822         * benchtests/atanh-inputs: New inputs.
20823         * benchtests/tanh-inputs: Likewise.
20825         * benchtests/acosh-inputs: New inputs.
20826         * benchtests/asinh-inputs: Likewise.
20828         * benchtests/cosh-inputs: New inputs.
20829         * benchtests/sinh-inputs: Likewise.
20831         * benchtests/acos-inputs: Add more inputs.
20832         * benchtests/asin-inputs: Likewise.
20834 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20836         [BZ #16375]
20837         * manual/arith.texi: Fix spelling.
20838         * manual/charset.texi: Likewise.
20839         * manual/errno.texi: Likewise.
20840         * manual/filesys.texi: Likewise.
20841         * manual/lang.texi: Likewise.
20842         * manual/llio.texi: Likewise.
20843         * manual/locale.texi: Likewise.
20844         * manual/message.texi: Likewise.
20845         * manual/resource.texi: Likewise.
20846         * manual/search.texi: Likewise.
20847         * manual/setjmp.texi: Likewise.
20848         * manual/stdio.texi: Likewise.
20849         * manual/string.texi: Likewise.
20850         * manual/sysinfo.texi: Likewise.
20851         * manual/time.texi: Likewise.
20853 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20855         * po/sl.po: New file.
20857 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20859         * .gitignore: Add core/.gdbinit/.gdb_history.
20861 2013-12-27  Allan McRae  <allan@archlinux.org>
20863         [BZ #16369]
20864         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20865         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20867 2013-12-24  Brooks Moses  <bmoses@google.com>
20869         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20870         all compilers that claim C++98 compliance, not just GCC.
20871         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20872         Likewise.
20874 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20876         * NEWS: Restore accidentally deleted bug-fix entries.
20878 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20879             Ondřej Bílka  <neleai@seznam.cz>
20881         [BZ #15073]
20882         * malloc/malloc.c (_int_free): Perform sanity check only if we
20883         have_lock.
20885 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20887         [BZ #12986]
20888         * manual/stdio.texi (String Input Conversions): Clarify that character
20889         classes are not supported.
20891 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20893         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20895 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20897         [BZ #16337]
20898         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20899         Calculate results for small negative arguments directly rather
20900         than using reflection formula with special underflow handling.
20902         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20903         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20904         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20905         (fchflags): Likewise.
20906         (revoke): Likewise.
20907         (setlogin): Likewise.
20908         (sigaltstack): Likewise.
20909         (wait4): Likewise.
20910         (sigblock): Remove.
20911         (sigsetmask): Likewise.
20912         (wait3): Likewise.
20913         (waitpid): Likewise.
20914         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20915         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20916         file.
20917         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20918         * sysdeps/unix/bsd/Makefile: ... here.
20919         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20920         * sysdeps/unix/bsd/Versions: ... here.
20921         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20922         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20923         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20924         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20925         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20926         * sysdeps/unix/bsd/sigblock.c: ... here.
20927         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20928         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20929         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20930         * sysdeps/unix/bsd/sigvec.c: ... here.
20931         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20932         * sysdeps/unix/bsd/tcdrain.c: ... here.
20933         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20934         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20935         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20936         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20937         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20938         * sysdeps/unix/bsd/wait.c: ... here.
20939         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20940         * sysdeps/unix/bsd/wait3.c: ... here.
20941         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20942         * sysdeps/unix/bsd/waitpid.c: ... here.
20944 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20946         [BZ #16356]
20947         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20948         round-to-nearest for [!USE_AS_EXPM1L].
20949         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20950         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20951         more tests of exp and exp10.  Expect some exp10 tests to miss
20952         exceptions or fail in directed rounding modes.
20953         * math/auto-libm-test-out: Regenerated.
20954         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20955         (exp10_test_tonearest): New function.
20956         (exp10_towardzero_test_data): New array.
20957         (exp10_test_towardzero): New function.
20958         (exp10_downward_test_data): New array.
20959         (exp10_test_downward): New function.
20960         (exp10_upward_test_data): New array.
20961         (exp10_test_upward): New function.
20962         (main): Call the new functions.
20963         * sysdeps/i386/fpu/libm-test-ulps: Update.
20964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20966 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20968         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20969         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20970         * math/auto-libm-test-out: Regenerated.
20971         * math/libm-test.inc (acosh_test_data): Add more tests.
20972         (atanh_test_data): Likewise.
20973         (ceil_test_data): Likewise.
20974         (copysign_test_data): Likewise.
20975         * sysdeps/i386/fpu/libm-test-ulps: Update.
20976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20978         * timezone/checktab.awk: Update from tzcode 2013i.
20979         * timezone/private.h: Likewise.
20980         * timezone/scheck.c: Likewise.
20981         * timezone/tzfile.h: Likewise.
20982         * timezone/tzselect.ksh: Likewise.
20983         * timezone/zdump.c: Likewise.
20984         * timezone/zic.c: Likewise.
20986         * math/auto-libm-test-in: Add tests of cpow.
20987         * math/auto-libm-test-out: Regenerated.
20988         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20989         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20990         mpc_cc_c.
20991         (func_calc_desc): Add mpc_cc_c union field.
20992         (test_functions): Add cpow.
20993         (special_fill_2pi): New function.
20994         (special_real_inputs): Add 2pi.
20995         (calc_generic_results): Handle mpc_cc_c.
20996         * sysdeps/i386/fpu/libm-test-ulps: Update.
20997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20999         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
21000         csqrt, ctan and ctanh.
21001         * math/auto-libm-test-out: Regenerated.
21002         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21003         (TEST_COND_x86): Likewise.
21004         (ccos_test_data): Use AUTO_TESTS_c_c.
21005         (ccosh_test_data): Likewise.
21006         (cexp_test_data): Likewise.
21007         (clog_test_data): Likewise.
21008         (csqrt_test_data): Likewise.
21009         (ctan_test_data): Likewise.
21010         (ctan_tonearest_test_data): Likewise.
21011         (ctan_towardzero_test_data): Likewise.
21012         (ctan_downward_test_data): Likewise.
21013         (ctan_upward_test_data): Likewise.
21014         (ctanh_test_data): Likewise.
21015         (ctanh_tonearest_test_data): Likewise.
21016         (ctanh_towardzero_test_data): Likewise.
21017         (ctanh_downward_test_data): Likewise.
21018         (ctanh_upward_test_data): Likewise.
21019         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21020         mpc_c_c.
21021         (func_calc_desc): Add mpc_c_c union field.
21022         (FUNC_mpc_c_c): New macro.
21023         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
21024         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
21025         ctanh.
21026         (special_fill_min_subnorm_p120): New function.
21027         (special_real_inputs): Add min_subnorm_p120.
21028         (calc_generic_results): Handle mpc_c_c.
21029         * sysdeps/i386/fpu/libm-test-ulps: Update.
21030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21032 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21034         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
21035         (do_sin_slow): New functions.
21036         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
21037         (cslow2, csloww1, csloww2): Use the new functions.
21039         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
21040         Use M to change sign of result instead of X.  Assume X is
21041         positive.
21042         (csloww1): Likewise.
21043         (__sin): Adjust.
21044         (__cos): Adjust.
21046         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
21047         arguments A and DA.
21048         (__sin): Adjust.
21049         (__cos): Likewise.
21051         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
21052         (__cos): Likewise.
21053         (sloww1): Don't adjust sign of DX.
21054         (csloww1): Likewise.
21055         (sloww2): Use X directly and don't adjust sign of DX.
21056         (csloww2): Likewise.
21058 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21060         * math/auto-libm-test-in: Add tests of cabs and carg.
21061         * math/auto-libm-test-out: Regenerated.
21062         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
21063         (carg_test_data): Likewise.
21064         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21065         mpc_c_f.
21066         (func_calc_desc): Add mpc_c_f union field.
21067         (test_functions): Add cabs and carg.
21068         (calc_generic_results): Handle mpc_c_f.
21070         * sysdeps/powerpc/powerpc32/libgcc-compat.S
21071         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
21072         as a macro and a compat symbol.
21073         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
21074         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
21075         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
21076         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
21077         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
21078         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
21079         not use .hidden.
21080         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
21081         Likewise.
21082         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
21083         Likewise.
21084         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
21085         Likewise.
21086         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
21087         Likewise.
21088         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
21089         Likewise.
21090         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
21091         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
21092         from GLIBC_2.3.2.
21094 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21098 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21100         * manual/texinfo.tex: Update to version 2013-11-26.10 with
21101         trailing whitespace removed.
21102         * scripts/config.guess: Update to version 2013-11-29.
21103         * scripts/config.sub: Update to version 2013-10-01.
21105         * math/auto-libm-test-in: Add tests of sincos.
21106         * math/auto-libm-test-out: Regenerated.
21107         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21108         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21109         mpfr_f_11.
21110         (func_calc_desc): Add mpfr_f_11 union field.
21111         (test_functions): Add sincos.
21112         (calc_generic_results): Handle mpfr_f_11.
21113         * sysdeps/i386/fpu/libm-test-ulps: Update.
21114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21116 2013-12-19  Andreas Schwab  <schwab@suse.de>
21118         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21119         CALL_MCOUNT.
21120         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21121         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21122         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21124 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21126         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21127         * sysdeps/i386/fpu/libm-test-ulps: Update.
21128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21130         [BZ #16293]
21131         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21132         round-to-nearest mode when using frndint.
21133         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21134         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21135         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21136         Likewise.
21137         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
21138         sinh test to fail.
21139         * math/auto-libm-test-out: Regenerated.
21140         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21141         (TEST_COND_x86): Likewise.
21142         (expm1_tonearest_test_data): New array.
21143         (expm1_test_tonearest): New function.
21144         (expm1_towardzero_test_data): New array.
21145         (expm1_test_towardzero): New function.
21146         (expm1_downward_test_data): New array.
21147         (expm1_test_downward): New function.
21148         (expm1_upward_test_data): New array.
21149         (expm1_test_upward): New function.
21150         (main): Run the new test functions.
21151         * sysdeps/i386/fpu/libm-test-ulps: Update.
21152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21154         * include/features.h: Update comment documenting feature test
21155         macros.  Mention _DEFAULT_SOURCE in comment.
21156         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21157         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21158         _BSD_SOURCE and _SVID_SOURCE.
21159         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21160         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21161         !_SVID_SOURCE]: Likewise.
21162         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21163         (__USE_POSIX_IMPLICITLY): Define.
21164         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21165         (_POSIX_SOURCE): Undefine and redefine.
21166         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21167         (_POSIX_C_SOURCE): Likewise.
21168         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21169         (Feature Test Macros): Update documentation of default features.
21171 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21173         * benchtests/Makefile: Add bench-strtok.
21174         * benchtests/bench-strtok.c: New file: strtok benchtest.
21176 2013-12-19  Allan McRae  <allan@archlinux.org>
21178         * manual/install.texi: Suppress menu for plain text output.
21179         * INSTALL: Regenerated.
21181 2013-12-18  Brooks Moses  <bmoses@google.com>
21183         [BZ #15846]
21184         * misc/getauxval.c: Include errno.h.
21185         (__getauxval): Set errno to ENOENT if the requested type is not
21186         found.
21187         * misc/sys/auxv.h (getauxval): Document that it may set errno;
21188         don't declare with __attribute_const__.
21189         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
21190         * manual/startup.texi: Document that getauxval sets errno.
21192 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21194         * math/auto-libm-test-in: Add tests of jn and yn.
21195         * math/auto-libm-test-out: Regenerated.
21196         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
21197         (yn_test_data): Likewise.
21198         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21199         mpfr_if_f.
21200         (func_calc_desc): Add mpfr_if_f union field.
21201         (FUNC_mpfr_if_f): New macro.
21202         (test_functions): Add jn and yn.
21203         (calc_generic_results): Assert type of second input for
21204         mpfr_ff_f.  Handle mpfr_if_f.
21205         (output_for_one_input_case): Disable all checking for arguments
21206         fitting floating-point types in case of an integer argument.
21207         * sysdeps/i386/fpu/libm-test-ulps: Update.
21208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21211         Don't expect fegetround reference in libm.so.
21213 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21215         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
21216         $(config-cflags-nofma).
21218 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21220         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
21221         * math/auto-libm-test-out: Regenerated.
21223         [BZ #16338]
21224         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
21225         to determine exponent and adjust argument to have exponent of -1.
21226         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
21227         log2.
21228         * math/auto-libm-test-out: Regenerated.
21229         * sysdeps/i386/fpu/libm-test-ulps: Update.
21230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21232 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
21234         * manual/probes.texi: Remove cases when per-thread arenas are
21235         disabled.
21237 2013-12-18  Andreas Schwab  <schwab@suse.de>
21239         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
21240         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
21241         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
21242         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
21243         * sysdeps/i386/i686/multiarch/Makefile: Update.
21244         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
21246 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21248         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
21249         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
21251 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
21253         [BZ #15968]
21254         Support TZ transition times < 00:00:00.
21255         This is needed for version-3 tz-format files; it supports time
21256         stamps past 2037 for America/Godthab (the only entry in the tz
21257         database for which this change is relevant).
21258         * manual/time.texi (TZ Variable): Document transition times
21259         from -167:59:59 through -00:00:01.
21260         * time/tzset.c (tz_rule): Time of day is now signed.
21261         (__tzset_parse_tz): Parse negative time of day.
21263         Document TZ transition times >= 25:00:00.
21264         * manual/time.texi (TZ Variable): Document transition times from
21265         25:00:00 through 167:59:59.  These are already supported, and this
21266         support will help with version-3 tz-format files.
21268         * manual/time.texi (TZ Variable): Modernize North America example
21269         to reflect current (i.e., 2007-and-later) daylight saving rules.
21271         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21273 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21275         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21276         * sysdeps/unix/bsd/bits/stat.h: Likewise.
21277         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21278         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21279         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21280         * sysdeps/unix/bsd/bsdstat.h: Likewise.
21281         * sysdeps/unix/bsd/clock.c: Likewise.
21282         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21283         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21284         * sysdeps/unix/bsd/init-posix.c: Likewise.
21285         * sysdeps/unix/bsd/poll.c: Likewise.
21286         * sysdeps/unix/bsd/ptsname.c: Likewise.
21287         * sysdeps/unix/bsd/seekdir.c: Likewise.
21288         * sysdeps/unix/bsd/setegid.c: Likewise.
21289         * sysdeps/unix/bsd/seteuid.c: Likewise.
21290         * sysdeps/unix/bsd/setgid.c: Likewise.
21291         * sysdeps/unix/bsd/setrgid.c: Likewise.
21292         * sysdeps/unix/bsd/setruid.c: Likewise.
21293         * sysdeps/unix/bsd/setsid.c: Likewise.
21294         * sysdeps/unix/bsd/setuid.c: Likewise.
21295         * sysdeps/unix/bsd/sigaction.c: Likewise.
21296         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21297         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21298         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21299         * sysdeps/unix/bsd/telldir.c: Likewise.
21300         * sysdeps/unix/bsd/times.c: Likewise.
21301         * sysdeps/unix/bsd/usleep.c: Likewise.
21303         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21304         ($(objpfx)libbsd-compat.a): Remove rule.
21306         * include/features.h (__FAVOR_BSD): Do not define.
21307         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21308         features conflicting with POSIX.
21309         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21310         (_BSD_SOURCE): Remove description of not being a subset of other
21311         feature test macros.
21312         * manual/job.texi (getpgrp): Do not document BSD version.
21313         (getpgid): Do not document by reference to BSD getpgrp.
21314         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21315         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21316         * signal/signal.h [__FAVOR_BSD]: Likewise.
21317         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21318         instead of making contents conditional on [__FAVOR_BSD].
21319         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21321 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21323         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21325 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21327         [BZ #16314]
21328         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21329         values below 2**-450, not 2**-500.
21330         * math/auto-libm-test-in: Don't allow spurious underflow from
21331         hypot.
21332         * math/auto-libm-test-out: Regenerated.
21334         [BZ #16316]
21335         [BZ #16330]
21336         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21337         values of ha and hb and sort them after adjusting subnormal
21338         arguments.
21339         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21340         Likewise.
21341         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21342         values of ea and eb and sort them after adjusting subnormal
21343         arguments.
21344         * math/auto-libm-test-in: Do not expect some hypot tests of
21345         subnormals to fail.  Add more hypot tests.
21346         * math/auto-libm-test-out: Regenerated.
21348 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21350         [BZ #13304]
21351         * sysdeps/sh/s_fma.c: New file.
21352         * sysdeps/sh/s_fmaf.c: New file.
21353         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21354         version.
21355         * sysdeps/sh/Implies: Add sh/soft-fp.
21357 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21359         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21360         level of indirection to members `objname', `errstring', `malloced'.
21361         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21362         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21363         it as the __longjmp argument (just pass 1 instead).
21364         (_dl_catch_error): Initialize C with argument pointers and address of
21365         volatile local ERRCODE rather than copying values out of C at return.
21367 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21369         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21370         * math/auto-libm-test-out: Regenerated.
21371         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21372         (hypot_test_data): Likewise.
21373         (pow_test_data): Likewise.
21374         (pow_tonearest_test_data): Likewise.
21375         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21376         mpfr_ff_f.
21377         (func_calc_desc): Add mpfr_ff_f union field.
21378         (FUNC_mpfr_ff_f): New macro.
21379         (test_functions): Add atan2, hypot and pow.
21380         (special_fill_min): New function.
21381         (special_fill_minus_min): Likewise.
21382         (special_fill_min_subnorm): Likewise.
21383         (special_fill_minus_min_subnorm): Likewise.
21384         (special_real_inputs): Add min, -min, min_subnorm and
21385         -min_subnorm.
21386         (calc_generic_results): Handle mpfr_ff_f.
21387         * sysdeps/i386/fpu/libm-test-ulps: Update.
21388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21390 2013-12-16  Will Newton  <will.newton@linaro.org>
21392         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21393         (Aligned Memory Blocks): Add documentation for aligned_alloc
21394         and suggest it as an alternative to posix_memalign.
21395         (Hooks for Malloc): Document __memalign_hook is also called
21396         for aligned_alloc.  (Summary of Malloc): Add summary for
21397         aligned alloc.  Document __memalign_hook is also called
21398         for aligned_alloc.
21400 2013-12-16  Will Newton  <will.newton@linaro.org>
21402         * manual/memory.texi (Malloc Examples): Clarify default
21403         alignment documentation.  Suggest posix_memalign rather
21404         than memalign or valloc.
21405         (Aligned Memory Blocks): Remove suggestion to use memalign
21406         or valloc.  Remove obsolete comment about BSD.
21407         Document memalign errno values and mark the function obsolete.
21408         Document posix_memalign returned error codes.  Mark valloc
21409         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21410         called for posix_memalign and valloc.
21411         (Summary of Malloc): Add posix_memalign to function summary.
21412         __memalign_hook is also called for posix_memalign and valloc.
21414 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21416         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21417         TAYLOR_SIN.
21418         (__sin): Adjust.
21419         (__cos): Likewise.
21420         (sloww): Use mynumber union.  Expand ternary operator into
21421         if-else statements.
21422         (cslow): use mynumber union.
21424 2013-12-16  Allan McRae  <allan@archlinux.org>
21426         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21427         * configure: Regenerated.
21429         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21431         [BZ #14120]
21432         * configure.ac: Added --enable-maintainer-mode. Check for
21433         autoconf when enabled.
21434         * configure: Regenerated.
21436         * nscd/nscd.service: New file.
21437         * nscd/nscd.tmpfiles: New file.
21439 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21441         [BZ #12100]
21442         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21443         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21444         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21445         (strstr): Add __strstr_sse2_unaligned ifunc.
21446         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21447         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21448         (strcasestr): Remove __strcasestr_sse42 ifunc.
21449         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21450         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21451         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21453 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21455         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21456         * sysdeps/sh/bits/fenv.h: ... here.
21457         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21459 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21461         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21463         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21464         hypotf multiarch implementations.
21465         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21466         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21467         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21468         multiarch hypot for PPC64.
21469         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21470         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21471         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21472         multiarch hypotf for PPC64.
21474         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21475         modff multiarch implementations.
21476         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21478         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21479         multiarch modf for PPC64.
21480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21481         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21483         multiarch modff for PPC64.
21485         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21486         and logl multiarch implementations.
21487         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21488         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21490         multiarch logb for PPC64.
21491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21492         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21493         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21494         multiarch logb for PPC64.
21495         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21496         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21497         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21498         multiarch logb for PPC64.
21500         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21501         isinff multiarch implementation.
21502         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21503         file.
21504         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21506         multiarch isinf for PPC64.
21507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21508         file.
21509         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21510         multiarch isinff for PPC64.
21512         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21513         finitef multiarch implementation.
21514         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21515         file.
21516         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21518         multiarch finite for PPC64.
21519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21520         file.
21521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21522         multiarch finitef for PPC64.
21524         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21525         lrint multiarch implementation.
21526         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21527         file.
21528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21529         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21530         multiarch llrint for PPC64.
21531         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21532         multiarch lrint for PPC64.
21534         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21535         copysignf multiarch implementation.
21536         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21537         file.
21538         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21539         file.
21540         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21541         multiarch copysign for PPC64.
21542         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21543         multiarch copysignf for PPC64.
21545         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21546         multiarch implementation.
21547         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21548         file.
21549         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21550         file.
21551         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21552         file.
21553         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21554         file.
21555         multiarch llround for PPC64.
21556         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21557         multiarch trunc for PPC64.
21558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21559         multiarch truncf for PPC64.
21561         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21562         multiarch implementation.
21563         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21564         file.
21565         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21566         file.
21567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21568         file.
21569         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21570         file.
21571         multiarch llround for PPC64.
21572         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21573         multiarch round for PPC64.
21574         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21575         multiarch roundf for PPC64.
21577         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21578         multiarch implementation.
21579         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21580         file.
21581         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21582         file.
21583         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21584         file.
21585         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21586         file.
21587         multiarch llround for PPC64.
21588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21589         multiarch floor for PPC64.
21590         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21591         multiarch floorf for PPC64.
21593         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21594         multiarch implementation.
21595         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21596         file.
21597         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21598         file.
21599         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21600         file.
21601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21602         file.
21603         multiarch llround for PPC64.
21604         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21605         multiarch ceil for PPC64.
21606         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21607         multiarch ceilf for PPC64.
21609         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21610         multiarch implementation.
21611         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21612         file.
21613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21614         file.
21615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21616         file.
21617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21618         multiarch llround for PPC64.
21619         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21620         multiarch lround for PPC64.
21622         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21623         multiarch implementation.
21624         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21625         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21626         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21627         file.
21628         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21629         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21630         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21631         multiarch isnan for PPC64.
21632         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21633         multiarch isnanf for PPC64.
21635         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21636         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21637         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21638         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21639         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21642         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21643         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21644         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21645         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21647         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21648         multiarch implementations.
21649         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21650         (__libc_ifunc_impl_list): Likewise.
21651         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21652         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21653         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21654         multiarch stpcpy for PPC64.
21656         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21657         multiarch implementations.
21658         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21659         (__libc_ifunc_impl_list): Likewise.
21660         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21661         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21662         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21663         multiarch strcpy for PPC64.
21665         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21666         redefine function name.
21667         (_wordcopy_fwd_dest_aligned): Likewise.
21668         (_wordcopy_bwd_aligned): Likewise.
21669         (_wordcopy_bwd_dest_aligned): Likewise.
21670         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21671         multiarch implementations.
21672         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21673         (__libc_ifunc_impl_list): Likewise.
21674         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21675         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21676         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21677         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21678         multiarch wcscpy for PPC64.
21680         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21681         multiarch implementations.
21682         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21683         (__libc_ifunc_impl_list): Likewise.
21684         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21685         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21686         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21687         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21688         multiarch wcscpy for PPC64.
21690         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21691         multiarch implementations.
21692         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21693         (__libc_ifunc_impl_list): Likewise.
21694         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21695         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21696         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21697         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21698         multiarch wcsrchr for PPC64.
21700         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21701         multiarch implementations.
21702         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21703         (__libc_ifunc_impl_list): Likewise.
21704         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21705         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21706         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21707         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21708         multiarch wcschr for PPC64.
21710         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21711         multiarch implementations.
21712         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21713         (__libc_ifunc_impl_list): Likewise.
21714         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21715         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21716         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21717         multiarch strchrnul for PPC64.
21719         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21720         implementations.
21721         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21722         (__libc_ifunc_impl_list): Likewise.
21723         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21724         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21725         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21726         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21727         strchr for PPC64.
21729         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21730         implementations.
21731         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21732         (__libc_ifunc_impl_list): Likewise.
21733         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21734         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21735         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21736         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21737         strncmp for PPC64.
21739         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21740         multiarch implementations.
21741         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21742         (__libc_ifunc_impl_list): Likewise.
21743         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21744         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21745         strncasecmp for PPC64.
21746         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21747         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21748         multiarch strncasecmp_l for PPC64.
21750         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21751         multiarch implementations.
21752         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21753         (__libc_ifunc_impl_list): Likewise.
21754         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21755         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21756         multiarch strcasecmp for PPC64.
21757         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21758         file.
21759         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21760         multiarch strcasecmp_l for PPC64.
21762         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21763         implementations.
21764         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21765         (__libc_ifunc_impl_list): Likewise.
21766         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21767         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21768         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21769         strnlen for PPC64.
21771         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21772         implementations.
21773         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21774         (__libc_ifunc_impl_list): Likewise.
21775         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21776         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21777         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21778         strlen for PPC64.
21780         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21781         implementations.
21782         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21783         (__libc_ifunc_impl_list): Likewise.
21784         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21785         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21786         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21787         rawmemrchr for PPC64.
21789         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21790         implementation.
21791         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21792         (__libc_ifunc_impl_list): Likewise.
21793         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21794         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21795         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21796         memrchr for PPC64.
21798         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21799         implementation.
21800         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21801         (__libc_ifunc_impl_list): Likewise.
21802         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21803         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21804         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21805         memchr for PPC64.
21807         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21808         implementation.
21809         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21810         (__libc_ifunc_impl_list): Likewise.
21811         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21812         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21813         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21814         mempcpy for PPC64.
21816         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21817         avoid cretion of __bzero symbol.
21818         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21819         Likewise.
21820         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21821         Likewise.
21822         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21823         Likewise.
21824         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21825         multiarch implementations.
21826         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21827         (__libc_ifunc_impl_list): Likewise.
21828         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21829         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21830         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21831         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21832         bzero for PPC32.
21833         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21834         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21835         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21836         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21837         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21838         memset for PPC64.
21839         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21841         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21842         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21843         implementations.
21844         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21845         (__libc_ifunc_impl_list): Likewise.
21846         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21847         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21848         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21849         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21850         memcmp for PPC64.
21852         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21853         multiarch for POWER/PPC64.
21854         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21855         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21856         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21857         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21858         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21859         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21860         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21861         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21862         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21863         memcpy for PPC64.
21865         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21866         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21867         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21868         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21869         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21870         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21871         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21872         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21873         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21874         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21875         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21876         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21877         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21878         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21879         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21888 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21890         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21892 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21894         * benchtests/Makefile (bench): Add exp2 and log2.
21895         (LDLIBS-bench-exp2): Add -lm.
21896         (LDLIBS-bench-log2): Likewise.
21897         * benchtests/exp2-inputs: New inputs file.
21898         * benchtests/log2-inputs: New inputs file.
21899         * benchtests/log-inputs: Add new inputs.
21900         * benchtests/tan-inputs: Likewise.
21902 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21904         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21905         definition...
21906         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21907         (csloww2): ... from here.
21909         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21910         instead of structures.
21911         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21912         (POLYNOMIAL): Likewise.
21913         (TAYLOR_SLOW): Likewise.
21914         (__sin): Likewise.
21915         (__cos): Likewise.
21916         (slow1): Likewise.
21917         (slow2): Likewise.
21918         (sloww): Likewise.
21919         (sloww1); Likewise.
21920         (sloww2): Likewise.
21921         (bsloww1): Likewise.
21922         (bsloww2): Likewise.
21923         (cslow2): Likewise.
21924         (csloww): Likewise.
21925         (csloww1): Likewise.
21926         (csloww2): Likewise.
21928 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21930         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21931         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21932         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21933         * malloc/hooks.c (realloc_check): Likewise.
21935         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21936         * malloc/arena.c: Remove PER_THREAD conditional.
21937         [!PER_THREAD]: Remove code.
21938         (ptmalloc_unlock_all2): Likewise.
21939         (ptmalloc_init): Likewise.
21940         (_int_new_arena): Likewise.
21941         (arena_get2): Likewise.
21942         * malloc/hooks.c (__malloc_get_state): Likewise.
21943         (__malloc_set_state): Likewise.
21944         * malloc/malloc.c: Likewise.
21945         (struct malloc_state): Likewise.
21946         (struct malloc_par): Likewise.
21947         (__libc_realloc): Likewise.
21948         (__libc_mallopt): Likewise.
21950 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21952         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21954 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21956         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21957         macro to a function.  Check for zero perturb_byte.
21958         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21960         * malloc/malloc.c: (force_reg): Remove.
21961         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21962         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21963         force_reg by atomic_forced_read.
21964         * malloc/arena.c (ptmalloc_init): Likewise.
21965         * malloc/hooks.c (top_check): Likewise.
21967 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21969         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21971 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21973         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21975 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21977         * math/auto-libm-test-in: Add tests of lgamma.
21978         * math/auto-libm-test-out: Regenerated.
21979         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21980         (M_LOG_2_SQRT_PIl): Likewise.
21981         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21982         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21983         mpfr_f_f1.
21984         (func_calc_desc): Add mpfr_f_f1 union field.
21985         (ARGS1): New macro.
21986         (ARGS2): Likewise.
21987         (ARGS3): Likewise.
21988         (ARGS4): Likewise.
21989         (RET1): Likewise.
21990         (RET2): Likewise.
21991         (CALC): Likewise.
21992         (FUNC): Likewise.
21993         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21994         (test_functions): Add lgamma.
21995         (calc_generic_results): Handle mpfr_f_f1.
21996         * sysdeps/i386/fpu/libm-test-ulps: Update.
21997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21999 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22001         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
22002         __mpn_add_n for PowerPC64/POWER7.
22003         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
22004         __mpn_sub_n for PowerPC64/POWER7.
22006         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
22007         __mpn_addmul_1 for PowerPC64.
22008         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
22009         __mpn_submul_1 for PowerPC64.
22010         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
22011         for PowerPC64.
22012         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
22013         for PowerPC64.
22015 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
22017         [BZ #15089]
22018         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
22020 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22022         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
22024         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
22025         add multiarch folders.
22026         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
22027         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
22028         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
22029         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
22030         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
22031         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
22032         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
22033         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
22034         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
22035         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
22036         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
22037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
22038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
22039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
22040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
22041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
22042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
22044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22045         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
22046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
22047         New file.
22048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
22049         New file.
22050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
22051         multiarch __ieee754_hypot for PowerPC32.
22052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
22053         New file.
22054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
22055         New file.
22056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
22057         multiarch __ieee754_hypotf for PowerPC32.
22059         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
22060         long_double_symbol only if __logbl is defined.
22061         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
22062         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
22063         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
22064         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
22065         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
22066         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
22067         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
22068         path for implementation.
22069         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
22070         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
22071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
22072         logb, and logbl multiarch implementations for PowerPC32.
22073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
22074         file.
22075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
22076         file.
22077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
22078         multiarch logb for PowerPC32.
22079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
22080         file.
22081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
22082         file.
22083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
22084         multiarch logbf for PowerPC32.
22085         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
22086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
22087         file.
22088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
22089         multiarch logbl implementation for PowerPC32.
22091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
22092         and modff multiarch implementations.
22093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
22094         New file.
22095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
22096         New file.
22097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22098         multiarch modf for PowerPC32.
22099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22100         New file.
22101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22102         New file.
22103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22104         multiarch modff for PowerPC32.
22106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22107         and lrintf multiarch implementations.
22108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22109         New file.
22110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22111         New file.
22112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22113         multiarch lrint for PowerPC32.
22114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22115         file: multiarch lrintf for PowerPC32.
22117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22118         and lroundf multiarch implementations.
22119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22120         New file.
22121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22122         New file.
22123         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22124         New file.
22125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22126         multiarch lround for PowerPC32.
22127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22128         file: multiarch lroundf for PowerPC32.
22130         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22131         copysign and copysignf multiarch implementations.
22132         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22133         New file.
22134         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22135         New file.
22136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22137         file: multiarch copysign for PowerPC32.
22138         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22139         file: multiarch copysignf for PowerPC32.
22141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22142         and truncf multiarch implementations.
22143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22144         New file.
22145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22146         file.
22147         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22148         multiarch trunc for PowerPC32.
22149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22150         New file.
22151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22152         New file.
22153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22154         multiarch truncf for PowerPC32.
22156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22157         and roundf multiarch implementations.
22158         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22159         New file.
22160         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22161         file.
22162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22163         multiarch round for PowerPC32.
22164         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22165         New file.
22166         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22167         New file.
22168         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22169         multiarch roundf for PowerPC32.
22171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22172         and floorf multiarch implementations.
22173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22174         New file.
22175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22176         file.
22177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22178         multiarch floor for PowerPC32.
22179         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22180         New file.
22181         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
22182         New file.
22183         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
22184         multiarch floorf for PowerPC32.
22186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
22187         and ceilf multiarch implementations.
22188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
22189         New file.
22190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
22191         file.
22192         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
22193         multiarch ceil for PowerPC32.
22194         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
22195         New file.
22196         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
22197         file.
22198         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
22199         multiarch ceilf for PowerPC32.
22201         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
22202         is defined.
22203         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
22204         FINITEF is defined.
22205         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
22206         and finitef multiarch implementations.
22207         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
22208         New file.
22209         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
22210         file.
22211         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
22212         multiarch finite for PowerPC32.
22213         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
22214         New file.
22215         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
22216         file: multiarch finitef for PowerPC32.
22218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
22219         and isinff multiarch implementations.
22220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
22221         file.
22222         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
22223         file.
22224         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
22225         multiarch isinf for PowerPC32.
22226         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
22227         New file.
22228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
22229         multiarch isinff for PowerPC32.
22231         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
22232         alias when __isnan is defined.
22233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
22234         and isnanf multiarch implementations.
22235         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
22236         file.
22237         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
22238         file.
22239         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
22240         file.
22241         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
22242         file.
22243         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
22244         multiarch isnan for PowerPC32.
22245         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
22246         New file.
22247         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
22248         New file.
22249         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
22250         multiarch isnanf for PowerPC32.
22252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22253         and sqrtf multiarch implementations.
22254         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22255         file.
22256         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22257         file.
22258         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22259         multiarch sqrt for PowerPC32.
22260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22261         file.
22262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22263         file.
22264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22265         multiarch sqrtf for PowerPC32.
22267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22268         and llroundf multiarch implementations.
22269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22270         New file.
22271         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22272         New file.
22273         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22274         New file.
22275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22276         file: multiarch llround for PowerPC32.
22277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22278         file: multiarch llroundf for PowerPC32.
22280         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22281         multiarch PowerPC32 fpu implementations.
22282         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22283         New file.
22284         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22285         New file.
22286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22287         multiarch llrint for PowerPC32.
22288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22289         New file.
22290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22291         New file.
22292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22293         file.
22295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22297         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22298         file.
22299         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22300         file.
22301         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22302         file.
22303         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22304         multiarch wordcopy for PPC32.
22305         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22306         wordcopy objects.
22307         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22308         (__libc_ifunc_impl_list): Likewise.
22309         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22310         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22311         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22312         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22313         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22314         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22316         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22317         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22318         file.
22319         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22320         file.
22321         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22322         file.
22323         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22324         multiarch wcscpy for PPC32.
22325         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22326         multiarch objects.
22327         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22328         (__libc_ifunc_impl_list): Likewise.
22329         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22330         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22331         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22332         sysdeps/powerpc/power6/wcscpy.c.
22334         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22335         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22336         file.
22337         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22338         file.
22339         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22340         file.
22341         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22342         multiarch wcsrchr for PPC32.
22343         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22344         multiarch objects.
22345         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22346         (__libc_ifunc_impl_list): Likewise.
22347         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22348         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22349         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22350         sysdeps/powerpc/power6/wcsrchr.c.
22352         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22353         file.
22354         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22355         file.
22356         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22357         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22358         multiarch wcschr for PPc32.
22359         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22360         multiarch objects.
22361         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22362         (__libc_ifunc_impl_list): Likewise.
22363         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22364         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22365         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22366         sysdeps/powerpc/power6/wcschr.c.
22368         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22369         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22370         file.
22371         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22372         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22373         file: multiarch strchr for PPC32.
22374         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22375         multiarch objects.
22376         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22377         (__libc_ifunc_impl_list): Likewise.
22379         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22380         name.
22381         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22382         file.
22383         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22384         file.
22385         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22386         multiarch strchrnul for PPC32.
22387         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22388         multiarch objects.
22389         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22390         (__libc_ifunc_impl_list): Likewise.
22392         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22393         file.
22394         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22395         multiarch strncasecmp for PPC32.
22396         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22397         file.
22398         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22399         multiarch strncasecmp_l for PPC32.
22400         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22401         strncasecmp multiarch objects.
22402         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22403         (__libc_ifunc_impl_list): Likewise.
22405         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22406         file.
22407         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22408         multiarch strncasecmp for PPC32.
22409         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22410         New file.
22411         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22412         multiarch strcasecmp_l for PPC32.
22413         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22414         multiarch objects.
22415         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22416         (__libc_ifunc_impl_list): Likewise.
22418         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22419         file.
22420         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22421         file.
22422         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22423         multiarch strncmp for PPC32.
22424         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22425         multiarch objects.
22426         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22427         (__libc_ifunc_impl_list): Likewise.
22429         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22430         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22431         file.
22432         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22433         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22434         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22435         multiarch objects.
22436         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22437         (__libc_ifunc_impl_list): Likewise.
22439         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22440         file.
22441         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22442         file.
22443         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22444         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22445         multiarch objects.
22446         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22447         (__libc_ifunc_impl_list): Likewise.
22449         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22450         file.
22451         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22452         file.
22453         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22454         multiarch rawmemchr for PPC32.
22455         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22456         multiarch objects.
22457         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22458         (__libc_ifunc_impl_list): Likewise.
22460         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22461         file.
22462         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22463         file.
22464         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22465         file: memrchr multiarch for PPC32.
22466         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22467         multiarch objects.
22468         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22469         (__libc_ifunc_impl_list): Likewise.
22471         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22472         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22473         file.
22474         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22475         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22476         multiarch memchr for PPC32.
22477         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22478         multiarch objects.
22479         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22480         (__libc_ifunc_impl_list): Likewise.
22482         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22483         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22484         file.
22485         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22486         file.
22487         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22488         file: multiarch mempcpy for PPC32.
22489         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22490         multiarch objects.
22491         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22492         (__libc_ifunc_impl_list): Likewise.
22494         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22495         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22496         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22497         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22498         multiarch bzero for PPC32.
22499         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22500         file.
22501         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22502         file.
22503         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22504         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22505         file: multiarch memset for PPC32.
22506         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22507         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22508         memset multiarch objects.
22509         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22510         (__libc_ifunc_impl_list): Likewise.
22512         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22513         file.
22514         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22515         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22516         memcmp for PPC32.
22517         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22518         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22519         multiarch objects.
22520         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22521         (__libc_ifunc_impl_list): Likewise.
22523         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22524         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22525         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22526         file.
22527         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22528         file.
22529         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22530         file.
22531         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22532         multiarch memcpy for PPC32.
22533         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22534         multiarch objects.
22535         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22536         (__libc_ifunc_impl_list): Likewise.
22538         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22539         support multiarch for POWER/PPC32.
22540         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22541         Likewise.
22542         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22544         Implies file to make multiarch folder appers before the fpu and
22545         default folder for power4 configuration.
22547 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22549         * scripts/bench.pl: Append volatile keyword to type.
22551 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22553         * sysdeps/sh/sotruss-lib.c: New file.
22554         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22556 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22558         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22560 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22562         [BZ #6810]
22563         * math/w_tgamma.c: Include <errno.h>.
22564         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22565         * math/w_tgammaf.c: Include <errno.h>.
22566         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22567         * math/w_tgammal.c: Include <errno.h>.
22568         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22569         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22570         underflow.  Add more tgamma tests.
22571         * math/auto-libm-test-out: Regenerated.
22572         * sysdeps/i386/fpu/libm-test-ulps: Update.
22573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22575         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22576         sin, sinh, tan, tanh, tgamma, y0 and y1.
22577         * math/auto-libm-test-out: Regenerated.
22578         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22579         (TEST_COND_x86): Likewise.
22580         (M_E2l): Remove macro.
22581         (M_E3l): Likewise.
22582         (M_2_SQRT_PIl): Likewise.
22583         (M_SQRT_PIl): Likewise.
22584         (M_1_DIV_El): Likewise.
22585         (log_test_data): Use AUTO_TESTS_f_f.
22586         (log10_test_data): Likewise.
22587         (log1p_test_data): Likewise.
22588         (log2_test_data): Likewise.
22589         (sin_test_data): Likewise.
22590         (sin_tonearest_test_data): Likewise.
22591         (sin_towardzero_test_data): Likewise.
22592         (sin_downward_test_data): Likewise.
22593         (sin_upward_test_data): Likewise.
22594         (sinh_test_data): Likewise.
22595         (sinh_tonearest_test_data): Likewise.
22596         (sinh_towardzero_test_data): Likewise.
22597         (sinh_downward_test_data): Likewise.
22598         (sinh_upward_test_data): Likewise.
22599         (tan_test_data): Likewise.
22600         (tan_tonearest_test_data): Likewise.
22601         (tan_towardzero_test_data): Likewise.
22602         (tan_downward_test_data): Likewise.
22603         (tan_upward_test_data): Likewise.
22604         (tanh_test_data): Likewise.
22605         (tgamma_test_data): Likewise.
22606         (y0_test_data): Likewise.
22607         (y1_test_data): Likewise.
22608         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22609         (special_real_inputs): Add pi/4.
22610         * sysdeps/i386/fpu/libm-test-ulps: Update.
22611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22613 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22615         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22616         "longjmp_target" static probes.
22617         (__longjmp): Rename to __longjmp_symbol.
22618         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22619         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22620         on which longjmp to generate.
22621         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22622         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22623         probe.
22624         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22625         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22626         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22627         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22628         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22629         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22631         __longjmp_symbol based on which __longjmp to generate.
22632         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22633         probe.
22634         (setjmp): Rename to setjmp_symbol.
22635         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22636         (_setjmp): Rename to _setjmp_symbol.
22637         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22638         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22639         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22640         which setjmp to generate.
22641         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22642         "longjmp_target" static probes.
22644 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22646         * benchtests/README: Add note about output arguments.
22647         * benchtests/bench-sincos.c: Remove file.
22648         * benchtests/sincos-inputs: New file.
22649         * scripts/bench.pl: Identify output arguments and define
22650         static variables for them.
22652         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22654         [BZ #15941]
22655         * Makefile (INSTALL): Add install-plain.texi as the primary
22656         dependency.
22657         * manual/install-plain.texi: New file.
22658         * manual/install.texi: Include node directive only for
22659         non-plaintext output.
22661 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22663         * stdlib/longlong.h: Update from GCC.
22665         [BZ #6807]
22666         [BZ #15901]
22667         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22668         * math/w_j0f.c (y0f): Likewise.
22669         * math/w_j0l.c (__y0l): Likewise.
22670         * math/w_j1.c (y1): Likewise.
22671         * math/w_j1f.c (y1f): Likewise.
22672         * math/w_j1l.c (__y1l): Likewise
22673         * math/w_jn.c (yn): Likewise.
22674         * math/w_jnf.c (ynf): Likewise.
22675         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22676         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22677         value for Bessel function domain errors outside _SVID_ mode.
22678         Adjust sign of return value for yn (negative integer, 0).
22679         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22680         by zero in return for negative x and set sign appropriately for
22681         negative n.
22682         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22683         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22684         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22685         expectations in error cases.
22686         (y1_test_data): Likewise.
22687         (yn_test_data): Likewise.
22688         * sysdeps/i386/fpu/libm-test-ulps: Update.
22689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22691 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22693         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22694         "64" to "64-v1".  Add "64-v2".
22695         (abi-64-options): Rename to ...
22696         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22697         (abi-64-condition): Rename to ...
22698         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22699         (abi-64-ld-soname): Rename to ...
22700         (abi-64-v1-ld-soname): ... this.
22701         (abi-64-v2-options): Define.
22702         (abi-64-v2-condition): Likewise.
22703         (abi-64-v2-ld-soname): Likewise.
22704         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22705         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22710 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22711             Alan Modra  <amodra@gmail.com>
22713         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22714         New versions for use with the ELFv2 ABI.
22715         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22716         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22717         declaration.
22718         (struct La_ppc64v2_retval): Likewise.
22719         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22720         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22721         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22722         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22723         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22724         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22725         Do not save or restore CR.
22726         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22727         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22728         return values for ELFv2 ABI.  Fix location of FPR return registers.
22729         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22730         updated values for _CALL_ELF == 2.
22731         (La_regs, La_retval, int_retval): Likewise.
22733 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22735         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22736         (FRAME_MIN_SIZE_PARM): Likewise.
22737         (FRAME_BACKCHAIN): Likewise.
22738         (FRAME_CR_SAVE): Likewise.
22739         (FRAME_LR_SAVE): Likewise.
22740         (FRAME_TOC_SAVE): Likewise.
22741         (FRAME_PARM_SAVE): Likewise.
22742         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22743         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22744         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22745         (call_mcount_parm_offset): New macro.
22746         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22747         (PROF): Use symbolic stack frame offsets.
22748         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22749         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22750         Redefine in terms of FRAME_MIN_SIZE.
22751         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22752         (_dl_profile_resolve): Likewise.  Update comment.
22753         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22754         symbols stack frame offsets.
22755         (__sigsetjmp): Likewise.
22756         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22757         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22758         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22759         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22762         (FRAME_BACKCHAIN): Remove.
22763         (FRAME_CR_SAVE): Likewise.
22764         (FRAME_LR_SAVE): Likewise.
22765         (FRAME_COMPILER_DW): Likewise.
22766         (FRAME_LINKER_DW): Likewise.
22767         (FRAME_TOC_SAVE): Likewise.
22768         (FRAME_PARM_SAVE): Likewise.
22769         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22770         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22771         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22773         (CHECK_SP): Use symbolic stack frame offsets.
22774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22775         zone" instead of caller's parameter save area for temp storage.
22776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22777         Likewise.  Also, use symbolic stack frame offsets.
22778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22779         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22780         our own stack frame instead of the caller's.
22781         (__socket): Use symbolic stack frame offsets.
22783 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22784             Alan Modra  <amodra@gmail.com>
22786         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22787         Define.
22788         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22789         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22790         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22791         New function.
22792         (elf_machine_fixup_plt): Call it.
22793         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22794         reloc arguments.
22795         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22796         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22797         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22798         r2 before calling target.
22800 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22801             Alan Modra  <amodra@gmail.com>
22803         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22804         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22805         versions of macros to support ELFv2 ABI.
22806         (LOCALENTRY): New macro.
22807         (ENTRY, EALIGN): Use it.
22808         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22809         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22810         fall through into ENTRY entry point.
22811         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22812         Only define if _CALL_ELF != 2.
22814         (elf_machine_matches_host): Verify ABI version matches.
22815         (RTLD_START): Use LOCALENTRY.
22816         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22817         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22818         (PLT_ENTRY_WORDS): New macro.
22819         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22820         (elf_machine_runtime_setup): Support ELFv2 ABI.
22821         (elf_machine_fixup_plt): Likewise.
22822         (elf_machine_plt_conflict): Likewise.
22823         (resolve_ifunc): Likewise.
22824         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22825         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22826         Likewise.
22827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22828         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22830         (makecontext): Support ELFv2 ABI.
22831         * elf/elf.h (EF_PPC64_ABI): Define.
22833 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22835         * sysdeps/powerpc/powerpc64/sysdep.h
22836         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22837         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22838         (ENTRY) [ASSEMBLER]: ... but instead here ...
22839         (EALIGN) [ASSEMBLER]: ... and here.
22840         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22841         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22842         (ENTRY_2) [!ASSEMBLER]: Use it.
22843         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22844         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22845         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22846         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22847         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22849         Use PPC64_LOAD_FUNCPTR.
22851         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22853 2013-12-04  Alan Modra  <amodra@gmail.com>
22855         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22856         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22857         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22858         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22860         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22861         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22862         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22863         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22864         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22865         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22867 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22870         (__makecontext): Fix incorrect CFI when backtracing out of
22871         context created via makecontext.
22872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22873         (__setcontext): Fix incorrect CFI during switch to new context.
22874         (__novec_setcontext): Likewise.
22876 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22878         [BZ #4772]
22879         * time/strptime_l.c (__strptime_internal): Allow modifiers
22880         in strptime.
22881         * time/tst-strptime.c (day_tests): Add testcase.
22883 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22885         * scripts/bench.pl: Skip over blank lines.
22887 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22889         [BZ #926]
22890         * manual/time.texi (Calendar Time): Clarify what timezone functions
22891         use.
22893 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22895         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22897 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22899         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22900         implementation.
22901         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22902         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22903         * debug/memset_chk.c (__memset_chk): Likewise.
22904         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22905         * debug/strncpy_chk.c: Likewise.
22907 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22909         [BZ #15268]
22910         [BZ #15425]
22911         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22912         (__ieee754_exp): For possibly underflowing results, check size of
22913         result and force underflow exception if required.
22914         * math/auto-libm-test-in: Add more tests of exp.
22915         * math/auto-libm-test-out: Regenerated.
22916         * sysdeps/i386/fpu/libm-test-ulps: Update.
22917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22919         [BZ #16283]
22920         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22921         * math/w_exp2f.c (__exp2f): Likewise.
22922         * math/w_exp2l.c (__exp2l): Likewise.
22923         * math/auto-libm-test-in: Do not allow missing errno on exp2
22924         underflow.
22925         * math/auto-libm-test-out: Regenerated.
22927 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22929         [BZ #16274]
22930         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22931         handle filename validation.
22932         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22933         (do_open): Delete.
22935 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22937         [BZ #6786]
22938         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22939         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22940         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22941         <float.h>.
22942         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22943         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22944         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22945         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22946         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22947         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22948         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22949         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22950         Add more erfc tests.
22951         * math/auto-libm-test-out: Regenerated.
22952         * sysdeps/i386/fpu/libm-test-ulps: Update.
22953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22955         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22956         exp2, expm1, j0 and j1.
22957         * math/auto-libm-test-out: Regenerated.
22958         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22959         (erfc_test_data): Likewise.
22960         (exp_test_data): Likewise.
22961         (exp_tonearest_test_data): Likewise.
22962         (exp_towardzero_test_data): Likewise.
22963         (exp_downward_test_data): Likewise.
22964         (exp_upward_test_data): Likewise.
22965         (exp10_test_data): Likewise.
22966         (exp2_test_data): Likewise.
22967         (expm1_test_data): Likewise.
22968         (j0_test_data): Likewise.
22969         (j1_test_data): Likewise.
22970         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22971         (input_flag_type): Add flag_xfail_rounding.
22972         (input_flags): Add xfail-rounding.
22973         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22974         (output_for_one_input_case): Handle flag_xfail_rounding.
22975         * sysdeps/i386/fpu/libm-test-ulps: Update.
22976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22978 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22980         [BZ #16289]
22981         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22982         division by 0.
22984 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22986         [BZ #16195]
22987         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22988         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22989         (STAP_PROBE0): New macro.
22990         (STAP_PROBE1): Likewise.
22991         (STAP_PROBE2): Likewise.
22992         (STAP_PROBE3): Likewise.
22993         (STAP_PROBE4): Likewise.
22995 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22997         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22999 2013-12-02  Steve Ellcey  <sellcey@mips.com>
23001         * benchtests/Makefile (bench): Add sqrt.
23002         (LDLIBS-bench-sqrt): New.
23003         * benchtests/sqrt-input: New.
23005 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
23007         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
23008         (GAIH_EAI): Likewise.
23009         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
23010         (gaih_inet): Likewise.
23011         (getaddrinfo): Don't use GAIH_EAI.
23013         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
23014         (struct gaih): Remove definition.
23016 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23018         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
23019         Use HERRNOP directly.
23021 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23023         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23025 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
23027         * math/gen-auto-libm-tests.c (test_functions): Add more
23028         single-argument functions.
23029         (special_fill_pi_2): New function.
23030         (special_fill_minus_pi_2): Likewise.
23031         (special_fill_pi_6): Likewise.
23032         (special_fill_minus_pi_6): Likewise.
23033         (special_fill_pi_3): Likewise.
23034         (special_fill_2pi_3): Likewise.
23035         (special_fill_e): Likewise.
23036         (special_fill_1_e): Likewise.
23037         (special_fill_e_minus_1): Likewise.
23038         (special_real_inputs): Add more special inputs.
23039         (output_for_one_input_case): Do not require ERANGE on underflow to
23040         zero if round-to-nearest result does not underflow to zero, unless
23041         exact results required.
23042         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
23043         atan, atanh, cbrt, cos and cosh.
23044         * math/auto-libm-test-out: Regenerated.
23045         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
23046         (acos_tonearest_test_data): Likewise.
23047         (acos_towardzero_test_data): Likewise.
23048         (acos_downward_test_data): Likewise.
23049         (acos_upward_test_data): Likewise.
23050         (acosh_test_data): Likewise.
23051         (asin_test_data): Likewise.
23052         (asin_tonearest_test_data): Likewise.
23053         (asin_towardzero_test_data): Likewise.
23054         (asin_upward_test_data): Likewise.
23055         (asinh_test_data): Likewise.
23056         (atan_test_data): Likewise.
23057         (atanh_test_data): Likewise.
23058         (cbrt_test_data): Likewise.
23059         (cos_test_data): Likewise.
23060         (cos_tonearest_test_data): Likewise.
23061         (cos_towardzero_test_data): Likewise.
23062         (cos_downward_test_data): Likewise.
23063         (cos_upward_test_data): Likewise.
23064         (cosh_test_data): Likewise.
23065         (cosh_tonearest_test_data): Likewise.
23066         (cosh_towardzero_test_data): Likewise.
23067         (cosh_downward_test_data): Likewise.
23068         (cosh_upward_test_data): Likewise.
23069         * sysdeps/i386/fpu/libm-test-ulps: Update.
23070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23072 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
23074         [BZ #6787]
23075         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
23076         * math/w_exp10f.c (__exp10f): Likewise.
23077         * math/w_exp10l.c (__exp10l): Likewise.
23078         * math/libm-test.inc (exp10_test_data): Add more tests and expect
23079         errno settings in existing tests.
23081         [BZ #14032]
23082         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
23083         precision control set to double precision.
23084         * sysdeps/i386/fpu/w_sqrt.c: New file.
23085         * math/auto-libm-test-in: Add more tests.
23086         * math/auto-libm-test-out: Update.
23088         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
23089         (sqrt_test_tonearest): New function.
23090         (sqrt_towardzero_test_data): New variable.
23091         (sqrt_test_towardzero): New function.
23092         (sqrt_downward_test_data): New variable.
23093         (sqrt_test_downward): New function.
23094         (sqrt_upward_test_data): New variable.
23095         (sqrt_test_upward): New function.
23096         (main): Call the new functions.
23098         * math/gen-auto-libm-tests.c: New file.
23099         * math/auto-libm-test-in: Likewise.
23100         * math/auto-libm-test-out: New generated file.
23101         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23102         variables.
23103         (%beautify): Add generated representations of zero.
23104         (top level): Set $auto_input and call parse_auto_input.
23105         (beautify): Remove trailing "f" from hex float constants.
23106         (parse_args): Handle XFAIL_TEST.
23107         (convert_condition): New function.
23108         (or_value): Likewise.
23109         (or_cond_value): Likewise.
23110         (generate_testfile): Handle AUTO_TESTS_* lines.
23111         (parse_auto_input): New function.
23112         * math/libm-test.inc (XFAIL_TEST): New macro.
23113         (ERRNO_UNCHANGED): Update value.
23114         (ERRNO_EDOM): Likewise.
23115         (ERRNO_ERANGE): Likewise.
23116         (IGNORE_RESULT): Likewise.
23117         (TEST_COND_flt_32): New macro.
23118         (TEST_COND_dbl_64): Likewise.
23119         (TEST_COND_ldbl_96_intel): Likewise.
23120         (TEST_COND_ldbl_96_m68k): Likewise.
23121         (TEST_COND_ldbl_128): Likewise.
23122         (TEST_COND_ldbl_128ibm): Likewise.
23123         (TEST_COND_long32): Likewise.
23124         (TEST_COND_long64): Likewise.
23125         (TEST_COND_before_rounding): Likewise.
23126         (TEST_COND_after_rounding): Likewise.
23127         (enable_test): Handle XFAIL_TEST flag.
23128         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23129         with finite results.
23130         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23131         auto-libm-test-out.
23133 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23134             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23136         [BZ #16214]
23137         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23138         __tls_get_addr_internal instead of __tls_get_offset in order to
23139         avoid GOT pointer dependency.  Make rtld export
23140         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23141         __tls_get_addr since we are a __tls_get_offset platform.
23142         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23143         GOT pointer being set up before.
23144         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23146 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
23148         * manual/math.texi (Errors in Math Functions): Document accuracy
23149         goals.
23151         [BZ #15004]
23152         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23153         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23154         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23155         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23156         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23157         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23158         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23159         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23160         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23161         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23162         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23163         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23164         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23165         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23166         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23167         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23169         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23170         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23171         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23172         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23173         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23174         Likewise.
23175         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23176         Likewise.
23177         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23178         Likewise.
23179         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23180         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
23181         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
23182         atomic-feupdateenv and flt-rounds.
23183         * sysdeps/powerpc/nofpu/Versions (libc): Add
23184         __atomic_feholdexcept, __atomic_feclearexcept,
23185         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
23186         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
23187         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23188         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
23189         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
23190         here.
23191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
23192         Update.
23194         * manual/arith.texi (FP Exceptions): Document that exceptions may
23195         not be raised when matherr is used.
23196         (Math Error Reporting): Document overflow in directed rounding
23197         modes.  Document that errno may not be set when finite values are
23198         returned on overflow.  Document intent to set errno on underflow
23199         only for underflow to zero.
23201         [BZ #16271]
23202         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
23203         round-to-nearest then adjust result for other rounding modes.
23204         * include/fenv.h (fegetround): Use libm_hidden_proto.
23205         * math/fegetround.c (fegetround): Use libm_hidden_def.
23206         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
23207         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
23208         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23209         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
23210         Likewise.
23211         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
23212         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
23213         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
23214         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
23216 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23218         [BZ #16077]
23219         * nss/Versions (libnss_files): Add
23220         _nss_files_gethostbyname3_r.
23221         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
23222         New function.
23223         (HOST_DB_LOOKUP): Remove macro.
23224         (_nss_files_gethostbyname_r): Implement function without the
23225         HOST_DB_LOOKUP macro.
23226         (_nss_files_gethostbyname2_r): Likewise.
23228 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
23230         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
23232 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
23234         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
23235         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
23236         warning.
23238 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23240         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
23241         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
23242         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
23243         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
23244         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
23245         __fe_nomask_env_priv and attribute_hidden.
23246         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
23247         (libc_feupdateenv_test_ppc): Likewise.
23248         (libc_feresetround_ppc): Likewise.
23249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23250         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
23251         compat_symbol macro.
23252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23253         (__fe_nomask_env): Likewise.
23254         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23256 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23258         * string/Makefile: Remove ifunc tests.
23259         * string/test-string.h: Define TEST_IFUNC.
23260         * string/test-bcopy-ifunc.c: Remove.
23261         * string/test-bzero-ifunc.c: Likewise.
23262         * string/test-memccpy-ifunc.c: Likewise.
23263         * string/test-memchr-ifunc.c: Likewise.
23264         * string/test-memcmp-ifunc.c: Likewise.
23265         * string/test-memcpy-ifunc.c: Likewise.
23266         * string/test-memmem-ifunc.c: Likewise.
23267         * string/test-memmove-ifunc.c: Likewise.
23268         * string/test-mempcpy-ifunc.c: Likewise.
23269         * string/test-memrchr-ifunc.c: Likewise.
23270         * string/test-memset-ifunc.c: Likewise.
23271         * string/test-rawmemchr-ifunc.c: Likewise.
23272         * string/test-stpcpy-ifunc.c: Likewise.
23273         * string/test-stpncpy-ifunc.c: Likewise.
23274         * string/test-strcasecmp-ifunc.c: Likewise.
23275         * string/test-strcasestr-ifunc.c: Likewise.
23276         * string/test-strcat-ifunc.c: Likewise.
23277         * string/test-strchr-ifunc.c: Likewise.
23278         * string/test-strchrnul-ifunc.c: Likewise.
23279         * string/test-strcmp-ifunc.c: Likewise.
23280         * string/test-strcpy-ifunc.c: Likewise.
23281         * string/test-strcspn-ifunc.c: Likewise.
23282         * string/test-strlen-ifunc.c: Likewise.
23283         * string/test-strncasecmp-ifunc.c: Likewise.
23284         * string/test-strncat-ifunc.c: Likewise.
23285         * string/test-strncmp-ifunc.c: Likewise.
23286         * string/test-strncpy-ifunc.c: Likewise.
23287         * string/test-strnlen-ifunc.c: Likewise.
23288         * string/test-strpbrk-ifunc.c: Likewise.
23289         * string/test-strrchr-ifunc.c: Likewise.
23290         * string/test-strspn-ifunc.c: Likewise.
23291         * string/test-strstr-ifunc.c: Likewise.
23293 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23295         * benchtests/Makefile: Remove ifunc tests.
23296         * benchtests/bench-string.h: Define TEST_IFUNC.
23297         * benchtests/bench-bcopy-ifunc.c: Remove.
23298         * benchtests/bench-bzero-ifunc.c: Likewise.
23299         * benchtests/bench-memccpy-ifunc.c: Likewise.
23300         * benchtests/bench-memchr-ifunc.c: Likewise.
23301         * benchtests/bench-memcmp-ifunc.c: Likewise.
23302         * benchtests/bench-memcpy-ifunc.c: Likewise.
23303         * benchtests/bench-memmem-ifunc.c: Likewise.
23304         * benchtests/bench-memmove-ifunc.c: Likewise.
23305         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23306         * benchtests/bench-memrchr-ifunc.c: Likewise.
23307         * benchtests/bench-memset-ifunc.c: Likewise.
23308         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23309         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23310         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23311         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23312         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23313         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23314         * benchtests/bench-strcat-ifunc.c: Likewise.
23315         * benchtests/bench-strchr-ifunc.c: Likewise.
23316         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23317         * benchtests/bench-strcmp-ifunc.c: Likewise.
23318         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23319         * benchtests/bench-strcpy-ifunc.c: Likewise.
23320         * benchtests/bench-strcspn-ifunc.c: Likewise.
23321         * benchtests/bench-strlen-ifunc.c: Likewise.
23322         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23323         * benchtests/bench-strncat-ifunc.c: Likewise.
23324         * benchtests/bench-strncmp-ifunc.c: Likewise.
23325         * benchtests/bench-strncpy-ifunc.c: Likewise.
23326         * benchtests/bench-strnlen-ifunc.c: Likewise.
23327         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23328         * benchtests/bench-strrchr-ifunc.c: Likewise.
23329         * benchtests/bench-strsep-ifunc.c: Likewise.
23330         * benchtests/bench-strspn-ifunc.c: Likewise.
23331         * benchtests/bench-strstr-ifunc.c: Likewise.
23333 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23335         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23337 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23339         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23340         * rt/aio.h: Likewise.
23341         * sysdeps/gnu/bits/utmp.h: Likewise.
23342         * sysdeps/gnu/bits/utmpx.h: Likewise.
23343         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23344         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23345         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23346         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23347         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23348         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23349         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23350         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23351         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23352         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23353         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23354         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23355         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23357         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23358         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23359         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23360         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23361         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23362         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23363         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23364         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23365         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23366         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23367         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23368         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23369         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23370         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23371         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23372         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23373         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23374         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23375         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23376         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23377         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23378         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23379         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23380         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23381         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23382         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23383         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23384         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23386 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23388         [BZ #16245]
23389         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23390         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23392 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23394         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23395         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23396         Likewise.
23398 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23400         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23401         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23402         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23403         (__fesetround): Remove define.
23404         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23405         rounding and exceptions handling.
23406         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23407         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23408         (__fe_nomask_env): Likewise.
23409         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23410         __fegetround instead of fegetround.
23411         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23412         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23414 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23416         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23417         it's there.
23419         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23421 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23423         [BZ #11157]
23424         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23425         (encrypt_r): Likewise.
23426         * malloc/obstack.h (obstack_free): Likewise.
23427         * posix/unistd.h (encrypt): Likewise.
23429 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23431         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23432         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23433         DL_CALL_DT_FINI() that call the functions directly.
23434         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23435         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23436         * elf/dl-fini.c: Likewise.
23438 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23440         * malloc/hooks.c (memalign_check): Add alignment rounding.
23441         * malloc/malloc.c (_mid_memalign): New function.
23442         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23443         Implement by calling _mid_memalign.
23444         * manual/probes.texi (Memory Allocation Probes): Remove
23445         memory_valloc_retry and memory_pvalloc_retry.
23447 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23449         * locale/programs/locarchive.c (open_archive): Add const
23450         qualifier to ARCHIVEFNAME and copy default fname to
23451         DEFAULT_FNAME.
23453         [BZ #15601]
23454         * libio/tst-widetext.input: Rename Oriya to Odia.
23455         * locale/iso-639.def: Likewise.
23457         * manual/probes.texi (Mathematical Function Probes): Add
23458         documentation for sin, cos, asin and acos probes.
23459         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23460         (__sin32): Add slowasin probe.
23461         (__cos32): Add slowacos probe.
23462         (__mpsin): Add slowsin probe.
23463         (__mpcos): Add slowcos probe.
23465 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23467         [BZ #15483]
23468         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23469         thread-local __sim_exceptions_thread and global
23470         __sim_exceptions_global.
23471         (__sim_disabled_exceptions): Change to thread-local
23472         __sim_disabled_exceptions_thread and global
23473         __sim_disabled_exceptions_global.
23474         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23475         and global __sim_round_mode_global.
23476         (__simulate_exceptions): Use thread-local floating-point state and
23477         set global state from it as needed.
23478         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23479         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23480         __sim_round_mode_thread.
23481         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23482         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23483         and global __sim_exceptions_global.
23484         (__sim_disabled_exceptions): Change to thread-local
23485         __sim_disabled_exceptions_thread and global
23486         __sim_disabled_exceptions_global.
23487         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23488         and global __sim_round_mode_global.
23489         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23490         (SIM_SET_GLOBAL): Likewise.
23491         * sysdeps/powerpc/soft-fp/sfp-machine.h
23492         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23493         __sim_round_mode_thread.
23494         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23495         __sim_disabled_exceptions_thread.
23496         (__sim_exceptions): Change to __sim_exceptions_thread.
23497         (__sim_disabled_exceptions): Change to
23498         __sim_disabled_exceptions_thread.
23499         (__sim_round_mode): Change to __sim_round_mode_thread.
23500         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23501         thread-local floating-point state and set global state from it as
23502         needed.
23503         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23504         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23505         (__sim_disabled_exceptions): Remove extern declaration.
23506         (feenableexcept): Use thread-local floating-point state and set
23507         global state from it as needed.
23508         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23509         extern declaration.
23510         (__sim_disabled_exceptions): Likewise.
23511         (__sim_round_mode): Likewise.
23512         (__fegetenv): Use thread-local floating-point state.
23513         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23514         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23515         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23516         floating-point state and set global state from it as needed.
23517         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23518         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23519         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23520         Likewise.
23521         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23522         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23523         Likewise.
23524         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23525         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23526         Use __sim_round_mode_thread.
23527         * math/test-fenv-tls.c: New file.
23528         * math/Makefile (tests): Add test-fenv-tls.
23529         ($(objpfx)test-fenv-tls): Depend on
23530         $(common-objpfx)nptl/libpthread.so.
23532 2013-11-19  Andreas Schwab  <schwab@suse.de>
23534         * locale/programs/locale.c (show_info): Decode wordarray elements.
23535         * locale/categories.def (LC_MONETARY): Add element for
23536         _NL_MONETARY_CRNCYSTR.
23537         * locale/C-monetary.c (conversion_rate): New variable.
23538         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23539         element.
23541 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23543         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23544         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23546 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23548         * elf/Makefile (tst-auxv): New test.
23549         * elf/tst-auxv.c: New
23550         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23552 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23554         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23555         (hidden_proto): Caller changed.
23556         (hidden_tls_proto): New macro.
23557         (libc_hidden_tls_proto): Likewise.
23558         (rtld_hidden_tls_proto): Likewise.
23559         (libm_hidden_tls_proto): Likewise.
23560         (libresolv_hidden_tls_proto): Likewise.
23561         (librt_hidden_tls_proto): Likewise.
23562         (libdl_hidden_tls_proto): Likewise.
23563         (libnss_files_hidden_tls_proto): Likewise.
23564         (libnsl_hidden_tls_proto): Likewise.
23565         (libnss_nisplus_hidden_tls_proto): Likewise.
23566         (libutil_hidden_tls_proto): Likewise.
23568 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23570         [BZ #10253]
23571         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23572         (decompose_rpath): Defer expansion to fillin_rpath.
23573         (_dl_init_paths): Pass linkmap to fillin_rpath.
23575 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23577         * benchtests/Makefile: Add strsep.
23578         * benchtests/bench-strsep.c: New file: strsep benchtest.
23579         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23581 2013-11-18  Andreas Schwab  <schwab@suse.de>
23583         * locale/programs/locale.c (show_info) [case byte]: Check for
23584         '\377' instead of '\177'.
23585         * locale/C-monetary.c (not_available): Always use "\377".
23586         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23587         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23588         detect unavailable sign_posn locale elements.
23589         * locale/localeconv.c (__localeconv): For grouping and
23590         mon_grouping handle "\177" and "\377" like no grouping.
23591         (INT_ELEM): New macro.  Use it to set all numeric members.
23592         * locale/programs/ld-monetary.c (monetary_read)
23593         <tok_mon_grouping>: Normalize single -1 to the empty string.
23594         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23595         Likewise.
23597 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23599         [BZ #16055]
23600         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23601         when we match (nil).
23602         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23604 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23606         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23607         (NO_TEST_INLINE): Update value.
23608         (ERRNO_UNCHANGED): Likewise.
23609         (ERRNO_EDOM): Likewise.
23610         (ERRNO_ERANGE): Likewise.
23611         (IGNORE_RESULT): Likewise.
23612         (check_float_internal): Check signs of NaN results if
23613         TEST_NAN_SIGN used.
23614         (check_complex): Pass TEST_NAN_SIGN flag through to second
23615         check_float_internal call.
23616         (copysign_test_data): Add tests with quiet NaNs as second
23617         argument.  Use TEST_NAN_SIGN.
23618         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23619         TEST_NAN_SIGN.
23620         (signbit_test_data): Add tests of quiet NaN argument.
23621         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23623         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23624         $ignore_result.
23625         (parse_args): Handle function results specified as IGNORE.
23626         * math/libm-test.inc (IGNORE_RESULT): New macro.
23627         (check_float_internal): Do not check numerical result if flag
23628         IGNORE_RESULT set.
23629         (check_complex): Pass through IGNORE_RESULT to second
23630         check_float_internal call.
23631         (check_int): Do not check numerical result if flag IGNORE_RESULT
23632         set.
23633         (check_long): Likewise.
23634         (check_bool): Likewise.
23635         (check_longlong): Likewise.
23636         (lrint_test_data): Add tests of infinite and NaN arguments.
23637         (lrint_tonearest_test_data): Likewise.
23638         (lrint_towardzero_test_data): Likewise.
23639         (lrint_downward_test_data): Likewise.
23640         (lrint_upward_test_data): Likewise.
23641         (llrint_test_data): Likewise.
23642         (llrint_tonearest_test_data): Likewise.
23643         (llrint_towardzero_test_data): Likewise.
23644         (llrint_downward_test_data): Likewise.
23645         (llrint_upward_test_data): Likewise.
23646         (lround_test_data): Likewise.
23647         (llround_test_data): Likewise.
23649         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23650         (ERRNO_UNCHANGED): Update value.
23651         (ERRNO_EDOM): Likewise.
23652         (ERRNO_ERANGE): Likewise.
23653         (NO_TEST_INLINE_FLOAT): New macro.
23654         (NO_TEST_INLINE_DOUBLE): Likewise.
23655         (enable_test): New function.
23656         (RUN_TEST_f_f): Check enable_test before running test.
23657         (RUN_TEST_2_f): Likewise.
23658         (RUN_TEST_fff_f): Likewise.
23659         (RUN_TEST_c_f): Likewise.
23660         (RUN_TEST_f_f1): Likewise.
23661         (RUN_TEST_fF_f1): Likewise.
23662         (RUN_TEST_fI_f1): Likewise.
23663         (RUN_TEST_ffI_f1): Likewise.
23664         (RUN_TEST_c_c): Likewise.
23665         (RUN_TEST_cc_c): Likewise.
23666         (RUN_TEST_f_i): Likewise.
23667         (RUN_TEST_f_i_tg): Likewise.
23668         (RUN_TEST_ff_i_tg): Likewise.
23669         (RUN_TEST_f_b): Likewise.
23670         (RUN_TEST_f_b_tg): Likewise.
23671         (RUN_TEST_f_l): Likewise.
23672         (RUN_TEST_f_L): Likewise.
23673         (RUN_TEST_fFF_11): Likewise.
23674         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23675         conditionals.
23676         (cosh_test_data): Likewise.
23677         (exp_test_data): Likewise.
23678         (expm1_test_data): Likewise.
23679         (hypot_test_data): Likewise.
23680         (pow_test_data): Likewise.
23681         (sinh_test_data): Likewise.
23682         (tanh_test_data): Likewise.
23683         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23684         flags argument.
23686         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23687         tests with quiet NaN input and output.
23688         (acosh_test_data): Likewise.
23689         (asin_test_data): Likewise.
23690         (asinh_test_data): Likewise.
23691         (atan_test_data): Likewise.
23692         (atanh_test_data): Likewise.
23693         (atan2_test_data): Likewise.
23694         (cbrt_test_data): Likewise.
23695         (cos_test_data): Likewise.
23696         (cosh_test_data): Likewise.
23697         (erf_test_data): Likewise.
23698         (erfc_test_data): Likewise.
23699         (exp_test_data): Likewise.
23700         (exp10_test_data): Likewise.
23701         (exp2_test_data): Likewise.
23702         (expm1_test_data): Likewise.
23703         (hypot_test_data): Likewise.
23704         (j0_test_data): Likewise.
23705         (j1_test_data): Likewise.
23706         (jn_test_data): Likewise.
23707         (lgamma_test_data): Likewise.
23708         (log_test_data): Likewise.
23709         (log10_test_data): Likewise.
23710         (log1p_test_data): Likewise.
23711         (log2_test_data): Likewise.
23712         (pow_test_data): Likewise.
23713         (scalb_test_data): Likewise.
23714         (sin_test_data): Likewise.
23715         (sincos_test_data): Likewise.
23716         (sinh_test_data): Likewise.
23717         (tan_test_data): Likewise.
23718         (tanh_test_data): Likewise.
23719         (tgamma_test_data): Likewise.
23720         (y0_test_data): Likewise.
23721         (y1_test_data): Likewise.
23722         (yn_test_data): Likewise.
23724         [BZ #16167]
23725         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23726         argument being NaN and avoid computations with second argument in
23727         that case.
23728         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23729         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23730         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23732 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23734         * locale/iso-639.def: Add Chitwani Tharu (the).
23736 2013-11-14  Andreas Schwab  <schwab@suse.de>
23738         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23739         word instead of empty string.
23741 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23744         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23746         (__fe_nomask_env): Likewise.
23748 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23750         * benchtests/bench-timing.h: Include time.h.
23752 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23754         [BZ #15997]
23755         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23756         to 3.4.0 for x32.
23757         * sysdeps/unix/sysv/linux/configure: Regenerated.
23759 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23761         [BZ #16151]
23762         * stdlib/strtod_l.c (round_and_return): Do not consider
23763         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23764         exponent one less than half the least subnormal exponent.
23765         * stdlib/test-strtod-round-data: Add more tests.
23766         * stdlib/tst-strtod-round.c (tests): Regenerated.
23768 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23770         [BZ #14143]
23771         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23772         (__fe_mask_env): Likewise.
23773         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23774         libm_hidden_proto and add function prototype.
23775         (__fe_mask_env): Add function prototype.
23776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23777         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23779         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23781         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23783 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23785         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23786         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23788 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23790         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23791         of htab_find_slot().
23793 2013-11-11  David S. Miller  <davem@davemloft.net>
23795         [BZ #16150]
23796         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23797         symbol in the non-vis3 case in static builds.
23798         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23799         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23800         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23801         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23803 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23805         [BZ #387]
23806         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23807         it is empty.
23809 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23811         * benchtests/Makefile: Add bench-strtod.
23812         * benchtests/bench-strtod.c: New file: strtod benchtest
23814 2013-11-11  Andreas Schwab  <schwab@suse.de>
23816         [BZ #16153]
23817         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23818         terminating NUL in key length.
23820 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23822         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23823         Add artificial ODP entry for vDSO symbol for PPC64.
23824         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23825         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23827 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23829         [BZ #15374]
23830         * nss/getent.c (services_keys): Recognize services starting with digit.
23832 2013-11-06  David S. Miller  <davem@davemloft.net>
23834         [BZ #15985]
23835         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23836         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23838 2013-11-06  Will Newton  <will.newton@linaro.org>
23840         * manual/memory.texi (Malloc Examples): Remove register
23841         keyword from examples.
23843 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23845         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23847 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23849         [BZ #6981]
23850         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23851         depending on [__GCC_IEC_559 > 0].
23852         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23853         depending on [__GCC_IEC_559_COMPLEX > 0].
23855 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23857         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23858         to iso-639.def.
23860 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23862         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23864 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23866         [BZ #16112]
23867         * malloc/malloc (malloc_info): Do not handle first bin as
23868         special case.
23870 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23872         * locale/iso-639.def: Add Central Nahuatl (nhn).
23874 2013-11-01  Bruno Haible  <bruno@clisp.org>
23876         [BZ #7003]
23877         * manual/math.texi (BSD Random): Specify range upper bound as
23878         in POSIX.
23880 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23882         * locale/iso-639.def: Add Meadow Mari (mhr).
23884 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23886         [BZ #14752], [BZ #15763]
23887         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23888         Validate name.
23889         * rt/tst_shm.c: Add test for escaping directory.
23891 2013-10-31  Andreas Schwab  <schwab@suse.de>
23893         [BZ #15917]
23894         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23895         followed by 'x' as part of digit sequence.
23896         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23898 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23900         [BZ #16037]
23901         * configure.ac: allow GNU Make 4.0 and greater.
23902         * configure: Regenerated.
23904 2013-10-30  Will Newton  <will.newton@linaro.org>
23906         [BZ #16038]
23907         * malloc/hooks.c (memalign_check): Limit alignment to the
23908         maximum representable power of two.
23909         * malloc/malloc.c (__libc_memalign): Likewise.
23910         * malloc/tst-memalign.c (do_test): Add test for very
23911         large alignment values.
23912         * malloc/tst-posix_memalign.c (do_test): Likewise.
23914 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23916         [BZ #11087]
23917         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23918         (munmap_chunk): Likewise.
23919         (mremap_chunk): Likewise.
23921 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23923         [BZ #15799]
23924         * stdlib/div.c (div): Remove obsolete code.
23925         * stdlib/ldiv.c (ldiv): Likewise.
23926         * stdlib/lldiv.c (lldiv): Likewise.
23928 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23930         [BZ #16071]
23931         * nss/nss_files/files-XXX.c (get_contents_ret): New
23932         enumerator.
23933         (get_contents): New function.
23934         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23936 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23938         * configure.in: Moved to ...
23939         * configure.ac: ... here. Change reference to configure.in
23940         to configure.ac.
23941         * sysdeps/arm/preconfigure.ac: ... here.
23942         configure.in to configure.ac.
23943         * sysdeps/gnu/configure.in: Moved to ...
23944         * sysdeps/gnu/configure.ac: ... here.
23945         * sysdeps/i386/configure.in: Moved to ...
23946         * sysdeps/i386/configure.ac: ... here.
23947         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23948         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23949         * sysdeps/mach/configure.in: Moved to ...
23950         * sysdeps/mach/configure.ac: ... here.
23951         * sysdeps/mach/hurd/configure.in: Moved to ...
23952         * sysdeps/mach/hurd/configure.ac: ... here.
23953         * sysdeps/powerpc/configure.in: Moved to ...
23954         * sysdeps/powerpc/configure.ac: ... here.
23955         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23956         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23957         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23958         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23959         * sysdeps/s390/s390-32/configure.in: Moved to ...
23960         * sysdeps/s390/s390-32/configure.ac: ... here.
23961         * sysdeps/s390/s390-64/configure.in: Moved to ...
23962         * sysdeps/s390/s390-64/configure.ac: ... here.
23963         * sysdeps/sh/configure.in: Moved to ...
23964         * sysdeps/sh/configure.ac: ... here.
23965         * sysdeps/sparc/configure.in: Moved to ...
23966         * sysdeps/sparc/configure.ac: ... here.
23967         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23968         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23969         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23970         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23971         * sysdeps/x86_64/configure.in: Moved to ...
23972         * sysdeps/x86_64/configure.ac: ... here.
23973         * sysdeps/x86_64/preconfigure.in: Moved to ...
23974         * sysdeps/x86_64/preconfigure.ac: ... here.
23975         * aclocal.m4: Change reference to configure.in to configure.ac.
23976         * config.h.in: Likewise.
23977         * manual/install.texi: Likewise.
23978         * manual/maint.texi: Likewise.
23979         * Makefile: Likewise.
23980         * malloc/Makefile: Likewise.
23981         * nscd/Makefile: Likewise.
23982         * Makeconfig: Change reference to configure.in and
23983         preconfigure.in to configure.ac and preconfigure.ac
23984         respectively.
23985         * INSTALL: Regenerated.
23986         * configure: Likewise.
23987         * sysdeps/gnu/configure: Likewise.
23988         * sysdeps/i386/configure: Likewise.
23989         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23990         * sysdeps/mach/configure: Likewise.
23991         * sysdeps/mach/hurd/configure: Likewise.
23992         * sysdeps/powerpc/configure: Likewise.
23993         * sysdeps/powerpc/powerpc32/configure: Likewise.
23994         * sysdeps/powerpc/powerpc64/configure: Likewise.
23995         * sysdeps/s390/s390-32/configure: Likewise.
23996         * sysdeps/s390/s390-64/configure: Likewise.
23997         * sysdeps/sh/configure: Likewise.
23998         * sysdeps/sparc/configure: Likewise.
23999         * sysdeps/unix/sysv/linux/configure: Likewise.
24000         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
24001         * sysdeps/x86_64/configure: Likewise.
24002         * sysdeps/x86_64/preconfigure: Likewise.
24004 2013-10-29  Andreas Schwab  <schwab@suse.de>
24006         * stdio-common/Makefile (tst-swscanf-ENV): Define.
24008 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24010         * benchtests/pow-inputs: Add new inputs.
24012         * benchtests/exp-inputs: Add new inputs.
24014         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
24015         conditional check for return value.
24016         (__cos32): Likewise.
24018 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24020         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
24021         to provide a boost for large inputs with word alignment.
24022         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
24023         implementation based on optimized PPC64 strcpy.
24024         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
24025         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
24026         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
24027         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
24029 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24031         [BZ #2801]
24032         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
24034 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24036         [BZ #14876]
24037         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
24038         * time/tst-strptime.c (day_tests): Add testcase.
24040 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24042         [BZ #14029]
24043         * manual/pattern.texi: Acknowledge that fnmatch can fail.
24045 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
24047         [BZ #16074]
24048         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
24049         MAP_FAILED on error.
24051 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24053         [BZ #16072]
24054         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
24055         heap for large requests.
24057 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
24059         [BZ #9954]
24060         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
24061         result if the result has no associated interface.
24062         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
24063         interface for all 127.X.Y.Z addresses.
24065 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
24067         * locale/iso-639.def: Add Ligurian (lij)
24069 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
24071         [BZ #15825]
24072         * sunrpc/rpc_main.c: Document rpcgen -5.
24074 2013-10-19  Michael Stahl  <mstahl@redhat.com>
24076         * elf/rtld.c (do_preload): Print the reason why preloading failed.
24078 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24080         [BZ #10278]
24081         * posix/glob.c: Match only directories when trailing slash is present.
24082         * posix/tst-gnuglob.c (my_opendir): Do not open files.
24083         (main): Add testcase.
24085 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24087         [BZ #15670]
24088         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
24090 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
24092         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
24093         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
24094         AUTH_DES and cindex for FIPS 140-2.
24095         (DES Encryption): Add cindex FIPS 46-3.
24097         * locale/locarchive.h (struct locarhandle): Add fname.
24098         * locale/programs/localedef.c (main): Pass ARGV[remaining]
24099         if an optional argument was specified to --list-archive,
24100         otherwise NULL.
24101         * locale/programs/locarchive.c (show_archive_content): Take new
24102         argument fname and pass it via ah.fname to open_archive.
24103         * locale/programs/localedef.h: Update decl.
24104         (open_archive): If AH->fname is non-null, open that file
24105         rather than the default file name, and don't ignore ENOENT.
24106         (create_archive): Set AH.fname to NULL.
24107         (delete_locales_from_archive): Likewise.
24108         (add_locales_to_archive): Likewise.
24109         * locale/programs/locfile.c (write_all_categories): Likewise.
24111 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
24112             Aldy Hernandez  <aldyh@redhat.com>
24114         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24115         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24116         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24117         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24118         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24119         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24120         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24121         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24122         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24123         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24124         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24125         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24126         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24127         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24128         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24129         Likewise.
24130         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24131         Likewise.
24132         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24133         Likewise.
24134         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24135         Likewise.
24136         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24137         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24138         Likewise.
24139         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24140         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24141         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24142         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24143         Likewise.
24144         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24145         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24146         * sysdeps/powerpc/preconfigure: Likewise.
24147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24148         Likewise.
24149         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24150         Replace contents of file by #include of <fenv_libc.h>.
24151         * sysdeps/powerpc/soft-fp/sfp-machine.h
24152         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24153         and <sys/prctl.h>.
24154         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24155         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24156         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24157         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24158         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24159         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24160         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24161         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24162         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24163         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24164         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24165         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24167         Allow copysignl PLT reference to be missing.
24169 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24170             Joseph Myers  <joseph@codesourcery.com
24172         [BZ #15948]
24173         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24174         single character.
24175         (add_to_tablewc): Assert sequence of wide characters is nonempty.
24177 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24179         * elf/tst-tls-dlinfo.c: Don't include tls.h.
24180         * elf/tst-tls1.c: Likewise.
24181         * elf/tst-tls10.h: Likewise.
24182         * elf/tst-tls14.c: Likewise.
24183         * elf/tst-tls2.c: Likewise.
24184         * elf/tst-tls3.c: Likewise.
24185         * elf/tst-tls4.c: Likewise.
24186         * elf/tst-tls5.c: Likewise.
24187         * elf/tst-tls6.c: Likewise.
24188         * elf/tst-tls7.c: Likewise.
24189         * elf/tst-tls8.c: Likewise.
24190         * elf/tst-tls9.c: Likewise.
24191         * elf/tst-tlsmod1.c: Likewise.
24192         * elf/tst-tlsmod13.c: Likewise.
24193         * elf/tst-tlsmod13a.c: Likewise.
24194         * elf/tst-tlsmod14a.c: Likewise.
24195         * elf/tst-tlsmod16a.c: Likewise.
24196         * elf/tst-tlsmod16b.c: Likewise.
24197         * elf/tst-tlsmod2.c: Likewise.
24198         * elf/tst-tlsmod3.c: Likewise.
24199         * elf/tst-tlsmod4.c: Likewise.
24200         * elf/tst-tlsmod5.c: Likewise.
24201         * elf/tst-tlsmod6.c: Likewise.
24203 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
24205         [BZ #12486]
24206         * malloc/malloc.c: remove checks for statistics.
24208 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24210         [BZ #15277]
24211         * inet/inet_net.c (inet_network): Detect additional invalid strings.
24212         * inet/tst-network.c: Add testcase.
24214 2013-10-17  Andreas Schwab  <schwab@suse.de>
24216         [BZ #15218]
24217         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
24218         to determine canonical name.
24220 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24222         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
24223         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
24224         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
24225         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
24226         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
24227         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
24228         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
24229         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
24230         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
24231         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
24232         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24233         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
24234         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24235         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
24236         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
24237         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
24238         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
24239         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
24240         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
24241         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
24242         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
24243         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
24244         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24245         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
24246         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
24247         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
24248         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
24249         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
24250         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
24251         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
24252         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24253         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24254         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24255         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24256         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24257         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24258         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24259         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24260         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24261         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24262         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24263         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24264         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24265         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24266         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24267         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24268         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24269         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24270         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24271         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24272         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24273         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24274         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24275         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24276         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24277         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24278         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24279         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24281 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24283         [BZ #16041]
24284         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24285         make result into a quiet NaN.
24287 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24289         * soft-fp/adddf3.c: Fix horizontal whitespace.
24290         * soft-fp/addsf3.c: Likewise.
24291         * soft-fp/addtf3.c: Likewise.
24292         * soft-fp/divdf3.c: Likewise.
24293         * soft-fp/divsf3.c: Likewise.
24294         * soft-fp/divtf3.c: Likewise.
24295         * soft-fp/double.h: Likewise.
24296         * soft-fp/eqdf2.c: Likewise.
24297         * soft-fp/eqsf2.c: Likewise.
24298         * soft-fp/eqtf2.c: Likewise.
24299         * soft-fp/extenddftf2.c: Likewise.
24300         * soft-fp/extended.h: Likewise.
24301         * soft-fp/extendsfdf2.c: Likewise.
24302         * soft-fp/extendsftf2.c: Likewise.
24303         * soft-fp/extendxftf2.c: Likewise.
24304         * soft-fp/fixdfdi.c: Likewise.
24305         * soft-fp/fixdfsi.c: Likewise.
24306         * soft-fp/fixdfti.c: Likewise.
24307         * soft-fp/fixsfdi.c: Likewise.
24308         * soft-fp/fixsfsi.c: Likewise.
24309         * soft-fp/fixsfti.c: Likewise.
24310         * soft-fp/fixtfdi.c: Likewise.
24311         * soft-fp/fixtfsi.c: Likewise.
24312         * soft-fp/fixtfti.c: Likewise.
24313         * soft-fp/fixunsdfdi.c: Likewise.
24314         * soft-fp/fixunsdfsi.c: Likewise.
24315         * soft-fp/fixunsdfti.c: Likewise.
24316         * soft-fp/fixunssfdi.c: Likewise.
24317         * soft-fp/fixunssfsi.c: Likewise.
24318         * soft-fp/fixunssfti.c: Likewise.
24319         * soft-fp/fixunstfdi.c: Likewise.
24320         * soft-fp/fixunstfsi.c: Likewise.
24321         * soft-fp/fixunstfti.c: Likewise.
24322         * soft-fp/floatdidf.c: Likewise.
24323         * soft-fp/floatdisf.c: Likewise.
24324         * soft-fp/floatditf.c: Likewise.
24325         * soft-fp/floatsidf.c: Likewise.
24326         * soft-fp/floatsisf.c: Likewise.
24327         * soft-fp/floatsitf.c: Likewise.
24328         * soft-fp/floattidf.c: Likewise.
24329         * soft-fp/floattisf.c: Likewise.
24330         * soft-fp/floattitf.c: Likewise.
24331         * soft-fp/floatundidf.c: Likewise.
24332         * soft-fp/floatundisf.c: Likewise.
24333         * soft-fp/floatunditf.c: Likewise.
24334         * soft-fp/floatunsidf.c: Likewise.
24335         * soft-fp/floatunsisf.c: Likewise.
24336         * soft-fp/floatunsitf.c: Likewise.
24337         * soft-fp/floatuntidf.c: Likewise.
24338         * soft-fp/floatuntisf.c: Likewise.
24339         * soft-fp/floatuntitf.c: Likewise.
24340         * soft-fp/fmadf4.c: Likewise.
24341         * soft-fp/fmasf4.c: Likewise.
24342         * soft-fp/fmatf4.c: Likewise.
24343         * soft-fp/gedf2.c: Likewise.
24344         * soft-fp/gesf2.c: Likewise.
24345         * soft-fp/getf2.c: Likewise.
24346         * soft-fp/ledf2.c: Likewise.
24347         * soft-fp/lesf2.c: Likewise.
24348         * soft-fp/letf2.c: Likewise.
24349         * soft-fp/muldf3.c: Likewise.
24350         * soft-fp/mulsf3.c: Likewise.
24351         * soft-fp/multf3.c: Likewise.
24352         * soft-fp/negdf2.c: Likewise.
24353         * soft-fp/negsf2.c: Likewise.
24354         * soft-fp/negtf2.c: Likewise.
24355         * soft-fp/op-1.h: Likewise.
24356         * soft-fp/op-2.h: Likewise.
24357         * soft-fp/op-4.h: Likewise.
24358         * soft-fp/op-8.h: Likewise.
24359         * soft-fp/op-common.h: Likewise.
24360         * soft-fp/quad.h: Likewise.
24361         * soft-fp/single.h: Likewise.
24362         * soft-fp/soft-fp.h: Likewise.
24363         * soft-fp/sqrtdf2.c: Likewise.
24364         * soft-fp/sqrtsf2.c: Likewise.
24365         * soft-fp/sqrttf2.c: Likewise.
24366         * soft-fp/subdf3.c: Likewise.
24367         * soft-fp/subsf3.c: Likewise.
24368         * soft-fp/subtf3.c: Likewise.
24369         * soft-fp/truncdfsf2.c: Likewise.
24370         * soft-fp/trunctfdf2.c: Likewise.
24371         * soft-fp/trunctfsf2.c: Likewise.
24372         * soft-fp/trunctfxf2.c: Likewise.
24373         * soft-fp/unorddf2.c: Likewise.
24374         * soft-fp/unordsf2.c: Likewise.
24375         * soft-fp/unordtf2.c: Likewise.
24377 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24379         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24380         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24382 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24384         * elf/dl-libc.c: Clear initfini list after freeing.
24386 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24388         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24389         * soft-fp/addsf3.c: Likewise.
24390         * soft-fp/addtf3.c: Likewise.
24391         * soft-fp/divdf3.c: Likewise.
24392         * soft-fp/divsf3.c: Likewise.
24393         * soft-fp/divtf3.c: Likewise.
24394         * soft-fp/double.h: Likewise.
24395         * soft-fp/eqdf2.c: Likewise.
24396         * soft-fp/eqsf2.c: Likewise.
24397         * soft-fp/eqtf2.c: Likewise.
24398         * soft-fp/extenddftf2.c: Likewise.
24399         * soft-fp/extended.h: Likewise.
24400         * soft-fp/extendsfdf2.c: Likewise.
24401         * soft-fp/extendsftf2.c: Likewise.
24402         * soft-fp/extendxftf2.c: Likewise.
24403         * soft-fp/fixdfdi.c: Likewise.
24404         * soft-fp/fixdfsi.c: Likewise.
24405         * soft-fp/fixdfti.c: Likewise.
24406         * soft-fp/fixsfdi.c: Likewise.
24407         * soft-fp/fixsfsi.c: Likewise.
24408         * soft-fp/fixsfti.c: Likewise.
24409         * soft-fp/fixtfdi.c: Likewise.
24410         * soft-fp/fixtfsi.c: Likewise.
24411         * soft-fp/fixtfti.c: Likewise.
24412         * soft-fp/fixunsdfdi.c: Likewise.
24413         * soft-fp/fixunsdfsi.c: Likewise.
24414         * soft-fp/fixunsdfti.c: Likewise.
24415         * soft-fp/fixunssfdi.c: Likewise.
24416         * soft-fp/fixunssfsi.c: Likewise.
24417         * soft-fp/fixunssfti.c: Likewise.
24418         * soft-fp/fixunstfdi.c: Likewise.
24419         * soft-fp/fixunstfsi.c: Likewise.
24420         * soft-fp/fixunstfti.c: Likewise.
24421         * soft-fp/floatdidf.c: Likewise.
24422         * soft-fp/floatdisf.c: Likewise.
24423         * soft-fp/floatditf.c: Likewise.
24424         * soft-fp/floatsidf.c: Likewise.
24425         * soft-fp/floatsisf.c: Likewise.
24426         * soft-fp/floatsitf.c: Likewise.
24427         * soft-fp/floattidf.c: Likewise.
24428         * soft-fp/floattisf.c: Likewise.
24429         * soft-fp/floattitf.c: Likewise.
24430         * soft-fp/floatundidf.c: Likewise.
24431         * soft-fp/floatundisf.c: Likewise.
24432         * soft-fp/floatunsidf.c: Likewise.
24433         * soft-fp/floatunsisf.c: Likewise.
24434         * soft-fp/floatuntidf.c: Likewise.
24435         * soft-fp/floatuntisf.c: Likewise.
24436         * soft-fp/floatuntitf.c: Likewise.
24437         * soft-fp/fmadf4.c: Likewise.
24438         * soft-fp/fmasf4.c: Likewise.
24439         * soft-fp/fmatf4.c: Likewise.
24440         * soft-fp/gedf2.c: Likewise.
24441         * soft-fp/gesf2.c: Likewise.
24442         * soft-fp/getf2.c: Likewise.
24443         * soft-fp/ledf2.c: Likewise.
24444         * soft-fp/lesf2.c: Likewise.
24445         * soft-fp/letf2.c: Likewise.
24446         * soft-fp/muldf3.c: Likewise.
24447         * soft-fp/mulsf3.c: Likewise.
24448         * soft-fp/multf3.c: Likewise.
24449         * soft-fp/negdf2.c: Likewise.
24450         * soft-fp/negsf2.c: Likewise.
24451         * soft-fp/negtf2.c: Likewise.
24452         * soft-fp/op-1.h: Likewise.
24453         * soft-fp/op-2.h: Likewise.
24454         * soft-fp/op-4.h: Likewise.
24455         * soft-fp/op-8.h: Likewise.
24456         * soft-fp/op-common.h: Likewise.
24457         * soft-fp/quad.h: Likewise.
24458         * soft-fp/single.h: Likewise.
24459         * soft-fp/soft-fp.h: Likewise.
24460         * soft-fp/sqrtdf2.c: Likewise.
24461         * soft-fp/sqrtsf2.c: Likewise.
24462         * soft-fp/sqrttf2.c: Likewise.
24463         * soft-fp/subdf3.c: Likewise.
24464         * soft-fp/subsf3.c: Likewise.
24465         * soft-fp/subtf3.c: Likewise.
24466         * soft-fp/truncdfsf2.c: Likewise.
24467         * soft-fp/trunctfdf2.c: Likewise.
24468         * soft-fp/trunctfsf2.c: Likewise.
24469         * soft-fp/trunctfxf2.c: Likewise.
24470         * soft-fp/unorddf2.c: Likewise.
24471         * soft-fp/unordsf2.c: Likewise.
24472         * soft-fp/unordtf2.c: Likewise.
24474 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24476         [BZ #15672]
24477         * misc/error.c (error_tail): Fix possible buffer overflow.
24479 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24481         [BZ #13028]
24482         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24483         address.
24485 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24487         [BZ #832]
24488         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24489         testing pipefail option.
24491 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24493         * soft-fp/double.h: Indent preprocessor directives inside #if.
24494         * soft-fp/extended.h: Likewise.
24495         * soft-fp/op-2.h: Likewise.
24496         * soft-fp/op-4.h: Likewise.
24497         * soft-fp/op-common.h: Likewise.
24498         * soft-fp/quad.h: Likewise.
24499         * soft-fp/single.h: Likewise.
24500         * soft-fp/soft-fp.h: Likewise.
24502 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24504         * iconv/iconv_prog.c: Fix typos.
24505         * stdio-common/psiginfo-data.h: Likewise.
24507 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24509         [BZ #15764]
24510         * locale/setlocale.c: Fix typo.
24512 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24514         [BZ #16036]
24515         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24516         signaling NaN arguments.
24517         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24518         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24520         [BZ #14910]
24521         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24522         unordered operands.
24523         * soft-fp/gesf2.c (__gesf2): Likewise.
24524         * soft-fp/getf2.c (__getf2): Likewise.
24525         * soft-fp/ledf2.c (__ledf2): Likewise.
24526         * soft-fp/lesf2.c (__lesf2): Likewise.
24527         * soft-fp/letf2.c (__letf2): Likewise.
24529         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24530         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24531         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24532         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24533         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24534         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24535         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24536         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24537         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24538         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24539         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24540         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24541         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24542         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24543         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24544         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24545         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24546         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24547         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24548         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24549         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24550         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24551         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24552         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24553         * soft-fp/floattidf.c (__floattidf): Likewise.
24554         * soft-fp/floattisf.c (__floattisf): Likewise.
24555         * soft-fp/floattitf.c (__floattitf): Likewise.
24556         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24557         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24558         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24559         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24560         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24561         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24562         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24563         * soft-fp/gesf2.c (__gesf2): Likewise.
24564         * soft-fp/getf2.c (__getf2): Likewise.
24565         * soft-fp/ledf2.c (__ledf2): Likewise.
24566         * soft-fp/lesf2.c (__lesf2): Likewise.
24567         * soft-fp/letf2.c (__letf2): Likewise.
24569         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24570         Undefine and redefine.
24571         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24572         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24573         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24574         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24575         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24576         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24577         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24578         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24579         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24580         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24581         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24582         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24583         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24584         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24585         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24587         [BZ #16032]
24588         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24589         without decrementing exponent if mantissa >= that for the
24590         denominator, not >.
24591         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24592         denominator, not >.  Decrement exponent in < case instead of
24593         incrementing in >= case.
24594         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24595         without decrementing exponent if mantissa >= that for the
24596         denominator, not >.
24598         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24599         computing saturated result for unsigned overflow.
24601 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24602             Jeff Law  <law@redhat.com>
24604         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24605         (atan2Mp): Add systemtap probe marker.
24606         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24607         (__ieee754_log): Add systemtap probe marker.
24608         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24609         (atanMp): Add systemtap probe marker.
24610         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24611         (tanMp): Add systemtap probe marker.
24612         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24613         (__slowexp): Add systemtap probe marker.
24614         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24615         (__slowpow): Add systemtap probe marker.
24616         * manual/probes.texi: Document probes.
24618 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24620         [BZ #15362]
24621         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24622         written.
24623         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24624         written.
24625         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24626         written to buffer but not flushed.
24627         * libio/iofwrite_u.c:  Likewise.
24628         * libio/iopadn.c:  Return bytes returned even if EOF was
24629         encountered.
24630         * libio/iowpadn.c:  Likewise.
24631         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24632         if _IO_padn does not write the whole buffer.
24633         [!COMPILE_WPRINTF] (PAD): Likewise.
24635 2013-10-10  David S. Miller  <davem@davemloft.net>
24637         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24638         directory block.
24640 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24642         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24643         instead of FSF address.
24644         * soft-fp/fixdfti.c: Likewise.
24645         * soft-fp/fixsfti.c: Likewise.
24646         * soft-fp/fixtfti.c: Likewise.
24647         * soft-fp/fixunsdfti.c: Likewise.
24648         * soft-fp/fixunssfti.c: Likewise.
24649         * soft-fp/fixunstfti.c: Likewise.
24650         * soft-fp/floattidf.c: Likewise.
24651         * soft-fp/floattisf.c: Likewise.
24652         * soft-fp/floattitf.c: Likewise.
24653         * soft-fp/floatuntidf.c: Likewise.
24654         * soft-fp/floatuntisf.c: Likewise.
24655         * soft-fp/floatuntitf.c: Likewise.
24656         * soft-fp/trunctfxf2.c: Likewise.
24658         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24659         * soft-fp/fixdfti.c: Likewise.
24660         * soft-fp/fixsfti.c: Likewise.
24661         * soft-fp/fixtfti.c: Likewise.
24662         * soft-fp/fixunsdfti.c: Likewise.
24663         * soft-fp/fixunssfti.c: Likewise.
24664         * soft-fp/fixunstfti.c: Likewise.
24665         * soft-fp/floattidf.c: Likewise.
24666         * soft-fp/floattisf.c: Likewise.
24667         * soft-fp/floattitf.c: Likewise.
24668         * soft-fp/floatuntidf.c: Likewise.
24669         * soft-fp/floatuntisf.c: Likewise.
24670         * soft-fp/floatuntitf.c: Likewise.
24671         * soft-fp/trunctfxf2.c: Likewise.
24673 2013-10-10  David S. Miller  <davem@davemloft.net>
24675         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24677 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24679         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24680         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24681         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24682         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24683         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24684         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24685         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24687         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24688         for NaNs before doing comparisons on argument.
24689         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24690         Likewise.
24692 2013-10-10  Will Newton  <will.newton@linaro.org>
24694         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24695         passed to _int_memalign does not overflow.
24697 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24699         * scripts/bench.pl: Add include-sources directive.
24700         * benchtests/README: Update documentation.
24702 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24704         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24705         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24706         instead of FP_INIT_ROUNDMODE.
24707         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24708         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24710         [BZ #16034]
24711         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24712         copy class of input value.
24713         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24714         not handle exceptions.
24715         * soft-fp/negsf2.c (__negsf2): Likewise.
24716         * soft-fp/negtf2.c (__negtf2): Likewise.
24717         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24719 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24721         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24722         semicolon.  From Linux kernel.
24724 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24726         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24728 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24730         [BZ #156]
24731         * manual/socket.texi: Added statement about buffer
24732         for gethostbyname2_r.
24734 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24736         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24737         Use .p2align directive instead, throughout.
24738         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24739         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24740         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24741         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24742         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24743         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24744         * sysdeps/x86_64/strchr.S: Likewise.
24745         * sysdeps/x86_64/strrchr.S: Likewise.
24747 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24749         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24751         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24753         * sysdeps/generic/math_private.h (__mpsin1): Remove
24754         declaration.
24755         (__mpcos1): Likewise.
24756         (__mpsin): New argument __range_reduce.
24757         (__mpcos): Likewise.
24758         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24759         (slow): Use __mpsin and __mpcos.
24760         (slow1): Likewise.
24761         (slow2): Likewise.
24762         (sloww): Likewise.
24763         (sloww1): Likewise.
24764         (sloww2): Likewise.
24765         (bsloww): Likewise.
24766         (bsloww1): Likewise.
24767         (bsloww2): Likewise.
24768         (cslow2): Likewise.
24769         (csloww): Likewise.
24770         (csloww1): Likewise.
24771         (csloww2): Likewise.
24772         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24773         range_reduce.  Merge in __mpsin1.
24774         (__mpcos): Likewise.
24775         (__mpsin1): Remove.
24776         (__mpcos1): Likewise.
24778 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24780         * locale/loadlocale.c (_nl_intern_locale_data): Use
24781         LOCFILE_ALIGNED_P.
24782         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24783         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24784         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24785         obstack data is appropriately aligned.
24786         (obstack_int32_grow_fast): Likewise.
24787         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24788         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24789         (add_locale_uint32_array): Likewise.
24791 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24793         * benchtests/Makefile: Remove ARGLIST and RET variables.
24794         ($(objpfx)bench-%.c): Pass only function name to the script.
24795         * benchtests/README: Update documentation.
24796         * benchtests/acos-inputs: Add new directives.
24797         * benchtests/acosh-inputs: Likewise.
24798         * benchtests/asin-inputs: Likewise.
24799         * benchtests/asinh-inputs: Likewise.
24800         * benchtests/atan-inputs: Likewise.
24801         * benchtests/atanh-inputs: Likewise.
24802         * benchtests/cos-inputs: Likewise.
24803         * benchtests/cosh-inputs: Likewise.
24804         * benchtests/exp-inputs: Likewise.
24805         * benchtests/log-inputs: Likewise.
24806         * benchtests/pow-inputs: Likewise.
24807         * benchtests/rint-inputs: Likewise.
24808         * benchtests/sin-inputs: Likewise.
24809         * benchtests/sinh-inputs: Likewise.
24810         * benchtests/tan-inputs: Likewise.
24811         * benchtests/tanh-inputs: Likewise.
24812         * scripts/bench.pl: Add support for new directives.
24814 2013-10-07  Alan Modra  <amodra@gmail.com>
24816         * README: Fix careless merge.
24818 2013-10-05  Alan Modra  <amodra@gmail.com>
24820         * NEWS: Mention powerpc64le support and bugs fixed.
24821         * README: Both big-endian and little-endian powerpc64 supported.
24823 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24825         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24826         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24827         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24828         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24830 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24832         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24833         match prototype.
24835 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24837         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24838         Move -mhard-float appending from
24839         ports/sysdeps/powerpc/powerpc32/Makefile.
24840         [$(with-fp) = yes] (ASFLAGS): Likewise.
24841         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24842         * sysdeps/powerpc/nofpu: Move directory from
24843         ports/sysdeps/powerpc/nofpu.
24844         * sysdeps/powerpc/soft-fp: Move directory from
24845         ports/sysdeps/powerpc/soft-fp.
24846         * sysdeps/powerpc/powerpc32/405: Move directory from
24847         ports/sysdeps/powerpc/powerpc32/405.
24848         * sysdeps/powerpc/powerpc32/440: Move directory from
24849         ports/sysdeps/powerpc/powerpc32/440.
24850         * sysdeps/powerpc/powerpc32/464: Move directory from
24851         ports/sysdeps/powerpc/powerpc32/464.
24852         * sysdeps/powerpc/powerpc32/476: Move directory from
24853         ports/sysdeps/powerpc/powerpc32/476.
24854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24855         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24857         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24859         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24861         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24863         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24864         * README: Update for powerpc-*-linux-gnu software floating point
24865         support in libc.
24867         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24868         case to powerpc/powerpc32*.
24869         * sysdeps/unix/sysv/linux/configure: Regenerated.
24871         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24872         (_FPU_MASK_OM): Define as 0x04.
24873         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24874         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24875         0x00c10080.
24876         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24877         0x0000003c.
24878         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24881         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24882         getcontext_e500.
24883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24884         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24885         setcontext_e500.
24886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24887         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24888         and setcontext_e500.
24890 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24892         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24894 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24896         * manual/threads.texi (Default Thread Attributes): Fix typo.
24898 2013-10-04  Will Newton  <will.newton@linaro.org>
24900         * malloc/Makefile: Add tst-memalign.
24901         * malloc/tst-memalign.c: New file.
24903         * malloc/tst-posix_memalign.c: Add comments.
24904         (do_test): Add comments and call free on all potentially
24905         allocated pointers. Add space after cast.
24907         * malloc/tst-pvalloc.c: Add comments.
24908         (do_test): Add comments and call free on all potentially
24909         allocated pointers. Remove duplicate check for NULL pointer.
24910         Add space after cast.
24912         * malloc/tst-valloc.c: Add comments.
24913         (do_test): Add comments and call free on all potentially
24914         allocated pointers. Remove duplicate check for NULL pointer.
24915         Add space after cast.
24917 2013-10-04  Alan Modra  <amodra@gmail.com>
24919         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24920         Use stdint types in rather than __attribute__((mode())).
24921         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24923 2013-10-04  Alan Modra  <amodra@gmail.com>
24925         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24926         Correct handling of unaligned relocs for little-endian.
24927         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24929 2013-10-04  Alan Modra  <amodra@gmail.com>
24931         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24932         * configure: Regenerate.
24933         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24934         * shlib-versions: Likewise.
24936 2013-10-04  Alan Modra  <amodra@gmail.com>
24938         * string/tester.c (test_memrchr): Increment reported test cycle.
24940 2013-10-04  Alan Modra  <amodra@gmail.com>
24942         * string/test-memcpy.c (do_one_test): When reporting errors, print
24943         string address and don't overrun end of string.
24945 2013-10-04  Alan Modra  <amodra@gmail.com>
24947         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24948         insrdi.  Make better use of reg selection to speed exit slightly.
24949         Schedule entry path a little better.  Remove useless "are we done"
24950         checks on entry to main loop.  Handle wrapping around zero address.
24951         Correct main loop count.  Handle single left-over word from main
24952         loop inline rather than by using loop_small.  Remove extra word
24953         case in loop_small caused by wrong loop count.  Add little-endian
24954         support.
24955         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24956         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24957         cache hint.
24958         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24959         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24960         support.  Avoid rlwimi.
24961         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24963 2013-10-04  Alan Modra  <amodra@gmail.com>
24965         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24966         insrdi.  Formatting.
24967         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24968         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24969         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24970         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24971         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24972         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24974 2013-10-04  Alan Modra  <amodra@gmail.com>
24976         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24977         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24978         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24979         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24980         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24981         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24982         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24983         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24984         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24985         use of regs.  Use power7 mtocrf.  Tidy function tails.
24987 2013-10-04  Alan Modra  <amodra@gmail.com>
24989         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24990         Formatting.  Consistently use rXXX register defines or rN defines.
24991         Use early exit labels that avoid restoring unused non-volatile regs.
24992         Make cr field use more consistent with rWORDn compares.  Rename
24993         regs used as shift registers for unaligned loop, using rN defines
24994         for short lifetime/multiple use regs.
24995         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24996         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24997         addi 1,1,64 to pop stack frame.  Simplify return value code.
24998         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25000 2013-10-04  Alan Modra  <amodra@gmail.com>
25002         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
25003         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
25004         rather than rlwimi.
25005         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
25006         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
25007         little-endian support.  Correct typos.
25008         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
25009         rather than rlwimi.
25010         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
25011         in loop and entry code to keep "and." results.
25012         (strchr): Add little-endian support.  Comment.  Move cntlzd
25013         earlier in tail.
25014         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
25016 2013-10-04  Alan Modra  <amodra@gmail.com>
25018         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
25019         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
25020         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
25021         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
25023 2013-10-04  Alan Modra  <amodra@gmail.com>
25025         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
25026         (rTMP): Define as r11.
25027         (strcmp): Add little-endian support.  Optimise tail.
25028         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
25029         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25030         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25031         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25032         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25033         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25034         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25036 2013-10-04  Alan Modra  <amodra@gmail.com>
25038         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
25039         little-endian support.  Remove unnecessary "are we done" tests.
25040         Handle "s" wrapping around zero and extremely large "size".
25041         Correct main loop count.  Handle single left-over word from main
25042         loop inline rather than by using small_loop.  Correct comments.
25043         Delete "zero" tail, use "end_max" instead.
25044         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
25046 2013-10-04  Alan Modra  <amodra@gmail.com>
25048         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
25049         support.  Don't branch over align.
25050         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
25051         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
25052         support.  Rearrange tmp reg use to suit.  Comment.
25053         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
25055 2013-10-04  Alan Modra  <amodra@gmail.com>
25057         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
25059 2013-10-04  Alan Modra  <amodra@gmail.com>
25061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
25062         conditional form of branch and link when obtaining pc.
25063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
25065 2013-10-04  Alan Modra  <amodra@gmail.com>
25067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
25068         HIWORD/LOWORD.
25069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
25070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
25072 2013-10-04  Alan Modra  <amodra@gmail.com>
25074         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
25075         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
25076         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
25077         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
25078         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25079         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25080         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
25081         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25082         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
25083         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
25085 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25086             Alistair Popple <alistair@ozlabs.au.ibm.com>
25087             Alan Modra <amodra@gmail.com>
25089         [BZ #15723]
25090         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
25091         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
25092         _dl_hwcap access for little-endian.
25093         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
25094         destroy vmx regs when saving unaligned.
25095         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
25096         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
25097         destroy vmx regs when saving unaligned.
25099 2013-10-04  Alan Modra  <amodra@gmail.com>
25101         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25102         Don't use a union to pack hi/low value.
25104 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25106         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25107         for little-endian.
25108         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25109         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25110         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25111         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25112         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25114 2013-10-04  Alan Modra  <amodra@gmail.com>
25116         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25117         constants to usual value for .cst8 section, and remove redundant
25118         high address load.
25119         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25120         constant for 0x1p52.  Load little-endian words of double from
25121         correct stack offsets.
25123 2013-10-04  Alan Modra  <amodra@gmail.com>
25125         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25126         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25127         words of double from correct stack offsets.
25128         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25129         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25130         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25131         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25132         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25133         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25134         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25135         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25136         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25137         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25138         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25139         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25140         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25141         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25142         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25143         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25144         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25146 2013-10-04  Alan Modra  <amodra@gmail.com>
25148         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25149         64-bit int/double union.
25150         (_FPU_SETCW): Likewise.
25151         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25152         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25154 2013-10-04  Alan Modra  <amodra@gmail.com>
25156         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25157         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25159 2013-10-04  Alan Modra  <amodra@gmail.com>
25161         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25162         use vector int constants.
25163         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25165 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25167         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25168         array with long long.
25169         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25170         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25171         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25172         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25173         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25174         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25175         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25176         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25177         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25178         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25179         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25180         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
25181         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
25183 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25185         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
25186         (__signbit): Likewise.  Correct for little-endian.
25187         (__signbitl): Call __signbit.
25188         (lrint): Correct for little-endian.
25189         (lrintf): Call lrint.
25191 2013-10-04  Alan Modra  <amodra@gmail.com>
25193         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
25194         union 32-bit int array member with 64-bit int array.
25195         (t515, tm256): Double rather than long double.
25196         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
25198 2013-10-04  Alan Modra  <amodra@gmail.com>
25200         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
25201         Delete.
25202         (IEEE854_LONG_DOUBLE_BIAS): Delete.
25203         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
25204         version of math_ldbl.h.
25206 2013-10-04  Alan Modra  <amodra@gmail.com>
25208         [BZ #15734], [BZ #15735]
25209         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
25210         all uses of ieee875 long double macros and unions.  Simplify test
25211         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
25212         ldbl_extract_mantissa value for ix,iy exponents.  Properly
25213         normalize after ldbl_extract_mantissa, and don't add hidden bit
25214         already handled.  Don't treat low word of ieee854 mantissa like
25215         low word of IBM long double and mask off bit when testing for
25216         zero.
25217         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
25218         all uses of ieee875 long double macros and unions.  Simplify tests
25219         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
25220         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
25221         two1022, instead use their values.  Recognise that tests for large
25222         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
25223         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
25224         Rewrite all uses of ieee875 long double macros and unions.  Simplify
25225         test for 0.0L and nan.  Correct negation.
25226         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
25227         ieee875 long double macros and unions.  Correct output for large
25228         magnitude x.  Correct absolute value calculation.
25229         (__erfcl): Likewise.
25230         * math/libm-test.inc: Add tests for errors discovered in IBM long
25231         double versions of fmodl, remainderl, erfl and erfcl.
25233 2013-10-04  Alan Modra  <amodra@gmail.com>
25235         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
25236         all uses of ieee854 long double macros and unions.  Simplify tests
25237         for long doubles that are fully specified by the high double.
25238         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25239         Likewise.
25240         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
25241         Remove dead code too.
25242         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
25243         (__ieee754_ynl): Likewise.
25244         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
25245         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
25246         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
25247         Remove dead code too.
25248         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25249         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
25250         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
25251         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25252         Simplify.
25253         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25254         Simplify.
25255         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25256         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25257         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25258         Comment on variable precision.
25259         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25260         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25261         Likewise.
25262         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25263         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25264         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25265         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25266         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25268 2013-10-04  Alan Modra  <amodra@gmail.com>
25270         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25271         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25272         all uses of ieee854 long double macros and unions.
25273         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25274         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25275         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25276         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25277         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25278         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25279         Likewise.
25280         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25281         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25282         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25283         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25284         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25285         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25286         Simplify sign and nan test too.
25287         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25288         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25289         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25290         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25291         Likewise.
25292         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25293         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25294         Likewise.
25295         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25296         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25297         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25298         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25299         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25300         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25302 2013-10-04  Alan Modra  <amodra@gmail.com>
25304         * stdio-common/printf_size.c (__printf_size): Don't use
25305         union ieee854_long_double in fpnum union.
25306         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25307         signbit macro to retrieve sign from long double.
25308         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25309         retrieve sign from long double.
25310         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25311         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25312         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25313         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25314         * math/test-misc.c (main): Don't use union ieee854_long_double.
25316 2013-10-04  Alan Modra  <amodra@gmail.com>
25318         [BZ #15680]
25319         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25320         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25321         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25322         calculation.  Remove unnecessary test for denormal exponent.
25323         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25324         Correct handling of denormals.  Avoid undefined shift behaviour.
25325         Correct normalisation of low mantissa when low double is denormal.
25326         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25327         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25328         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25329         Correct normalisation of low mantissa.  Test for overflow of high
25330         mantissa and normalise.
25331         (ldbl_nearbyint): Use more readable constant for two52.
25332         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25333         (__mpn_construct_long_double): Fix test for overflow of high
25334         mantissa and correct normalisation.  Avoid undefined shift.
25336 2013-10-04  Alan Modra  <amodra@gmail.com>
25338         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25339         (union ibm_extended_long_double): Define as an array of ieee754_double.
25340         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25341         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25342         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25343         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25344         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25345         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25346         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25347         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25348         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25349         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25350         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25352 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25354         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25355         page size instead of calling getpagesize.
25357         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25358         (LOCFILE_ALIGN_MASK): Likewise.
25359         (LOCFILE_ALIGN_UP): Likewise.
25360         (LOCFILE_ALIGNED_P): Likewise.
25361         * locale/programs/ld-collate.c (collate_output): Use the new
25362         macros instead of __alignof__ (int32_t).
25363         * locale/weight.h (findidx): Likewise.
25365 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25367         [BZ #431]
25368         * manual/string.texi: Fix strncat and wcsncat.
25370 2013-10-03  Brooks Moses  <bmoses@google.com>
25372         [BZ #15915]
25373         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25374         * Makerules: ...here, and adjust associated comments.
25376 2013-10-02  Will Newton  <will.newton@linaro.org>
25378         * malloc/Makefile: Add tst-pvalloc.
25379         * malloc/tst-pvalloc.c: New file.
25381 2013-10-02  Will Newton  <will.newton@linaro.org>
25383         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25384         improve test coverage.
25386 2013-10-02  Will Newton  <will.newton@linaro.org>
25388         * malloc/Makefile: Add tst-posix_memalign.
25389         * malloc/tst-posix_memalign.c: New file.
25391 2013-10-01  Eric Blake  <eblake@redhat.com>
25393         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25394         Use __THROWNL rather than __THROW on static functions.
25396 2013-09-30  Petr Machata  <pmachata@redhat.com>
25398         * elf/elf.h (R_AARCH64_ABS16): New macro.
25399         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25400         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25401         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25402         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25403         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25404         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25405         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25406         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25407         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25408         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25409         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25410         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25411         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25412         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25413         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25414         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25415         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25416         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25417         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25418         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25419         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25420         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25421         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25422         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25423         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25424         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25425         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25426         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25427         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25428         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25429         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25430         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25431         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25432         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25433         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25434         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25435         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25436         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25437         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25438         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25439         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25440         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25441         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25442         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25443         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25444         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25445         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25446         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25447         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25448         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25449         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25450         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25451         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25452         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25453         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25454         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25455         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25456         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25457         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25458         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25459         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25460         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25461         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25462         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25463         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25464         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25465         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25466         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25467         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25468         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25469         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25470         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25471         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25472         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25473         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25474         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25475         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25476         (R_AARCH64_TLSDESC_LDR): Likewise.
25477         (R_AARCH64_TLSDESC_ADD): Likewise.
25478         (R_AARCH64_TLSDESC_CALL): Likewise.
25480 2013-09-30  Andreas Schwab  <schwab@suse.de>
25482         [BZ #15048]
25483         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25484         the nss database lookup.
25485         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25486         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25488 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25490         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25492 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25494         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25495         ${Bash-specific parameter/pattern/string} parameter expansion.
25496         * sysdeps/unix/make-syscalls.sh: Likewise.
25498 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25500         * sysdeps/sh/stackguard-macros.h: New file.
25502 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25504         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25505         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25506         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25507         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25508         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25509         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25511 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25513         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25514         Fix thread ID register.
25516 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25518         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25519         [POSIX || UNIX98]: Require rather than permitting all symbols from
25520         <time.h>.
25521         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25522         element of struct sched_param.
25523         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25524         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25525         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25526         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25527         constant.
25529 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25531         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25532         argument calculation.
25534 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25536         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25537         Expect macro.
25538         [POSIX] (pthread_attr_t): Do not require type.
25539         [POSIX] (pthread_cond_t): Likewise.
25540         [POSIX] (pthread_condattr_t): Likewise.
25541         [POSIX] (pthread_key_t): Likewise.
25542         [POSIX] (pthread_mutex_t): Likewise.
25543         [POSIX] (pthread_mutexattr_t): Likewise.
25544         [POSIX] (pthread_once_t): Likewise.
25545         [POSIX] (pthread_t): Likewise.
25546         [POSIX-based standards] (pthread_atfork): Expect function.
25548 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25549             Richard Sandiford  <richard@codesourcery.com>
25551         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25552         (swap_endianness_p): New extern variable.
25553         (set_big_endian): New inline function.
25554         (maybe_swap_uint32): Likewise.
25555         (maybe_swap_uint32_array): Likewise.
25556         (maybe_swap_uint32_obstack): Likewise.
25557         * locale/programs/locfile.c: Include <stdbool.h>.
25558         (swap_endianness_p): New variable.
25559         (add_locale_uint32): Call maybe_swap_uint32.
25560         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25561         (write_locale_data): Call maybe_swap_uint32_array.
25562         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25563         maybe_swap_uint32.
25564         (obstack_int32_grow_fast): Likewise.
25565         (output_weightwc): Call maybe_swap_uint32_obstack.
25566         (collate_output): Likewise.
25567         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25568         (OPT_LITTLE_ENDIAN): Likewise.
25569         (options): Add --little-endian and --big-endian options.
25570         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25571         * locale/programs/locarchive.c: Include "locfile.h".
25572         (GET): New macro.
25573         (SET): Likewise.
25574         (INC): Likewise.
25575         (create_archive): Use the new macros to access fields of
25576         structures directly mapped from or written to locale archives.
25577         (oldlocrecentcmp): Likewise.
25578         (enlarge_archive): Likewise.
25579         (insert_name): Likewise.
25580         (add_alias): Likewise.
25581         (add_locale): Likewise.
25582         (delete_locales_from_archive): Likewise.
25583         (show_archive_content): Likewise.
25584         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25585         locale data.
25587 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25589         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25590         http://www.gnu.org/doc/freemanuals.texi.
25591         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25593 2013-09-24  Will Newton  <will.newton@linaro.org>
25595         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25596         macro.
25598 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25600         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25601         unsigned char.
25603 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25605         * manual/threads.texi (POSIX Threads): Fix a typo.
25607 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25609         [BZ #14547]
25610         * string/tst-strcoll-overflow.c: New test case.
25611         * string/Makefile (xtests): Add tst-strcoll-overflow.
25612         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25613         cache if string sizes may cause integer overflow.
25615         [BZ #14547]
25616         * string/strcoll_l.c (coll_seq): New members rule, idx,
25617         save_idx and back_us.
25618         (get_next_seq_nocache): New function.
25619         (do_compare_nocache): New function.
25620         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25621         when malloc fails.
25623 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25625         [BZ #15754]
25626         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25627         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25628         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25630         [BZ #15754]
25631         * elf/Makefile (tests): Add tst-ptrguard1.
25632         (tests-static): Add tst-ptrguard1-static.
25633         (tst-ptrguard1-ARGS): Define.
25634         (tst-ptrguard1-static-ARGS): Define.
25635         * elf/tst-ptrguard1.c: New file.
25636         * elf/tst-ptrguard1-static.c: New file.
25637         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25638         * sysdeps/i386/stackguard-macros.h: Likewise.
25639         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25640         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25641         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25642         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25643         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25644         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25646 2013-09-23  Hector Marco  <hecmargi@upv.es>
25647             Ismael Ripoll  <iripoll@disca.upv.es>
25648             Carlos O'Donell  <carlos@redhat.com>
25650         [BZ #15754]
25651         * sysdeps/generic/stackguard-macros.h: Define
25652         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25653         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25654         Define __pointer_chk_guard_local.
25655         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25656         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25658 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25660         [BZ #15859]
25661         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25663 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25665         * include/string.h (__ffs): Declare as hidden.
25666         * string/ffs.c (__ffs): Define as hidden.
25667         * sysdeps/i386/ffs.c (__ffs): Likewise.
25668         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25669         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25670         * sysdeps/s390/ffs.c (__ffs): Likewise.
25671         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25673 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25675         * NEWS: Mention malloc probes.
25677         * malloc/arena.c (new_heap): New memory_heap_new probe.
25678         (grow_heap): New memory_heap_more probe.
25679         (shrink_heap): New memory_heap_less probe.
25680         (heap_trim): New memory_heap_free probe.
25681         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25682         (systrim): New memory_sbrk_less probe.
25683         * manual/probes.texi: Document them.
25685         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25686         * manual/probes.texi: Document it.
25688         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25689         (__libc_realloc): Add memory_realloc_retry probe.
25690         (__libc_memalign): Add memory_memalign_retry probe.
25691         (__libc_valloc): Add memory_valloc_retry probe.
25692         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25693         (__libc_calloc): Add memory_calloc_retry probe.
25694         * manual/probes.texi: Document them.
25696         * malloc/arena.c (get_free_list): Add probe
25697         memory_arena_reuse_free_list.
25698         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25699         and memory_arena_reuse.
25700         (arena_get2) [!PER_THREAD]: Likewise.
25701         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25702         memory_arena_reuse_realloc.
25703         * manual/probes.texi: Document them.
25705         * malloc/malloc.c (__libc_free): Add
25706         memory_mallopt_free_dyn_thresholds probe.
25707         (__libc_mallopt): Add multiple memory_mallopt probes.
25708         * manual/probes.texi: Document them.
25710         * malloc/malloc.c: Include stap-probe.h.
25711         (__libc_mallopt): Add memory_mallopt probe.
25712         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25713         * manual/probes.texi: New.
25714         * manual/Makefile (chapters): Add probes.
25715         * manual/threads.texi: Set next node.
25717 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25719         [BZ #15963, #13985]
25720         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25721         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25722         Add `Chinese' to `nan' entry name.
25724 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25726         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25727         (POLYNOMIAL): Likewise.
25728         (TAYLOR_SINCOS): Likewise.
25729         (TAYLOR_SLOW): Likewise.
25730         (__sin): Use TAYLOR_SINCOS.
25731         (__cos): Likewise.
25732         (slow): Use TAYLOR_SLOW.
25733         (sloww): Likewise.
25734         (bsloww): Likewise.
25735         (csloww): Likewise.
25737 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25739         * stdlib/strtod_l.c: Fix buffer overrun.
25741 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25743         * benchtests/Makefile (bench): Add sincos.
25744         * benchtests/bench-sincos.c: New file.
25746         * math/libm-test.inc (cos_test_data): New test inputs.
25747         (sin_test_data): Likewise.
25749         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25750         macro.
25751         (__sin): Use it.
25752         (__cos): Likewise.
25753         (slow1): Likewise.
25754         (slow2): Likewise.
25755         (sloww1): Likewise.
25756         (sloww2): Likewise.
25757         (bsloww1): Likewise.
25758         (bsloww2): Likewise.
25759         (cslow2): Likewise.
25760         (csloww1): Likewise.
25761         (csloww2): Likewise.
25763         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25764         function.
25765         (__sin): Use it.
25766         (__cos): Likewise.
25768         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25769         gotos.
25770         (__cos): Likewise.
25772 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25774         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25775         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25776         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25777         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25778         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25779         * elf/cache.c (print_entry): Handle the new cache flags.
25781 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25782             Aldy Hernandez  <aldyh@redhat.com>
25784         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25785         Change condition to [_SOFT_FLOAT].
25786         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25787         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25788         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25789         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25790         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25791         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25792         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25793         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25794         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25795         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25796         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25797         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25798         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25799         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25800         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25801         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25802         declaration.
25804 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25806         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25807         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25808         (__longjmp): Use LOAD_GP to load saved GPRs.
25809         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25810         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25811         (__sigsetjmp): Use SAVE_GP to save GPRs.
25813         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25814         Do not append -msoft-float.
25815         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25817 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25819         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25821 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25823         [BZ #15966]
25824         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25825         (_FPU_GETCW): Use initial "__" on variable and field names but not
25826         on macro parameter name.
25827         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25828         parentheses around reference to macro parameter.
25830 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25832         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25833         prototype.
25834         (ctype_startup): Use uint32_t in cast and sizeof for
25835         ctype->charnames.
25837 2013-09-11  Jia Liu  <proljc@gmail.com>
25839         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25840         __daddr_t_defined.
25841         [__FreeBSD__]: Likewise.
25843 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25845         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25846         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25847         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25848         (strchr): Remove __strchr_sse42 ifunc selection.
25849         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25850         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25852 2013-09-11  Will Newton  <will.newton@linaro.org>
25854         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25855         parameter to RES. Remove hardcoded 1000 value.
25856         * benchtests/bench-skeleton.c (main): Pass RES parameter
25857         to TIMING_INIT and multiply result by 1000.
25859 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25861         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25863 2013-09-11  Andreas Schwab  <schwab@suse.de>
25865         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25866         if not defined.
25867         (O_TMPFILE) [__USE_GNU]: Define.
25868         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25869         Define.
25871 2013-09-11  Will Newton  <will.newton@linaro.org>
25873         [BZ #15857]
25874         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25875         does not overflow.
25877 2013-09-11  Will Newton  <will.newton@linaro.org>
25879         [BZ #15856]
25880         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25881         does not overflow.
25883 2013-09-11  Will Newton  <will.newton@linaro.org>
25885         [BZ #15855]
25886         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25887         does not overflow.
25889 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25891         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25892         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25893         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25894         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25895         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25897 2013-09-10  Allan McRae  <allan@archlinux.org>
25899         [BZ #15748]
25900         * manual/arith.texi (Parsing of Floats): Clarify
25901         cross-reference.
25903         [BZ #15849]
25904         * manual/install.texi (Running make install): Mention
25905         --enable-pt-chown.
25906         * INSTALL: Regenerated.
25908 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25910         * csu/init-first.c (_init): Remove the !SHARED condition around
25911         FPU control word initialization.
25912         * elf/dl-support.c (_dl_fpu_control): New variable.
25913         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25914         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25915         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25916         * math/test-fpucw-static.c: New file.
25917         * math/test-fpucw-ieee.c: New file.
25918         * math/test-fpucw-ieee-static.c: New file.
25919         * math/Makefile (tests): Add `test-fpucw-ieee' and
25920         `$(tests-static)'.
25921         (tests-static): New variable.
25922         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25923         dependency to...
25924         [($(build-shared),yes)]
25925         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25926         ... this.
25927         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25928         New dependency.
25930 2013-09-09  Allan McRae  <allan@archlinux.org>
25932         [BZ #15939]
25933         * manual/string.texi (Collation Functions): Fix typo in
25934         strcoll example.
25935         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25937         [BZ #15893]
25938         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25940         [BZ #15892]
25941         * libio/memstream.c (open_memstream): Fix memory leak.
25942         * libio/wmemstream.c (open_wmemstream): Likewise.
25944         [BZ #15895]
25945         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25947 2013-09-09  Will Newton  <will.newton@linaro.org>
25949         * malloc/Makefile: Add tst-realloc to tests.
25950         * malloc/tst-realloc.c: New file.
25952 2013-09-09  Allan McRae  <allan@archlinux.org>
25954         [BZ #15844]
25955         * COPYING: Update from GNU website to fix FSF address.
25956         * COPYING.LIB: Likewise.
25958 2013-09-06  David S. Miller  <davem@davemloft.net>
25960         * po/zh_TW.po: Update Chinese (traditional) translation from
25961         translation project.
25963 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25964             Joseph Myers  <joseph@codesourcery.com>
25966         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25967         "localeinfo.h".
25968         (obstack_chunk_alloc): New macro.
25969         (obstack_chunk_free): Likewise.
25970         (record_offset): New function.
25971         (init_locale_data): Likewise.
25972         (align_locale_data): Likewise.
25973         (add_locale_empty): Likewise.
25974         (add_locale_raw_data): Likewise.
25975         (add_locale_raw_obstack): Likewise.
25976         (add_locale_string): Likewise.
25977         (add_locale_wstring): Likewise.
25978         (add_locale_uint32): Likewise.
25979         (add_locale_uint32_array): Likewise.
25980         (add_locale_char): Likewise.
25981         (start_locale_structure): Likewise.
25982         (end_locale_structure): Likewise.
25983         (start_locale_prelude): Likewise.
25984         (end_locale_prelude): Likewise.
25985         (write_locale_data): Take locale_file structure rather than an
25986         iovec.
25987         * locale/programs/locfile.h: Include "obstack.h".
25988         (struct locale_file): Change to store locale file contents instead
25989         of header.
25990         (init_locale_data): New prototype.
25991         (align_locale_data): Likewise.
25992         (add_locale_empty): Likewise.
25993         (add_locale_raw_data): Likewise.
25994         (add_locale_raw_obstack): Likewise.
25995         (add_locale_string): Likewise.
25996         (add_locale_wstring): Likewise.
25997         (add_locale_uint32): Likewise.
25998         (add_locale_uint32_array): Likewise.
25999         (add_locale_char): Likewise.
26000         (start_locale_structure): Likewise.
26001         (end_locale_structure): Likewise.
26002         (start_locale_prelude): Likewise.
26003         (end_locale_prelude): Likewise.
26004         (write_locale_data): Update prototype.
26005         * locale/programs/3level.h (struct TABLE): Remove result field.
26006         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
26007         Use new locale_file interface.
26008         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
26009         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
26010         * locale/programs/ld-address.c (address_output): Use new
26011         locale_file interface.
26012         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
26013         NO_ADD_LOCALE.
26014         (collate_finish): Don't call collseq_table_finalize.
26015         (collate_output): Use new locale_file interface.
26016         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
26017         in file.
26018         (NO_FINALIZE): Change to NO_ADD_LOCALE.
26019         (TABLE): Move defines earlier in file.
26020         (ELEMENT): Likewise.
26021         (DEFAULT): Likewise.
26022         (wctrans_table_add): Move macro and inline function earlier in
26023         file.
26024         (struct wctype_table): Move type earlier in file.
26025         (add_locale_wctype_table): New static prototype.
26026         (struct locale_ctype_t): Use logical types instead of struct iovec
26027         pointers for members.
26028         (ctype_output): Use new locale_file interface.
26029         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
26030         new locale_file interface.
26031         (allocate_arrays): Update for use of new locale_file interface.
26032         * locale/programs/ld-identification.c (identification_output): Use
26033         new locale_file interface.
26034         * locale/programs/ld-measurement.c (measurement_output): Likewise.
26035         * locale/programs/ld-messages.c (messages_output): Likewise.
26036         * locale/programs/ld-monetary.c (monetary_output): Likewise.
26037         * locale/programs/ld-name.c (name_output): Likewise.
26038         * locale/programs/ld-numeric.c (numeric_output): Likewise.
26039         * locale/programs/ld-paper.c (paper_output): Likewise.
26040         * locale/programs/ld-telephone.c (telephone_output): Likewise.
26041         * locale/programs/ld-time.c (time_output): Likewise.
26043 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26045         * benchtests/Makefile: Add memrchr benchmark.
26046         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
26047         benchmark as memrchr.
26048         * benchtests/bench-memrchr-ifunc.c: New file.
26049         * benchtests/bench-memrchr.c: New file.
26051 2013-09-06   Will Newton  <will.newton@linaro.org>
26053         * benchtests/Makefile (string-bench): Add memcpy.
26055 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
26056             Cong Wang  <amwang@redhat.com>
26058         [BZ #15850]
26059         * sysdeps/unix/sysv/linux/bits/in.h
26060         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
26061         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
26062         before __USE_KERNEL_IPV6_DEFS uses.
26063         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
26064         IPPROTO_BEETPH.
26065         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
26066         sockaddr_in6, or ipv6_mreq.
26068 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26070         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
26071         memory access for final bytes in some large inputs.
26072         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
26074 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26076         * string/test-memrchr.c: New file.
26077         * string/test-memrchr-ifunc.c: New file.
26078         * string/Makefile: Add new memrchr testcase.
26080 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
26082         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
26083         fanotify_init returns EPERM.
26085 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26087         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
26088         errors.
26089         (top level): Treat second token from macro or constant entries for
26090         allowed headers as allowed.
26091         * include/complex.h: Condition internal declarations on
26092         [!_ISOMAC].
26093         * include/fenv.h: Condition include of <stdbool.h> and internal
26094         declarations on [!_ISOMAC].
26096 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
26098         [BZ #15923]
26099         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26101 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26103         * configure.in (--enable-versioning): Remove configure option.
26104         (libc_cv_asm_symver_directive): Remove configure test.
26105         (libc_cv_ld_version_script_option): Likewise.
26106         (VERSIONING): Remove variable and AC_SUBST.
26107         (DO_VERSIONING): Remove AC_DEFINE.
26108         * configure: Regenerated.
26109         * config.h.in (DO_VERSIONING): Remove macro.
26110         * Makerules [$(versioning) = yes]: Change conditionals to
26111         [$(build-shared) = yes].
26112         * config.make.in (versioning): Remove variable.
26113         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26114         [$(build-shared) = yes].
26115         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26116         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26117         * elf/Makefile [$(versioning) = yes]: Change conditionals to
26118         [$(build-shared) = yes].
26119         * extra-lib.mk [$(versioning) = yes]: Likewise.
26120         * hurd/Makefile [$(versioning) = yes]: Likewise.
26121         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26122         [SHARED].
26123         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26124         [SHARED].
26125         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26126         [SHARED && !NO_HIDDEN].
26127         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26128         [SHARED].
26129         [SHARED && DO_VERSIONING]: Likewise..
26130         * libio/Makefile [$(versioning) = yes]: Change conditionals to
26131         [$(build-shared) = yes].
26132         * manual/install.texi (--disable-versioning): Remove
26133         documentation.
26134         * INSTALL: Regenerated.
26135         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26136         to [SHARED].
26137         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26138         [$(build-shared) = yes].
26139         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26140         * sysdeps/i386/i686/multiarch/strstr-c.c
26141         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26142         [SHARED && !NO_HIDDEN].
26143         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26144         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26145         * sysdeps/powerpc/powerpc32/dl-machine.c
26146         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26147         * sysdeps/powerpc/powerpc32/sysdep.h
26148         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26149         to [SHARED && PIC && !NO_HIDDEN].
26150         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26151         conditional to [SHARED].
26153 2013-09-04   Will Newton  <will.newton@linaro.org>
26155         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26156         * benchtests/bench-string.h: Include bench-timing.h instead
26157         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26158         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26159         call to HP_TIMING_DIFF_INIT.
26160         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26161         instead of hp-timing.h macros.
26162         * benchtests/bench-memchr.c: Likewise.
26163         * benchtests/bench-memcmp.c: Likewise.
26164         * benchtests/bench-memcpy.c: Likewise.
26165         * benchtests/bench-memmem.c: Likewise.
26166         * benchtests/bench-memmove.c: Likewise.
26167         * benchtests/bench-memset.c: Likewise.
26168         * benchtests/bench-rawmemchr.c: Likewise.
26169         * benchtests/bench-strcasecmp.c: Likewise.
26170         * benchtests/bench-strcasestr.c: Likewise.
26171         * benchtests/bench-strcat.c: Likewise.
26172         * benchtests/bench-strchr.c: Likewise.
26173         * benchtests/bench-strcmp.c: Likewise.
26174         * benchtests/bench-strcpy.c: Likewise.
26175         * benchtests/bench-strcpy_chk.c: Likewise.
26176         * benchtests/bench-strlen.c: Likewise.
26177         * benchtests/bench-strncasecmp.c: Likewise.
26178         * benchtests/bench-strncat.c: Likewise.
26179         * benchtests/bench-strncmp.c: Likewise.
26180         * benchtests/bench-strncpy.c: Likewise.
26181         * benchtests/bench-strnlen.c: Likewise.
26182         * benchtests/bench-strpbrk.c: Likewise.
26183         * benchtests/bench-strrchr.c: Likewise.
26184         * benchtests/bench-strspn.c: Likewise.
26185         * benchtests/bench-strstr.c: Likewise.
26187 2013-09-04  Will Newton  <will.newton@linaro.org>
26189         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
26191 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
26193         [BZ #15427]
26194         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
26195         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
26196         * math/libm-test.inc (lgamma_test_data): Add more tests.
26197         * sysdeps/i386/fpu/libm-test-ulps: Update.
26198         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26200 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
26202         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
26203         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26204         Add ifunc.
26205         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26206         Add strcmp-sse2-unaligned
26207         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
26209 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26211         * Versions.def (libc): Add GLIBC_2.19.
26213 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26215         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
26216         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
26218 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
26220         [BZ #14155]
26221         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
26222         intermediate calculations in recurrence.
26223         (__ieee754_ynf): Likewise.
26224         * math/libm-test.inc (jn_test_data): Do not allow spurious
26225         underflow exception.  Add more tests.
26226         (yn_test_data): Add more tests.
26227         * sysdeps/i386/fpu/libm-test-ulps: Update.
26228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26230 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
26232         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
26234 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26236         * csu/init-first.c: Fix then/than typos.
26237         * locale/programs/ld-collate.c: Likewise.
26238         * locale/programs/linereader.h: Likewise.
26239         * manual/charset.texi: Likewise.
26240         * manual/filesys.texi: Likewise.
26241         * manual/stdio.texi: Likewise.
26242         * manual/string.texi: Likewise.
26243         * stdlib/fmtmsg.c: Likewise.
26244         * sysdeps/i386/stpncpy.S: Likewise.
26245         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26246         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
26247         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26248         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
26250 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26252         * elf/dl-open.c: Fix typos.
26253         * iconvdata/gbbig5.c: Likewise.
26254         * iconvdata/iso-2022-jp.c: Likewise.
26255         * iconv/gconv_int.h: Likewise.
26256         * iconv/loop.c: Likewise.
26257         * nis/rpcsvc/nis.h: Likewise.
26258         * resolv/ns_name.c: Likewise.
26259         * stdio-common/vfscanf.c: Likewise.
26260         * streams/stropts.h: Likewise.
26261         * sunrpc/rpc_thread.c: Likewise.
26262         * sysdeps/i386/strpbrk.S: Likewise.
26263         * sysdeps/ieee754/k_standard.c: Likewise.
26264         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26265         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26266         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26267         * sysdeps/mach/hurd/profil.c: Likewise.
26268         * sysdeps/s390/dl-procinfo.h: Likewise.
26269         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26270         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26271         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26272         * sysdeps/x86_64/dl-trampoline.S: Likewise.
26273         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26275 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
26277         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26278         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26280 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26282         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26283         aix specific files.
26284         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26285         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26286         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26287         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26288         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26289         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26290         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26291         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26293 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26294             Roland McGrath  <roland@hack.frob.com>
26296         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26297         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26299 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26301         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26302         __executable_start symbol instead of _start.
26304 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26306         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26307         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26308         Move macros to...
26309         * sysdeps/gnu/ldsodefs.h: ... this new file.
26311         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26312         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26313         instead of ELFOSABI_LINUX.
26315         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26316         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26317         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26318         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26319         Likewise.
26320         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26321         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26322         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26323         Likewise.
26324         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26325         (ibm_extended_long_double): Add ieee_nan member.
26326         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26327         (do_test): New function.
26329         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26330         TEST_TRUNC.
26331         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26332         functions, renamed from truncdfsf_test, trunctfsf_test,
26333         trunctfdf_test.
26334         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26335         functions.
26336         (do_test): Run all these.
26338 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26340         * argp/argp-help.c: Fix typos.
26341         * argp/argp-parse.c: Likewise.
26342         * debug/backtracesyms.c: Likewise.
26343         * elf/elf.h: Likewise.
26344         * malloc/malloc.c: Likewise.
26345         * nis/nis_print.c: Likewise.
26346         * resolv/res_comp.c: Likewise.
26347         * stdlib/stdlib.h: Likewise.
26348         * sunrpc/clnt_tcp.c: Likewise.
26349         * sunrpc/clnt_udp.c: Likewise.
26350         * sunrpc/clnt_unix.c: Likewise.
26351         * sysdeps/unix/bsd/ptsname.c: Likewise.
26352         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26353         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26355         Likewise.
26356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26357         Likewise.
26358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26359         Likewise.
26360         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26362 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26364         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26365         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26367 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26369         [BZ #15897]
26370         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26371         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26372         ($(objpfx)bug-dl-leaf): New rule.
26373         ($(objpfx)bug-dl-leaf.so): Likewise.
26374         ($(objpfx)bug-dl-leaf.out): Likewise.
26375         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26376         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26377         * dlfcn/bug-dl-leaf.c: New test.
26378         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26379         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26380         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26381         (dlclose): Likewise.
26382         (dlmopen): Likewise.
26384 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26386         * include/netdb.h [!_ISOMAC]:
26387         Don't include <tls.h>.
26388         (h_errno, __libc_h_errno): Move declaration and macros out of
26389         [_LIBC_REENTRANT].
26391         * include/resolv.h [_RESOLV_H_]:
26392         Don't include <tls.h>.
26393         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26394         * resolv/res_libc.c: Don't include <tls.h>.
26395         (_res): Use __attribute__ ((nocommon)) in place of
26396         __attribute__ ((section (".bss"))).
26398         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26399         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26401         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26403         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26404         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26406         * resolv/res_mkquery.c: Include <sys/time.h>.
26408         * inet/ifreq.c: Moved to ...
26409         * sysdeps/unix/ifreq.c: ... here.
26410         * inet/ifreq.c: New file, true stub version.
26412         * socket/sa_len.c: New file.
26413         * socket/Makefile (aux): Add it.
26414         * sysdeps/unix/sysv/linux/Makefile
26415         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26416         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26417         and #include <socket/sa_len.c>.
26418         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26419         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26421         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26422         * bits/socket.h: ... here.
26424         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26425         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26426         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26428 2013-08-27  Andreas Schwab  <schwab@suse.de>
26430         [BZ #15736]
26431         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26432         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26433         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26434         * string/test-strcasecmp.c (test_main): Run tests in several
26435         locales.
26436         * string/test-strncasecmp.c (test_main): Likewise.
26438         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26439         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26440         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26441         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26442         (__strncasecmp_ssse3) [PIC]: Likewise.
26444 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26446         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26448         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26449         instead of explicitly declaring xdecrypt.
26450         * nis/nss_nis/nis-publickey.c: Likewise.
26452 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26454         [BZ #15890]
26455         * nscd/aicache.c: Include res_hconf.h.
26456         (addhstaiX): Initialize res_hconf.
26458 2013-08-26  Andreas Schwab  <schwab@suse.de>
26460         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26461         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26463 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26465         * nscd/aicache.c (addhstaiX): Fix indentation.
26467 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26469         * configure.ac: Quote $build_pt_chown test.
26470         * configure: Regenerated.
26472 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26474         [BZ #15532]
26475         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26476         * math/s_cexpf.c (__cexpf): Likewise.
26477         * math/s_cexpl.c (__cexpl): Likewise.
26478         * math/libm-test.inc (cexp_test_data): Correct expected return
26479         value for NaN + i0.  Add another test.
26481 2013-08-22  David S. Miller  <davem@davemloft.net>
26483         * po/ca.po: Update Catalan translation from translation project.
26484         * po/uk.po: Add Ukrainian translations from translation project.
26486 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26488         [BZ #15797]
26489         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26490         is infinite, not alongside NaN test.
26491         * math/s_fdimf.c (__fdimf): Likewise.
26492         * math/s_fdiml.c (__fdiml): Likewise.
26493         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26494         errno is unchanged.
26496 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26498         * argp/argp-help.c: Fix typos.
26499         * crypt/speeds.c: Likewise.
26500         * csu/check_fds.c: Likewise.
26501         * elf/dl-load.c: Likewise.
26502         * elf/dl-open.c: Likewise.
26503         * elf/reldep3.c: Likewise.
26504         * elf/reldep.c: Likewise.
26505         * elf/sprof.c: Likewise.
26506         * iconv/iconv_charmap.c: Likewise.
26507         * iconv/skeleton.c: Likewise.
26508         * iconv/strtab.c: Likewise.
26509         * io/lockf64.c: Likewise.
26510         * libio/libioP.h: Likewise.
26511         * resolv/gai_notify.c: Likewise.
26512         * resolv/ns_name.c: Likewise.
26513         * resolv/ns_samedomain.c: Likewise.
26514         * resolv/res_send.c: Likewise.
26515         * stdlib/random.c: Likewise.
26516         * sunrpc/rpc/xdr.h: Likewise.
26517         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26518         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26519         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26520         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26521         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26522         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26523         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26524         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26525         * sysdeps/mach/hurd/check_fds.c: Likewise.
26526         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26527         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26528         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26529         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26530         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26531         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26532         * sysdeps/pthread/aio_notify.c: Likewise.
26533         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26534         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26535         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26536         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26537         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26539 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26541         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26542         version if bit_Slow_SSE4_2 is set.
26543         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26544         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26546 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26548         [BZ #15867]
26549         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26550         trampoline stack frame information.
26551         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26552         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26553         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26554         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26555         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26556         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26557         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26558         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26559         sa_flags value.
26560         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26561         interrupting a syscall and set with option SA_SIGINFO.
26563 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26565         [BZ #15531]
26566         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26567         argument is infinite.
26568         * math/s_cprojf.c (__cprojf): Likewise.
26569         * math/s_cprojl.c (__cprojl): Likewise.
26570         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26571         * math/libm-test.inc (cproj_test_data): Add more tests.
26573         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26575         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26576         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26577         size.  Use __ffs to determine corresponding shift.
26579 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26580             Roland McGrath  <roland@hack.frob.com>
26582         * Makefile (INSTALL): Remove trailing blank lines from output of
26583         makeinfo.
26585 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26587         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26588         Align 32 bit compat elf_greg to 8 bytes.
26590 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26592         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26594 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26596         * string/strcoll_l.c (coll_seq): New structure.
26597         (get_next_seq_cached): New function.
26598         (get_next_seq): New function.
26599         (do_compare): New function.
26600         (STRCOLL): Use GNU style definition.  Simplify implementation
26601         by using get_next_seq, get_next_seq_cached and do_compare.
26603 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26605         [BZ #14699]
26606         CVE-2013-4237
26607         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26608         member.
26609         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26610         member.
26611         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26612         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26613         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26614         conditional.
26615         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26616         GETDENTS_64BIT_ALIGNED.
26617         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26618         * manual/filesys.texi (Reading/Closing Directory): Document
26619         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26620         strongly.
26621         * manual/conf.texi (Limits for Files): Add portability note to
26622         NAME_MAX, PATH_MAX.
26623         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26625 2013-08-13  Andreas Schwab  <schwab@suse.de>
26627         [BZ #15749]
26628         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26629         of fabs.
26630         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26631         LDBL_MAX_EXP >= 16384]: Add tests for it.
26633 2013-08-12  David S. Miller  <davem@davemloft.net>
26635         * version.h (RELEASE): Set to "development".
26636         (VERSION): Set to "2.18.90".
26637         * NEWS: Add 2.19 section.
26639 2013-08-03  David S. Miller  <davem@davemloft.net>
26641         * po/ko.po: Update Korean translation from translation project.
26643 2013-08-01  David S. Miller  <davem@davemloft.net>
26645         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26646         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26647         Bilka.
26649 2013-07-30  David S. Miller  <davem@davemloft.net>
26651         * po/fr.po: Update French translation from translation project.
26653 2013-07-28  David S. Miller  <davem@davemloft.net>
26655         * po/cs.po: Update Czech translation from translation project.
26657         * po/sv.po: Update Swedish translation from translation project.
26659 2013-07-27  David S. Miller  <davem@davemloft.net>
26661         * po/eo.po: Update Esperanto translation from translation project.
26663         * po/vi.po: Update Vietnamese translation from translation project.
26665         * po/de.po: Update German translation from translation project.
26667 2013-07-26  David S. Miller  <davem@davemloft.net>
26669         * po/bg.po: Update Bulgarian translation from translation project.
26671         * po/nl.po: Update Dutch translation from translation project.
26672         * po/pl.po: Update Polish translation from translation project.
26673         * po/ru.po: Update Russian translation from translation project.
26675 2013-07-24  David S. Miller  <davem@davemloft.net>
26677         * po/libc.pot: Update.
26679 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26681         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26682         variable page size.
26683         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26684         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26685         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26687 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26689         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26691 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26692             Andreas Schwab  <schwab@suse.de>
26693             Roland McGrath  <roland@hack.frob.com>
26694             Joseph Myers  <joseph@codesourcery.com>
26695             Carlos O'Donell  <carlos@redhat.com>
26697         [BZ #15755]
26698         * config.h.in: Define HAVE_PT_CHOWN.
26699         * config.make.in (build-pt-chown): New variable.
26700         * configure.in (--enable-pt_chown): New configure option.
26701         * configure: Regenerate.
26702         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26703         build-pt-chown is enabled.
26704         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26705         pt_chown to fix pty ownership.
26706         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26707         CLOSE_ALL_FDS.
26708         * manual/install.texi (Configuring and compiling): Mention
26709         --enable-pt_chown. Add @findex for grantpt.
26710         * INSTALL: Regenerate.
26712 2013-07-20  David S. Miller  <davem@davemloft.net>
26714         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26715         difference between 32-bit and 64-bit.
26717 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26719         [BZ #15711]
26720         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26721         Avoid system header dependency with -ffreestanding.
26722         ($(objpfx)bits/syscall%d): Likewise.
26724 2013-07-13  David S. Miller  <davem@davemloft.net>
26726         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26727         underflows from atanl/atan2l due to bug 15319.
26728         (casinh_test_data): Likewise.
26730 2013-07-07  David S. Miller  <davem@davemloft.net>
26732         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26734 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26736         * sysdeps/i386/fpu/libm-test-ulps: Update.
26737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26739 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26741         * configure.in (--enable-lock-elision): Fix message text.
26742         * INSTALL: Regenerate.
26743         * configure: Regenerate.
26745 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26747         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26749 2013-07-03  Andreas Jaeger  <aj@suse.de>
26751         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26752         define.
26753         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26754         (ptrace_peeksiginfo_args): Add.
26755         (__ptrace_peeksiginfo_flags): Add.
26756         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26757         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26758         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26760 2013-07-03  Allan McRae  <allan@archlinux.org>
26762         * sysdeps/i386/fpu/libm-test-ulps: Update.
26764 2013-07-02  David S. Miller  <davem@davemloft.net>
26766         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26768 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26770         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26772 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26774         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26775         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26777 2013-07-02  Andi Kleen <ak@linux.intel.com>
26779         * config.h.in (ENABLE_LOCK_ELISION): Add.
26780         * configure.in (--enable-lock-elision): Add option.
26781         * manual/install.texi: Document --enable lock elision.
26782         * configure: Regenerate
26783         * INSTALL: Regenerate.
26785 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26787         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26788         SSE4.2 strcasecmp for libc.a.
26789         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26791 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26793         [BZ #13304]
26794         * soft-fp/op-common.h (_FP_FMA): New macro.
26795         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26796         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26797         (_FP_MUL_MEAT_1_imm): ... here.
26798         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26799         (_FP_MUL_MEAT_1_wide): ... here.
26800         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26801         (_FP_MUL_MEAT_1_hard): ... here.
26802         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26803         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26804         (_FP_MUL_MEAT_2_wide): ... here.
26805         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26806         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26807         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26808         (_FP_MUL_MEAT_2_gmp): ... here.
26809         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26810         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26811         (_FP_MUL_MEAT_4_wide): ... here.
26812         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26813         (_FP_MUL_MEAT_4_gmp): ... here.
26814         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26815         (_FP_WFRACBITS_DW_S): Likewise.
26816         (_FP_WFRACXBITS_DW_S): Likewise.
26817         (_FP_HIGHBIT_DW_S): Likewise.
26818         (FP_FMA_S): Likewise.
26819         (_FP_FRAC_HIGH_DW_S): Likewise.
26820         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26821         (_FP_WFRACBITS_DW_D): Likewise.
26822         (_FP_WFRACXBITS_DW_D): Likewise.
26823         (_FP_HIGHBIT_DW_D): Likewise.
26824         (FP_FMA_D): Likewise.
26825         (_FP_FRAC_HIGH_DW_D): Likewise.
26826         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26827         (_FP_WFRACBITS_DW_E): Likewise.
26828         (_FP_WFRACXBITS_DW_E): Likewise.
26829         (_FP_HIGHBIT_DW_E): Likewise.
26830         (FP_FMA_E): Likewise.
26831         (_FP_FRAC_HIGH_DW_E): Likewise.
26832         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26833         (_FP_WFRACBITS_DW_Q): Likewise.
26834         (_FP_WFRACXBITS_DW_Q): Likewise.
26835         (_FP_HIGHBIT_DW_Q): Likewise.
26836         (FP_FMA_Q): Likewise.
26837         (_FP_FRAC_HIGH_DW_Q): Likewise.
26838         * soft-fp/fmasf4.c: New file.
26839         * soft-fp/fmadf4.c: Likewise.
26840         * soft-fp/fmatf4.c: Likewise.
26842 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26844         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26845         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26846         Silvermont.
26847         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26848         macro.
26849         (index_Slow_SSE4_2): Likewise.
26850         (index_Prefer_PMINUB_for_stringop): Likewise.
26851         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26852         bit_Slow_SSE4_2 is set.
26853         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26854         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26856 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26858         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26859         rtld_global._dl_hwcap2.
26860         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26861         POWER8.
26862         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26863         POWER8 feature descriptions defined in _dl_hwcap2.
26864         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26865         string handling for POWER8 feature bits.
26866         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26867         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26868         _dl_powerpc_cap_flags.
26869         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26870         * sysdeps/powerpc/rtld-global-offsets.sym
26871         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26872         _dl_hwcap2 in the rtld_global_ro structure.
26874 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26876         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26877         hardware capabilities in support of AT_HWCAP2.
26878         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26879         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26880         GLRO(dl_hwcap2).
26881         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26882         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26883         explicitly the unknown a_type display mechanism is used.
26884         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26885         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26886         struct member.
26887         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26888         to macro prototype for AT_HWCAP2 support.
26889         * sysdeps/i386/dl-procinfo.h: Likewise.
26890         * sysdeps/s390/dl-procinfo.h: Likewise.
26891         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26892         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26893         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26894         return -1 for unknown a_type display fallback.
26895         * sysdeps/sparc/dl-procinfo.h: Likewise.
26896         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26897         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26899 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26901         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26902         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26904 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26906         [BZ #12492]
26907         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26908         mprotect making __stack_prot writable.
26910 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26911             Joseph Myers  <joseph@codesourcery.com>
26913         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26914         as being properly aligned.
26916 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26918         * dlfcn/modstatic5.c: New file.
26919         * dlfcn/tststatic5.c: New file.
26920         * dlfcn/Makefile (tests): Add tststatic5.
26921         (tests-static): Likewise.
26922         (modules-names): Add modstatic5.
26923         (tststatic5-ENV): New variable.
26924         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26926         [BZ #15022]
26927         * elf/dl-support.c (_dl_main_map): New variable.
26928         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26929         (_dl_nns, _dl_load_adds): Set to 1.
26930         (_dl_initial_searchlist): Refer to _dl_main_map.
26931         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26932         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26933         call to _dl_get_origin.
26934         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26935         around call_map.
26936         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26937         * dlfcn/modstatic3.c: New file.
26938         * dlfcn/tststatic3.c: New file.
26939         * dlfcn/tststatic4.c: New file.
26940         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26941         (tests-static): Likewise.
26942         (modules-names): Add modstatic3.
26943         (tststatic3-ENV, tststatic4-ENV): New variables.
26944         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26945         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26947 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26949         * configure.in (CC): Require GCC version 4.4 or later.
26950         * configure: Regenerated.
26951         * manual/install.texi (Tools for Compilation): Update GCC version
26952         requirement.
26953         * INSTALL: Regenerated.
26955 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26957         [BZ #15674]
26958         * string/test-memcmp.c (check2): New.
26959         (main): Call check2.
26961         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26963 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26965         [BZ #15022]
26966         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26967         over to...
26968         (dl_open_worker) [!SHARED]: ... here.
26970 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26972         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26974 2013-06-25  Richard Henderson  <rth@redhat.com>
26976         * locale/programs/locarchive.c: Include <libc-internal.h>
26978 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26980         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26981         trailing whitespace removed.
26983 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26985         [BZ #10283]
26986         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26987         * locale/programs/locarchive.c: Include libc-mmap.h.
26988         (prepare_address_space): Take two new outputs (the mmap base and len).
26989         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26990         values.
26991         (create_archive): Declare new mmap base and len values for
26992         prepare_address_space, and store the result in ah.
26993         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26994         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26995         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26996         Declare new mmap base and len values for
26997         prepare_address_space, and store the result in new_ah.
26998         (open_archive): Declare new mmap base and len values for
26999         prepare_address_space, and store the result in ah.
27000         (close_archive): If ah->mmap_base is not NULL, use that and
27001         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27002         * sysdeps/generic/libc-mmap.h: New file.
27004 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27006         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
27007         (ALIGN_UP): Likewise.
27008         (PTR_ALIGN_DOWN): Likewise.
27009         (PTR_ALIGN_UP): Likewise.
27011 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27013         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
27014         entry mapped to PPC_PLATFORM_POWER8.
27015         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
27016         POWER8.
27017         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
27018         (_dl_string_platform): Add case for exporting platform position for
27019         POWER8.
27020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
27021         search path to sysdeps/powerpc/powerpc32/power8 directory.
27022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
27023         search path to sysdeps/powerpc/powerpc64/power8 directory.
27024         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
27025         power7 directories.
27026         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
27027         power7 directories.
27029 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27031         * INSTALL: Regenerate.
27033         * nscd/connections.c (nscd_init): Fix comment.
27035 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
27037         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
27039         [BZ #15667]
27040         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
27041         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
27043 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27045         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
27046         DL_DST_REQ_STATIC.
27047         (DL_DST_REQ_STATIC): Remove macro.
27049 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
27051         [BZ #7006]
27052         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
27053         with a shift of 0 bits.
27055 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27057         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
27058         $(tststatic-ENV).
27060 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
27062         [BZ #15655]
27063         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
27065 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27067         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
27068         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
27069         accepts -fno-tree-loop-distribute-patterns.
27070         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
27071         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
27072         recursive call.
27073         * string/memset.c (memset): Likewise.
27074         * string/test-memmove.c (simple_memmove): Disable loop transformation
27075         to library calls.
27076         * string/test-memset.c (simple_memset): Likewise.
27077         * benchtests/bench-memmove.c (simple_memmove): Likewise.
27078         * benchtests/bench-memset.c (simple_memset): Likewise.
27079         * configure: Regenerated.
27081 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
27083         * math/test-misc.c (main): Ignore fesetround failure when failures
27084         of subsequent rounding tests would be ignored.
27086         [BZ #15654]
27087         * math/fedisblxcpt.c (fedisableexcept): Return 0.
27088         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
27089         * math/fegetenv.c (__fegetenv): Return 0.
27090         * math/fegetexcept.c (fegetexcept): Return 0.
27091         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
27092         FE_TONEAREST.
27093         * math/feholdexcpt.c (feholdexcept): Return 0.
27094         * math/fesetenv.c (__fesetenv): Return 0.
27095         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
27096         argument FE_TONEAREST.
27097         * math/feupdateenv.c (__feupdateenv): Return 0.
27098         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27100 2013-06-18  Roland McGrath  <roland@hack.frob.com>
27102         * elf/rtld-Rules (rtld-compile-command.S): New variable.
27103         (rtld-compile-command.s, rtld-compile-command.c): New variables.
27104         ($(objpfx)rtld-%.os rules): Use them.
27106 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27108         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27109         fields.
27111 2013-06-17  Roland McGrath  <roland@hack.frob.com>
27113         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27114         length of target pattern, then descending length of dependency pattern.
27115         * configure.in (AWK): Require gawk 3.1.2 or newer.
27116         * manual/install.texi (Tools for Compilation): Say that we do.
27117         * configure: Regenerated.
27119         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27120         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27121         * scripts/sysd-rules.awk: ... this new script.
27122         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27123         than a glob-style pattern.
27125 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
27127         * math/test-misc.c (main): Do not treat incorrectly rounded
27128         conversions as failure unless ROUNDING_TESTS passes.
27130 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
27132         [BZ #15631]
27133         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27134         restore exception state around main square root computation, then
27135         check for inexactness explicitly.
27137         * math/libm-test.inc (fma_test_data): Add another test.
27139 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27141         * manual/threads.texi (Non-POSIX Extensions): New document
27142         node.  Document pthread_getattr_default_np and
27143         pthread_setattr_default_np.
27145         * Versions.def (libpthread): Add GLIBC_2.18.
27146         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27148         Likewise.
27149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27150         Likewise.
27151         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27152         Likewise.
27153         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27154         Likewise.
27155         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27156         Likewise.
27157         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27158         Likewise.
27159         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27160         Likewise.
27161         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27162         Likewise.
27163         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27164         Likewise.
27166 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27168         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27169         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27171 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27172             H.J. Lu  <hjl.tools@gmail.com>
27174         [BZ #15627]
27175         * sysdeps/x86_64/rtld-memset.c: Remove file.
27176         * sysdeps/x86_64/rtld-memset.S: New file.
27178 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
27180         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
27181         (test_in_one_mode): Take arguments for whether the rounding mode
27182         is supported for each floating-point type.
27183         (do_test): Pass new arguments to test_in_one_mode using
27184         ROUNDING_TESTS.
27186 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27188         * posix/tst-waitid.c (do_test): Distinguish different instances of
27189         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
27190         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
27191         before entering the kernel for waitpid.
27193 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27195         * NEWS: Fix note on clock function precision.  Text by Roland
27196         McGrath.
27198 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27200         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
27201         it into place only when and if the sanity check passes.
27203 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
27205         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
27206         output for whether conversion result is exact.  Take argument
27207         indicating whether type is IBM long double.
27208         (round_for_all): Change need_exact field to ibm_ld.
27209         * stdlib/tst-strtod-round.c (struct exactness): New type.
27210         (struct test): Change bool ld_ok field to struct exactness exact.
27211         (TEST): Update all definitions for change to field.
27212         (tests): Regenerate array contents.
27213         (test_in_one_mode): Take pointer to new field instead of old ld_ok
27214         field value.  Check for IBM long double here.
27215         (do_test): Update calls to test_in_one_mode.
27217 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27219         [BZ #12515]
27220         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
27221         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
27223 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27225         [BZ #15605]
27226         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
27227         generated by the compiler on loop optimizations.
27228         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
27229         general definitions.
27231 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
27233         * math/bug-nextafter.c: Include <math-tests.h>.
27234         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27235         the relevant type.
27236         * math/bug-nexttoward.c: Include <math-tests.h>.
27237         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27238         the relevant type.
27239         * math/test-misc.c: Include <math-tests.h>.
27240         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27241         the relevant type.
27243 2013-06-12  Andreas Jaeger  <aj@suse.de>
27245         * po/ia.po: Update Interlingua translation from translation
27246         project.
27248 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27250         * include/fenv.h: Include stdbool.h.
27251         (struct rm_ctx): New structure.
27252         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27253         Define macro.
27254         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27255         (SET_RESTORE_ROUNDF): Likewise.
27256         (SET_RESTORE_ROUNDL): Likewise.
27257         (SET_RESTORE_ROUND_NOEX): Likewise.
27258         (SET_RESTORE_ROUND_NOEXF): Likewise.
27259         (SET_RESTORE_ROUND_NOEXL): Likewise.
27260         (SET_RESTORE_ROUND_53BIT): Likewise.
27261         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27262         (libc_feresetround_noexf_ctx): Likewise.
27263         (libc_feresetround_noexl_ctx): Likewise.
27264         (libc_feholdsetround_53bit_ctx): Likewise.
27265         (libc_feresetround_53bit_ctx): Likewise.
27266         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27267         (libc_feholdexcept_setround_sse_ctx): New function.
27268         (libc_fesetenv_sse_ctx): Likewise.
27269         (libc_feupdateenv_sse_ctx): Likewise.
27270         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27271         (libc_feholdexcept_setround_387_ctx): Likewise.
27272         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27273         (libc_feholdsetround_387_prec_ctx): Likewise.
27274         (libc_feholdsetround_387_ctx): Likewise.
27275         (libc_feholdsetround_387_53bit_ctx): Likewise.
27276         (libc_feholdsetround_sse_ctx): Likewise.
27277         (libc_feresetround_sse_ctx): Likewise.
27278         (libc_feresetround_387_ctx): Likewise.
27279         (libc_feupdateenv_387_ctx): Likewise.
27280         (libc_feholdexcept_setroundf_ctx): Define macro.
27281         (libc_fesetenvf_ctx): Likewise.
27282         (libc_feupdateenvf_ctx): Likewise.
27283         (libc_feholdsetroundf_ctx): Likewise.
27284         (libc_feresetroundf_ctx): Likewise.
27285         (libc_feholdexcept_setround_ctx): Likewise.
27286         (libc_fesetenv_ctx): Likewise.
27287         (libc_feupdateenv_ctx): Likewise.
27288         (libc_feholdsetround_ctx): Likewise.
27289         (libc_feresetround_ctx): Likewise.
27290         (libc_feholdexcept_setroundl_ctx): Likewise.
27291         (libc_feupdateenvl_ctx): Likewise.
27292         (libc_feholdsetroundl_ctx): Likewise.
27293         (libc_feresetroundl_ctx): Likewise.
27294         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27295         (libc_feresetround_53bit_ctx): Likewise.
27297 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27299         * locale/iso-639.def: Convert to UTF-8.
27301 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27303         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27304         (EXCEPTION_TESTS_double): Likewise.
27305         (EXCEPTION_TESTS_long_double): Likewise.
27306         (EXCEPTION_TESTS): Likewise.
27307         * math/libm-test.inc (test_exceptions): Only test exceptions if
27308         EXCEPTION_TESTS (FLOAT).
27310 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27312         * benchtests/Makefile (string-bench): Add strcpy_chk and
27313         stpcpy_chk.
27314         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27315         * benchtests/bench-stpcpy_chk.c: New file.
27316         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27317         * benchtests/bench-strcpy_chk.c: New file.
27318         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27319         code.
27320         (do_test): Likewise.
27322 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27324         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27325         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27326         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27327         with tabs where appropriate.
27328         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27329         dl-procinfo.h.
27330         [PPC_PLATFORM_PPC440]: Likewise.
27331         [PPC_PLATFORM_PPC464]: Likewise.
27332         [PPC_PLATFORM_PPC476]: Likewise.
27333         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27334         ppc464, and ppc476 platform strings merging from ports/
27335         dl-procinfo.h.
27337 2013-06-11  Andreas Schwab  <schwab@suse.de>
27339         [BZ #14991]
27340         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27341         (from_ucs4_idx): Regenerate.
27342         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27343         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27344         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27345         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27346         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27347         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27348         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27349         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27350         from FROM_LOOP and TO_LOOP specific macros.
27351         (BODY): Handle combining characters.
27352         * iconvdata/BIG5HKSCS.irreversible: Update.
27353         * iconvdata/BIG5HKSCS.precomposed: New file.
27354         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27355         characters.
27356         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27358 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27360         * include/sys/time.h: Fix indentation and add copyright header.
27362         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27363         (do_test): Likewise.
27364         * string/test-memchr.c (do_one_test): Likewise.
27365         (do_test): Likewise.
27366         * string/test-memcmp.c (do_one_test): Likewise.
27367         (do_test): Likewise.
27368         * string/test-memcpy.c (do_one_test): Likewise.
27369         (do_test): Likewise.
27370         * string/test-memmem.c (do_one_test): Likewise.
27371         (do_test): Likewise.
27372         (do_random_tests): Likewise.
27373         * string/test-memmove.c (do_one_test): Likewise.
27374         (do_test): Likewise.
27375         * string/test-memset.c (do_one_test): Likewise.
27376         (do_test): Likewise.
27377         * string/test-rawmemchr.c (do_one_test): Likewise.
27378         (do_test): Likewise.
27379         * string/test-strcasecmp.c (do_one_test): Likewise.
27380         (do_test): Likewise.
27381         * string/test-strcasestr.c (do_one_test): Likewise.
27382         (do_test): Likewise.
27383         * string/test-strcat.c (do_one_test): Likewise.
27384         (do_test): Likewise.
27385         * string/test-strchr.c (do_one_test): Likewise.
27386         (do_test): Likewise.
27387         * string/test-strcmp.c (do_one_test): Likewise.
27388         (do_test): Likewise.
27389         * string/test-strcpy.c (do_one_test): Likewise.
27390         (do_test): Likewise.
27391         * string/test-string.h: Likewise.
27392         (test_init): Likewise.
27393         * string/test-strlen.c (do_one_test): Likewise.
27394         (do_test): Likewise.
27395         * string/test-strncasecmp.c (do_one_test): Likewise.
27396         (do_test): Likewise.
27397         * string/test-strncat.c (do_one_test): Likewise.
27398         (do_test): Likewise.
27399         * string/test-strncmp.c (do_one_test): Likewise.
27400         (do_test_limit): Likewise.
27401         (do_test): Likewise.
27402         * string/test-strncpy.c (do_one_test): Likewise.
27403         (do_test): Likewise.
27404         * string/test-strnlen.c (do_one_test): Likewise.
27405         (do_test): Likewise.
27406         * string/test-strpbrk.c (do_one_test): Likewise.
27407         (do_test): Likewise.
27408         * string/test-strrchr.c (do_one_test): Likewise.
27409         (do_test): Likewise.
27410         * string/test-strspn.c (do_one_test): Likewise.
27411         (do_test): Likewise.
27412         * string/test-strstr.c (do_one_test): Likewise.
27413         (do_test): Likewise.
27415         * benchtests/Makefile (string-bench): Add string benchmarks.
27416         * benchtests/bench-bcopy-ifunc.c: New file.
27417         * benchtests/bench-bcopy.c: New file.
27418         * benchtests/bench-bzero-ifunc.c: New file.
27419         * benchtests/bench-bzero.c: New file.
27420         * benchtests/bench-memccpy-ifunc.c: New file.
27421         * benchtests/bench-memccpy.c: New file.
27422         * benchtests/bench-memchr-ifunc.c: New file.
27423         * benchtests/bench-memchr.c: New file.
27424         * benchtests/bench-memcmp-ifunc.c: New file.
27425         * benchtests/bench-memcmp.c: New file.
27426         * benchtests/bench-memmem-ifunc.c: New file.
27427         * benchtests/bench-memmem.c: New file.
27428         * benchtests/bench-memmove-ifunc.c: New file.
27429         * benchtests/bench-memmove.c: New file.
27430         * benchtests/bench-mempcpy-ifunc.c: New file.
27431         * benchtests/bench-mempcpy.c: New file.
27432         * benchtests/bench-memset-ifunc.c: New file.
27433         * benchtests/bench-memset.c: New file.
27434         * benchtests/bench-rawmemchr-ifunc.c: New file.
27435         * benchtests/bench-rawmemchr.c: New file.
27436         * benchtests/bench-stpcpy-ifunc.c: New file.
27437         * benchtests/bench-stpcpy.c: New file.
27438         * benchtests/bench-stpncpy-ifunc.c: New file.
27439         * benchtests/bench-stpncpy.c: New file.
27440         * benchtests/bench-strcasecmp-ifunc.c: New file.
27441         * benchtests/bench-strcasecmp.c: New file.
27442         * benchtests/bench-strcasestr-ifunc.c: New file.
27443         * benchtests/bench-strcasestr.c: New file.
27444         * benchtests/bench-strcat-ifunc.c: New file.
27445         * benchtests/bench-strcat.c: New file.
27446         * benchtests/bench-strchr-ifunc.c: New file.
27447         * benchtests/bench-strchr.c: New file.
27448         * benchtests/bench-strchrnul-ifunc.c: New file.
27449         * benchtests/bench-strchrnul.c: New file.
27450         * benchtests/bench-strcmp-ifunc.c: New file.
27451         * benchtests/bench-strcmp.c: New file.
27452         * benchtests/bench-strcpy-ifunc.c: New file.
27453         * benchtests/bench-strcpy.c: New file.
27454         * benchtests/bench-strcspn-ifunc.c: New file.
27455         * benchtests/bench-strcspn.c: New file.
27456         * benchtests/bench-strlen-ifunc.c: New file.
27457         * benchtests/bench-strlen.c: New file.
27458         * benchtests/bench-strncasecmp-ifunc.c: New file.
27459         * benchtests/bench-strncasecmp.c: New file.
27460         * benchtests/bench-strncat-ifunc.c: New file.
27461         * benchtests/bench-strncat.c: New file.
27462         * benchtests/bench-strncmp-ifunc.c: New file.
27463         * benchtests/bench-strncmp.c: New file.
27464         * benchtests/bench-strncpy-ifunc.c: New file.
27465         * benchtests/bench-strncpy.c: New file.
27466         * benchtests/bench-strnlen-ifunc.c: New file.
27467         * benchtests/bench-strnlen.c: New file.
27468         * benchtests/bench-strpbrk-ifunc.c: New file.
27469         * benchtests/bench-strpbrk.c: New file.
27470         * benchtests/bench-strrchr-ifunc.c: New file.
27471         * benchtests/bench-strrchr.c: New file.
27472         * benchtests/bench-strspn-ifunc.c: New file.
27473         * benchtests/bench-strspn.c: New file.
27474         * benchtests/bench-strstr-ifunc.c: New file.
27475         * benchtests/bench-strstr.c: New file.
27477         * benchtests/Makefile: Disable parallel execution of targets.
27478         (string-bench): Add memcpy.
27479         (benchset): New variable to store a list of benchmark sets.
27480         (bench-func): Renamed from bench.
27481         (bench-set): New target.
27482         (bench): Depend on bench-func and bench-set.
27483         * benchtests/README: Add section on benchmark sets.
27484         * benchtests/bench-memcpy-ifunc.c: New file.
27485         * benchtests/bench-memcpy.c: New file.
27486         * benchtests/bench-string.h: New file.
27488 2013-06-11  Andreas Schwab  <schwab@suse.de>
27490         [BZ #15577]
27491         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27492         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27493         values in the triple.
27494         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27495         terminator in the group key.
27497 2013-06-11  Andreas Jaeger  <aj@suse.de>
27499         * po/zh_TW.po: Update Chinese (traditional) translation from
27500         translation project.
27502 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27504         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27505         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27506         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27507         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27508         (clock_getcpuclockid): Likewise.
27509         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27510         Add weak_alias and libc_hidden_def.
27511         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27512         * rt/clock_gettime.c (clock_gettime): Rename to
27513         __clock_gettime.  Add weak_alias and libc_hidden_def.
27514         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27515         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27516         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27517         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27518         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27519         Likewise.
27520         * rt/clock_settime.c (clock_settime): Rename to
27521         __clock_settime.  Add weak_alias and libc_hidden_def.
27522         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27524 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27526         * mach/err_boot.sub: Remove trailing whitespace.
27527         * mach/err_ipc.sub: Likewise.
27528         * mach/err_mach.sub: Likewise.
27530         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27531         (ROUNDING_TESTS_double): Likewise.
27532         (ROUNDING_TESTS_long_double): Likewise.
27533         (ROUNDING_TESTS): Likewise.
27534         * math/libm-test.inc: Include <math-tests.h>.
27535         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27536         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27537         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27538         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27540 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27542         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27543         of assigning.
27545 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27547         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27548         otherwise empty TRANS lines.
27549         * sysdeps/gnu/errlist.c: Regenerated.
27551         * catgets/gencat.c (error_print): Use (void) in function
27552         definition.
27553         * crypt/crypt_util.c (__init_des): Likewise.
27554         * crypt/speeds.c (Stop): Likewise.
27555         (main): Likewise.
27556         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27557         * inet/ruserpass.c (token): Likewise.
27558         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27559         * intl/localealias.c (extend_alias_table): Likewise.
27560         * intl/plural-exp.c (init_germanic_plural): Likewise.
27561         * libio/fcloseall.c (__fcloseall): Likewise.
27562         * libio/genops.c (_IO_flush_all): Likewise.
27563         (_IO_flush_all_linebuffered): Likewise.
27564         (_IO_cleanup): Likewise.
27565         (_IO_iter_begin): Likewise.
27566         (_IO_iter_end): Likewise.
27567         (_IO_list_lock): Likewise.
27568         (_IO_list_unlock): Likewise.
27569         (_IO_list_resetlock): Likewise.
27570         * libio/getchar.c (getchar): Likewise.
27571         * libio/getchar_u.c (getchar_unlocked): Likewise.
27572         * libio/getwchar.c (getwchar): Likewise.
27573         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27574         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27575         * login/getpt.c (__getpt): Likewise.
27576         * login/tst-utmp.c (main): Likewise.
27577         * malloc/hooks.c (__malloc_check_init): Likewise.
27578         * malloc/malloc.c (__malloc_stats): Likewise.
27579         * malloc/mtrace.c (tr_break): Likewise.
27580         (mtrace): Likewise.
27581         (muntrace): Likewise.
27582         * misc/fstab.c (endfsent): Likewise.
27583         * misc/getclktck.c (__getclktck): Likewise.
27584         * misc/getdtsz.c (__getdtablesize): Likewise.
27585         * misc/gethostid.c (gethostid): Likewise.
27586         * misc/getpagesize.c (__getpagesize): Likewise.
27587         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27588         (__get_nprocs): Likewise.
27589         (__get_phys_pages): Likewise.
27590         (__get_avphys_pages): Likewise.
27591         * misc/getttyent.c (getttyent): Likewise.
27592         (setttyent): Likewise.
27593         (endttyent): Likewise.
27594         * misc/getusershell.c (getusershell): Likewise.
27595         (endusershell): Likewise.
27596         (setusershell): Likewise.
27597         (initshells): Likewise.
27598         * misc/hsearch.c (__hdestroy): Likewise.
27599         * misc/sync.c (sync): Likewise.
27600         * misc/syslog.c (closelog_internal): Likewise.
27601         (closelog): Likewise.
27602         * misc/ttyslot.c (ttyslot): Likewise.
27603         * misc/vhangup.c (vhangup): Likewise.
27604         * posix/fork.c (__fork): Likewise.
27605         * posix/getegid.c (__getegid): Likewise.
27606         * posix/geteuid.c (__geteuid): Likewise.
27607         * posix/getgid.c (__getgid): Likewise.
27608         * posix/getpid.c (__getpid): Likewise.
27609         * posix/getppid.c (__getppid): Likewise.
27610         * posix/getuid.c (__getuid): Likewise.
27611         * posix/pause.c (pause): Likewise.
27612         * posix/setpgrp.c (setpgrp): Likewise.
27613         * posix/setsid.c (__setsid): Likewise.
27614         * posix/test-vfork.c (noop): Likewise.
27615         * resolv/gethnamaddr.c (_endhtent): Likewise.
27616         (_gethtent): Likewise.
27617         (ht_endhostent): Likewise.
27618         (gethostent): Likewise.
27619         (dns_service): Likewise.
27620         * stdlib/drand48.c (drand48): Likewise.
27621         * stdlib/lrand48.c (lrand48): Likewise.
27622         * stdlib/mrand48.c (mrand48): Likewise.
27623         * stdlib/rand.c (rand): Likewise.
27624         * stdlib/random.c (__random): Likewise.
27625         * stdlib/setenv.c (clearenv): Likewise.
27626         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27627         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27628         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27629         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27630         (__get_nprocs): Likewise.
27631         (__get_phys_pages): Likewise.
27632         (__get_avphys_pages): Likewise.
27633         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27634         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27635         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27636         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27637         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27638         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27639         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27640         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27641         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27642         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27643         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27644         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27645         * sysdeps/posix/clock.c (clock): Likewise.
27646         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27647         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27648         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27649         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27650         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27651         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27652         (__get_nprocs_conf): Likewise.
27653         (__get_phys_pages): Likewise.
27654         (__get_avphys_pages): Likewise.
27655         * time/clock.c (clock): Likewise.
27656         * time/tzset.c (__tzname_max): Likewise.
27658 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27660         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27661         (__bswap_32): Do not use "register".
27662         * crypt/crypt.c (_ufc_doit_r): Likewise.
27663         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27664         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27665         * gmon/gmon.c (__monstartup): Likewise.
27666         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27667         * hurd/hurdmalloc.c (more_memory): Likewise.
27668         (malloc): Likewise.
27669         (free): Likewise.
27670         (realloc): Likewise.
27671         (malloc_fork_prepare): Likewise.
27672         (malloc_fork_parent): Likewise.
27673         (malloc_fork_child): Likewise.
27674         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27675         (_svcauth_des): Likewise.
27676         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27677         * inet/inet_net.c (inet_network): Likewise.
27678         * inet/inet_netof.c (inet_netof): Likewise.
27679         * inet/rcmd.c (__validuser2_sa): Likewise.
27680         * io/fts.c (fts_open): Likewise.
27681         (fts_load): Likewise.
27682         (fts_close): Likewise.
27683         (fts_read): Likewise.
27684         (fts_children): Likewise.
27685         (fts_build): Likewise.
27686         (fts_stat): Likewise.
27687         (fts_sort): Likewise.
27688         (fts_alloc): Likewise.
27689         (fts_lfree): Likewise.
27690         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27691         (_IO_file_xsgetn): Likewise.
27692         (_IO_file_xsgetn_mmap): Likewise.
27693         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27694         (_IO_cookie_write): Likewise.
27695         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27696         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27697         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27698         * malloc/obstack.c (_obstack_begin): Likewise.
27699         (_obstack_begin_1): Likewise.
27700         (_obstack_newchunk): Likewise.
27701         (_obstack_allocated_p): Likewise.
27702         (obstack_free): Likewise.
27703         (_obstack_memory_used): Likewise.
27704         * misc/getttyent.c (getttynam): Likewise.
27705         (getttyent): Likewise.
27706         (skip): Likewise.
27707         (value): Likewise.
27708         * misc/getusershell.c (initshells): Likewise.
27709         * misc/syslog.c (__vsyslog_chk): Likewise.
27710         * misc/ttyslot.c (ttyslot): Likewise.
27711         * nis/nis_hash.c (__nis_hash): Likewise.
27712         * posix/fnmatch_loop.c (FCT): Likewise.
27713         * posix/getconf.c (print_all): Likewise.
27714         (main): Likewise.
27715         * posix/getopt.c (exchange): Likewise.
27716         * posix/glob.c (globfree): Likewise.
27717         (prefix_array): Likewise.
27718         (__glob_pattern_type): Likewise.
27719         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27720         (NS_GET32): Likewise.
27721         (NS_PUT16): Likewise.
27722         (NS_PUT32): Likewise.
27723         * resolv/gethnamaddr.c (getanswer): Likewise.
27724         (gethostbyname2): Likewise.
27725         (gethostbyaddr): Likewise.
27726         (_gethtent): Likewise.
27727         (_gethtbyname2): Likewise.
27728         (_gethtbyaddr): Likewise.
27729         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27730         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27731         * resolv/res_init.c (__res_vinit): Likewise.
27732         (net_mask): Likewise.
27733         * resolv/res_mkquery.c (outchar): Likewise.
27734         (PRINT): Likewise.
27735         * stdio-common/printf_fp.c (outchar): Likewise.
27736         (PRINT): Likewise.
27737         * stdio-common/printf_fphex.c (outchar): Likewise.
27738         (PRINT): Likewise.
27739         * stdio-common/printf_size.c (outchar): Likewise.
27740         (PRINT): Likewise.
27741         * stdio-common/test_rdwr.c (main): Likewise.
27742         * stdio-common/tfformat.c (matches): Likewise.
27743         * stdio-common/vfprintf.c (outchar): Likewise.
27744         (printf_unknown): Likewise.
27745         (buffered_vfprintf): Likewise.
27746         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27747         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27748         (ReadFile): Likewise.
27749         * stdlib/qsort.c (SWAP): Likewise.
27750         (_quicksort): Likewise.
27751         * stdlib/setenv.c (__add_to_environ): Likewise.
27752         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27753         * stdlib/strtol_l.c (__strtol_l): Likewise.
27754         * stdlib/tst-strtod.c (main): Likewise.
27755         * stdlib/tst-strtol.c (main): Likewise.
27756         * stdlib/tst-strtoll.c (main): Likewise.
27757         * string/bits/string2.h (__strcmp_cc): Likewise.
27758         (__strcmp_cg): Likewise.
27759         (__strcspn_c1): Likewise.
27760         (__strcspn_c2): Likewise.
27761         (__strcspn_c3): Likewise.
27762         (__strspn_c1): Likewise.
27763         (__strspn_c2): Likewise.
27764         (__strspn_c3): Likewise.
27765         (__strsep_1c): Likewise.
27766         (__strsep_2c): Likewise.
27767         (__strsep_3c): Likewise.
27768         * string/memccpy.c (__memccpy): Likewise.
27769         * string/stpcpy.c (__stpcpy): Likewise.
27770         * string/strcmp.c (strcmp): Likewise.
27771         * string/strrchr.c (strrchr): Likewise.
27772         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27773         Likewise.
27774         * sysdeps/mach/hurd/getcwd.c
27775         (_hurd_canonicalize_directory_name_internal): Likewise.
27776         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27777         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27778         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27779         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27780         Likewise, in both definitions.
27781         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27782         definitions.
27783         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27784         64] (__bswap_64): Likewise.
27785         * time/test_time.c (main): Likewise.
27786         * time/tzfile.c (__tzfile_read): Likewise.
27787         (__tzfile_compute): Likewise.
27788         * time/tzset.c (__tzset_parse_tz): Likewise.
27789         (tzset_internal): Likewise.
27790         (compute_change): Likewise.
27791         * wcsmbs/wcscat.c (__wcscat): Likewise.
27792         * wcsmbs/wcschr.c (wcschr): Likewise.
27793         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27794         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27795         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27796         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27797         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27798         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27799         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27800         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27801         * wcsmbs/wmemset.c (wmemset): Likewise.
27803 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27805         * scripts/config.guess: Update to version 2013-05-16.
27806         * scripts/config.sub: Update to version 2013-04-24.
27807         * scripts/install-sh: Update to version 2011-11-20.07.
27808         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27809         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27811 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27813         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27814         * elf/sln.c: Likewise.
27815         * hurd/hurd/ioctl.h: Likewise.
27816         * hurd/hurdmalloc.c: Likewise.
27817         * hurd/xattr.c: Likewise.
27818         * include/shlib-compat.h: Likewise.
27819         * inet/ruserpass.c: Likewise.
27820         * libio/iofgets_u.c: Likewise.
27821         * libio/iofgetws_u.c: Likewise.
27822         * locale/programs/ld-identification.c: Likewise.
27823         * locale/programs/ld-time.c: Likewise.
27824         * mach/msg-destroy.c: Likewise.
27825         * nss/nss_files/files-netgrp.c: Likewise.
27826         * resolv/res_data.c: Likewise.
27827         * soft-fp/op-1.h: Likewise.
27828         * soft-fp/op-2.h: Likewise.
27829         * soft-fp/op-4.h: Likewise.
27830         * soft-fp/op-common.h: Likewise.
27831         * stdio-common/printf_fphex.c: Likewise.
27832         * stdlib/strtod_l.c: Likewise.
27833         * sunrpc/rpc/clnt.h: Likewise.
27834         * sysdeps/generic/framestate.c: Likewise.
27835         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27836         * sysdeps/i386/bsd-setjmp.S: Likewise.
27837         * sysdeps/i386/__longjmp.S: Likewise.
27838         * sysdeps/i386/setjmp.S: Likewise.
27839         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27840         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27841         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27842         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27843         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27844         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27845         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27846         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27847         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27848         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27849         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27850         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27851         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27852         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27853         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27854         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27855         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27856         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27857         * sysdeps/ieee754/support.c: Likewise.
27858         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27859         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27860         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27861         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27862         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27863         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27864         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27865         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27866         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27867         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27868         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27869         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27870         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27871         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27872         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27873         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27874         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27877 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27879         * posix/transbug.c: Remove executable mode.
27881 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27883         * crypt/speeds.c: Remove trailing whitespace.
27884         * dlfcn/default.c: Likewise.
27885         * elf/ifuncdep2.c: Likewise.
27886         * elf/ifuncmain1.c: Likewise.
27887         * elf/ifuncmain1vis.c: Likewise.
27888         * elf/testobj.h: Likewise.
27889         * elf/tst-stackguard1.c: Likewise.
27890         * gmon/sys/gmon.h: Likewise.
27891         * hurd/hurdmsg.c: Likewise.
27892         * hurd/new-fd.c: Likewise.
27893         * hurd/ports-get.c: Likewise.
27894         * iconvdata/ibm1008_420.c: Likewise.
27895         * inet/tst-getni1.c: Likewise.
27896         * inet/tst-getni2.c: Likewise.
27897         * libio/ioungetc.c: Likewise.
27898         * libio/wfiledoalloc.c: Likewise.
27899         * manual/libm-err-tab.pl: Likewise.
27900         * math/w_dremf.c: Likewise.
27901         * misc/ftruncate.c: Likewise.
27902         * posix/bug-glob2.c: Likewise.
27903         * posix/tst-pcre.c: Likewise.
27904         * posix/wait4.c: Likewise.
27905         * resolv/README: Likewise.
27906         * resolv/res_debug.h: Likewise.
27907         * resolv/tst-inet_ntop.c: Likewise.
27908         * setjmp/bug269-setjmp.c: Likewise.
27909         * soft-fp/extended.h: Likewise.
27910         * soft-fp/op-1.h: Likewise.
27911         * soft-fp/op-2.h: Likewise.
27912         * soft-fp/op-4.h: Likewise.
27913         * soft-fp/op-8.h: Likewise.
27914         * soft-fp/testit.c: Likewise.
27915         * stdio-common/bug16.c: Likewise.
27916         * stdlib/random.c: Likewise.
27917         * sunrpc/rpcsvc/rquota.x: Likewise.
27918         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27919         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27920         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27921         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27922         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27923         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27924         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27925         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27926         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27927         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27928         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27929         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27930         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27931         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27932         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27933         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27934         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27935         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27936         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27937         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27938         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27939         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27940         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27941         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27942         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27943         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27944         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27945         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27946         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27947         * sysdeps/ieee754/s_lib_version.c: Likewise.
27948         * sysdeps/mach/hurd/check_fds.c: Likewise.
27949         * sysdeps/mach/hurd/getsockname.c: Likewise.
27950         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27951         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27952         * sysdeps/powerpc/bits/link.h: Likewise.
27953         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27954         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27955         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27956         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27957         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27958         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27959         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27960         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27961         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27962         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27963         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27964         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27965         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27966         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27967         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27968         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27969         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27970         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27971         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27972         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27973         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27974         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27975         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27976         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27977         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27978         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27979         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27980         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27981         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27982         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27983         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27984         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27985         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27986         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27987         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27988         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27989         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27990         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27991         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27992         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27993         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27994         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27995         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27996         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27997         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27998         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27999         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
28000         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
28001         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
28002         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
28003         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
28004         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
28005         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28006         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28007         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
28008         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
28009         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
28010         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28011         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
28012         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
28013         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
28014         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
28015         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
28016         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28017         * sysdeps/powerpc/sysdep.h: Likewise.
28018         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
28019         * sysdeps/s390/s390-64/sub_n.S: Likewise.
28020         * sysdeps/sh/dl-trampoline.S: Likewise.
28021         * sysdeps/sh/memset.S: Likewise.
28022         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
28023         * sysdeps/sh/strlen.S: Likewise.
28024         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
28025         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
28026         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
28027         * sysdeps/sparc/sparc32/rem.S: Likewise.
28028         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
28029         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
28030         * sysdeps/sparc/sparc32/strchr.S: Likewise.
28031         * sysdeps/sparc/sparc32/udiv.S: Likewise.
28032         * sysdeps/sparc/sparc32/urem.S: Likewise.
28033         * sysdeps/sparc/sparc64/add_n.S: Likewise.
28034         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
28035         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
28036         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
28037         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
28038         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
28039         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
28040         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
28041         * sysdeps/unix/bsd/times.c: Likewise.
28042         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
28043         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
28044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
28045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
28046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
28047         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
28048         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
28049         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
28050         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
28051         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
28052         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
28053         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28054         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
28055         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28056         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28057         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
28058         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28059         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
28060         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
28061         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
28062         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
28063         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
28064         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28065         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
28066         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
28067         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
28068         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
28069         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28070         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
28071         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
28072         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
28073         * sysdeps/x86_64/strcspn.S: Likewise.
28075 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28077         * locale/C-translit.h: Revert #include <stdint.h> because this is a
28078         generated file.  Regenerate properly from gen-translit.pl.
28079         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
28080         locale/C-translit.h.
28082 2013-06-05  Andreas Schwab  <schwab@suse.de>
28084         [BZ #15100]
28085         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
28086         week as 6 instead of -1.
28087         * time/tst-strptime.c (day_tests): Add test case.
28089 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28091         * sysdeps/generic/math_private.h
28092         (libc_feholdexcept_setround_53bit): Replace with
28093         libc_feholdsetround_53bit.
28094         (libc_feupdateenv_53bit): Replace with
28095         libc_feresetround_53bit.
28096         (SET_RESTORE_ROUND_53BIT): Adjust.
28098 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28100         * string/test-strchrnul.c: Add copyright header.
28102         * posix/tst-getaddrinfo4.c: Increase test timeout.
28104 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
28106         [BZ #15536]
28107         * math/libm-test.inc (MAX_EXP): Remove
28108         (MIN_EXP): Define.
28109         (ulp): Use MIN_EXP - MANT_DIG.
28110         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28112 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
28114         * po/be.po: Revert last change.
28115         * po/zh_CN.po: Likewise.
28116         * po/header.pot: Likewise.
28118 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
28120         * Makefile ($(common-objpfx)linkobj/libc.so): Define
28121         link-libc-deps to empty as target-specific variable.
28122         * Makerules (link-libc-args): New variable.
28123         (libc-for-link): Likewise.
28124         (link-libc-deps): Likewise.
28125         (lib%.so): Depend on $(link-libc-deps).  Link with
28126         $(link-libc-args).
28127         (build-module): Link with $(link-libc-args).
28128         (build-module-asneeded): Likewise.
28129         (build-module-helper-objlist): Filter out $(link-libc-deps) from
28130         list of objects.
28131         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28132         target-specific variable.
28133         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28134         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28135         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28136         libc.
28137         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28138         libc and ld.so.
28139         ($(objpfx)libpcprofile.so): Likewise.
28140         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28141         libc_nonshared.a.
28142         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28143         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28144         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28145         $(link-libc-deps).
28146         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28147         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28148         * login/Makefile ($(objpfx)libutil.so): Likewise.
28149         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28150         * math/Makefile ($(objpfx)libm.so): Likewise.
28151         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28152         $(objpfx)libnsl.so): Define libc-for-link as target-specific
28153         variable instead of depending directly on libc.
28154         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28155         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28156         $(link-libc-deps).
28157         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28158         libc.
28159         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28160         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28161         ($(objpfx)libanl.so): Likewise.
28162         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28163         ld.so.
28164         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28165         $(link-libc-deps).
28166         * sysdeps/i386/fpu/Makefile: Remove file.
28167         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28168         ($(objpfx)libm.so): Remove dependency on ld.so.
28170 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
28172         [BZ # 15553]
28173         * nis/yp_xdr.c (XDRMAXNAME): Define.
28174         (XDRMAXRECORD): Define.
28175         (xdr_domainname): Use XDRMAXNAME.
28176         (xdr_mapname): Likewise.
28177         (xdr_peername): Likewise.
28178         (xdr_keydat): Use XDRMAXRECORD.
28179         (xdr_valdat): Likewise.
28181 2013-05-30  Jeff Law  <law@redhat.com>
28183         [BZ #14256]
28184         * manual/errno.texi (ESTALE): Update to account for more than
28185         just NFS file systems.
28186         * sysdeps/gnu/errlist.c: Regenerated.
28188 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28190         [BZ #15465]
28191         * elf/Makefile (tests): Add tst-null-argv.
28192         (modules-names):  Add tst-null-argv-lib.
28193         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
28194         (tst-null-argv-ENV): Set environment for tst-null-argv.
28195         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
28196         (RTLD_PROGNAME): New macro.
28197         * elf/tst-null-argv.c: New test case.
28198         * elf/tst-null-argv-lib.c: Library for test case.
28199         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
28200         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
28201         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
28202         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
28203         * elf/dl-init.c (call_init): Likewise.
28204         (_dl_init): Likewise.
28205         * elf/dl-load.c (print_search_path): Likewise.
28206         (_dl_map_object): Likewise.
28207         * elf/dl-lookup.c (do_lookup_x): Likewise.
28208         (add_dependency): Likewise.
28209         (_dl_lookup_symbol_x): Likewise.
28210         (_dl_debug_bindings): Likewise.
28211         * elf/dl-open.c (_dl_show_scope): Likewise.
28212         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
28213         * elf/dl-version.c (match_symbol): Likewise.
28214         (_dl_check_map_versions): Likewise.
28215         * elf/rtld.c (dl_main): Likewise.
28216         (print_unresolved): Use RTLD_PROGNAME.
28217         (print_missing_version): Likewise.
28218         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
28219         (elf_machine_rela): Likewise.
28220         * sysdeps/powerpc/powerpc32/dl-machine.c
28221         (__process_machine_rela): Likewise.
28222         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28223         Likewise.
28224         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28225         Likewise.
28226         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
28227         Likewise.
28228         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
28229         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
28230         Likewise.
28231         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
28232         Likewise.
28233         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
28235 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
28237         * po/be.po: Add descriptive title.
28238         * po/zh_CN.po: Likewise.
28239         * po/header.pot: Likewise.
28241 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
28243         * locale/programs/locarchive.c (create_archive): Inlucde fname in
28244         error message.
28245         (enlarge_archive): Likewise.
28247 2013-05-28  Ben North  <ben@redfrontdoor.org>
28249         * manual/arith.texi (frexp): It is the magnitude of the return
28250         value which lies in [0.5, 1), not the return value itself.
28252 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28254         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28256 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
28258         * stdio-common/bug26.c (main): Correct fscanf template.
28260         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28261         declare _dl_skip_args.
28263         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28264         Don't declare.
28266         * manual/platform.texi: Add missing @end deftypefun.
28268 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28270         [BZ #15529]
28271         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28272         bit of mantissa of 2^16382.
28273         * math/libm-test.inc (hypot_test_data): Add more tests.
28275         * math/libm-test.inc: Add drem and pow10 to list of tested
28276         functions.
28277         (pow10_test): New function.
28278         (drem_test): Likewise.
28279         (drem_test_tonearest): Likewise.
28280         (drem_test_towardzero): Likewise.
28281         (drem_test_downward): Likewise.
28282         (drem_test_upward): Likewise.
28283         (main): Call the new functions.
28285         * math/libm-test.inc (finite_test_data): Remove.
28286         (finite_test): Run tests from isfinite_test_data.
28287         (gamma_test_data): Remove.
28288         (gamma_test): Run tests from lgamma_test_data.
28289         * sysdeps/i386/fpu/libm-test-ulps: Update.
28290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28292 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28294         * manual/platform.texi: Add PowerPC PPR function set documentation.
28295         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28296         implementation.
28298 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28300         * math/libm-test.inc (MAX_EXP): Define.
28301         (ULPDIFF): Define.
28302         (ulp): New function.
28303         (check_float_internal): Use ULPDIFF.
28304         (cpow_test): Disable failing test.
28305         (check_ulp): Test ulp() implemetnation.
28306         (main): Call check_ulp before starting tests.
28308 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28310         * math/gen-libm-test.pl (generate_testfile): Do not handle
28311         START_DATA and END_DATA.
28312         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28313         END_DATA.
28314         (acos_tonearest_test_data): Likewise.
28315         (acos_towardzero_test_data): Likewise.
28316         (acos_downward_test_data): Likewise.
28317         (acos_upward_test_data): Likewise.
28318         (acosh_test_data): Likewise.
28319         (asin_test_data): Likewise.
28320         (asin_tonearest_test_data): Likewise.
28321         (asin_towardzero_test_data): Likewise.
28322         (asin_downward_test_data): Likewise.
28323         (asin_upward_test_data): Likewise.
28324         (asinh_test_data): Likewise.
28325         (atan_test_data): Likewise.
28326         (atanh_test_data): Likewise.
28327         (atan2_test_data): Likewise.
28328         (cabs_test_data): Likewise.
28329         (cacos_test_data): Likewise.
28330         (cacosh_test_data): Likewise.
28331         (carg_test_data): Likewise.
28332         (casin_test_data): Likewise.
28333         (casinh_test_data): Likewise.
28334         (catan_test_data): Likewise.
28335         (catanh_test_data): Likewise.
28336         (cbrt_test_data): Likewise.
28337         (ccos_test_data): Likewise.
28338         (ccosh_test_data): Likewise.
28339         (ceil_test_data): Likewise.
28340         (cexp_test_data): Likewise.
28341         (cimag_test_data): Likewise.
28342         (clog_test_data): Likewise.
28343         (clog10_test_data): Likewise.
28344         (conj_test_data): Likewise.
28345         (copysign_test_data): Likewise.
28346         (cos_test_data): Likewise.
28347         (cos_tonearest_test_data): Likewise.
28348         (cos_towardzero_test_data): Likewise.
28349         (cos_downward_test_data): Likewise.
28350         (cos_upward_test_data): Likewise.
28351         (cosh_test_data): Likewise.
28352         (cosh_tonearest_test_data): Likewise.
28353         (cosh_towardzero_test_data): Likewise.
28354         (cosh_downward_test_data): Likewise.
28355         (cosh_upward_test_data): Likewise.
28356         (cpow_test_data): Likewise.
28357         (cproj_test_data): Likewise.
28358         (creal_test_data): Likewise.
28359         (csin_test_data): Likewise.
28360         (csinh_test_data): Likewise.
28361         (csqrt_test_data): Likewise.
28362         (ctan_test_data): Likewise.
28363         (ctan_tonearest_test_data): Likewise.
28364         (ctan_towardzero_test_data): Likewise.
28365         (ctan_downward_test_data): Likewise.
28366         (ctan_upward_test_data): Likewise.
28367         (ctanh_test_data): Likewise.
28368         (ctanh_tonearest_test_data): Likewise.
28369         (ctanh_towardzero_test_data): Likewise.
28370         (ctanh_downward_test_data): Likewise.
28371         (ctanh_upward_test_data): Likewise.
28372         (erf_test_data): Likewise.
28373         (erfc_test_data): Likewise.
28374         (exp_test_data): Likewise.
28375         (exp_tonearest_test_data): Likewise.
28376         (exp_towardzero_test_data): Likewise.
28377         (exp_downward_test_data): Likewise.
28378         (exp_upward_test_data): Likewise.
28379         (exp10_test_data): Likewise.
28380         (exp2_test_data): Likewise.
28381         (expm1_test_data): Likewise.
28382         (fabs_test_data): Likewise.
28383         (fdim_test_data): Likewise.
28384         (finite_test_data): Likewise.
28385         (floor_test_data): Likewise.
28386         (fma_test_data): Likewise.
28387         (fma_towardzero_test_data): Likewise.
28388         (fma_downward_test_data): Likewise.
28389         (fma_upward_test_data): Likewise.
28390         (fmax_test_data): Likewise.
28391         (fmin_test_data): Likewise.
28392         (fmod_test_data): Likewise.
28393         (fpclassify_test_data): Likewise.
28394         (frexp_test_data): Likewise.
28395         (gamma_test_data): Likewise.
28396         (hypot_test_data): Likewise.
28397         (ilogb_test_data): Likewise.
28398         (isfinite_test_data): Likewise.
28399         (isgreater_test_data): Likewise.
28400         (isgreaterequal_test_data): Likewise.
28401         (isinf_test_data): Likewise.
28402         (isless_test_data): Likewise.
28403         (islessequal_test_data): Likewise.
28404         (islessgreater_test_data): Likewise.
28405         (isnan_test_data): Likewise.
28406         (isnormal_test_data): Likewise.
28407         (issignaling_test_data): Likewise.
28408         (isunordered_test_data): Likewise.
28409         (j0_test_data): Likewise.
28410         (j1_test_data): Likewise.
28411         (jn_test_data): Likewise.
28412         (ldexp_test_data): Likewise.
28413         (lgamma_test_data): Likewise.
28414         (lrint_test_data): Likewise.
28415         (lrint_tonearest_test_data): Likewise.
28416         (lrint_towardzero_test_data): Likewise.
28417         (lrint_downward_test_data): Likewise.
28418         (lrint_upward_test_data): Likewise.
28419         (llrint_test_data): Likewise.
28420         (llrint_tonearest_test_data): Likewise.
28421         (llrint_towardzero_test_data): Likewise.
28422         (llrint_downward_test_data): Likewise.
28423         (llrint_upward_test_data): Likewise.
28424         (log_test_data): Likewise.
28425         (log10_test_data): Likewise.
28426         (log1p_test_data): Likewise.
28427         (log2_test_data): Likewise.
28428         (logb_test_data): Likewise.
28429         (logb_downward_test_data): Likewise.
28430         (lround_test_data): Likewise.
28431         (llround_test_data): Likewise.
28432         (modf_test_data): Likewise.
28433         (nearbyint_test_data): Likewise.
28434         (nextafter_test_data): Likewise.
28435         (nexttoward_test_data): Likewise.
28436         (pow_test_data): Likewise.
28437         (pow_tonearest_test_data): Likewise.
28438         (pow_towardzero_test_data): Likewise.
28439         (pow_downward_test_data): Likewise.
28440         (pow_upward_test_data): Likewise.
28441         (remainder_test_data): Likewise.
28442         (remainder_tonearest_test_data): Likewise.
28443         (remainder_towardzero_test_data): Likewise.
28444         (remainder_downward_test_data): Likewise.
28445         (remainder_upward_test_data): Likewise.
28446         (remquo_test_data): Likewise.
28447         (rint_test_data): Likewise.
28448         (rint_tonearest_test_data): Likewise.
28449         (rint_towardzero_test_data): Likewise.
28450         (rint_downward_test_data): Likewise.
28451         (rint_upward_test_data): Likewise.
28452         (round_test_data): Likewise.
28453         (scalb_test_data): Likewise.
28454         (scalbn_test_data): Likewise.
28455         (scalbln_test_data): Likewise.
28456         (signbit_test_data): Likewise.
28457         (sin_test_data): Likewise.
28458         (sin_tonearest_test_data): Likewise.
28459         (sin_towardzero_test_data): Likewise.
28460         (sin_downward_test_data): Likewise.
28461         (sin_upward_test_data): Likewise.
28462         (sincos_test_data): Likewise.
28463         (sinh_test_data): Likewise.
28464         (sinh_tonearest_test_data): Likewise.
28465         (sinh_towardzero_test_data): Likewise.
28466         (sinh_downward_test_data): Likewise.
28467         (sinh_upward_test_data): Likewise.
28468         (sqrt_test_data): Likewise.
28469         (tan_test_data): Likewise.
28470         (tan_tonearest_test_data): Likewise.
28471         (tan_towardzero_test_data): Likewise.
28472         (tan_downward_test_data): Likewise.
28473         (tan_upward_test_data): Likewise.
28474         (tanh_test_data): Likewise.
28475         (tgamma_test_data): Likewise.
28476         (trunc_test_data): Likewise.
28477         (y0_test_data): Likewise.
28478         (y1_test_data): Likewise.
28479         (yn_test_data): Likewise.
28480         (significand_test_data): Likewise.
28482         * math/gen-libm-test.pl (@functions): Remove variable.
28483         (generate_testfile): Don't handle START and END lines.
28484         * math/libm-test.inc (START): New macro.
28485         (END): Likewise.
28486         (END_COMPLEX): Likewise.
28487         (acos_test): Use END macro without arguments.
28488         (acos_test_tonearest): Likewise.
28489         (acos_test_towardzero): Likewise.
28490         (acos_test_downward): Likewise.
28491         (acos_test_upward): Likewise.
28492         (acosh_test): Likewise.
28493         (asin_test): Likewise.
28494         (asin_test_tonearest): Likewise.
28495         (asin_test_towardzero): Likewise.
28496         (asin_test_downward): Likewise.
28497         (asin_test_upward): Likewise.
28498         (asinh_test): Likewise.
28499         (atan_test): Likewise.
28500         (atanh_test): Likewise.
28501         (atan2_test): Likewise.
28502         (cabs_test): Likewise.
28503         (cacos_test): Use END_COMPLEX macro without arguments.
28504         (cacosh_test): Likewise.
28505         (carg_test): Use END macro without arguments.
28506         (casin_test): Use END_COMPLEX macro without arguments.
28507         (casinh_test): Likewise.
28508         (catan_test): Likewise.
28509         (catanh_test): Likewise.
28510         (cbrt_test): Use END macro without arguments.
28511         (ccos_test): Use END_COMPLEX macro without arguments.
28512         (ccosh_test): Likewise.
28513         (ceil_test): Use END macro without arguments.
28514         (cexp_test): Use END_COMPLEX macro without arguments.
28515         (cimag_test): Use END macro without arguments.
28516         (clog_test): Use END_COMPLEX macro without arguments.
28517         (clog10_test): Likewise.
28518         (conj_test): Likewise.
28519         (copysign_test): Use END macro without arguments.
28520         (cos_test): Likewise.
28521         (cos_test_tonearest): Likewise.
28522         (cos_test_towardzero): Likewise.
28523         (cos_test_downward): Likewise.
28524         (cos_test_upward): Likewise.
28525         (cosh_test): Likewise.
28526         (cosh_test_tonearest): Likewise.
28527         (cosh_test_towardzero): Likewise.
28528         (cosh_test_downward): Likewise.
28529         (cosh_test_upward): Likewise.
28530         (cpow_test): Use END_COMPLEX macro without arguments.
28531         (cproj_test): Likewise.
28532         (creal_test): Use END macro without arguments.
28533         (csin_test): Use END_COMPLEX macro without arguments.
28534         (csinh_test): Likewise.
28535         (csqrt_test): Likewise.
28536         (ctan_test): Likewise.
28537         (ctan_test_tonearest): Likewise.
28538         (ctan_test_towardzero): Likewise.
28539         (ctan_test_downward): Likewise.
28540         (ctan_test_upward): Likewise.
28541         (ctanh_test): Likewise.
28542         (ctanh_test_tonearest): Likewise.
28543         (ctanh_test_towardzero): Likewise.
28544         (ctanh_test_downward): Likewise.
28545         (ctanh_test_upward): Likewise.
28546         (erf_test): Use END macro without arguments.
28547         (erfc_test): Likewise.
28548         (exp_test): Likewise.
28549         (exp_test_tonearest): Likewise.
28550         (exp_test_towardzero): Likewise.
28551         (exp_test_downward): Likewise.
28552         (exp_test_upward): Likewise.
28553         (exp10_test): Likewise.
28554         (exp2_test): Likewise.
28555         (expm1_test): Likewise.
28556         (fabs_test): Likewise.
28557         (fdim_test): Likewise.
28558         (finite_test): Likewise.
28559         (floor_test): Likewise.
28560         (fma_test): Likewise.
28561         (fma_test_towardzero): Likewise.
28562         (fma_test_downward): Likewise.
28563         (fma_test_upward): Likewise.
28564         (fmax_test): Likewise.
28565         (fmin_test): Likewise.
28566         (fmod_test): Likewise.
28567         (fpclassify_test): Likewise.
28568         (frexp_test): Likewise.
28569         (gamma_test): Likewise.
28570         (hypot_test): Likewise.
28571         (ilogb_test): Likewise.
28572         (isfinite_test): Likewise.
28573         (isgreater_test): Likewise.
28574         (isgreaterequal_test): Likewise.
28575         (isinf_test): Likewise.
28576         (isless_test): Likewise.
28577         (islessequal_test): Likewise.
28578         (islessgreater_test): Likewise.
28579         (isnan_test): Likewise.
28580         (isnormal_test): Likewise.
28581         (issignaling_test): Likewise.
28582         (isunordered_test): Likewise.
28583         (j0_test): Likewise.
28584         (j1_test): Likewise.
28585         (jn_test): Likewise.
28586         (ldexp_test): Likewise.
28587         (lgamma_test): Likewise.
28588         (lrint_test): Likewise.
28589         (lrint_test_tonearest): Likewise.
28590         (lrint_test_towardzero): Likewise.
28591         (lrint_test_downward): Likewise.
28592         (lrint_test_upward): Likewise.
28593         (llrint_test): Likewise.
28594         (llrint_test_tonearest): Likewise.
28595         (llrint_test_towardzero): Likewise.
28596         (llrint_test_downward): Likewise.
28597         (llrint_test_upward): Likewise.
28598         (log_test): Likewise.
28599         (log10_test): Likewise.
28600         (log1p_test): Likewise.
28601         (log2_test): Likewise.
28602         (logb_test): Likewise.
28603         (logb_test_downward): Likewise.
28604         (lround_test): Likewise.
28605         (llround_test): Likewise.
28606         (modf_test): Likewise.
28607         (nearbyint_test): Likewise.
28608         (nextafter_test): Likewise.
28609         (nexttoward_test): Likewise.
28610         (pow_test): Likewise.
28611         (pow_test_tonearest): Likewise.
28612         (pow_test_towardzero): Likewise.
28613         (pow_test_downward): Likewise.
28614         (pow_test_upward): Likewise.
28615         (remainder_test): Likewise.
28616         (remainder_test_tonearest): Likewise.
28617         (remainder_test_towardzero): Likewise.
28618         (remainder_test_downward): Likewise.
28619         (remainder_test_upward): Likewise.
28620         (remquo_test): Likewise.
28621         (rint_test): Likewise.
28622         (rint_test_tonearest): Likewise.
28623         (rint_test_towardzero): Likewise.
28624         (rint_test_downward): Likewise.
28625         (rint_test_upward): Likewise.
28626         (round_test): Likewise.
28627         (scalb_test): Likewise.
28628         (scalbn_test): Likewise.
28629         (scalbln_test): Likewise.
28630         (signbit_test): Likewise.
28631         (sin_test): Likewise.
28632         (sin_test_tonearest): Likewise.
28633         (sin_test_towardzero): Likewise.
28634         (sin_test_downward): Likewise.
28635         (sin_test_upward): Likewise.
28636         (sincos_test): Likewise.
28637         (sinh_test): Likewise.
28638         (sinh_test_tonearest): Likewise.
28639         (sinh_test_towardzero): Likewise.
28640         (sinh_test_downward): Likewise.
28641         (sinh_test_upward): Likewise.
28642         (sqrt_test): Likewise.
28643         (tan_test): Likewise.
28644         (tan_test_tonearest): Likewise.
28645         (tan_test_towardzero): Likewise.
28646         (tan_test_downward): Likewise.
28647         (tan_test_upward): Likewise.
28648         (tanh_test): Likewise.
28649         (tgamma_test): Likewise.
28650         (trunc_test): Likewise.
28651         (y0_test): Likewise.
28652         (y1_test): Likewise.
28653         (yn_test): Likewise.
28654         (significand_test): Likewise.
28656 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28658         [BZ #15381]
28659         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28661 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28663         [BZ #14894]
28664         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28665         __ppc_mdoio and __ppc_mdoom.
28666         * manual/platform.texi: Document new functions __ppc_yield,
28667         __ppc_mdoio and __ppc_mdoom.
28669 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28671         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28672         (main): Mention "tls" pseudo-hwcap is legacy.
28673         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28675 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28677         * math/gen-libm-test.pl (parse_args): Output only string of
28678         arguments as text for test name, not full call or descriptions of
28679         tests for extra outputs.
28680         (generate_testfile): Do not pass function name to parse_args.
28681         Generate this_func variable from START.
28682         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28683         field to arg_str.
28684         (struct test_ff_f_data): Likewise.
28685         (test_ff_f_data_nexttoward): Likewise.
28686         (struct test_fi_f_data): Likewise.
28687         (struct test_fl_f_data): Likewise.
28688         (struct test_if_f_data): Likewise.
28689         (struct test_fff_f_data): Likewise.
28690         (struct test_c_f_data): Likewise.
28691         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28692         (struct test_fF_f1_data): Likewise.
28693         (struct test_ffI_f1_data): Likewise.
28694         (struct test_c_c_data): Rename test_name field to arg_str.
28695         (struct test_cc_c_data): Likewise.
28696         (struct test_f_i_data): Likewise.
28697         (struct test_ff_i_data): Likewise.
28698         (struct test_f_l_data): Likewise.
28699         (struct test_f_L_data): Likewise.
28700         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28701         and extra2_name.
28702         (COMMON_TEST_SETUP): New macro.
28703         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28704         (COMMON_TEST_CLEANUP): Likewise.
28705         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28706         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28707         macros.
28708         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28709         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28710         macros.
28711         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28712         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28713         cleanup macros.
28714         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28715         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28716         macros.
28717         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28718         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28719         macros.
28720         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28721         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28722         cleanup macros.
28723         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28724         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28725         cleanup macros.
28726         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28727         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28728         cleanup macros.
28729         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28730         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28731         macros.
28732         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28733         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28734         macros.
28735         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28736         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28737         macros.
28738         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28739         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28740         cleanup macros.
28741         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28742         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28743         cleanup macros.
28744         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28745         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28746         macros.
28747         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28748         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28749         cleanup macros.
28750         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28751         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28752         macros.
28753         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28754         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28755         macros.
28756         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28757         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28758         cleanup macros.
28759         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28761 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28763         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28764         to _sifields.sigfault.
28765         (si_addr_lsb): Define new macro.
28766         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28767         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28768         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28770 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28772         [BZ #15441]
28773         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28774         returns -1.
28775         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28776         null return -1.
28777         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28778         loading the domain.
28780 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28782         * math/gen-libm-test.pl (parse_args): Do not include expected
28783         result in test name.
28784         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28785         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28786         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28787         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28788         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28791 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28793         * benchtests/Makefile: Sort function entries.
28795         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28796         tanh, asinh, acosh, atanh.
28797         * benchtests/acos-inputs: New file.
28798         * benchtests/acosh-inputs: New file.
28799         * benchtests/asin-inputs: New file.
28800         * benchtests/asinh-inputs: New file.
28801         * benchtests/atanh-inputs: New file.
28802         * benchtests/cosh-inputs: New file.
28803         * benchtests/log-inputs: New file.
28804         * benchtests/sinh-inputs: New file.
28805         * benchtests/tanh-inputs: New file.
28807 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28809         [BZ #15339]
28810         * posix/tst-getaddrinfo4.c: New test.
28811         * posix/Makefile (tests): Add it.
28813 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28815         [BZ #15339]
28816         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28817         when no services were used.
28818         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28819         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28821 2013-05-21  Andreas Schwab  <schwab@suse.de>
28823         [BZ #15014]
28824         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28825         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28826         successful.
28827         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28828         redundant variable declarations and reallocation of buffer when
28829         parsing as IPv6 address.  Always set NSS status when called from
28830         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28831         buffer too small.  Correct computation of needed size.
28832         * nss/Makefile (tests): Add test-digits-dots.
28833         * nss/test-digits-dots.c: New test.
28835 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28837         * benchtests/Makefile: Remove instructions for adding
28838         benchmark tests.
28839         * benchtests/README: New file to explain how to execute and
28840         enhance the benchmark tests.
28842 2013-05-21  Andreas Schwab  <schwab@suse.de>
28844         [BZ #15493]
28845         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28846         * setjmp/tst-sigsetjmp.c: New test.
28848 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28850         * sysdeps/x86_64/memset.S (memset): New implementation.
28851         (__bzero): Likewise.
28852         (__memset_tail): New function.
28854 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28856         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28857         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28858         __memcpy_sse2_unaligned ifunc selection.
28859         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28860         Add memcpy-sse2-unaligned.S.
28861         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28862         Add: __memcpy_sse2_unaligned.
28864 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28866         [BZ #15490]
28867         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28868         math_force_eval before restoring floating-point envrionment.
28869         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28870         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28871         Likewise.
28872         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28873         <math_private.h>.
28874         (__nearbyintl): Use math_force_eval before restoring
28875         floating-point environment.
28876         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28878         * math/gen-libm-test.pl (special_functions): Remove.
28879         (parse_args): Don't handle TEST_extra.  Handle functions with no
28880         return value.
28881         * math/libm-test.inc (struct test_sincos_data): Replace with
28882         struct test_fFF_11_data.
28883         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28884         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28885         (sincos_test_data): Change element type to struct
28886         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28887         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28888         RUN_TEST_LOOP_sincos.
28889         * math/README.libm-test: Don't mention special handling of
28890         individual functions.
28891         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28892         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28893         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28894         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28895         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28896         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28898         * math/gen-libm-test.pl (get_variable): Remove function.
28899         (parse_args): Don't show pointer parameters to call in test
28900         names.  Use "extra output N" in test names for extra outputs
28901         rather than naming variables.
28903 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28905         [BZ #15488]
28906         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28907         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28908         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28909         double tests.
28910         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28911         disable.
28912         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28913         check_long_double.
28915         * math/gen-libm-test.pl (@tests): Remove variable.
28916         ($count): Likewise.
28917         (new_test): Remove function.
28918         (show_exceptions): New function.
28919         (special_functions): Use show_exceptions instead of new_test.
28920         (parse_args): Likewise.
28921         (generate_testfile): Pass only function name in generated call to
28922         print_max_error or print_complex_max_error.
28923         (get_ulps): Do not handle complex tests specially.
28924         (output_test): Rename to ...
28925         (get_all_ulps_for_test): ... this.  Return a string rather than
28926         printing to a file.  Require ulps to be present.
28927         (output_ulps): Generate arrays rather than #defines.
28928         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28929         (struct ulp_data): New type.
28930         (BUILD_COMPLEX_ULP): Remove macro.
28931         (compare_ulp_data): New function.
28932         (find_ulps): Likewise.
28933         (find_test_ulps): Likewise.
28934         (find_function_ulps): Likewise.
28935         (find_complex_function_ulps): Likewise.
28936         (print_max_error): Determine allowed ulps using
28937         find_function_ulps.
28938         (print_complex_max_error): Determine allowed ulps using
28939         find_complex_function_ulps.
28940         (check_float_internal): Determine max ulps using find_test_ulps.
28941         (check_float): Do not take max_ulp parameter.  Update call to
28942         check_float_internal.
28943         (check_complex): Likewise.
28944         (check_int): Do not take max_ulp parameter.
28945         (check_long): Likewise.
28946         (check_bool): Likewise.
28947         (check_longlong): Likewise.
28948         (struct test_f_f_data): Remove max_ulp field.
28949         (struct test_ff_f_data): Likewise.
28950         (struct test_ff_f_data_nexttoward): Likewise.
28951         (struct test_fi_f_data): Likewise.
28952         (struct test_fl_f_data): Likewise.
28953         (struct test_if_f_data): Likewise.
28954         (struct test_fff_f_data): Likewise.
28955         (struct test_c_f_data): Likewise.
28956         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28957         (struct test_fF_f1_data): Likewise.
28958         (struct test_ffI_f1_data): Likewise.
28959         (struct test_c_c_data): Remove max_ulp field.
28960         (struct test_cc_c_data): Likewise.
28961         (struct test_f_i_data): Likewise.
28962         (struct test_ff_i_data): Likewise.
28963         (struct test_f_l_data): Likewise.
28964         (struct test_f_L_data): Likewise.
28965         (struct test_sincos_data): Likewise.
28966         (RUN_TEST_f_f): Do not handle ulps.
28967         (RUN_TEST_LOOP_f_f): Likewise.
28968         (RUN_TEST_2_f): Likewise.
28969         (RUN_TEST_LOOP_2_f): Likewise.
28970         (RUN_TEST_fff_f): Likewise.
28971         (RUN_TEST_LOOP_fff_f): Likewise.
28972         (RUN_TEST_c_f): Likewise.
28973         (RUN_TEST_LOOP_c_f): Likewise.
28974         (RUN_TEST_f_f1): Likewise.
28975         (RUN_TEST_LOOP_f_f1): Likewise.
28976         (RUN_TEST_fF_f1): Likewise.
28977         (RUN_TEST_LOOP_fF_f1): Likewise.
28978         (RUN_TEST_fI_f1): Likewise.
28979         (RUN_TEST_LOOP_fI_f1): Likewise.
28980         (RUN_TEST_ffI_f1): Likewise.
28981         (RUN_TEST_LOOP_ffI_f1): Likewise.
28982         (RUN_TEST_c_c): Likewise.
28983         (RUN_TEST_LOOP_c_c): Likewise.
28984         (RUN_TEST_cc_c): Likewise.
28985         (RUN_TEST_LOOP_cc_c): Likewise.
28986         (RUN_TEST_f_i): Likewise.
28987         (RUN_TEST_LOOP_f_i): Likewise.
28988         (RUN_TEST_f_i_tg): Likewise.
28989         (RUN_TEST_LOOP_f_i_tg): Likewise.
28990         (RUN_TEST_ff_i_tg): Likewise.
28991         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28992         (RUN_TEST_f_b): Likewise.
28993         (RUN_TEST_LOOP_f_b): Likewise.
28994         (RUN_TEST_f_b_tg): Likewise.
28995         (RUN_TEST_LOOP_f_b_tg): Likewise.
28996         (RUN_TEST_f_l): Likewise.
28997         (RUN_TEST_LOOP_f_l): Likewise.
28998         (RUN_TEST_f_L): Likewise.
28999         (RUN_TEST_LOOP_f_L): Likewise.
29000         (RUN_TEST_sincos): Likewise.
29001         (RUN_TEST_LOOP_sincos): Likewise.
29003 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
29005         [BZ #15480]
29006         [BZ #15485]
29007         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
29008         main case of finite arguments, set rounding mode to FE_TONEAREST
29009         and discard exceptions.
29010         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
29011         exceptions.
29012         (remainder_tonearest_test_data): New variable.
29013         (remainder_test_tonearest): New function.
29014         (remainder_towardzero_test_data): New variable.
29015         (remainder_test_towardzero): New function.
29016         (remainder_downward_test_data): New variable.
29017         (remainder_test_downward): New function.
29018         (remainder_upward_test_data): New variable.
29019         (remainder_test_upward): New function.
29020         (main): Call the new test functions.
29022         * math/libm-test.inc (struct test_f_f1_data): Remove field
29023         extra_init.
29024         (struct test_fF_f1_data): Likewise.
29025         (struct test_ffI_f1_data): Likewise.
29026         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
29027         based on value of EXTRA_EXPECTED.
29028         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29029         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
29030         EXTRA_VAR based on value of EXTRA_EXPECTED.
29031         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29032         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
29033         EXTRA_VAR based on value of EXTRA_EXPECTED.
29034         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29035         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
29036         EXTRA_VAR based on value of EXTRA_EXPECTED.
29037         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29038         * math/gen-libm-test.pl (parse_args): Don't output initializers
29039         for extra output values.
29041         * math/libm-test.inc (check_int): Expect result to be exactly
29042         equal to expected value and do not handle ulps.
29043         (check_long): Likewise.
29044         (check_longlong): Likewise.
29046         * math/libm-test.inc (ceil_test_data): Test for "inexact"
29047         exceptions.
29048         (cimag_test_data): Likewise.
29049         (conj_test_data): Likewise.
29050         (copysign_test_data): Likewise.
29051         (cproj_test_data): Likewise.
29052         (creal_test_data): Likewise.
29053         (fabs_test_data): Likewise.
29054         (fdim_test_data): Likewise.
29055         (finite_test_data): Likewise.
29056         (floor_test_data): Likewise.
29057         (fmax_test_data): Likewise.
29058         (fmin_test_data): Likewise.
29059         (fmod_test_data): Likewise.
29060         (fpclassify_test_data): Likewise.
29061         (frexp_test_data): Likewise.
29062         (ilogb_test_data): Likewise.
29063         (isfinite_test_data): Likewise.
29064         (isgreater_test_data): Likewise.
29065         (isgreaterequal_test_data): Likewise.
29066         (isinf_test_data): Likewise.
29067         (isless_test_data): Likewise.
29068         (islessequal_test_data): Likewise.
29069         (islessgreater_test_data): Likewise.
29070         (isnan_test_data): Likewise.
29071         (isnormal_test_data): Likewise.
29072         (issignaling_test_data): Likewise.
29073         (isunordered_test_data): Likewise.
29074         (ldexp_test_data): Likewise.
29075         (lrint_test_data): Likewise.
29076         (lrint_test_data) [TEST_FLOAT]: Disable one test.
29077         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
29078         (lrint_tonearest_test_data): Test for "inexact" exceptions.
29079         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29080         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
29081         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29082         test input.
29083         (lrint_towardzero_test_data): Test for "inexact" exceptions.
29084         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29085         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
29086         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
29087         that test input.
29088         (lrint_downward_test_data): Test for "inexact" exceptions.
29089         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29090         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
29091         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29092         test input.
29093         (lrint_upward_test_data): Test for "inexact" exceptions.
29094         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
29095         test input.
29096         (llrint_test_data): Test for "inexact" exceptions.
29097         (llrint_test_data) [TEST_FLOAT]: Disable one test.
29098         (llrint_tonearest_test_data): Test for "inexact" exceptions.
29099         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29100         (llrint_towardzero_test_data): Test for "inexact" exceptions.
29101         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29102         (llrint_downward_test_data): Test for "inexact" exceptions.
29103         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29104         (llrint_upward_test_data): Test for "inexact" exceptions.
29105         (logb_test_data): Likewise.
29106         (logb_downward_test_data): Likewise.
29107         (nextafter_test_data): Likewise.
29108         (nexttoward_test_data): Likewise.
29109         (remainder_test_data): Likewise.
29110         (remquo_test_data): Likewise.
29111         (scalbn_test_data): Likewise.
29112         (scalbln_test_data): Likewise.
29113         (signbit_test_data): Likewise.
29114         (sqrt_test_data): Likewise.
29115         (significand_test_data): Likewise.
29117 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29119         [BZ #15424]
29120         * benchtests/bench-modf.c (struct args): Mark arg0 as
29121         volatile.
29122         * scripts/bench.pl: Mark members of struct args as volatile.
29124 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29126         [BZ # 15497]
29127         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29128         negative infinity on POWER6 or lower.
29129         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29131 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
29133         [BZ #15442]
29134         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29135         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29136         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29137         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29138         (_FP_SETQNAN): New macro.
29139         (_FP_SETQNAN_SEMIRAW): Likewise.
29140         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29141         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29142         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29143         (FP_EXTEND): Use _FP_FRAC_SNANP.
29144         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29145         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29146         into account.
29147         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29148         New macro.
29149         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29150         Likewise.
29152 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29154         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29155         with DIVIDE_BY_ZERO_EXCEPTION.
29156         (gamma_test_data): Likewise.
29157         (lgamma_test_data): Likewise.
29158         (log_test_data): Likewise.
29159         (log10_test_data): Likewise.
29160         (log2_test_data): Likewise.
29161         (tgamma_test_data): Likewise.
29163         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29164         (acos_test_tonearest): Likewise.
29165         (acos_test_towardzero): Likewise.
29166         (acos_test_downward): Likewise.
29167         (acos_test_upward): Likewise.
29168         (acosh_test): Likewise.
29169         (asin_test): Likewise.
29170         (asin_test_tonearest): Likewise.
29171         (asin_test_towardzero): Likewise.
29172         (asin_test_downward): Likewise.
29173         (asin_test_upward): Likewise.
29174         (asinh_test): Likewise.
29175         (atan_test): Likewise.
29176         (atanh_test): Likewise.
29177         (atan2_test): Likewise.
29178         (cabs_test): Likewise.
29179         (cacos_test): Likewise.
29180         (cacosh_test): Likewise.
29181         (casin_test): Likewise.
29182         (casinh_test): Likewise.
29183         (catan_test): Likewise.
29184         (catanh_test): Likewise.
29185         (cbrt_test): Likewise.
29186         (ccos_test): Likewise.
29187         (ccosh_test): Likewise.
29188         (cexp_test): Likewise.
29189         (clog_test): Likewise.
29190         (clog10_test): Likewise.
29191         (cos_test): Likewise.
29192         (cos_test_tonearest): Likewise.
29193         (cos_test_towardzero): Likewise.
29194         (cos_test_downward): Likewise.
29195         (cos_test_upward): Likewise.
29196         (cosh_test): Likewise.
29197         (cosh_test_tonearest): Likewise.
29198         (cosh_test_towardzero): Likewise.
29199         (cosh_test_downward): Likewise.
29200         (cosh_test_upward): Likewise.
29201         (cpow_test): Likewise.
29202         (csin_test): Likewise.
29203         (csinh_test): Likewise.
29204         (csqrt_test): Likewise.
29205         (ctan_test): Likewise.
29206         (ctan_test_tonearest): Likewise.
29207         (ctan_test_towardzero): Likewise.
29208         (ctan_test_downward): Likewise.
29209         (ctan_test_upward): Likewise.
29210         (ctanh_test): Likewise.
29211         (ctanh_test_tonearest): Likewise.
29212         (ctanh_test_towardzero): Likewise.
29213         (ctanh_test_downward): Likewise.
29214         (ctanh_test_upward): Likewise.
29215         (erf_test): Likewise.
29216         (erfc_test): Likewise.
29217         (exp_test): Likewise.
29218         (exp_test_tonearest): Likewise.
29219         (exp_test_towardzero): Likewise.
29220         (exp_test_downward): Likewise.
29221         (exp_test_upward): Likewise.
29222         (exp10_test): Likewise.
29223         (exp2_test): Likewise.
29224         (expm1_test): Likewise.
29225         (fmod_test): Likewise.
29226         (gamma_test): Likewise.
29227         (hypot_test): Likewise.
29228         (j0_test): Likewise.
29229         (j1_test): Likewise.
29230         (jn_test): Likewise.
29231         (lgamma_test): Likewise.
29232         (log_test): Likewise.
29233         (log10_test): Likewise.
29234         (log1p_test): Likewise.
29235         (log2_test): Likewise.
29236         (logb_test_downward): Likewise.
29237         (pow_test): Likewise.
29238         (pow_test_tonearest): Likewise.
29239         (pow_test_towardzero): Likewise.
29240         (pow_test_downward): Likewise.
29241         (pow_test_upward): Likewise.
29242         (remainder_test): Likewise.
29243         (remquo_test): Likewise.
29244         (sin_test): Likewise.
29245         (sin_test_tonearest): Likewise.
29246         (sin_test_towardzero): Likewise.
29247         (sin_test_downward): Likewise.
29248         (sin_test_upward): Likewise.
29249         (sincos_test): Likewise.
29250         (sinh_test): Likewise.
29251         (sinh_test_tonearest): Likewise.
29252         (sinh_test_towardzero): Likewise.
29253         (sinh_test_downward): Likewise.
29254         (sinh_test_upward): Likewise.
29255         (sqrt_test): Likewise.
29256         (tan_test): Likewise.
29257         (tan_test_tonearest): Likewise.
29258         (tan_test_towardzero): Likewise.
29259         (tan_test_downward): Likewise.
29260         (tan_test_upward): Likewise.
29261         (tanh_test): Likewise.
29262         (tgamma_test): Likewise.
29263         (y0_test): Likewise.
29264         (y1_test): Likewise.
29265         (yn_test): Likewise.
29267         * math/gen-libm-test.pl (adjust_arg): Remove function.
29268         (special_function): Remove argument $in_func.  Only handle
29269         generating output for tables of tests, not inside functions.
29270         (parse_args): Likewise.
29271         (generate_testfile): Remove variable $in_func.  Update call to
29272         parse_args.
29273         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29274         (MINUS_ZERO_INIT): Rename macro to minus_zero.
29275         (PLUS_INFTY_INIT): Rename macro to plus_infty.
29276         (MINUS_INFTY_INIT): Rename macro to minus_infty.
29277         (QNAN_VALUE_INIT): Rename macro to qnan_value.
29278         (MAX_VALUE_INIT): Rename macro to max_value.
29279         (MIN_VALUE_INIT): Rename macro to min_value.
29280         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29281         (plus_zero): Remove variable.
29282         (minus_zero): Likewise.
29283         (plus_infty): Likewise.
29284         (minus_infty): Likewise.
29285         (qnan_value): Likewise.
29286         (max_value): Likewise.
29287         (min_value): Likewise.
29288         (min_subnorm_value): Likewise.
29290 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29292         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29293         uint64_t or uint32_t usage.
29294         * crypt/sha256-block.c: Likewise.
29295         * crypt/sha256-crypt.c: Likewise.
29296         * crypt/sha256.c: Likewise.
29297         * crypt/sha512-block.c: Likewise.
29298         * crypt/sha512-crypt.c: Likewise.
29299         * crypt/sha512.c: Likewise.
29300         * debug/backtrace-tst.c: Likewise.
29301         * debug/pcprofiledump.c: Likewise.
29302         * elf/cache.c: Likewise.
29303         * elf/dl-cache.c: Likewise.
29304         * elf/dl-misc.c: Likewise.
29305         * elf/dl-profile.c: Likewise.
29306         * elf/dl-support.c: Likewise.
29307         * elf/ldconfig.c: Likewise.
29308         * elf/sprof.c: Likewise.
29309         * iconv/dummy-repertoire.c: Likewise.
29310         * iconv/iconv_charmap.c: Likewise.
29311         * iconv/skeleton.c: Likewise.
29312         * iconvdata/8bit-generic.c: Likewise.
29313         * iconvdata/cp737.h: Likewise.
29314         * iconvdata/cp775.h: Likewise.
29315         * iconvdata/ibm1008.h: Likewise.
29316         * iconvdata/ibm1025.h: Likewise.
29317         * iconvdata/ibm1046.h: Likewise.
29318         * iconvdata/ibm1097.h: Likewise.
29319         * iconvdata/ibm1112.h: Likewise.
29320         * iconvdata/ibm1122.h: Likewise.
29321         * iconvdata/ibm1123.h: Likewise.
29322         * iconvdata/ibm1124.h: Likewise.
29323         * iconvdata/ibm1129.h: Likewise.
29324         * iconvdata/ibm1130.h: Likewise.
29325         * iconvdata/ibm1132.h: Likewise.
29326         * iconvdata/ibm1133.h: Likewise.
29327         * iconvdata/ibm1137.h: Likewise.
29328         * iconvdata/ibm1140.h: Likewise.
29329         * iconvdata/ibm1141.h: Likewise.
29330         * iconvdata/ibm1142.h: Likewise.
29331         * iconvdata/ibm1143.h: Likewise.
29332         * iconvdata/ibm1144.h: Likewise.
29333         * iconvdata/ibm1145.h: Likewise.
29334         * iconvdata/ibm1146.h: Likewise.
29335         * iconvdata/ibm1147.h: Likewise.
29336         * iconvdata/ibm1148.h: Likewise.
29337         * iconvdata/ibm1149.h: Likewise.
29338         * iconvdata/ibm1153.h: Likewise.
29339         * iconvdata/ibm1154.h: Likewise.
29340         * iconvdata/ibm1155.h: Likewise.
29341         * iconvdata/ibm1156.h: Likewise.
29342         * iconvdata/ibm1157.h: Likewise.
29343         * iconvdata/ibm1158.h: Likewise.
29344         * iconvdata/ibm1160.h: Likewise.
29345         * iconvdata/ibm1161.h: Likewise.
29346         * iconvdata/ibm1162.h: Likewise.
29347         * iconvdata/ibm1163.h: Likewise.
29348         * iconvdata/ibm1164.h: Likewise.
29349         * iconvdata/ibm1166.h: Likewise.
29350         * iconvdata/ibm1167.h: Likewise.
29351         * iconvdata/ibm12712.h: Likewise.
29352         * iconvdata/ibm1390.h: Likewise.
29353         * iconvdata/ibm1399.h: Likewise.
29354         * iconvdata/ibm16804.h: Likewise.
29355         * iconvdata/ibm4517.h: Likewise.
29356         * iconvdata/ibm4899.h: Likewise.
29357         * iconvdata/ibm4909.h: Likewise.
29358         * iconvdata/ibm4971.h: Likewise.
29359         * iconvdata/ibm5347.h: Likewise.
29360         * iconvdata/ibm803.h: Likewise.
29361         * iconvdata/ibm856.h: Likewise.
29362         * iconvdata/ibm901.h: Likewise.
29363         * iconvdata/ibm902.h: Likewise.
29364         * iconvdata/ibm9030.h: Likewise.
29365         * iconvdata/ibm9066.h: Likewise.
29366         * iconvdata/ibm921.h: Likewise.
29367         * iconvdata/ibm922.h: Likewise.
29368         * iconvdata/ibm9448.h: Likewise.
29369         * iconvdata/isiri-3342.h: Likewise.
29370         * iconvdata/jis0201.h: Likewise.
29371         * include/link.h: Likewise.
29372         * include/netdb.h: Likewise.
29373         * inet/check_native.c: Likewise.
29374         * inet/check_pf.c: Likewise.
29375         * inet/getipv4sourcefilter.c: Likewise.
29376         * inet/getnameinfo.c: Likewise.
29377         * inet/getsourcefilter.c: Likewise.
29378         * inet/htonl.c: Likewise.
29379         * inet/setipv4sourcefilter.c: Likewise.
29380         * inet/setsourcefilter.c: Likewise.
29381         * inet/test-inet6_opt.c: Likewise.
29382         * inet/tst-network.c: Likewise.
29383         * locale/C-collate.c: Likewise.
29384         * locale/C-ctype.c: Likewise.
29385         * locale/C-time.c: Likewise.
29386         * locale/C-translit.h: Likewise.
29387         * locale/loadarchive.c: Likewise.
29388         * locale/programs/3level.h: Likewise.
29389         * locale/programs/charmap.c: Likewise.
29390         * locale/programs/charmap.h: Likewise.
29391         * locale/programs/ld-address.c: Likewise.
29392         * locale/programs/ld-collate.c: Likewise.
29393         * locale/programs/ld-ctype.c: Likewise.
29394         * locale/programs/ld-identification.c: Likewise.
29395         * locale/programs/ld-measurement.c: Likewise.
29396         * locale/programs/ld-messages.c: Likewise.
29397         * locale/programs/ld-monetary.c: Likewise.
29398         * locale/programs/ld-name.c: Likewise.
29399         * locale/programs/ld-numeric.c: Likewise.
29400         * locale/programs/ld-paper.c: Likewise.
29401         * locale/programs/ld-telephone.c: Likewise.
29402         * locale/programs/ld-time.c: Likewise.
29403         * locale/programs/linereader.c: Likewise.
29404         * locale/programs/locale.c: Likewise.
29405         * locale/programs/locarchive.c: Likewise.
29406         * locale/programs/locfile.h: Likewise.
29407         * locale/programs/repertoire.c: Likewise.
29408         * locale/programs/simple-hash.c: Likewise.
29409         * locale/programs/simple-hash.h: Likewise.
29410         * malloc/memusage.c: Likewise.
29411         * malloc/memusagestat.c: Likewise.
29412         * nis/nis_defaults.c: Likewise.
29413         * nis/nis_hash.c: Likewise.
29414         * nis/nis_print.c: Likewise.
29415         * nis/nis_xdr.c: Likewise.
29416         * nscd/connections.c: Likewise.
29417         * nscd/hstcache.c: Likewise.
29418         * nscd/nscd_gethst_r.c: Likewise.
29419         * nscd/nscd_getserv_r.c: Likewise.
29420         * nscd/nscd_helper.c: Likewise.
29421         * nscd/servicescache.c: Likewise.
29422         * nss/makedb.c: Likewise.
29423         * nss/nss_db/db-XXX.c: Likewise.
29424         * nss/nss_db/db-initgroups.c: Likewise.
29425         * nss/nss_db/db-netgrp.c: Likewise.
29426         * nss/nss_files/files-network.c: Likewise.
29427         * nss/nss_files/files-parse.c: Likewise.
29428         * posix/bug-regex5.c: Likewise.
29429         * posix/fnmatch_loop.c: Likewise.
29430         * posix/regcomp.c: Likewise.
29431         * posix/regexec.c: Likewise.
29432         * posix/tst-rfc3484-2.c: Likewise.
29433         * posix/tst-rfc3484-3.c: Likewise.
29434         * posix/tst-rfc3484.c: Likewise.
29435         * resolv/nss_dns/dns-canon.c: Likewise.
29436         * resolv/nss_dns/dns-network.c: Likewise.
29437         * resolv/res_init.c: Likewise.
29438         * resolv/res_mkquery.c: Likewise.
29439         * resolv/tst-aton.c: Likewise.
29440         * stdlib/cxa_atexit.c: Likewise.
29441         * stdlib/cxa_finalize.c: Likewise.
29442         * stdlib/gen-fpioconst.c: Likewise.
29443         * stdlib/strtol_l.c: Likewise.
29444         * string/tst-endian.c: Likewise.
29445         * sunrpc/auth_des.c: Likewise.
29446         * sunrpc/clnt_udp.c: Likewise.
29447         * sunrpc/rtime.c: Likewise.
29448         * sunrpc/svcauth_des.c: Likewise.
29449         * sunrpc/xdr.c: Likewise.
29450         * sunrpc/xdr_intXX_t.c: Likewise.
29451         * sunrpc/xdr_rec.c: Likewise.
29452         * sysdeps/generic/ldconfig.h: Likewise.
29453         * sysdeps/generic/ldsodefs.h: Likewise.
29454         * sysdeps/generic/memusage.h: Likewise.
29455         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29456         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29457         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29458         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29459         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29460         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29461         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29462         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29463         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29464         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29465         * sysdeps/posix/getaddrinfo.c: Likewise.
29466         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29467         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29468         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29469         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29470         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29471         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29472         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29473         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29474         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29475         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29476         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29477         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29478         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29479         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29480         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29481         * sysdeps/x86_64/dl-tls.h: Likewise.
29482         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29483         * time/alt_digit.c: Likewise.
29484         * time/era.c: Likewise.
29485         * wcsmbs/tst-c16c32-1.c: Likewise.
29487 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29489         * math/libm-test.inc (struct test_sincos_data): New type.
29490         (RUN_TEST_LOOP_sincos): New macro.
29491         (sincos_test_data): New variable.
29492         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29494 2013-05-16  Richard Henderson  <rth@redhat.com>
29496         * math/atest-exp2.c (LIMB64): New macro.
29497         (CONSTSZ): New macro.
29498         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29499         (hexdig): Move ...
29500         (print_mpn_fp): ... to function scope.
29501         (read_mpn_hex): Remove.
29502         (get_log2): Remove.
29503         (exp2_mpn): Use mp_log2.
29504         (main): Use mp_exp1.
29506 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29508         * math/libm-test.inc: Remove comment about not testing "inexact"
29509         exceptions.
29510         (INEXACT_EXCEPTION): New macro.
29511         (NO_INEXACT_EXCEPTION): Likewise.
29512         (INVALID_EXCEPTION_OK): Update value.
29513         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29514         (OVERFLOW_EXCEPTION_OK): Likewise.
29515         (UNDERFLOW_EXCEPTION_OK): Likewise.
29516         (IGNORE_ZERO_INF_SIGN): Likewise.
29517         (ERRNO_UNCHANGED): Likewise.
29518         (ERRNO_EDOM): Likewise.
29519         (ERRNO_ERANGE): Likewise.
29520         (test_exceptions): Handle testing "inexact" exceptions.
29521         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29522         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29523         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29524         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29525         INEXACT_EXCEPTION.
29526         (rint_towardzero_test_data): Likewise.
29527         (rint_downward_test_data): Likewise.
29528         (rint_upward_test_data): Likewise.
29530         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29531         with OVERFLOW_EXCEPTION.
29532         (exp10_test_data): Likewise.
29533         (exp2_test_data): Likewise.
29534         (expm1_test_data): Likewise.
29535         (lgamma_test_data): Likewise.
29536         (pow_test_data): Likewise.
29537         (tgamma_test_data): Likewise.
29538         (yn_test_data): Remove duplicate test of overflow.
29540         * math/libm-test.inc (struct test_cc_c_data): New type.
29541         (RUN_TEST_LOOP_cc_c): New macro.
29542         (cpow_test_data): New variable.
29543         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29545         * math/libm-test.inc (struct test_f_L_data): New type.
29546         (RUN_TEST_LOOP_f_L): New macro.
29547         (llrint_test_data): New variable.
29548         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29549         (llrint_tonearest_test_data): New variable.
29550         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29551         (llrint_towardzero_test_data): New variable.
29552         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29553         (llrint_downward_test_data): New variable.
29554         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29555         (llrint_upward_test_data): New variable.
29556         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29557         (llround_test_data): New variable.
29558         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29560 2013-05-13  Peter Collingbourne  <pcc@google.com>
29562         * math/atest-exp2.c (get_log2): Remove const attribute.
29564 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29566         * math/libm-test.inc (struct test_f_l_data): New type.
29567         (RUN_TEST_LOOP_f_l): New macro.
29568         (lrint_test_data): New variable.
29569         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29570         (lrint_tonearest_test_data): New variable.
29571         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29572         (lrint_towardzero_test_data): New variable.
29573         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29574         (lrint_downward_test_data): New variable.
29575         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29576         (lrint_upward_test_data): New variable.
29577         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29578         (lround_test_data): New variable.
29579         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29581 2013-05-15  Peter Collingbourne  <pcc@google.com>
29583         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29584         (EXTRACT_WORDS64) Use where appropriate.
29585         (INSERT_WORDS64) Likewise.
29587         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29588         constraints with x constraints.
29589         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29591         * malloc/obstack.c (_obstack_compat): Add initializer.
29593 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29595         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29596         si_trapno and add si_addr_lsb to _sifields.sigfault.
29597         (si_trapno): Remove macro.
29598         (si_addr_lsb): Define new macro.
29599         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29601 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29603         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29604         instead of TEST_f_l.
29605         (llrint_test_tonearest): Likewise.
29606         (llrint_test_towardzero): Likewise.
29607         (llrint_test_downward): Likewise.
29608         (llrint_test_upward): Likewise.
29609         (llround_test): Likewise.
29611         * math/libm-test.inc (struct test_f_i_data): Add comment.
29612         (RUN_TEST_LOOP_f_b): New macro.
29613         (RUN_TEST_LOOP_f_b_tg): Likewise.
29614         (finite_test_data): New variable.
29615         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29616         (isfinite_test_data): New variable.
29617         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29618         (isinf_test_data): New variable.
29619         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29620         (isnan_test_data): New variable.
29621         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29622         (isnormal_test_data): New variable.
29623         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29624         (issignaling_test_data): New variable.
29625         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29626         (signbit_test_data): New variable.
29627         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29629         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29630         with INVALID_EXCEPTION.
29631         (acosh_test_data): Likewise.
29632         (asin_test_data): Likewise.
29633         (atanh_test_data): Likewise.
29634         (fmod_test_data): Likewise.
29635         (log_test_data): Likewise.
29636         (log10_test_data): Likewise.
29637         (log2_test_data): Likewise.
29638         (pow_test_data): Likewise.
29639         (sqrt_test_data): Likewise.
29640         (y0_test_data): Likewise.
29641         (y1_test_data): Likewise.
29642         (yn_test_data): Likewise.
29644         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29645         function contents.
29647         * math/libm-test.inc (struct test_ff_i_data): New type.
29648         (RUN_TEST_LOOP_ff_i_tg): New macro.
29649         (isgreater_test_data): New variable.
29650         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29651         (isgreaterequal_test_data): New variable.
29652         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29653         (isless_test_data): New variable.
29654         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29655         (islessequal_test_data): New variable.
29656         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29657         (islessgreater_test_data): New variable.
29658         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29659         (isunordered_test_data): New variable.
29660         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29662 2013-05-14  David S. Miller  <davem@davemloft.net>
29664         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29666 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29668         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29670         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29671         extra_test to int.
29672         (struct test_f_i_data): Change type of max_ulp to int.
29674         * math/libm-test.inc (test_ffI_f1_data): New type.
29675         (RUN_TEST_LOOP_ffI_f1): New macro.
29676         (remquo_test_data): New variable.
29677         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29679         * setjmp/tst-setjmp-fp.c: New file.
29680         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29681         (link-libm): New variable.
29682         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29684         * math/libm-test.inc (struct test_f_i_data): New type.
29685         (RUN_TEST_LOOP_f_i): New macro.
29686         (RUN_TEST_LOOP_f_i_tg): Likewise.
29687         (fpclassify_test_data): New variable.
29688         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29689         (ilogb_test_data): New variable.
29690         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29692         * math/libm-test.inc (scalbln_test): Correct function name in END
29693         call.
29695         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29696         (RUN_TEST_LOOP_fI_f1): New macro.
29697         (frexp_test_data): New variable.
29698         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29700         * math/libm-test.inc (struct test_fF_f1_data): New type.
29701         (RUN_TEST_LOOP_fF_f1): New macro.
29702         (modf_test_data): New variable.
29703         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29705         * math/libm-test.inc (struct test_f_f1_data): New type.
29706         (RUN_TEST_LOOP_f_f1): New macro.
29707         (gamma_test_data): New variable.
29708         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29709         (lgamma_test_data): New variable.
29710         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29712 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29714         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29715         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29716         (main): Comment "tls" pseudo-hwcap.
29718 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29720         * math/libm-test.inc (struct test_fl_f_data): New type.
29721         (RUN_TEST_LOOP_fl_f): New variable.
29722         (scalbln_test_data): New variable.
29723         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29725         * math/libm-test.inc (struct test_fi_f_data): New type.
29726         (RUN_TEST_LOOP_fi_f): New macro.
29727         (ldexp_test_data): New variable.
29728         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29729         (scalbn_test_data): New variable.
29730         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29732         * math/libm-test.inc (struct test_c_f_data): New type.
29733         (RUN_TEST_LOOP_c_f): New macro.
29734         (cabs_test_data): New variable.
29735         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29736         (carg_test_data): New variable.
29737         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29738         (cimag_test_data): New variable.
29739         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29740         (creal_test_data): New variable.
29741         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29743         * math/libm-test.inc (struct test_if_f_data): New type.
29744         (RUN_TEST_LOOP_if_f): New macro.
29745         (jn_test_data): New variable.
29746         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29747         (yn_test_data): New variable.
29748         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29750         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29752 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29754         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29755         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29757 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29759         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29760         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29761         (bench-deps): Add bench-timing.h.
29762         * benchtests-bench-skeleton.c: Include bench-timing.h.
29763         (main): Use TIMING_* macros instead of clock_gettime.
29764         * benchtests/bench-timing.h: New file.
29766         [BZ #14582]
29767         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29768         Renamed from _LIB_VERSION.
29769         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29771 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29773         * math/libm-test.inc (struct test_fff_f_data): New type.
29774         (RUN_TEST_LOOP_fff_f): New macro.
29775         (fma_test_data): New variable.
29776         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29777         (fma_towardzero_test_data): New variable.
29778         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29779         (fma_downward_test_data): New variable.
29780         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29781         (fma_upward_test_data): New variable.
29782         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29784         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29785         (struct test_c_c_data): New type.
29786         (RUN_TEST_LOOP_c_c): New macro.
29787         (cacos_test_data): New variable.
29788         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29789         (cacosh_test_data): New variable.
29790         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29791         (casin_test_data): New variable.
29792         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29793         (casinh_test_data): New variable.
29794         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29795         (catan_test_data): New variable.
29796         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29797         (catanh_test_data): New variable.
29798         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29799         (ccos_test_data): New variable.
29800         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29801         (ccosh_test_data): New variable.
29802         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29803         (cexp_test_data): New variable.
29804         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29805         (clog_test_data): New variable.
29806         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29807         (clog10_test_data): New variable.
29808         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29809         (conj_test_data): New variable.
29810         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29811         (cproj_test_data): New variable.
29812         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29813         (csin_test_data): New variable.
29814         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29815         (csinh_test_data): New variable.
29816         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29817         (csqrt_test_data): New variable.
29818         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29819         (ctan_test_data): New variable.
29820         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29821         (ctan_tonearest_test_data): New variable.
29822         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29823         (ctan_towardzero_test_data): New variable.
29824         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29825         (ctan_downward_test_data): New variable.
29826         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29827         (ctan_upward_test_data): New variable.
29828         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29829         (ctanh_test_data): New variable.
29830         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29831         (ctanh_tonearest_test_data): New variable.
29832         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29833         (ctanh_towardzero_test_data): New variable.
29834         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29835         (ctanh_downward_test_data): New variable.
29836         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29837         (ctanh_upward_test_data): New variable.
29838         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29839         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29840         of BUILD_COMPLEX.
29842         * math/libm-test.inc (struct test_ff_f_data): New type.
29843         (struct test_ff_f_data_nexttoward): Likewise.
29844         (RUN_TEST_LOOP_2_f): New macro.
29845         (RUN_TEST_LOOP_ff_f): Likewise.
29846         (atan2_test_data): New variable.
29847         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29848         (copysign_test_data): New variable.
29849         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29850         (fdim_test_data): New variable.
29851         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29852         (fmax_test_data): New variable.
29853         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29854         (fmin_test_data): New variable.
29855         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29856         (fmod_test_data): New variable.
29857         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29858         (hypot_test_data): New variable.
29859         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29860         (nextafter_test_data): New variable.
29861         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29862         (nexttoward_test_data): New variable.
29863         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29864         (pow_test_data): New variable.
29865         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29866         (pow_tonearest_test_data): New variable.
29867         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29868         (pow_towardzero_test_data): New variable.
29869         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29870         (pow_downward_test_data): New variable.
29871         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29872         (pow_upward_test_data): New variable.
29873         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29874         (remainder_test_data): New variable.
29875         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29876         (scalb_test_data): New variable.
29877         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29878         * sysdeps/i386/fpu/libm-test-ulps: Update.
29880 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29882         * math/libm-test.inc (fma_test): Use max_value instead of local
29883         variable fltmax.
29884         (nextafter_test): Likewise.
29886         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29887         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29888         (acos_downward_test_data): New variable.
29889         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29890         (acos_upward_test_data): New variable.
29891         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29892         (acosh_test_data): New variable.
29893         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29894         (asin_test_data): New variable.
29895         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29896         (asin_tonearest_test_data): New variable.
29897         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29898         (asin_towardzero_test_data): New variable.
29899         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29900         (asin_downward_test_data): New variable.
29901         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29902         (asin_upward_test_data): New variable.
29903         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29904         (asinh_test_data): New variable.
29905         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29906         (atan_test_data): New variable.
29907         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29908         (atanh_test_data): New variable.
29909         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29910         (cbrt_test_data): New variable.
29911         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29912         (ceil_test_data): New variable.
29913         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29914         (cos_test_data): New variable.
29915         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29916         (cos_tonearest_test_data): New variable.
29917         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29918         (cos_towardzero_test_data): New variable.
29919         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29920         (cos_downward_test_data): New variable.
29921         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29922         (cos_upward_test_data): New variable.
29923         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29924         (cosh_test_data): New variable.
29925         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29926         (cosh_tonearest_test_data): New variable.
29927         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29928         (cosh_towardzero_test_data): New variable.
29929         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29930         (cosh_downward_test_data): New variable.
29931         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29932         (cosh_upward_test_data): New variable.
29933         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29934         (erf_test_data): New variable.
29935         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29936         (erfc_test_data): New variable.
29937         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29938         (exp_test_data): New variable.
29939         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29940         (exp_tonearest_test_data): New variable.
29941         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29942         (exp_towardzero_test_data): New variable.
29943         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29944         (exp_downward_test_data): New variable.
29945         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29946         (exp_upward_test_data): New variable.
29947         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29948         (exp10_test_data): New variable.
29949         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29950         (exp2_test_data): New variable.
29951         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29952         (expm1_test_data): New variable.
29953         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29954         (fabs_test_data): New variable.
29955         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29956         (floor_test_data): New variable.
29957         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29958         (j0_test_data): New variable.
29959         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29960         (j1_test_data): New variable.
29961         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29962         (log_test_data): New variable.
29963         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29964         (log10_test_data): New variable.
29965         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29966         (log1p_test_data): New variable.
29967         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29968         (log2_test_data): New variable.
29969         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29970         (logb_test_data): New variable.
29971         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29972         (logb_downward_test_data): New variable.
29973         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29974         (nearbyint_test_data): New variable.
29975         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29976         (rint_test_data): New variable.
29977         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29978         (rint_tonearest_test_data): New variable.
29979         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29980         (rint_towardzero_test_data): New variable.
29981         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29982         (rint_downward_test_data): New variable.
29983         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29984         (rint_upward_test_data): New variable.
29985         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29986         (round_test_data): New variable.
29987         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29988         (sin_test_data): New variable.
29989         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29990         (sin_tonearest_test_data): New variable.
29991         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29992         (sin_towardzero_test_data): New variable.
29993         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29994         (sin_downward_test_data): New variable.
29995         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29996         (sin_upward_test_data): New variable.
29997         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29998         (sinh_test_data): New variable.
29999         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
30000         (sinh_tonearest_test_data): New variable.
30001         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30002         (sinh_towardzero_test_data): New variable.
30003         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30004         (sinh_downward_test_data): New variable.
30005         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30006         (sinh_upward_test_data): New variable.
30007         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30008         (sqrt_test_data): New variable.
30009         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
30010         (tan_test_data): New variable.
30011         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
30012         (tan_tonearest_test_data): New variable.
30013         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30014         (tan_towardzero_test_data): New variable.
30015         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30016         (tan_downward_test_data): New variable.
30017         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30018         (tan_upward_test_data): New variable.
30019         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30020         (tanh_test_data): New variable.
30021         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
30022         (tgamma_test_data): New variable.
30023         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
30024         (trunc_test_data): New variable.
30025         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
30026         (y0_test_data): New variable.
30027         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
30028         (y1_test_data): New variable.
30029         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
30030         (significand_test_data): New variable.
30031         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
30033 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
30035         [BZ #12387]
30036         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
30038 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
30040         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
30042 2013-05-10  Andreas Jaeger  <aj@suse.de>
30044         [BZ #15448]
30045         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
30046         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
30048 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30050         * math/gen-libm-test.pl (adjust_arg): New function.
30051         (special_functions): Handle generating output in both functions
30052         and arrays.
30053         (parse_args): Likewise.
30054         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
30055         $in_func argument to parse_args.
30056         * math/libm-test.inc (struct test_f_f_data): New type.
30057         (IF_ROUND_INIT_): New macro.
30058         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
30059         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30060         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30061         (IF_ROUND_INIT_FE_UPWARD): Likewise.
30062         (ROUND_RESTORE_): Likewise.
30063         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
30064         (ROUND_RESTORE_FE_TONEAREST): Likewise.
30065         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
30066         (ROUND_RESTORE_FE_UPWARD): Likewise.
30067         (RUN_TEST_LOOP_f_f): New macro.
30068         (acos_test_data): New variable.
30069         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
30070         (acos_tonearest_test_data): New variable.
30071         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30073 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30075         * benchtests/bench-skeleton.c (startup): Fix coding style.
30077 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30079         [BZ #6809]
30080         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
30081         negative infinity argument.
30082         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
30083         negative infinity argument.
30084         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
30085         negative infinity argument.
30086         * math/libm-test.inc (tgamma_test): Expect errno to be set for
30087         domain errors.
30089 2013-05-10  Florian Weimer  <fweimer@redhat.com>
30091         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
30092         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
30093         * iconv/iconv_prog.c (main): Likewise.
30094         * locale/programs/charmap-dir.c (charmap_readdir)
30095         (fopen_uncompressed): Likewise.
30096         * locale/programs/locfile.c (siblings_uncached)
30097         (write_locale_data): Use lstat64 instead of lstat.
30098         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30099         stat.
30101 2013-05-10  Andreas Jaeger  <aj@suse.de>
30103         [BZ #15395]
30104         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30105         localization.
30106         Include <locale.h>.
30108 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
30110         * elf/dl-close.c (_dl_close_worker): Add comments.
30112 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
30114         [BZ #15359]
30115         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30116         high part of pi/2.
30117         (__ieee754_rem_pio2l): Update comments.
30119         [BZ #15429]
30120         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30121         high part of pi/2.
30122         (__ieee754_rem_pio2l): Update comments.
30124         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30125         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30127         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30128         M_PI_4l.
30130         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30131         (M_PI_34_LOG10El): Likewise.
30132         (M_PI2_LOG10El): Likewise.
30133         (M_PI4_LOG10El): Likewise.
30134         (M_PI_LOG10El): Likewise.
30136 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30138         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30140 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
30142         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30143         (MINUS_ZERO_INIT): Likewise.
30144         (PLUS_INFTY_INIT): Likewise.
30145         (MINUS_INFTY_INIT): Likewise.
30146         (QNAN_VALUE_INIT): Likewise.
30147         (MAX_VALUE_INIT): Likewise.
30148         (MIN_VALUE_INIT): Likewise.
30149         (MIN_SUBNORM_VALUE_INIT): Likewise.
30150         (plus_zero): Initialize with PLUS_ZERO_INIT.
30151         (minus_zero): Initialize with MINUS_ZERO_INIT.
30152         (plus_infty): Initialize with PLUS_INFTY_INIT.
30153         (minus_infty): Initialize with MINUS_INFTY_INIT.
30154         (qnan_value): Initialize with QNAN_VALUE_INIT.
30155         (max_value): Initialize with MAX_VALUE_INIT.
30156         (min_value): Initialize with MIN_VALUE_INIT.
30157         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30159         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30160         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30161         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30162         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30164         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30165         (RUN_TEST_2_f): Likewise.
30166         (RUN_TEST_ff_f): Likewise.
30167         (RUN_TEST_fi_f): Likewise.
30168         (RUN_TEST_fl_f): Likewise.
30169         (RUN_TEST_fff_f): Likewise.
30170         (RUN_TEST_c_f): Likewise.
30171         (RUN_TEST_f_f1): Likewise.
30172         (RUN_TEST_fF_f1): Likewise.
30173         (RUN_TEST_fI_f1): Likewise.
30174         (RUN_TEST_ffI_f1): Likewise.
30175         (RUN_TEST_c_c): Likewise.
30176         (RUN_TEST_cc_c): Likewise.
30177         (RUN_TEST_f_i): Likewise.
30178         (RUN_TEST_f_i_tg): Likewise.
30179         (RUN_TEST_ff_i_tg): Likewise.
30180         (RUN_TEST_f_b): Likewise.
30181         (RUN_TEST_f_b_tg): Likewise.
30182         (RUN_TEST_f_l): Likewise.
30183         (RUN_TEST_f_L): Likewise.
30184         (RUN_TEST_sincos): Likewise.
30185         * math/gen-libm-test.pl (new_test): Take new argument to indicate
30186         whether to show exceptions.  Do not include ");\n" in return
30187         value.
30188         (special_functions): Output call to RUN_TEST_sincos instead of
30189         check_float calls.  Update calls to new_test.
30190         (parse_args): Output call to single RUN_TEST_* macro instead of
30191         check_* calls and other assignments.  Update calls to new_test.
30193         [BZ #2546]
30194         [BZ #2560]
30195         [BZ #5159]
30196         [BZ #15426]
30197         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
30198         input to result for tgamma overflow.
30199         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
30200         (gamma_coeff): New variable.
30201         (NCOEFF): New macro.
30202         (gamma_positive): New function.
30203         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
30204         underflow here.  Use gamma_positive instead of exp (lgamma) for
30205         other arguments.
30206         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
30207         (gamma_coeff): New variable.
30208         (NCOEFF): New macro.
30209         (gammaf_positive): New function.
30210         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
30211         underflow here.  Use gamma_positive instead of exp (lgamma) for
30212         other arguments.
30213         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
30214         (gamma_coeff): New variable.
30215         (NCOEFF): New macro.
30216         (gammal_positive): New function.
30217         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
30218         underflow here.  Use gamma_positive instead of exp (lgamma) for
30219         other arguments.
30220         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
30221         (gamma_coeff): New variable.
30222         (NCOEFF): New macro.
30223         (gammal_positive): New function.
30224         (__ieee754_gammal_r): Handle positive infinity, overflow and
30225         underflow here.  Handle NaN the same as positive infinity.  Remove
30226         check x < 0xffffffff for negative integers.  Use gamma_positive
30227         instead of exp (lgamma) for other arguments.
30228         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
30229         (gamma_coeff): New variable.
30230         (NCOEFF): New macro.
30231         (gammal_positive): New function.
30232         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
30233         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
30234         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
30235         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
30236         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
30237         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
30238         * sysdeps/generic/math_private.h (__gamma_productf): New
30239         prototype.
30240         (__gamma_product): Likewise.
30241         (__gamma_productl): Likewise.
30242         * math/Makefile (libm-calls): Add gamma_product.
30243         * math/libm-test.inc (tgamma_test): Add more tests.
30244         * sysdeps/i386/fpu/libm-test-ulps: Update.
30245         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30247 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
30249         * benchtests/bench-skeleton.c (main): Preheat CPU.
30251 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
30253         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30255 2013-05-07  Roland McGrath  <roland@hack.frob.com>
30257         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30258         and _dl_skip_args_internal.
30260 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
30262         * manual/message.texi (Message Translation): Talk about users.
30263         Message to key mapping impacts design.
30265 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30267         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30269         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30271         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30272         * sysdeps/wordsize-64/glob64.c: ... here.
30274         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30275         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30276         New macros.
30278         * debug/getlogin_r_chk.c: Moved to ...
30279         * login/getlogin_r_chk.c: ... here.
30280         * debug/Makefile (routines): Move getlogin_r_chk to ...
30281         * login/Makefile (routines): ... here.
30282         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30283         * login/Versions (libc: GLIBC_2.4): ... here.
30285         * io/poll.c (__poll): Renamed from poll.
30286         Add libc_hidden_def.
30287         (poll): Define as weak alias.
30289         * debug/ptsname_r_chk.c: Moved to ...
30290         * login/ptsname_r_chk.c: ... here.
30291         * debug/Makefile (routines): Move ptsname_r_chk to ...
30292         * login/Makefile (routines): ... here.
30293         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30294         * login/Versions (libc: GLIBC_2.4): ... here.
30296         * posix/getlogin.c: Moved to ...
30297         * login/getlogin.c: ... here.
30298         * posix/getlogin_r.c: Moved to ...
30299         * login/getlogin_r.c: ... here.
30300         * posix/getlogin_r.c: Moved to ...
30301         * login/getlogin_r.c: ... here.
30302         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30303         * login/Makefile (routines): ... here.
30304         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30305         * login/Versions (libc: GLIBC_2.0): ... here.
30307         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30308         (setrlimit): Define as weak alias.
30310         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30311         Call __ names for open, ftruncate, and close.
30312         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30313         (truncate): Define as weak alias.
30315 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30317         * math/gen-libm-test.pl (parse_args): Initialize x before each
30318         test of frexp, modf and remquo.
30320         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30321         test signgam value.
30323 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30325         [BZ #15418]
30326         [BZ #15419]
30327         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30328         internal tests.
30329         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30331 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30333         * elf/dl-writev.h: New file.
30334         * elf/dl-misc.c: Include it.
30335         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30336         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30338 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30340         * math/libm-test.inc (noXFails): Remove variable.
30341         (noXPasses): Likewise.
30342         (BUILD_COMPLEX_INT): Remove macro.
30343         (print_screen): Remove xfail argument.
30344         (print_screen_max_error): Likewise.
30345         (update_stats): Likewise.
30346         (print_max_error): Likewise.  Update calls to other affected
30347         functions.
30348         (print_complex_max_error): Likewise.
30349         (test_single_exception): Update calls to print_screen.
30350         (test_single_errno): Likewise.
30351         (check_float_internal): Remove xfail argument.  Update calls to
30352         other affected functions.
30353         (check_float): Likewise.
30354         (check_complex): Likewise.
30355         (check_int): Likewise.
30356         (check_long): Likewise.
30357         (check_bool): Likewise.
30358         (check_longlong): Likewise.
30359         (main): Don't print noXFails and noXPasses.
30360         * math/gen-libm-test.pl (top level): Don't mention expected
30361         failure handling in comment.
30362         (new_test): Don't handle expected failures.
30363         (parse_args): Don't mention expected failure handling in comment.
30364         (generate_testfile): Don't handle expected failures.
30365         (parse_ulps): Likewise.
30366         (print_ulps_file): Likewise.
30367         (get_failure): Remove function.
30368         (output_test): Don't handle expected failures.
30369         * make/README.libm-test: Don't mention expected failure handling.
30371         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30372         (minus_zero): Likewise.
30373         (plus_infty): Likewise.
30374         (minus_infty): Likewise.
30375         (qnan_value): Likewise.
30376         (max_value): Likewise.
30377         (min_value): Likewise.
30378         (min_subnorm_value): Likewise.
30379         (initialize): Do not initialize those variables dynamically.
30381 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30383         * io/open.c (__open_2): Moved to ...
30384         * io/open_2.c: ... this new file.
30385         * io/open64.c (__open64_2): Moved to ...
30386         * io/open64_2.c: ... this new file.
30387         * io/openat.c (__openat_2): Moved to ...
30388         * io/openat_2.c: ... this new file.
30389         * io/openat64.c (__openat64_2): Moved to ...
30390         * io/openat64_2.c: ... this new file.
30391         * io/Makefile (routines): Add them.
30392         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30393         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30394         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30395         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30396         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30397         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30398         (__openat64): Add hidden_ver.
30399         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30400         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30402         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30403         Separately conditionalize setting of GLRO(dl_sysinfo) so
30404         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30405         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30407 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30409         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30410         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30411         definition.
30412         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30413         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30414         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30415         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30416         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30418 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30420         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30421         test signgam value.
30423         * math/libm-test.inc (hypot_test): Do not use
30424         IGNORE_ZERO_INF_SIGN.
30426 2013-05-03  Andreas Jaeger  <aj@suse.de>
30428         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30429         Linux 3.9.
30430         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30431         (PF_MAX): Adjust for VSOCK change.
30433 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30435         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30437 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30439         [BZ #15264]
30440         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30441         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30442         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30444 2013-05-02  David S. Miller  <davem@davemloft.net>
30446         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30448 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30450         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30452 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30454         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30456 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30458         [BZ #14952]
30459         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30460         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30461         Use __attribute__ ((__gnu_inline__)).
30462         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30463         Don't use __attribute__ ((__gnu_inline__)).
30465 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30467         [BZ #15423]
30468         * math/s_catan.c (__catan): Handle small real or imaginary part of
30469         input specially to avoid spurious underflow.
30470         * math/s_catanf.c (__catanf): Likewise.
30471         * math/s_catanh.c (__catanh): Likewise.
30472         * math/s_catanhf.c (__catanhf): Likewise.
30473         * math/s_catanhl.c (__catanhl): Likewise.
30474         * math/s_catanl.c (__catanl): Likewise.
30475         * math/libm-test.inc (catan_test): Add more tests.
30476         (catanh_test): Likewise.
30477         * sysdeps/i386/fpu/libm-test-ulps: Update.
30478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30480 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30484 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30486         [BZ #15416]
30487         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30488         accurately for denominator in atan2.
30489         * math/s_catanf.c (__catanf): Likewise.
30490         * math/s_catanh.c (__catanh): Likewise.
30491         * math/s_catanhf.c (__catanhf): Likewise.
30492         * math/s_catanhl.c (__catanhl): Likewise.
30493         * math/s_catanl.c (__catanl): Likewise.
30494         * math/libm-test.inc (catan_test): Add more tests.
30495         (catanh_test): Likewise.
30496         * sysdeps/i386/fpu/libm-test-ulps: Update.
30497         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30499 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30501         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30503         * benchtests/Makefile (bench): Remove slow benchmarks.
30504         * benchtests/atan-inputs: Add slow benchmark inputs.
30505         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30506         (BENCH_FUNC): Accept variant offset.
30507         (VARIANT): Define.
30508         * benchtests/bench-skeleton.c (main): Run benchmark for each
30509         variant.
30510         * benchtests/cos-inputs: Add slow benchmark inputs.
30511         * benchtests/exp-inputs: Likewise.
30512         * benchtests/pow-inputs: Likewise.
30513         * benchtests/sin-inputs: Likewise.
30514         * benchtests/slowatan-inputs: Remove.
30515         * benchtests/slowatan.c: Remove.
30516         * benchtests/slowcos-inputs: Remove.
30517         * benchtests/slowcos.c: Remove.
30518         * benchtests/slowexp-inputs: Remove.
30519         * benchtests/slowexp.c: Remove.
30520         * benchtests/slowpow-inputs: Remove.
30521         * benchtests/slowpow.c: Remove.
30522         * benchtests/slowsin-inputs: Remove.
30523         * benchtests/slowsin.c: Remove.
30524         * benchtests/slowtan-inputs: Remove.
30525         * benchtests/slowtan.c: Remove.
30526         * benchtests/tan-inputs: Add slow benchmark inputs.
30527         * scripts/bench.pl: Parse comments and directives.
30529         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30530         in CPPFLAGS.
30531         ($(objpfx)bench-%.c): Remove *-ITER.
30532         * benchtests/bench-modf.c: Remove definition of ITER.
30533         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30534         (main): Loop for DURATION seconds instead of fixed number of
30535         iterations.
30536         * scripts/bench.pl: Don't expect iterations in parameters.
30538 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30540         * io/fchdir.c (__fchdir): Renamed from fchdir.
30541         (fchdir): Define as weak alias.
30543 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30545         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30546         (ERRNO_EDOM): Likewise.
30547         (ERRNO_ERANGE): Likewise.
30548         (noErrnoTests): New variable.
30549         (init_max_error): Set errno to 0.
30550         (test_single_errno): New function.
30551         (test_errno): Likewise.
30552         (check_float_internal): Call test_errno.  Set errno to 0.
30553         (check_complex): Refer to errno tests in comment.
30554         (check_int): Call test_errno.  Set errno to 0.
30555         (check_long): Likewise.
30556         (check_bool): Likewise.
30557         (check_longlong): Likewise.
30558         (cos_test): Use ERRNO_* flags for errno tests instead of
30559         check_int.
30560         (expm1_test): Likewise.
30561         (fmod_test): Likewise.
30562         (ilogb_test): Likewise.
30563         (lgamma_test): Likewise.
30564         (pow_test): Likewise.
30565         (remainder_test): Likewise.
30566         (sin_test): Likewise.
30567         (tan_test): Likewise.
30568         (yn_test): Likewise.
30569         (initialize): Set errno to 0.
30570         (main): Print number of errno tests.
30571         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30573 2013-04-29  Andreas Jaeger  <aj@suse.de>
30575         [BZ #15084]
30576         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30577         and RES_USEVC.
30579         [BZ #15085]
30580         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30581         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30582         unimplemented.
30584         [BZ #15380]
30585         * stdlib/random.c (__initstate): Return NULL if
30586         __initstate fails.
30588         [BZ #15086]
30589         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30590         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30591         RES_SNGLKUPREOP.
30593 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30597 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30599         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30600         of individual tests.
30601         (casin_test): Likewise.
30602         (casinh_test): Likewise.
30604 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30606         [BZ #15409]
30607         * math/s_catan.c (__catan): Handle arguments with large real or
30608         imaginary part separately without squaring.
30609         * math/s_catanf.c (__catanf): Likewise.
30610         * math/s_catanh.c (__catanh): Likewise.
30611         * math/s_catanhf.c (__catanhf): Likewise.
30612         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30613         and redefine.
30614         (__catanhl): Handle arguments with large real or imaginary part
30615         separately without squaring.
30616         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30617         and redefine.
30618         (__catanl): Handle arguments with large real or imaginary part
30619         separately without squaring.
30620         * math/libm-test.inc (catan_test): Add more tests.
30621         (catanh_test): Likewise.
30622         * sysdeps/i386/fpu/libm-test-ulps: Update.
30623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30625 2013-04-27  Andreas Jaeger  <aj@suse.de>
30627         [BZ #15007]
30628         * stdlib/stdlib.h: Update guards for qecvt.
30629         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30630         <stdlib.h>.
30632 2013-04-27  Allan McRae  <allan@archlinux.org>
30634         * sysdeps/i386/fpu/libm-test-ulps: Update.
30636 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30638         [BZ #15406]
30639         * math/s_catan.c: Include <float.h>.
30640         (__catan): Ensure underflow exception occurs for underflowed
30641         result.
30642         * math/s_catanf.c: Include <float.h>.
30643         (__catanf): Ensure underflow exception occurs for underflowed
30644         result.
30645         * math/s_catanh.c: Include <float.h>.
30646         (__catanh): Ensure underflow exception occurs for underflowed
30647         result.
30648         * math/s_catanhf.c: Include <float.h>.
30649         (__catanhf): Ensure underflow exception occurs for underflowed
30650         result.
30651         * math/s_catanhl.c: Include <float.h>.
30652         (__catanhl): Ensure underflow exception occurs for underflowed
30653         result.
30654         * math/s_catanl.c: Include <float.h>.
30655         (__catanl): Ensure underflow exception occurs for underflowed
30656         result.
30657         * math/libm-test.inc (catan_test): Add more tests.
30658         (catanh_test): Likewise.
30660         [BZ #15405]
30661         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30662         underflowed result.
30663         * math/s_ccoshf.c (__ccoshf): Likewise.
30664         * math/s_ccoshl.c (__ccoshl): Likewise.
30665         * math/s_csin.c (__csin): Likewise.
30666         * math/s_csinf.c (__csinf): Likewise.
30667         * math/s_csinh.c (__csinh): Likewise.
30668         * math/s_csinhf.c (__csinhf): Likewise.
30669         * math/s_csinhl.c (__csinhl): Likewise.
30670         * math/s_csinl.c (__csinl): Likewise.
30671         * math/libm-test.inc (ccos_test): Add more tests.
30672         (ccosh_test): Likewise.
30673         (csin_test): Likewise.
30674         (csinh_test): Likewise.
30676 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30678         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30679         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30680         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30681         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30682         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30683         powerpc/power5+/fpu folders.
30684         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30687 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30689         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30691 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30693         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30694         additions to variable.
30695         [$(config-machine) = x86_64] (modules-names): Likewise.
30696         ($(objpfx)tst-audit3): Remove dependency.
30697         ($(objpfx)tst-audit3.out): Likewise.
30698         ($(objpfx)tst-audit4): Likewise.
30699         ($(objpfx)tst-audit4.out): Likewise.
30700         ($(objpfx)tst-audit5): Likewise.
30701         ($(objpfx)tst-audit5.out): Likewise.
30702         ($(objpfx)tst-audit6): Likewise.
30703         ($(objpfx)tst-audit6.out): Likewise.
30704         ($(objpfx)tst-audit7): Likewise.
30705         ($(objpfx)tst-audit7.out): Likewise.
30706         (tst-audit3-ENV): Remove variable.
30707         (tst-audit4-ENV): Likewise.
30708         (tst-audit5-ENV): Likewise.
30709         (tst-audit6-ENV): Likewise.
30710         (tst-audit7-ENV): Likewise.
30711         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30712         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30713         addition to variable.
30714         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30715         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30716         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30717         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30718         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30719         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30720         tst-audit3, tst-audit4 and tst-audit5.
30721         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30722         tst-audit6 and tst-audit7.
30723         [$(subdir) = elf] (modules-names): Add audit modules for those
30724         tests.
30725         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30726         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30727         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30728         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30729         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30730         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30731         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30732         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30733         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30734         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30735         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30736         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30737         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30738         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30739         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30740         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30741         Likewise.
30742         [$(subdir) = elf && $(config-cflags-avx) = yes]
30743         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30744         [$(subdir) = elf && $(config-cflags-avx) = yes]
30745         (CFLAGS-tst-auditmod4a.c): Likewise.
30746         [$(subdir) = elf && $(config-cflags-avx) = yes]
30747         (CFLAGS-tst-auditmod4b.c): Likewise.
30748         [$(subdir) = elf && $(config-cflags-avx) = yes]
30749         (CFLAGS-tst-auditmod6b.c): Likewise.
30750         [$(subdir) = elf && $(config-cflags-avx) = yes]
30751         (CFLAGS-tst-auditmod6c.c): Likewise.
30752         [$(subdir) = elf && $(config-cflags-avx) = yes]
30753         (CFLAGS-tst-auditmod7b.c): Likewise.
30754         * elf/tst-audit3.c: Move to ...
30755         * sysdeps/x86_64/tst-audit3.c: ... here.
30756         * elf/tst-audit4.c: Move to ...
30757         * sysdeps/x86_64/tst-audit4.c: ... here.
30758         * elf/tst-audit5.c: Move to ...
30759         * sysdeps/x86_64/tst-audit5.c: ... here.
30760         * elf/tst-audit6.c: Move to ...
30761         * sysdeps/x86_64/tst-audit6.c: ... here.
30762         * elf/tst-audit7.c: Move to ...
30763         * sysdeps/x86_64/tst-audit7.c: ... here.
30764         * elf/tst-auditmod3a.c: Move to ...
30765         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30766         * elf/tst-auditmod3b.c: Move to ...
30767         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30768         * elf/tst-auditmod4a.c: Move to ...
30769         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30770         * elf/tst-auditmod4b.c: Move to ...
30771         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30772         * elf/tst-auditmod5a.c: Move to ...
30773         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30774         * elf/tst-auditmod5b.c: Move to ...
30775         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30776         * elf/tst-auditmod6a.c: Move to ...
30777         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30778         * elf/tst-auditmod6b.c: Move to ...
30779         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30780         * elf/tst-auditmod6c.c: Move to ...
30781         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30782         * elf/tst-auditmod7a.c: Move to ...
30783         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30784         * elf/tst-auditmod7b.c: Move to ...
30785         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30787 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30789         [BZ #15366]
30790         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30791         define unconditionally.
30792         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30793         define unconditionally.
30794         (INT8_C, INT16_C, etc.): Likewise.
30796 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30798         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30799         __ehdr_start with hidden visibility.
30801         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30803 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30805         * math/libm-test.inc (cos_test): Use accurate hex constants.
30806         (sincost_test): Likewise.
30808 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30810         * math/libm-test.inc (catan_test): Add more tests.
30811         (catanh_test): Likewise.
30813         * math/s_catanf.c (__catanf): Use suffixed floating-point
30814         constants.
30815         * math/s_catanhf.c (__catanhf): Likewise.
30816         * math/s_catanhl.c (__catanhl): Likewise.
30817         * math/s_catanl.c (__catanl): Likewise.
30819         [BZ #15394]
30820         * math/s_catan.c (__catan): Calculate imaginary part of result
30821         with log1p not log unless computing log of number close to 0.
30822         * math/s_catanf.c (__catanf): Likewise.
30823         * math/s_catanl.c (__catanl): Likewise.
30824         * math/s_catanh.c (__catanh): Calculate real part of result with
30825         log1p not log unless computing log of number close to 0.
30826         * math/s_catanhf.c (__catanhf): Likewise.
30827         * math/s_catanhl.c (__catanhl): Likewise.
30828         * math/libm-test.inc (catan_test): Add more tests.
30829         (catanh_test): Likewise.
30830         * sysdeps/i386/fpu/libm-test-ulps: Update.
30831         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30833 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30835         * benchtests/Makefile: Mention files in which fast and slow
30836         paths of math functions are implemented.
30838 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30840         * sysdeps/posix/timespec_get.c: New file.
30842 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30844         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30845         POWER.
30846         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30847         for POWER.
30848         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30849         powerpc/power5/fpu folders.
30850         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30851         * benchtests/Makefile: Add modf testcase.
30852         * benchtests/bench-modf.c: New file: Benchmark test for mo
30854 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30856         [BZ #14888]
30857         * time/Makefile (tests): Add tst-strptime-whitespace.
30858         * time/strptime_l.c (get_number): Use ISSPACE.
30859         (__strptime_internal): Likewise.
30860         * time/tst-strptime-whitespace.c: New test case.
30862 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30864         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30865         member.
30866         (_nss_files_init): Set it here.
30868 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30870         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30871         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30872         unsigned.
30874 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30876         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30878 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30880         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30881         size just once.
30883 2013-04-21  David S. Miller  <davem@davemloft.net>
30885         * po/ru.po: Update Russion translation from translation project.
30887 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30889         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30890         and setfsgid.
30892 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30894         * configure.in: Remove i386 configure warning. Remove i386 case.
30895         * configure: Regenerate.
30896         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30897         Add example to error message.
30898         * sysdeps/i386/configure: Regenerate.
30900 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30902         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30903         slowtan.
30904         * benchtests/cos-inputs: New file.
30905         * benchtests/slowcos-inputs: New file.
30906         * benchtests/slowcos.c: New file.
30907         * benchtests/slowtan-inputs: New file.
30908         * benchtests/slowtan.c: New file.
30909         * benchtests/tan-inputs: New file.
30911 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30913         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30914         considered kosher.
30916 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30918         * benchtests/Makefile: Include cppflags-iterator.mk to add
30919         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30921         * Makefile.in (bench-clean): New target.
30922         * benchtests/Makefile (bench-clean): Likewise.
30924 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30926         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30928 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30930         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30932 2013-04-15  Andreas Schwab  <schwab@suse.de>
30934         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30935         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30936         * nscd/pwdcache.c (cache_addpw): Likewise.
30937         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30938         more than recsize.
30940 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30942         * benchtests/Makefile (bench): Write all output to
30943         bench-out.tmp together.
30945 2013-04-15  Andreas Schwab  <schwab@suse.de>
30947         * nscd/nscd.c (main): Don't fork again after closing files.
30949 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30951         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30953         * benchtests/Rules (bench-deps): Collect dependencies into a
30954         single variable.  Add Makefile to dependencies.
30955         ($(objpfx)bench-%.c): Depend on bench-deps.
30957 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30958             Xavier Roche  <roche+kml2@exalead.com>
30960         [BZ #15361]
30961         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30962         just that it's a file descriptor.
30963         * manual/llio.texi (Synchronizing AIO Operations): Update description
30964         for EBADF error from aio_fsync.
30966 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30968         * Rules (bench): Move target definition...
30969         * benchtests/Makefile: ... here.
30971 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30973         * math/libm-test.inc (cos_test): Fix PI/2 test.
30974         (sincos_test): Likewise.
30975         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30976         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30978 2013-04-11  Andreas Schwab  <schwab@suse.de>
30980         [BZ #13988]
30981         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30982         accept exponent character only when digits were seen.
30983         * stdio-common/Makefile (tests): Add bug26.
30984         * stdio-common/bug26.c: New file.
30986         [BZ #14293]
30987         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30988         non-freeable.
30990 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30992         * Makeconfig (rtld-prefix): Define built linker prefix.
30993         * Rules (run-bench): Use it.
30994         * math/Makefile (run-regen-ulps): Likewise.
30996         * Rules (bench): Remove eval.
30998 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30999             Roland McGrath  <roland@hack.frob.com>
31000             Ondrej Bilka  <neleai@seznam.cz>
31002         [BZ #15346]
31003         * time/getdate.c: Include ctype.h and alloca.h.
31004         (__getdate_r): Trim leading and trailing spaces of input.
31005         * time/tst-getdate.c (tests): Add tests with leading and
31006         trailing spaces.
31008 2013-04-08  Roland McGrath  <roland@hack.frob.com>
31010         [BZ #14280]
31011         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
31012         when computing value.
31014 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31016         * math/README.libm-test (How can I generate "libm-test-ulps"?):
31017         Use testrun.sh to run libm tests.
31019         [BZ #15309]
31020         * elf/dl-open.c (dl_open_worker): memset all of seen array.
31022 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
31024         [BZ #15264]
31025         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
31027 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31029         * Makefile.in (regen-ulps): New target.
31030         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
31031         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
31032         [ifneq (no,$(PERL)] (regen-ulps): New target.
31033         [ifeq (no,$(PERL)] (regen-ulps): New target.
31034         * math/libm-test.inc (ulps_file_name): Define.
31035         (output_dir): New variable.
31036         (options): Add "output-dir" option.
31037         (parse_opt): Handle 'o' case.
31038         (main): If output_dir is non-NULL use it as a prefix
31039         otherwise use "".
31040         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
31042 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31044         [BZ #10060, #10062]
31045         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
31046         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
31047         fail configure if __sync_val_compare_and_swap is not inlined.
31048         * sysdeps/i386/configure: Regenerate.
31049         * configure.in: Build for i686 when configured for i386.
31050         * configure: Regenerate.
31051         * README: Remove i386 reference.
31053 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31055         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
31056         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31058 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
31060         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
31061         (lmsnanval): New variables.
31062         (F): Add conversion tests.
31063         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
31064         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
31066         * stdio-common/tstdiomisc.c (F): Properly collect individual
31067         tests' results.
31069         [BZ #14686, #15336]
31070         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
31071         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
31072         Instead, use input NaN values or generate a qNaN by arithmetic
31073         operation.  Also fix bugs to comply with the standard.
31074         * math/libm-test.inc (remainder_test): Add more tests.
31076         [BZ #15335, #15342]
31077         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
31078         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
31079         input NaN values or generate a qNaN by arithmetic operation.
31081         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
31082         unreachable code.
31084         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
31085         definitions.
31087 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
31089         [BZ #14478]
31090         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
31091         underflowed result.
31092         * math/s_cexpf.c (__cexpf): Likewise.
31093         * math/s_cexpl.c (__cexpl): Likewise.
31094         * math/libm-test.inc (cexp_test): Add more tests.
31096 2013-04-03  Andreas Schwab  <schwab@suse.de>
31098         [BZ #15330]
31099         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31100         order arrays from heap if bigger than alloca cutoff.
31102 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
31104         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31105         (SNAN_TESTS_double): Refer to GCC PR56831.
31106         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31107         GCC PR56828.
31109 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31111         * Rules (bench): Move bench.out after the run is complete.
31113         * Rules (bench): Echo currently running benchmark.
31115         * benchtests/Makefile (bench): Add atan and slowatan.
31116         * benchtests/atan-inputs: New file.
31117         * benchtests/slowatan-inputs: New file.
31118         * benchtests/slowatan.c: New file.
31120         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31121         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31122         its value.
31124         [BZ #15305]
31125         * sysdeps/unix/sysv/linux/kernel-features.h
31126         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31127         __ASSUME_XFS_RESTRICTED_CHOWN.
31128         * sysdeps/unix/sysv/linux/pathconf.c
31129         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31130         Save and restore errno.
31132 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
31134         [BZ #15327]
31135         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31136         arguments using __kernel_casinh.
31137         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31138         arguments using __kernel_casinhf.
31139         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31140         arguments using __kernel_casinhl.
31141         * math/libm-test.inc (cacosh_test): Add more tests.
31142         * sysdeps/i386/fpu/libm-test-ulps: Update.
31143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31145 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31147         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31148         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31150         * bench/Makefile (bench): Add sin and slowsin.
31151         * benchtests/sin-inputs: New file.
31152         * benchtests/slowsin-inputs: New file.
31153         * benchtests/slowsin.c: New file.
31155         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31156         (bench): Add slowexp and slowpow.
31157         (exp-ITER): Increase iterations.
31158         (pow-ITER): Likewise.
31159         * benchtests/exp-inputs: Change input.
31160         * benchtests/pow-inputs: Likewise.
31161         * benchtests/slowexp-inputs: New file.
31162         * benchtests/slowexp.c: New file.
31163         * benchtests/slowpow-inputs: New file.
31164         * benchtests/slowpow.c: New file.
31166 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31168         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31169         instructions.
31170         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31171         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31172         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31173         * benchtests/Makefile: Add rint benchtest.
31174         * benchtests/rint-inputs: Input for rint benchtest.
31176 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31178         * Versions.def (libm): Add GLIBC_2.18.
31179         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31180         hidden libm prototypes.
31181         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
31182         * math/Makefile (libm-calls): Add s_issignaling.
31183         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
31184         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
31185         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
31186         declaration.
31187         * math/math.h [__USE_GNU] (issignaling): New macro.
31188         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
31189         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
31190         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
31191         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
31192         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
31193         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
31194         * manual/arith.texi (issignaling): New section.
31195         * manual/libm-err-tab.pl (@all_functions): Update comment.
31196         * math/gen-libm-test.pl (parse_args): Apply special handling for
31197         issignaling.
31198         * math/libm-test.inc (print_float, issignaling_test): New
31199         functions.
31200         (check_float_internal): Add issignaling checks.
31201         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
31202         default definition.
31203         * sysdeps/powerpc/math-tests.h: New file.
31204         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
31205         tests.
31206         * math/test-snan.c (TEST_FUNC): Likewise.
31208 2013-03-30  David S. Miller  <davem@davemloft.net>
31210         * po/de.po: Update from translation team.
31212 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
31214         [BZ #10357]
31215         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31216         imaginary part less than 1.0 and real part less than 0.5
31217         specially.
31218         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31219         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31220         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
31221         (cacos_test): Add more tests.
31222         (casin_test): Likewise.
31223         (casinh_test): Likewise.
31224         * sysdeps/i386/fpu/libm-test-ulps: Update.
31225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31227 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31229         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
31230         ONE with its value.
31232         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
31233         (__pow_mp): Replace ONE and MONE with their values.
31234         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31235         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
31236         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31237         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
31238         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31239         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31241         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
31243         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
31244         (__pow_mp): Replace ZERO and MZERO with their values.
31245         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31246         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31247         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31248         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31249         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31250         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31251         (__sqr): Likewise.
31253         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31255         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31257 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31259         * include/stdlib.h [!SHARED] (__call_tls_dtors):
31260         Declare with __attribute__ ((weak)).
31261         * stdlib/exit.c (__libc_atexit) [!SHARED]:
31262         Call __call_tls_dtors only if it's not NULL.
31264 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31266         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31267         didn't do it already, then set _dl_phdr and _dl_phnum based on the
31268         magic __ehdr_start linker symbol if it's defined.
31269         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31270         them up here if it was already done.
31272         * elf/dl-support.c (_dl_phdr): Make pointer to const.
31273         (_dl_aux_init): Use const in cast when setting it.
31274         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31275         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31276         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31278         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31279         Declare them here.
31280         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31281         * csu/libc-tls.c: Nor here.
31282         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31284         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31285         (__libc_message): Never call vsyslog.
31287 2013-03-28  Alan Modra  <amodra@gmail.com>
31289         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31290         Define as empty.
31291         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31292         Likewise.
31294 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31296         [BZ #15214]
31297         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31298         underflow.
31299         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31301 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31303         [BZ #15304]
31304         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31305         Don't add gid passed as argument.
31307         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31309 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31311         [BZ #15307]
31312         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31313         imaginary part between 1.0 and 1.5 and real part less than 0.5
31314         specially.
31315         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31316         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31317         * math/libm-test.inc (cacos_test): Add more tests.
31318         (casin_test): Likewise.
31319         (casinh_test): Likewise.
31320         * sysdeps/i386/fpu/libm-test-ulps: Update.
31321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31323 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31325         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31326         constants.
31327         (norm): Likewise.
31328         (denorm): Likewise.
31329         (__dbl_mp): Likewise.
31330         (add_magnitudes): Likewise.
31331         (sub_magnitudes): Likewise.
31332         (__add): Likewise.
31333         (__sub): Likewise.
31334         (__mul): Likewise.
31335         (__sqr): Likewise.
31336         (__inv): Likewise.
31337         (__dvd): Likewise.
31339         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31340         commented code.
31341         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31342         (__dubcos): Likewise.
31343         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31344         (__ieee754_acos): Likewise.
31345         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31346         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31347         (__exp1): Likewise.
31348         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31349         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31350         (log1): Likewise.
31351         (my_log2): Likewise.
31352         (checkint): Likewise.
31353         * sysdeps/ieee754/dbl-64/e_remainder.c
31354         (__ieee754_remainder): Likewise.
31355         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31356         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31357         (bsloww): Likewise.
31358         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31360         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31361         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31362         MANTISSA_STORE_T to store computations on mantissa.  Use
31363         macros for rounding and division.
31364         (denorm): Likewise.
31365         (__dbl_mp): Likewise.
31366         (add_magnitudes): Likewise.
31367         (sub_magnitudes): Likewise.
31368         (__mul): Likewise.
31369         (__sqr): Likewise.
31370         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31371         powers of two in terms of TWOPOW macro.
31372         (mp_no): Make type of mantissa as MANTISSA_T.
31373         [!RADIXI]: Define RADIXI.
31374         [!TWO52]: Define TWO52.
31375         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31377 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31379         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31380         llroundl symbol when building for PPC32.
31382 2013-03-24  Mark H Weaver  <mhw@netris.org>
31384         * manual/arith.texi (Normalization Functions): Fix prototypes for
31385         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31387 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31389         [BZ #13889]
31390         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31391         high value to check if expl overflow.
31392         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31393         to check for underflow and overflow.
31394         * math/libm-test.inc: Add exp test.
31396 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31398         [BZ #11120]
31399         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31400         with NOT_IN_libc.
31402 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31404         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31405         symbol.
31407 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31409         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31410         wrap blocks consisting of several statements.
31412         * sysdeps/generic/math-tests.h: New file.
31413         * sysdeps/i386/fpu/math-tests.h: Likewise.
31414         * math/test-snan.c: Include it.
31415         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31417 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31419         [BZ #15285]
31420         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31421         (__ieee754_j0l): Do not improve calculations using cos of twice
31422         input for inputs above LDBL_MAX / 2.0L.
31423         (__ieee754_y0l): Likewise.
31424         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31425         (__ieee754_j1l): Do not improve calculations using cos of twice
31426         input for inputs above LDBL_MAX / 2.0L.
31427         (__ieee754_y1l): Likewise.
31428         * math/libm-test.inc (j0_test): Add another test.
31429         (j1_test): Likewise.
31430         (y0_test): Likewise.
31431         (y1_test): Likewise.
31432         * sysdeps/i386/fpu/libm-test-ulps: Update.
31434 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31436         * Rules ($(objpfx)bench-%.c): Include code from a C source
31437         file.
31439 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31441         [BZ #15287]
31442         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31443         imaginary part 1.0 and real part less than 0.5 specially.
31444         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31445         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31446         * math/libm-test.inc (cacos_test): Add more tests.
31447         (casin_test): Likewise.
31448         (casinh_test): Likewise.
31449         * sysdeps/i386/fpu/libm-test-ulps: Update.
31450         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31452 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31454         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31455         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31457 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31459         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31460         * config.make.in (config-cflags-sse4): Remove variable.
31461         (config-cflags-avx): Likewise.
31462         (config-cflags-sse2avx): Likewise.
31463         (config-cflags-novzeroupper): Likewise.
31464         (config-asflags-i686): Likewise.
31465         (have-mfma4): Likewise.
31466         (have-as-vis3): Likewise.
31467         (MIG): Likewise.
31468         * configure.in (MIG): Do not AC_SUBST.
31469         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31470         (libc_cv_cc_sse4): Do not AC_SUBST.
31471         (libc_cv_cc_avx): Likewise.
31472         (libc_cv_cc_sse2avx): Likewise.
31473         (libc_cv_cc_novzeroupper): Likewise.
31474         (libc_cv_cc_fma4): Likewise.
31475         (libc_cv_as_i686): Likewise.
31476         (libc_cv_sparc_as_vis3): Likewise.
31477         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31478         LIBC_CONFIG_VAR.
31479         (config-asflags-i686): Likewise.
31480         (config-cflags-avx): Likewise.
31481         (config-cflags-sse2avx): Likewise.
31482         (have-mfma4): Likewise.
31483         (config-cflags-novzeroupper): Likewise.
31484         * sysdeps/mach/configure.in (MIG): Likewise.
31485         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31486         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31487         LIBC_CONFIG_VAR.
31488         (config-cflags-avx): Likewise.
31489         (config-cflags-sse2avx): Likewise.
31490         (have-mfma4): Likewise.
31491         (config-cflags-novzeroupper): Likewise.
31492         * configure: Regenerated.
31493         * sysdeps/i386/configure: Likewise.
31494         * sysdeps/mach/configure: Likewise.
31495         * sysdeps/sparc/configure: Likewise.
31496         * sysdeps/x86_64/configure: Likewise.
31498 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31500         [BZ #14812]
31501         * locale/programs/localedef.c (options): Put N_ translation marker
31502         on argument names, not just descriptions.
31504 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31506         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31508 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31510         [BZ #14176]
31511         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31513 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31515         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31516         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31517         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31518         [!BEFORE_ABORT] (before_abort): New function.
31519         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31520         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31521         (writev_for_fatal): New function.
31522         (WRITEV_FOR_FATAL): New macro; call that.
31523         (backtrace_and_maps): New function.
31524         (BEFORE_ABORT): New macro; call that.
31525         (struct str_list): Type removed.
31526         (__libc_message, __libc_fatal): Functions removed.
31527         Include <sysdeps/posix/libc_fatal.c> instead.
31529 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31531         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31532         constants.
31533         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31534         double constants.
31536 2013-03-19  Andreas Schwab  <schwab@suse.de>
31538         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31539         * sysdeps/gnu/configure: Regenerate.
31541         * configure.in: Substitute libc_cv_rtlddir.
31542         * configure: Regenerate.
31543         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31544         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31545         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31546         * elf/Makefile (install-others, CFLAGS-interp.c)
31547         (ldso_install, common-ldd-rewrite): Likewise.
31548         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31549         $(inst_slibdir)/$(rtld-installed-name).
31550         * scripts/rellns-sh: Add -p option.
31551         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31552         for source.
31554 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31556         * manual/nptl.texi: Renamed to ...
31557         * manual/threads.texi: ... this.
31558         * manual/Makefile (chapters): Update.
31560 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31562         [BZ #14812]
31563         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31564         on argument names, not just descriptions.
31565         * malloc/memusagestat.c (options): Likewise.
31566         * nss/getent.c (options): Likewise.
31568 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31570         [BZ #14812]
31571         * iconv/iconv_prog.c (options): Put N_ translation marker
31572         on argument names, not just descriptions.
31573         * iconv/iconvconfig.c (options): Likewise.
31575 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31577         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31578         implementation which is faster on all x86_64 architectures.
31579         Tested on AMD, Intel Nehalem, SNB, IVB.
31580         * sysdeps/x86_64/strnlen.S: Likewise.
31582         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31583         Remove all multiarch strlen and strnlen versions.
31584         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31585         Remove strlen and strnlen related parts.
31587         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31588         Inline strlen part.
31589         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31591         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31592         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31593         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31594         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31595         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31596         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31598 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31600         * manual/memory.texi (Malloc Tunable Parameters):
31601         Sort parameters alphabetically. Add comments for missing entries.
31603 2013-03-17  David S. Miller  <davem@davemloft.net>
31605         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31607 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31609         [BZ #15283]
31610         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31611         for arguments at most half maximum finite value.
31612         * math/libm-test.inc (j0_test): Add more tests.
31613         (j1_test): Likewise.
31614         (y0_test): Likewise.
31615         (y1_test): Likewise.
31616         * sysdeps/i386/fpu/libm-test-ulps: Update.
31617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31619         [BZ #14155]
31620         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31621         1 / x and functions P and Q for arguments above 0x1p256L.
31622         (__ieee754_y0l): Likewise.
31623         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31624         (__ieee754_y1l): Likewise.
31625         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31626         (j1_test): Likewise.
31627         (y0_test): Likewise.
31628         (y1_test): Likewise.
31630 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31632         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31633         variable.
31635 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31637         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31638         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31639         zero since it's initialized to EXEC_PAGESIZE.
31641         * sysdeps/unix/sysv/linux/ldsodefs.h
31642         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31643         * sysdeps/generic/ldsodefs.h: ... here.
31645 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31647         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31649         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31650         math/test-snan.c.
31651         * math/test-snan.c: Renamed from
31652         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31653         * math/Makefile (tests): Add test-snan.
31654         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31655         test-powerpc-snan.
31657         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31658         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31659         functions.
31660         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31661         __builtin_nan family of functions.
31662         * math/libm-test.inc (initialize): Initialize qnan_value with
31663         __builtin_nan family of functions.
31664         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31665         Remove variables.
31666         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31667         Remove functions.
31668         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31669         storage class.  Initialize qNaN_var and sNaN_var with
31670         __builtin_nan and __builtin_nans families of functions,
31671         respectively.
31673         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31674         (sqrt_test): Remove duplicate test with qNaN input.
31675         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31676         (round_test, signbit_test, significand_test): Note missing +/-Inf
31677         as well as qNaN tests.
31679         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31680         qNaN_var.  Fix a few strings, too.
31681         * math/libm-test.inc (nan_value): Rename to qnan_value.
31682         * math/gen-libm-test.pl (%beautify): Adjust to that.
31683         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31684         * math/test-misc.c (main): Likewise.
31685         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31686         to __qnan_bytes, and __qnan_union, respectively.
31687         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31688         Likewise.
31689         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31690         and lqnanval, respectively.
31691         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31692         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31693         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31694         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31696         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31697         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31698         doubles.
31700         * math/test-misc.c (main): Fix copy'n'pastos.
31701         * misc/tst-efgcvt.c (special): Likewise.
31703         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31704         Remove declarations.
31706 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31708         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31709         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31710         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31711         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31713 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31715         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31716         macro to return vdso values correctly in IFUNC implementations.
31717         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31718         Optimization by using IFUNC.
31720 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31721             Richard Henderson  <rth@redhat.com>
31722             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31724         * Makefile.in (bench): New target.
31725         * NEWS: Mention the benchmark framework.
31726         * Rules (bench): Likewise.
31727         (binaries-bench): Generate binaries for functions to
31728         benchmark.
31729         * benchtests/Makefile: New makefile for benchmark tests.
31730         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31731         programs.
31732         * benchtests/exp-inputs: New input file for EXP function.
31733         * benchtests/pow-inputs: New input file for POW function.
31734         * scripts/bench.pl: New script to generate source files for
31735         benchmark programs.
31737 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31739         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31740         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31741         computations on mantissa.  Use macros for rounding and
31742         division.
31743         (denorm): Likewise.
31744         (__dbl_mp): Likewise.
31745         (add_magnitudes): Likewise.
31746         (sub_magnitudes): Likewise.
31747         (__mul): Likewise.
31748         (__sqr): Likewise.
31749         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31750         powers of two in terms of TWOPOW macro.
31751         (mp_no): Make type of mantissa as MANTISSA_T.
31752         [!RADIXI]: Define RADIXI.
31753         [!TWO52]: Define TWO52.
31754         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31756         * manual/nptl.texi (cindex): Modify threads to pthreads.
31758 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31760         * sysdeps/x86_64/preconfigure: Regenerated.
31762 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31764         [BZ #14155]
31765         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31766         0x1p28 and above.
31767         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31768         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31769         0x1p28 and above.
31770         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31771         * math/libm-test.inc (j0_test): Do not allow one spurious
31772         underflow exception.
31773         (y1_test): Likewise.
31775 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31777         * manual/Makefile (chapters): Add nptl.
31778         * manual/debug.texi (Debugging Support): Add link to Threads
31779         chapter.
31780         * manual/nptl.texi: New file.
31782         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31784 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31786         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31787         for non-NULL pointer before the memory validity test. Pointed
31788         out by Holger Brunck <holger.brunck@keymile.com>.
31790 2013-03-13  Andreas Schwab  <schwab@suse.de>
31792         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31793         instead of .os.
31795 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31797         * timezone/zic.c: Update from tzcode 2013b.
31799 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31801         * manual/install.texi (Configuring and compiling):
31802         Mention i686 and i586.
31803         * INSTALL: Regenerate.
31805 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31807         * sysdeps/init_array/elf-init.c: New file.
31808         * csu/elf-init.c
31809         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31810         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31812         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31813         __gmon_start__ as global, but as static with a .preinit_array pointer.
31814         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31815         * sysdeps/init_array/crti.S: New file, empty except for comments.
31816         * sysdeps/init_array/crtn.S: Likewise.
31818 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31820         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31821         definining bcopy.
31822         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31823         Remove Prefer_SSE_for_memop.
31824         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31825         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31826         HAS_PREFER_SSE_FOR_MEMOP.
31827         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31828         memset-x86-64.
31829         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31830         Remove bzero, memset ifunc support.
31831         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31832         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31833         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31834         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31836 2013-03-11  Andreas Schwab  <schwab@suse.de>
31838         [BZ #15234]
31839         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31840         by SHLIB_COMPAT.
31841         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31842         (GLIBC_2.16): Remove pthread_atfork.
31844 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31846         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31847         (ptestcases.h): Likewise.
31849 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31851         * Makeconfig ($(common-objpfx)config.status): Depend on
31852         sysdeps/*/preconfigure{,.in} too.
31854 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31856         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31857         (__free_hook): Use void * instead of __malloc_ptr_t.
31858         (__malloc_hook): Likewise.
31859         (__realloc_hook): Likewise.
31860         (__memalign_hook): Likewise.
31861         (__after_morecore_hook): Likewise.
31862         * malloc/arena.c (save_malloc_hook): Likewise.
31863         (save_free_hook): Likewise.
31864         * malloc/hooks.c (malloc_hook_ini): Likewise.
31865         (realloc_hook_ini): Likewise.
31866         (memalign_hook_ini): Likewise.
31867         * malloc/malloc.c (malloc_hook_ini): Likewise.
31868         (realloc_hook_ini): Likewise.
31869         (memalign_hook_ini): Likewise.
31870         (__free_hook): Likewise.
31871         (__malloc_hook): Likewise.
31872         (__realloc_hook): Likewise.
31873         (__memalign_hook): Likewise.
31874         (__libc_malloc): Likewise.
31875         (__libc_free): Likewise.
31876         (__libc_realloc): Likewise.
31877         (__libc_memalign): Likewise.
31878         (__libc_valloc): Likewise.
31879         (__libc_pvalloc): Likewise.
31880         (__libc_calloc): Likewise.
31881         (__posix_memalign): Likewise.
31882         * malloc/morecore.c (__sbrk): Likewise.
31883         (__default_morecore): Likewise.
31885         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31887         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31888         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31889         __malloc_ptrdiff_t.
31891         * malloc/malloc.h (__malloc_size_t): Remove macro.
31892         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31893         __malloc_size_t.
31894         (old_memalign_hook): Likewise.
31895         (old_realloc_hook): Likewise.
31896         (struct hdr): Likewise.
31897         (flood): Likewise.
31898         (mallochook): Likewise.
31899         (memalignhook): Likewise.
31900         (reallochook): Likewise.
31901         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31902         (tr_old_realloc_hook): Likewise.
31903         (tr_old_memalign_hook): Likewise.
31904         (tr_mallochook): Likewise.
31905         (tr_reallochook): Likewise.
31906         (tr_memalignhook): Likewise.
31908 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31910         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31911         default_ldbl_pack and using as default implementation.
31912         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31913         implementation.
31914         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31915         redundant definition.
31916         (ldbl_insert_mantissa): Likewise.
31917         (ldbl_canonicalize): Likewise.
31918         (ldbl_nearbyint): Likewise.
31919         (ldbl_pack): Rename to ldbl_pack_ppc.
31920         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31921         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31922         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31924 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31926         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31927         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31928         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31929         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31930         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31931         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31932         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31933         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31935 2013-03-07  Andreas Jaeger  <aj@suse.de>
31937         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31938         bits/mman-linux.h.
31940 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31942         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31943         Include mpa.h and declare __MPEXP.
31944         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31945         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31946         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31947         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31948         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31949         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31950         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31952         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31953         (__slowpow): Use long double EXPL and LOGL functions to
31954         compute POW.
31955         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31956         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31957         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31958         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31959         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31960         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31962         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31963         intermediate variable to calculate exponent.
31964         (__sqr): Likewise.
31965         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31966         Likewise.
31967         (__sqr): Likewise.
31969         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31970         [!NO__SQR]: Define __sqr.
31971         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31972         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31973         sysdeps/ieee754/dbl-64/mpa.c.
31974         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31976         [BZ #12723]
31977         * posix/Makefile (tests): Add tst-pathconf.
31978         * posix/tst-pathconf.c: New test case.
31979         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31980         _PC_PIPE_BUF.
31981         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31983 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31985         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31987 2013-03-06  Andreas Jaeger  <aj@suse.de>
31989         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31990         definition via __MAP_ANONYMOUS.
31992         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31993         it's not part of Linux headers.
31995         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31996         (MAP_HUGE_MASK): Define.
31998         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31999         Define.
32000         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32001         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32002         Define.
32003         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32004         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32005         Define.
32006         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32007         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
32008         Define.
32009         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32011         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
32012         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
32013         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
32014         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
32015         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
32016         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
32018         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
32019         Handle f2fs.
32021         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32022         Handle f2fs and efivarfs.
32024         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
32025         f2fs.
32027         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
32028         (EFIVARFS_MAGIC): Add.
32029         (F2FS_LINK_MAX): Add.
32031 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
32033         * stdio-common/vfprintf.c: Replace __builtin_expect with
32034         __glibc_unlikely.
32036 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
32038         [BZ #13550]
32039         * sysdeps/generic/bp-sym.h: Remove file.
32040         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
32041         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
32042         <bp-sym.h> and <bp-asm.h>.
32043         (__longjmp): Don't use BP_SYM.
32044         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
32045         and <bp-asm.h>.
32046         (memcpy): Don't use BP_SYM.
32047         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
32048         <bp-sym.h> and <bp-asm.h>.
32049         (memcpy): Don't use BP_SYM.
32050         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
32051         <bp-asm.h>.
32052         (memcpy): Don't use BP_SYM.
32053         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
32054         <bp-asm.h>.
32055         (memset): Don't use BP_SYM.
32056         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32057         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32058         (__bzero): Don't use BP_SYM.
32059         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32060         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32061         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
32062         <bp-sym.h> and <bp-asm.h>.
32063         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32064         pointers.
32065         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
32066         <bp-sym.h> and <bp-asm.h>.
32067         (memcpy): Don't use BP_SYM.
32068         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
32069         <bp-sym.h> and <bp-asm.h>.
32070         (memset): Don't use BP_SYM.
32071         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32072         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32073         (__bzero): Don't use BP_SYM.
32074         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32075         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32076         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
32077         <bp-sym.h> and <bp-asm.h>.
32078         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32079         pointers.
32080         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
32081         <bp-sym.h> and <bp-asm.h>.
32082         (memcpy): Don't use BP_SYM.
32083         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
32084         <bp-sym.h> and <bp-asm.h>.
32085         (memset): Don't use BP_SYM.
32086         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32087         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32088         (__bzero): Don't use BP_SYM.
32089         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32090         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32091         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
32092         <bp-sym.h> and <bp-asm.h>.
32093         (__memchr): Don't use BP_SYM.
32094         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
32095         <bp-sym.h> and <bp-asm.h>.
32096         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32097         pointers.
32098         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32099         <bp-sym.h> and <bp-asm.h>.
32100         (memcpy): Don't use BP_SYM.
32101         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32102         <bp-sym.h> and <bp-asm.h>.
32103         (__mempcpy): Don't use BP_SYM.
32104         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32105         <bp-sym.h> and <bp-asm.h>.
32106         (__memrchr): Don't use BP_SYM.
32107         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32108         <bp-sym.h> and <bp-asm.h>.
32109         (memset): Don't use BP_SYM.
32110         (__bzero): Likewise.
32111         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32112         <bp-sym.h> and <bp-asm.h>.
32113         (__rawmemchr): Don't use BP_SYM.
32114         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32115         <bp-sym.h> and <bp-asm.h>.
32116         (__STRCMP): Don't use BP_SYM.
32117         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32118         <bp-sym.h> and <bp-asm.h>.
32119         (strchr): Don't use BP_SYM.
32120         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32121         <bp-sym.h> and <bp-asm.h>.
32122         (__strchrnul): Don't use BP_SYM.
32123         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32124         <bp-sym.h> and <bp-asm.h>.
32125         (strlen): Don't use BP_SYM.
32126         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32127         <bp-sym.h> and <bp-asm.h>.
32128         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32129         pointers.
32130         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32131         <bp-sym.h> and <bp-asm.h>.
32132         (__strnlen): Don't use BP_SYM.
32133         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32134         <bp-sym.h> and <bp-asm.h>.
32135         (__GI__setjmp): Don't use BP_SYM.
32136         (_setjmp): Likewise.
32137         (__sigsetjmp): Likewise.
32138         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32139         (L(start_addresses)): Don't use BP_SYM.
32140         (_start): Likewise.
32141         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32142         <bp-asm.h>.
32143         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32144         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32145         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32146         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32147         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32148         <bp-asm.h>.
32149         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32150         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
32151         about bounded pointers.
32152         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32153         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32154         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32155         <bp-asm.h>.
32156         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32157         about bounded pointers.  Remove GKM FIXME comments.
32158         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32159         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32160         <bp-asm.h>.
32161         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32162         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32163         Remove GKM FIXME comments.
32164         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32165         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32166         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32167         <bp-asm.h>.
32168         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32169         about bounded pointers.  Remove GKM FIXME comment.
32170         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32171         and <bp-asm.h>.
32172         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32173         pointers.
32174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32175         <bp-sym.h> and <bp-asm.h>.
32176         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32178         <bp-sym.h> and <bp-asm.h>.
32179         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32180         comment.
32182 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
32184         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
32185         call free(NULL).
32187 2013-03-05  David S. Miller  <davem@davemloft.net>
32189         * po/es.po: Update from translation team.
32191 2013-03-05  Andreas Jaeger  <aj@suse.de>
32193         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
32194         <bits/mman-linux.h>.
32195         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32196         is fine.
32197         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
32198         <bits/mman-linux.h> to end of file.
32199         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32200         is fine.
32201         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
32202         <bits/mman-linux.h> to end of file.
32203         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32204         is fine.
32205         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
32206         <bits/mman-linux.h> to end of file.
32208         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
32209         (MCL_CURRENT, MCL_FUTURE): Define here.
32211 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32213         [BZ #15232]
32214         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
32215         attribute_hidden.
32216         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32218 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32220         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
32221         fourth parameter needed for rt_sigprocmask syscall.
32222         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
32223         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
32224         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
32225         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
32226         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
32227         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
32229 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
32231         [BZ #13550]
32232         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
32233         comment about bounded pointers.
32234         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
32235         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
32237 2013-03-04  Andreas Jaeger  <aj@suse.de>
32239         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
32240         common definitions.
32242         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
32243         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
32244         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
32245         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
32246         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
32247         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
32249 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32251         [BZ #15055]
32252         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32253         __ieee754_sqrl instead of __sqrl.
32255 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
32257         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32258         * sysdeps/powerpc/fpu_control.h: ... here.
32259         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32260         * sysdeps/powerpc/bits/fenvinline.h: ... here.
32261         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32262         * sysdeps/powerpc/bits/mathinline.h: ... here.
32264 2013-03-01  Roland McGrath  <roland@hack.frob.com>
32266         * elf/dl-hwcaps.c (_dl_important_hwcaps):
32267         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32268         to just [NEED_DL_SYSINFO_DSO].
32269         * elf/dl-support.c: Likewise.
32270         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32271         * elf/rtld.c (dl_main): Likewise.
32272         * elf/setup-vdso.h (setup_vdso): Likewise.
32273         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32274         * sysdeps/unix/sysv/linux/dl-sysdep.c
32275         (_dl_discover_osversion): Likewise.
32277 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
32279         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32280         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32282 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32284         * NEWS: Mention libm performance improvements and non-x86 PI
32285         futex support.
32287         * csu/libc-start.c (__pthread_initialize_minimal): Change
32288         function arguments.
32289         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32291 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32293         [BZ #13550]
32294         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32295         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32296         <bp-sym.h> and <bp-asm.h>.
32297         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32298         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32299         and <bp-asm.h>.
32300         (memcpy): Don't use BP_SYM.
32301         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32302         <bp-asm.h>.
32303         (__mpn_add_n): Don't use BP_SYM.
32304         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32305         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32306         and <bp-asm.h>.
32307         (__mpn_addmul_1): Don't use BP_SYM.
32308         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32309         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32310         <bp-sym.h>.
32311         (_setjmp): Don't use BP_SYM.
32312         (__novmx_setjmp): Likewise.
32313         (__GI__setjmp): Likewise.
32314         (__vmx_setjmp): Likewise.
32315         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32316         <bp-sym.h>.
32317         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32318         (__bzero): Don't use BP_SYM.
32319         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32320         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32321         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32322         <bp-sym.h> and <bp-asm.h>.
32323         (memcpy): Don't use BP_SYM.
32324         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32325         <bp-sym.h> and <bp-asm.h>.
32326         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32327         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32328         <bp-sym.h> and <bp-asm.h>.
32329         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32330         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32331         <bp-asm.h>.
32332         (__mpn_lshift): Don't use BP_SYM.
32333         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32334         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32335         <bp-asm.h>.
32336         (memset): Don't use BP_SYM.
32337         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32338         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32339         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32340         <bp-asm.h>.
32341         (__mpn_mul_1): Don't use BP_SYM.
32342         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32343         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32344         <bp-sym.h> and <bp-asm.h>.
32345         (memcmp): Don't use BP_SYM.
32346         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32347         <bp-sym.h> and <bp-asm.h>.
32348         (memcpy): Don't use BP_SYM.
32349         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32350         <bp-sym.h> and <bp-asm.h>.
32351         (memset): Don't use BP_SYM.
32352         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32353         <bp-sym.h> and <bp-asm.h>.
32354         (strncmp): Don't use BP_SYM.
32355         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32356         <bp-sym.h> and <bp-asm.h>.
32357         (memcpy): Don't use BP_SYM.
32358         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32359         <bp-sym.h> and <bp-asm.h>.
32360         (memset): Don't use BP_SYM.
32361         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32362         <bp-sym.h> and <bp-asm.h>.
32363         (__memchr): Don't use BP_SYM.
32364         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32365         <bp-sym.h> and <bp-asm.h>.
32366         (memcmp): Don't use BP_SYM.
32367         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32368         <bp-sym.h> and <bp-asm.h>.
32369         (memcpy): Don't use BP_SYM.
32370         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32371         <bp-sym.h> and <bp-asm.h>.
32372         (__mempcpy): Don't use BP_SYM.
32373         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32374         <bp-sym.h> and <bp-asm.h>.
32375         (__memrchr): Don't use BP_SYM.
32376         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32377         <bp-sym.h> and <bp-asm.h>.
32378         (memset): Don't use BP_SYM.
32379         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32380         <bp-sym.h> and <bp-asm.h>.
32381         (__rawmemchr): Don't use BP_SYM.
32382         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32383         <bp-sym.h> and <bp-asm.h>.
32384         (__STRCMP): Don't use BP_SYM.
32385         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32386         <bp-sym.h> and <bp-asm.h>.
32387         (strchr): Don't use BP_SYM.
32388         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32389         <bp-sym.h> and <bp-asm.h>.
32390         (__strchrnul): Don't use BP_SYM.
32391         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32392         <bp-sym.h> and <bp-asm.h>.
32393         (strlen): Don't use BP_SYM.
32394         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32395         <bp-sym.h> and <bp-asm.h>.
32396         (strncmp): Don't use BP_SYM.
32397         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32398         <bp-sym.h> and <bp-asm.h>.
32399         (__strnlen): Don't use BP_SYM.
32400         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32401         <bp-asm.h>.
32402         (__mpn_rshift): Don't use BP_SYM.
32403         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32404         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32405         <bp-sym.h> and <bp-asm.h>.
32406         (__sigsetjmp): Don't use BP_SYM.
32407         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32408         (L(start_addresses)): Don't use BP_SYM.
32409         (_start): Likewise.
32410         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32411         <bp-asm.h>.
32412         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32413         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32414         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32415         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32416         <bp-asm.h>.
32417         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32418         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32419         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32420         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32421         <bp-asm.h>.
32422         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32423         comments.
32424         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32425         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32426         <bp-asm.h>.
32427         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32428         FIXME comments.
32429         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32430         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32431         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32432         <bp-asm.h>.
32433         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32434         comment.
32435         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32436         and <bp-asm.h>.
32437         (strncmp): Don't use BP_SYM,
32438         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32439         <bp-asm.h>.
32440         (__mpn_sub_n): Don't use BP_SYM.
32441         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32442         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32443         and <bp-asm.h>.
32444         (__mpn_submul_1): Don't use BP_SYM.
32445         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32447         <bp-sym.h> and <bp-asm.h>.
32448         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32450         <bp-sym.h> and <bp-asm.h>.
32451         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32452         comment.
32454 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32456         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32457         Use ZK to minimize writes to Z.
32458         (sub_magnitudes): Simplify code a bit.
32459         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32460         Use ZK to minimize writes to Z.
32461         (sub_magnitudes): Simplify code a bit.
32463 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32465         * csu/gmon-start.c: Add special exception to license text.
32467 2013-02-27  Richard Henderson  <rth@redhat.com>
32469         * scripts/config.guess: Update from config.git.
32470         * scripts/config.sub: Likewise.
32472 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32474         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32476         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32478         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32480         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32482         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32484 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32486         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32487         [$(build-shared = yes].
32489 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32491         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32492         (__mul): Reduce iterations for calculating mantissa.
32494         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32495         MPTWO.
32496         (__mpranred): Likewise.
32498         [BZ #15160]
32499         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32500         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32502 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32504         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32505         Define __attribute__.
32507 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32509         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32510         unused.
32511         * posix/regex_internal.h (__attribute): Remove.
32512         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32513         (re_string_context_at): Likewise.
32514         (bitset_not): Use __attribute__ and mark function as possibly
32515         unused.
32516         (bitset_merge): Likewise.
32517         (bitset_mask): Likewise.
32518         (re_string_char_size_at): Likewise.
32519         (re_string_wchar_at): Likewise.
32520         (re_string_elem_size_at): Likewise.
32522 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32524         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32525         code.
32526         (cc32): Likewise.
32528         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32529         (__acr): Likewise.
32530         (__cpy): Likewise.
32531         (norm): Likewise.
32532         (denorm): Likewise.
32533         (__dbl_mp): Likewise.
32534         (add_magnitudes): Likewise.
32535         (sub_magnitudes): Likewise.
32536         (__mul): Likewise.
32537         (__inv): Likewise.
32539         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32540         style.
32542         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32543         style.
32545         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32546         code.
32548         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32549         up changes with default code.
32550         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32551         Likewise.
32553 2013-02-24  Allan McRae  <allan@archlinux.org>
32555         * manual/socket.texi (The Internet Namespace): Order menu items
32556         to match that in the file.
32558         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32559         node listing of the info page menu.
32561 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32563         [BZ #13550]
32564         * sysdeps/i386/bp-asm.h: Remove file.
32565         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32566         (PARMS): Do not use macros from bp-asm.h.
32567         (S1): Likewise.
32568         (S2): Likewise.
32569         (SIZE): Likewise.
32570         (__mpn_add_n): Do not use BP_SYM
32571         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32572         "bp-asm.h".
32573         (PARMS): Do not use macros from bp-asm.h.
32574         (S1): Likewise.
32575         (SIZE): Likewise.
32576         (__mpn_addmul_1): Do not use BP_SYM
32577         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32578         "bp-asm.h".
32579         (PARMS): Do not use macros from bp-asm.h.
32580         (SIGMSK): Likewise.
32581         (_setjmp): Likewise.  Do not use BP_SYM.
32582         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32583         "bp-asm.h".
32584         (PARMS): Do not use macros from bp-asm.h.
32585         (SIGMSK): Likewise.
32586         (setjmp): Likewise.  Do not use BP_SYM.
32587         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32588         "bp-asm.h".
32589         (PARMS): Do not use macros from bp-asm.h.
32590         (__frexp): Do not use BP_SYM.
32591         (frexp): Likewise.
32592         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32593         "bp-asm.h".
32594         (PARMS): Do not use macros from bp-asm.h.
32595         (__frexpf): Do not use BP_SYM.
32596         (frexpf): Likewise.
32597         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32598         "bp-asm.h".
32599         (PARMS): Do not use macros from bp-asm.h.
32600         (__frexpl): Do not use BP_SYM.
32601         (frexpl): Likewise.
32602         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32603         "bp-asm.h".
32604         (PARMS): Do not use macros from bp-asm.h.
32605         (__remquo): Do not use BP_SYM.
32606         (remquo): Likewise.
32607         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32608         "bp-asm.h".
32609         (PARMS): Do not use macros from bp-asm.h.
32610         (__remquof): Do not use BP_SYM.
32611         (remquof): Likewise.
32612         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32613         "bp-asm.h".
32614         (PARMS): Do not use macros from bp-asm.h.
32615         (__remquol): Do not use BP_SYM.
32616         (remquol): Likewise.
32617         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32618         "bp-asm.h".
32619         (PARMS): Do not use macros from bp-asm.h.
32620         (DEST): Likewise.
32621         (SRC): Likewise.
32622         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32623         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32624         "bp-asm.h".
32625         (PARMS): Do not use macros from bp-asm.h.
32626         (strlen): Do not use BP_SYM.
32627         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32628         "bp-asm.h".
32629         (PARMS): Do not use macros from bp-asm.h.
32630         (S1): Likewise.
32631         (S2): Likewise.
32632         (SIZE): Likewise.
32633         (__mpn_add_n): Do not use BP_SYM.
32634         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32635         "bp-asm.h".
32636         (PARMS): Do not use macros from bp-asm.h.
32637         (S1): Likewise.
32638         (SIZE): Likewise.
32639         (__mpn_addmul_1): Do not use BP_SYM.
32640         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32641         weak_alias.
32642         (bzero): Likewise.
32643         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32644         "bp-asm.h".
32645         (PARMS): Do not use macros from bp-asm.h.
32646         (S): Likewise.
32647         (SIZE): Likewise.
32648         (__mpn_lshift): Do not use BP_SYM.
32649         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32650         "bp-asm.h".
32651         (PARMS): Do not use macros from bp-asm.h.
32652         (DEST): Likewise.
32653         (SRC): Likewise.
32654         (LEN): Likewise.
32655         (memcpy): Likewise.  Do not use BP_SYM.
32656         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32657         libc_hidden_def and weak_alias.
32658         (mempcpy): Do not use BP_SYM in weak_alias.
32659         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32660         "bp-asm.h".
32661         (PARMS): Do not use macros from bp-asm.h.
32662         (DEST): Likewise.
32663         (LEN): Likewise.
32664         [!BZERO_P] (CHR): Likewise.
32665         (memset): Likewise.  Do not use BP_SYM.
32666         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32667         "bp-asm.h".
32668         (PARMS): Do not use macros from bp-asm.h.
32669         (S1): Likewise.
32670         (SIZE): Likewise.
32671         (__mpn_mul_1): Do not use BP_SYM.
32672         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32673         "bp-asm.h".
32674         (PARMS): Do not use macros from bp-asm.h.
32675         (S): Likewise.
32676         (SIZE): Likewise.
32677         (__mpn_rshift): Do not use BP_SYM.
32678         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32679         "bp-asm.h".
32680         (PARMS): Do not use macros from bp-asm.h.
32681         (STR): Likewise.
32682         (CHR): Likewise.
32683         (strchr): Likewise.  Do not use BP_SYM.
32684         (index): Do not use BP_SYM in weak_alias.
32685         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32686         "bp-asm.h".
32687         (PARMS): Do not use macros from bp-asm.h.
32688         (DEST): Likewise.
32689         (SRC): Likewise.
32690         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32691         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32692         "bp-asm.h".
32693         (PARMS): Do not use macros from bp-asm.h.
32694         (strlen): Do not use BP_SYM.
32695         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32696         "bp-asm.h".
32697         (PARMS): Do not use macros from bp-asm.h.
32698         (S1): Likewise.
32699         (S2): Likewise.
32700         (SIZE): Likewise.
32701         (__mpn_sub_n): Do not use BP_SYM.
32702         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32703         "bp-asm.h".
32704         (PARMS): Do not use macros from bp-asm.h.
32705         (S1): Likewise.
32706         (SIZE): Likewise.
32707         (__mpn_submul_1): Do not use BP_SYM.
32708         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32709         "bp-asm.h".
32710         (PARMS): Do not use macros from bp-asm.h.
32711         (S1): Likewise.
32712         (S2): Likewise.
32713         (SIZE): Likewise.
32714         (__mpn_add_n): Do not use BP_SYM.
32715         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32716         weak_alias.
32717         (bzero): Likewise.
32718         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32719         "bp-asm.h".
32720         (PARMS): Do not use macros from bp-asm.h.
32721         (BLK2): Likewise.
32722         (LEN): Likewise.
32723         (memcmp): Do not use BP_SYM.
32724         (bcmp): Do not use BP_SYM in weak_alias.
32725         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32726         "bp-asm.h".
32727         (PARMS): Do not use macros from bp-asm.h.
32728         (DEST): Likewise.
32729         (SRC): Likewise.
32730         (LEN): Likewise.
32731         (memcpy): Likewise.  Do not use BP_SYM.
32732         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32733         "bp-asm.h".
32734         (PARMS): Do not use macros from bp-asm.h.
32735         (DEST): Likewise.
32736         (SRC): Likewise.
32737         (LEN): Likewise.
32738         (memmove): Likewise.  Do not use BP_SYM.
32739         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32740         "bp-asm.h".
32741         (PARMS): Do not use macros from bp-asm.h.
32742         (DEST): Likewise.
32743         (SRC): Likewise.
32744         (LEN): Likewise.
32745         (__mempcpy): Likewise.  Do not use BP_SYM.
32746         (mempcpy): Do not use BP_SYM in weak_alias.
32747         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32748         "bp-asm.h".
32749         (PARMS): Do not use macros from bp-asm.h.
32750         (DEST): Likewise.
32751         (LEN): Likewise.
32752         [!BZERO_P] (CHR): Likewise.
32753         (memset): Likewise.  Do not use BP_SYM.
32754         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32755         "bp-asm.h".
32756         (PARMS): Do not use macros from bp-asm.h.
32757         (STR2): Likewise.
32758         (strcmp): Do not use BP_SYM.
32759         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32760         "bp-asm.h".
32761         (PARMS): Do not use macros from bp-asm.h.
32762         (STR): Likewise.
32763         (DELIM): Likewise.
32764         [USE_AS_STRTOK_R] (SAVE): Likewise.
32765         (FUNCTION): Likewise.  Do not use BP_SYM.
32766         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32767         aliases.
32768         (strtok_r): Likewise.
32769         (__GI___strtok_r): Likewise.
32770         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32771         (PARMS): Do not use macros from bp-asm.h.
32772         (S): Likewise.
32773         (SIZE): Likewise.
32774         (__mpn_lshift): Do not use BP_SYM.
32775         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32776         (PARMS): Do not use macros from bp-asm.h.
32777         (STR): Likewise.
32778         (CHR): Likewise.
32779         (__memchr): Do not use BP_SYM.
32780         (memchr): Do not use BP_SYM in weak_alias.
32781         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32782         (PARMS): Do not use macros from bp-asm.h.
32783         (BLK2): Likewise.
32784         (LEN): Likewise.
32785         (memcmp): Do not use BP_SYM.
32786         (bcmp): Do not use BP_SYM in weak_alias.
32787         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32788         (PARMS): Do not use macros from bp-asm.h.
32789         (S1): Likewise.
32790         (SIZE): Likewise.
32791         (__mpn_mul_1): Do not use BP_SYM.
32792         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32793         "bp-asm.h".
32794         (PARMS): Do not use macros from bp-asm.h.
32795         (STR): Likewise.
32796         (CHR): Likewise.
32797         (__rawmemchr): Do not use BP_SYM.
32798         (rawmemchr): Do not use BP_SYM in weak_alias.
32799         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32800         (PARMS): Do not use macros from bp-asm.h.
32801         (S): Likewise.
32802         (SIZE): Likewise.
32803         (__mpn_rshift): Do not use BP_SYM.
32804         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32805         (PARMS): Do not use macros from bp-asm.h.
32806         (SIGMSK): Likewise.
32807         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32808         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32809         (_start): Do not use BP_SYM.
32810         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32811         (PARMS): Do not use macros from bp-asm.h.
32812         (DEST): Likewise.
32813         (SRC): Likewise.
32814         (__stpcpy): Likewise.  Do not use BP_SYM.
32815         (stpcpy): Do not use BP_SYM in weak_alias.
32816         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32817         "bp-asm.h".
32818         (PARMS): Do not use macros from bp-asm.h.
32819         (DEST): Likewise.
32820         (SRC): Likewise.
32821         (LEN): Likewise.
32822         (__stpncpy): Likewise.  Do not use BP_SYM.
32823         (stpncpy): Do not use BP_SYM in weak_alias.
32824         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32825         (PARMS): Do not use macros from bp-asm.h.
32826         (STR): Likewise.
32827         (CHR): Likewise.
32828         (strchr): Likewise.  Do not use BP_SYM.
32829         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32830         "bp-asm.h".
32831         (PARMS): Do not use macros from bp-asm.h.
32832         (STR): Likewise.
32833         (CHR): Likewise.
32834         (__strchrnul): Likewise.  Do not use BP_SYM.
32835         (strchrnul): Do not use BP_SYM in weak_alias.
32836         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32837         "bp-asm.h".
32838         (PARMS): Do not use macros from bp-asm.h.
32839         (STOP): Likewise.
32840         (strcspn): Do not use BP_SYM.
32841         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32842         "bp-asm.h".
32843         (PARMS): Do not use macros from bp-asm.h.
32844         (STR): Likewise.
32845         (STOP): Likewise.
32846         (strpbrk): Likewise.  Do not use BP_SYM.
32847         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32848         "bp-asm.h".
32849         (PARMS): Do not use macros from bp-asm.h.
32850         (STR): Likewise.
32851         (CHR): Likewise.
32852         (strrchr): Likewise.  Do not use BP_SYM.
32853         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32854         (PARMS): Do not use macros from bp-asm.h.
32855         (SKIP): Likewise.
32856         (strspn): Do not use BP_SYM.
32857         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32858         (PARMS): Do not use macros from bp-asm.h.
32859         (STR): Likewise.
32860         (DELIM): Likewise.
32861         (SAVE): Likewise.
32862         (FUNCTION): Likewise.  Do not use BP_SYM.
32863         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32864         aliases.
32865         (strtok_r): Likewise.
32866         (__GI___strtok_r): Likewise.
32867         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32868         (PARMS): Do not use macros from bp-asm.h.
32869         (S1): Likewise.
32870         (S2): Likewise.
32871         (SIZE): Likewise.
32872         (__mpn_sub_n): Do not use BP_SYM.
32873         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32874         "bp-asm.h".
32875         (PARMS): Do not use macros from bp-asm.h.
32876         (S1): Likewise.
32877         (SIZE): Likewise.
32878         (__mpn_submul_1): Do not use BP_SYM.
32879         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32880         <bp-sym.h>.
32881         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32882         and <bp-asm.h>.
32883         (PARMS): Do not use macros from bp-asm.h.
32884         (FLAGS): Likewise.
32885         (PTID): Likewise.
32886         (TLS): Likewise.
32887         (CTID): Likewise.
32888         (__clone): Do not use BP_SYM.
32889         (clone): Do not use BP_SYM in weak_alias.
32890         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32891         and <bp-asm.h>.
32892         (PARMS): Do not use macros from bp-asm.h.
32893         (LEN): Likewise.
32894         (__mmap64): Do not use BP_SYM.
32895         (mmap64): Do not use BP_SYM in weak_alias.
32896         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32897         <bp-sym.h> and <bp-asm.h>.
32898         (PARMS): Do not use macros from bp-asm.h.
32899         (__posix_fadvise64_l64): Do not use BP_SYM.
32900         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32901         (PARMS): Do not use macros from bp-asm.h.
32902         (NSOPS): Likewise.
32903         (semtimedop): Do not use BP_SYM.
32904         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32905         and <bp-asm.h>.
32907 2013-02-21  Allan McRae  <allan@archlinux.org>
32909         * manual/message.texi (Charset conversion in gettext):
32910         Move @end statement to beginning of line.
32912 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32914         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32915         static.
32916         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32917         Likewise.
32919         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32920         (denorm): Likewise.
32921         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32922         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32924 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32926         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32927         tail-call to the resolved function if pltexit isn't needed.
32929 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32931         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32932         or Y being zero as being unlikely.
32933         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32934         Likewise.
32936 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32938         * manual/nss.texi (System Databases and Name Service Switch):
32939         Remove frobnicate @pxref.
32941 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32943         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32944         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32946 2013-02-20  Petr Machata  <pmachata@redhat.com>
32948         * elf/elf.h (R_ARM_TARGET1): New macro.
32949         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32950         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32951         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32952         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32953         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32954         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32955         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32956         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32957         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32958         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32959         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32960         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32961         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32962         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32963         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32964         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32965         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32966         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32967         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32968         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32969         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32970         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32971         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32972         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32973         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32974         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32975         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32976         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32977         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32978         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32979         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32980         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32981         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32982         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32983         (R_ARM_THM_GOT_BREL12): Likewise.
32984         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32985         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32986         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32987         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32988         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32989         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32990         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32991         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32992         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32994 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32996         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32997         __attribute_used__ to __attribute__ ((unused)).
32999 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33001         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
33002         powerpc mpa.c.
33003         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
33004         comment formatting.
33005         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
33007 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
33009         [BZ #13550]
33010         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
33011         Remove macro.
33012         (ENTER): Remove both macro definitions.
33013         (LEAVE): Likewise.
33014         (CHECK_BOUNDS_LOW): Likewise.
33015         (CHECK_BOUNDS_HIGH): Likewise.
33016         (CHECK_BOUNDS_BOTH): Likewise.
33017         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
33018         (RETURN_BOUNDED_POINTER): Likewise.
33019         (RETURN_NULL_BOUNDED_POINTER): Likewise.
33020         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
33021         (POP_ERRNO_LOCATION_RETURN): Likewise.
33022         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
33023         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33024         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
33025         macros.
33026         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33027         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
33028         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
33029         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
33030         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
33031         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
33032         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
33033         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
33034         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
33035         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
33036         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
33037         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
33038         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33039         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
33040         removed macros.
33041         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33042         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
33043         macros.
33044         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33045         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
33046         * sysdeps/i386/i586/memset.S (memset): Likewise.
33047         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
33048         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33049         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
33050         macros.
33051         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33052         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
33053         Change uses of L(2) to L(out).
33054         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
33055         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
33056         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
33057         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33058         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
33059         removed macros.
33060         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33061         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
33062         macros.
33063         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33064         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
33065         (RETURN): Do not use macro LEAVE.
33066         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
33067         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
33068         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
33069         * sysdeps/i386/i686/memset.S (memset): Likewise.
33070         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
33071         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
33072         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33073         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
33074         Likewise.
33075         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33076         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
33077         L(1_2) and L(1_3) into L(1).
33078         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33079         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
33080         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33081         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
33082         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33083         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
33084         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
33085         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33086         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
33087         macros.
33088         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
33089         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33090         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
33091         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
33092         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
33093         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33094         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
33095         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
33096         * sysdeps/i386/strcspn.S (strcspn): Likewise.
33097         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33098         * sysdeps/i386/strrchr.S (strrchr): Likewise.
33099         * sysdeps/i386/strspn.S (strspn): Likewise.
33100         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33101         conditional code.
33102         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33103         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33104         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33105         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
33106         L(1_3) into L(1_1).
33107         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33108         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33109         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33110         macros.
33111         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33113 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
33115         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33116         macro.
33118 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33120         * math/atest-exp.c (exp_mpn): Remove ROUND.
33121         * math/atest-exp2.c (exp_mpn): Likewise.
33122         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33124         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33125         * stdlib/tst-tls-atexit-lib.c: Likewise.
33126         * stdlib/tst-tls-atexit.c: Likewise.
33128 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33130         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33131         and __attribute_alloc_size__.
33133 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33135         * include/programs/xmalloc.h: Change __attribute_alloc_size to
33136         __attribute_alloc_size__.
33137         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33138         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33140 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33142         * include/programs/xmalloc.h: New file.
33143         * catgets/gencat.c: Include it.
33144         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33145         * elf/pldd.c: Likewise.
33146         * iconv/iconv_charmap.c: Likewise.
33147         * iconv/iconvconfig.c: Likewise.
33148         * iconv/strtab.c: Likewise.
33149         * locale/programs/locale.c: Likewise.
33150         * locale/programs/localedef.h: Likewise.
33151         * locale/programs/simple-hash.c: Likewise.
33152         * nscd/nscd.h: Likewise.
33153         * nss/makedb.c: Likewise.
33154         * sysdeps/generic/ldconfig.h: Likewise.
33156 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33158         * Versions.def: Add GLIBC_2.18.
33159         * include/link.h (struct link_map): New member l_tls_dtor_count.
33160         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33161         (__call_tls_dtors): Likewise.
33162         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33163         __cxa_thread_atexit_impl.
33164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33165         Likewise.
33166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33167         Likewise.
33168         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33169         Likewise.
33170         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33171         Likewise.
33172         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33173         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33174         Likewise.
33175         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33176         Likewise.
33177         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33178         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33179         Likewise.
33180         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
33181         (tests): Add test case tst-tls-atexit.
33182         (modules-names): Add shared library for tst-tls-atexit.
33183         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
33184         (GLIBC_PRIVATE): Add __call_tls_dtors.
33185         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
33186         for libstdc++.
33187         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33188         * stdlib/tst-tls-atexit.c: New test case.
33189         * stdlib/tst-tls-atexit-lib.c: New test case.
33191         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
33193         * elf/Versions (ld): Add _dl_find_dso_for_object.
33194         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
33195         * elf/dl-open.c (_dl_find_dso_for_object): New function.
33196         (dl_open_worker): Use _dl_find_dso_for_object.
33197         * elf/dl-sym.c (do_sym): Likewise.
33198         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
33200 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33202         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
33203         Syntactic changes only.
33204         (_dl_runtime_profile): Do a tail-call to the resolved function.
33206 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
33208         [BZ #13550]
33209         * sysdeps/x86_64/bp-asm.h: Remove file.
33210         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
33211         <bp-sym.h> and <bp-asm.h>.
33212         (__clone): Do not use BP_SYM.
33213         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
33214         <bp-sym.h> and <bp-asm.h>.
33215         * sysdeps/unix/x86_64/sysdep.S: Likewise.
33216         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
33217         "bp-asm.h".
33218         (_setjmp): Do not use BP_SYM.
33219         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
33220         "bp-asm.h".
33221         (setjmp): Do not use BP_SYM.
33222         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
33223         libc_hidden_def.
33224         (mempcpy): Do not use BP_SYM in weak_alias.
33225         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
33226         "bp-asm.h".
33227         (strchr): Do not use BP_SYM.
33228         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
33229         "bp-asm.h".
33230         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
33231         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
33232         (_start): Do not use BP_SYM.
33233         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
33234         "bp-asm.h".
33235         (strcat): Do not use BP_SYM.
33236         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
33237         "bp-asm.h".
33238         (STRCMP): Do not use BP_SYM.
33239         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
33240         "bp-asm.h".
33241         (STRCPY): Do not use BP_SYM.
33242         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
33243         "bp-asm.h".
33244         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
33245         "bp-asm.h".
33246         (FUNCTION): Do not use BP_SYM.
33247         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
33248         weak_alias.
33249         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
33251 2013-02-17  Andreas Jaeger  <aj@suse.de>
33253         * time/Versions: Sort entries.
33254         * string/Versions: Likewise.
33255         * resolv/Versions: Likewise.
33256         * posix/Versions: Likewise.
33257         * iconv/Versions: Likewise.
33258         * elf/Versions: Likewise.
33259         * wcsmbs/Versions: Likewise.
33261 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33263         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33264         loop termination condition.
33266         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33267         variable to calculate EZ.
33268         (__sqr): Likewise.
33270         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33271         the lower precision input.
33273 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
33275         [BZ #13550]
33276         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33277         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33278         (run-via-rtld-prefix): Do not handle %-bp tests.
33279         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33280         (all-object-suffixes): Remove .ob.
33281         (bppfx): Remove variable.
33282         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33283         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33284         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33285         [$(build-bounded) = yes] (libtype.ob): Likewise.
33286         * Makerules (elide-routines.ob): Remove variable.
33287         (do-tests-clean): Do not handle *-bp.out.
33288         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33289         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33290         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33291         (tests): Do not include $(tests-bp.out).
33292         (xtests): Do not include $(xtests-bp.out).
33293         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33294         [$(build-bounded) = yes] ($(addprefix
33295         $(objpfx),$(binaries-bounded))): Remove rule.
33296         ($(objpfx)%-bp.out): Remove rule.
33297         * config.make.in (build-bounded): Remove variable.
33298         * crypt/Makefile [$(build-bounded) = yes]
33299         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33300         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33301         append to variable.
33302         [$(build-bounded) = yes] (install-lib): Likewise.
33303         [$(build-bounded) = yes] (generated): Likewise.
33304         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33305         Remove rule.
33306         * intl/Makefile [$(build-bounded) = yes]
33307         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33308         * math/Makefile [$(build-bounded) = yes]
33309         ($(tests:%=$(objpfx)%-bp): Likewise.
33310         * misc/Makefile [$(build-bounded) = yes]
33311         ($(objpfx)tst-tsearch-bp): Likewise.
33312         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33313         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33314         Remove dependency.
33315         * string/Makefile (o-objects.ob): Remove variable.
33316         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33317         (CFLAGS-.ob): Remove variable.
33318         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33319         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33320         both definitions of variable.
33321         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33322         (ASFLAGS-.ob): Remove variable.
33324 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33326         [BZ #13550]
33327         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33328         Remove __BOUNDED_POINTERS__ from condition.
33329         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33330         * string/bits/string2.h [!__NO_STRING_INLINES &&
33331         !__BOUNDED_POINTERS__]: Likewise.
33332         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33333         Likewise.
33334         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33335         Remove conditional code.
33336         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33337         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33338         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33339         condition.
33341         [BZ #13550]
33342         * csu/libc-start.c: Do not include <bp-sym.h>.
33343         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33344         * elf/dl-open.c: Do not include <bp-sym.h>.
33345         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33346         * math/fegetenv.c: Do not include <bp-sym.h>.
33347         (fegetenv): Do not use BP_SYM in versioned symbols.
33348         * nptl/sysdeps/pthread/bits/libc-lockP.h
33349         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33350         <bp-sym.h>.
33351         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33352         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33353         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33354         (__pthread_mutex_destroy): Likewise.
33355         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33356         (__pthread_mutex_lock): Likewise.
33357         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33358         (__pthread_mutex_trylock): Likewise.
33359         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33360         (__pthread_mutex_unlock): Likewise.
33361         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33362         (__pthread_mutexattr_init): Likewise.
33363         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33364         (__pthread_mutexattr_destroy): Likewise.
33365         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33366         (__pthread_mutexattr_settype): Likewise.
33367         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33368         (__pthread_rwlock_init): Likewise.
33369         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33370         (__pthread_rwlock_destroy): Likewise.
33371         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33372         (__pthread_rwlock_rdlock): Likewise.
33373         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33374         (__pthread_rwlock_tryrdlock): Likewise.
33375         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33376         (__pthread_rwlock_wrlock): Likewise.
33377         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33378         (__pthread_rwlock_trywrlock): Likewise.
33379         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33380         (__pthread_rwlock_unlock): Likewise.
33381         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33382         (__pthread_key_create): Likewise.
33383         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33384         (__pthread_setspecific): Likewise.
33385         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33386         (__pthread_getspecific): Likewise.
33387         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33388         Likewise.
33389         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33390         (_pthread_cleanup_push_defer): Likewise.
33391         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33392         (_pthread_cleanup_pop_restore): Likewise.
33393         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33394         (pthread_setcancelstate): Likewise.
33395         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33396         <bp-sym.h>.
33397         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33398         (memchr): Do not use BP_SYM in weak_alias.
33399         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33400         (fegetenv): Do not use BP_SYM in versioned symbols.
33401         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33402         (fesetenv): Do not use BP_SYM in versioned symbols.
33403         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33404         (feupdateenv): Do not use BP_SYM in versioned symbols.
33405         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33406         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33407         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33408         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33409         (open64): Do not use BP_SYM in weak_alias.
33410         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33411         (fegetenv): Do not use BP_SYM in versioned symbols.
33412         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33413         (fesetenv): Do not use BP_SYM in versioned symbols.
33414         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33415         (feupdateenv): Do not use BP_SYM in versioned symbols.
33416         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33417         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33418         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33419         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33420         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33421         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33422         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33423         <bp-sym.h>.
33424         (__libc_start_main): Do not use BP_SYM.
33426 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33428         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33429         redundant return line.
33430         (norm): Likewise.
33431         (denorm): Likewise.
33432         (dbl_mp): Likewise.
33433         (sub_magnitudes): Likewise.
33434         (__add): Likewise.
33435         (__sub): Likewise.
33436         (__mul): Likewise.
33437         (__inv): Likewise.
33438         (__dvd): Likewise.
33439         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33440         (norm): Likewise.
33441         (denorm): Likewise.
33442         (dbl_mp): Likewise.
33443         (sub_magnitudes): Likewise.
33444         (__add): Likewise.
33445         (__sub): Likewise.
33446         (__mul): Likewise.
33447         (__inv): Likewise.
33448         (__dvd): Likewise.
33450         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33451         instead of __mul.
33452         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33453         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33454         (cc32): Likewise.
33456         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33457         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33458         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33459         of __mul for squares.
33460         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33461         function
33462         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33463         Likewise.
33464         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33465         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33467 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33469         [BZ #13550]
33470         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33471         code.
33472         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33473         prototype or function definition.  Rename ubp_* variables and
33474         parameters.  Remove argv definitions conditional on
33475         [__BOUNDED_POINTERS__].
33476         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33477         * elf/dl-runtime.c (_dl_fixup): Likewise.
33478         * include/set-hooks.h (RUN_HOOK): Likewise.
33479         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33480         definition.
33481         * string/strcpy.c (strcpy): Do not use __unbounded.
33482         * sysdeps/generic/frame.h (struct layout): Likewise.
33483         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33484         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33485         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33486         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33487         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33488         (__backtrace): Likewise.
33489         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33490         use __ptrvalue.
33491         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33492         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33493         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33494         Likewise.
33495         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33496         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33497         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33498         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33499         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33500         Do not use __unbounded.
33501         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33502         Rename __unboundedrlimits parameter to rlimits in prototype.
33503         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33504         Do not use __unbounded.
33505         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33506         not use __ptrvalue.
33507         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33508         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33509         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33510         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33511         __ptrvalue or __unbounded.
33512         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33513         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33514         use __unbounded.
33515         (__new_msgctl): Do not use __ptrvalue.
33516         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33517         __unbounded.
33518         (__libc_msgrcv): Do not use __ptrvalue.
33519         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33520         startup_info): Do not use __unbounded.
33521         (__libc_start_main): Likewise.  Rename ubp_* variables and
33522         parameters.  Remove argv definitions conditional on
33523         [__BOUNDED_POINTERS__].
33524         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33525         __ptrvalue.
33526         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33527         use __unbounded.
33528         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33529         or __ptrvalue.
33530         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33531         use __unbounded.
33532         (__new_shmctl): Do not use __ptrvalue.
33533         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33534         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33535         Likewise.
33536         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33537         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33538         (__libc_sigaction): Likewise.
33539         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33540         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33541         Likewise.
33542         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33544 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33546         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33548         * string/mempcpy.c: Implement by calling memcpy.
33550 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33552         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33554         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33555         evaluation.
33557         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33558         values in the mantissa.
33560         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33561         minimize writes to Z.
33562         (sub_magnitudes): Simplify code a bit.
33564 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33566         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33567         from the message.  The linker prefixes all warnings with that already.
33569 2013-02-12  Andreas Schwab  <schwab@suse.de>
33571         [BZ #15078]
33572         * posix/regexec.c (extend_buffers): Add parameter min_len.
33573         (check_matching): Pass minimum needed length.
33574         (clean_state_log_if_needed): Likewise.
33575         (get_subexp): Likewise.
33576         * posix/Makefile (tests): Add bug-regex34.
33577         (bug-regex34-ENV): Define.
33578         * posix/bug-regex34.c: New file.
33580         [BZ #11561]
33581         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33582         elements compare against the byte sequence of it, not its name.
33583         * posix/Makefile (tests): Add bug-regex35.
33584         (bug-regex35-ENV): Define.
33585         * posix/bug-regex35.c: New file.
33587 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33589         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33590         comment.
33591         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33592         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33593         (CHECK_EOL): Add undef.
33595 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33597         * bits/stdlib-bsearch.h: New file.
33598         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33599         * stdlib/stdlib.h: Likewise.
33601 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33603         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33604         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33605         declaration.
33606         * manual/search.texi (Array Search Function): Add missing const in
33607         lfind prototype.
33608         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33609         declaration to use rlim_t.
33610         (Basic Scheduling Functions): Remove erroneous const from
33611         sched_getparam prototype.  Remove erroneous * from
33612         sched_get_priority_max and sched_get_priority_min prototypes.
33613         (Resource Usage): Fix summary @comment on vtimes to refer to
33614         sys/vtimes.h rather than vtimes.h.
33615         Add missing *s in vtimes prototype.
33616         (Limits on Resources): Fix ulimit prototype to return long int.
33617         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33618         prototypes to use long int rather than double.
33619         (BSD Random): Fix initstate and setstate to use char *, not void *.
33620         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33621         prototype to make second argument 'struct aiocb64 *const[]'.
33622         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33623         (Status of AIO Operations): Remove erroneous const in aio_return and
33624         aio_return64 prototypes.
33625         (Synchronizing I/O): Fix sync prototype to return void.
33626         * manual/startup.texi (Suboptions): Remove an erroneous const in
33627         getsubopt prototype.
33628         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33629         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33630         use size_t rather than int.
33631         (Scanning All Users): Likewise for getpwent_r.
33632         (Setting Groups): Add missing const to setgroups prototype.
33633         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33634         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33635         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33636         'const void *' rather than 'const char *'.
33637         (Host Address Functions): Likewise for inet_ntop.
33638         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33639         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33640         ssize_t for return value.
33641         (Sending Data): Likewise for send, sendto, sendmsg.
33642         (Socket Option Functions): Add a missing const in setsockopt prototype.
33643         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33644         use wchar_t for the argument.
33645         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33646         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33647         take no arguments.
33648         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33649         double/float/long double for second argument.
33650         Fix return types of significand, significandf, significandl.
33651         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33652         argument in fchmod prototype.
33653         (File Owner): Use uid_t and gid_t in fchown prototype.
33654         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33655         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33656         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33657         use 'const struct dirent **' as argument types to CMP function pointer
33658         argument.
33659         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33660         (File Times): Fix summary magic @comment for struct utimbuf and utime
33661         to refer to utime.h, not time.h.
33662         * manual/string.texi (Argz Functions): Add missing const in
33663         argz_extract and argz_next prototypes.
33664         (Finding Tokens in a String): Likewise for basename.
33665         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33666         (Copying and Concatenation): Fix typo in wmemmove prototype.
33667         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33668         (Signal Stack): Remove erroneous const in sigstack prototype.
33669         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33670         prototype.
33671         (Simple Calendar Time): Likewise for stime.
33672         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33673         prototype.
33674         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33675         say sys/sysctl.h instead.
33676         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33677         and vsyslog prototypes.
33679 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33681         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33682         Remove.
33684 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33686         * misc/sys/mman.h: Fix typo in mremap comment.
33688 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33690         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33691         the '\0' terminator.
33693 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33695         [BZ #13550]
33696         * debug/segfault.c: Don't include <bp-checks.h>.
33697         * sysdeps/generic/bp-checks.h: Remove file.
33698         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33699         (__GETDENTS): Don't use CHECK_N.
33700         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33701         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33702         (__getgroups): Don't use CHECK_N.
33703         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33704         (setgroups): Don't use CHECK_N.
33705         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33706         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33707         (__libc_msgrcv): Don't use CHECK_N.
33708         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33709         (__libc_msgsnd): Don't use CHECK_N.
33710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33711         <bp-checks.h>.
33712         (__libc_pread): Don't use CHECK_N.
33713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33714         include <bp-checks.h>.
33715         (__libc_pread64): Don't use CHECK_N.
33716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33717         include <bp-checks.h>.
33718         (__libc_pwrite): Don't use CHECK_N.
33719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33720         include <bp-checks.h>.
33721         (__libc_pwrite64): Don't use CHECK_N.
33722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33723         <bp-checks.h>.
33724         (__libc_pread): Don't use CHECK_N.
33725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33726         include <bp-checks.h>.
33727         (__libc_pread64): Don't use CHECK_N.
33728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33729         include <bp-checks.h>.
33730         (__libc_pwrite): Don't use CHECK_N.
33731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33732         include <bp-checks.h>.
33733         (__libc_pwrite64): Don't use CHECK_N.
33734         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33735         (do_pread): Don't use CHECK_N.
33736         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33737         (do_pread64): Don't use CHECK_N.
33738         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33739         (do_pwrite): Don't use CHECK_N.
33740         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33741         (do_pwrite64): Don't use CHECK_N.
33742         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33743         (__libc_readv): Don't use CHECK_N.
33744         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33745         (semop): Don't use CHECK_N.
33746         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33747         <bp-checks.h>.
33748         (semtimedop): Don't use CHECK_N.
33749         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33750         (__libc_pread): Don't use CHECK_N.
33751         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33752         <bp-checks.h>.
33753         (__libc_pread64): Don't use CHECK_N.
33754         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33755         <bp-checks.h>.
33756         (__libc_pwrite): Don't use CHECK_N.
33757         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33758         <bp-checks.h>.
33759         (__libc_pwrite64): Don't use CHECK_N.
33760         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33761         <bp-checks.h>.
33762         (__libc_msgrcv): Don't use CHECK_N.
33763         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33764         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33765         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33766         (__libc_writev): Don't use CHECK_N.
33768 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33770         * string/strcpy.c: Removed unused variable.
33772         * Makeconfig (+sysdep-includes): Define with := rather than =.
33773         Use an existing include/ subdir of each sysdeps dir before it.
33775 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33777         * nscd/connection.c (register_traced_file): Comment function.
33778         [HAVE_INOTIFY] (union __inev): Define.
33779         [HAVE_INOTIFY] (inotify_check_files): New function.
33780         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33781         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33782         clear_db_cache.
33783         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33785 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33787         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33788         loaded if not already and that a failure is permanent.
33790 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33792         [BZ #15006]
33793         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33794         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33796 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33798         [BZ #13550]
33799         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33800         (CHECK_1_NULL_OK): Likewise.
33801         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33802         (__fxstat): Do not use CHECK_1.
33803         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33804         <bp-checks.h>.
33805         (___fxstat64): Do not use CHECK_1.
33806         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33807         <bp-checks.h>.
33808         (__fxstatat): Do not use CHECK_1.
33809         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33810         <bp-checks.h>.
33811         (__fxstatat64): Do not use CHECK_1.
33812         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33813         <bp-checks.h>.
33814         (__fxstat): Do not use CHECK_1.
33815         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33816         <bp-checks.h>.
33817         (__fxstatat): Do not use CHECK_1.
33818         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33819         <bp-checks.h>.
33820         (__getresgid): Do not use CHECK_1.
33821         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33822         <bp-checks.h>.
33823         (__getresuid): Do not use CHECK_1.
33824         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33825         <bp-checks.h>.
33826         (__lxstat): Do not use CHECK_1.
33827         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33828         <bp-checks.h>.
33829         (__old_msgctl): Do not use CHECK_1.
33830         (__new_msgctl): Likewise.
33831         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33832         <bp-checks.h>.
33833         (__new_setrlimit): Do not use CHECK_1.
33834         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33835         <bp-checks.h>.
33836         (__old_shmctl): Do not use CHECK_1.
33837         (__new_shmctl): Likewise.
33838         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33839         <bp-checks.h>.
33840         (__xstat): Do not use CHECK_1.
33841         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33842         (__lxstat): Do not use CHECK_1.
33843         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33844         <bp-checks.h>.
33845         (___lxstat64): Do not use CHECK_1.
33846         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33847         (__old_msgctl): Do not use CHECK_1.
33848         (__new_msgctl): Likewise.
33849         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33850         <bp-checks.h>.
33851         (__gettimeofday): Do not use CHECK_1.
33852         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33853         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33854         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33855         <bp-checks.h>.
33856         (__gettimeofday): Do not use CHECK_1.
33857         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33858         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33859         (__new_shmctl): Do not use CHECK_1.
33860         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33861         <bp-checks.h>.
33862         (do_sigtimedwait): Do not use CHECK_1.
33863         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33864         <bp-checks.h>.
33865         (do_sigwaitinfo): Do not use CHECK_1.
33866         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33867         <bp-checks.h>.
33868         (msgctl): Do not use CHECK_1.
33869         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33870         <bp-checks.h>.
33871         (shmctl): Do not use CHECK_1.
33872         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33873         (ustat): Do not use CHECK_1.
33874         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33875         <bp-checks.h>.
33876         (__fxstat): Do not use CHECK_1.
33877         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33878         <bp-checks.h>.
33879         (__fxstatat): Do not use CHECK_1.
33880         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33881         <bp-checks.h>.
33882         (__lxstat): Do not use CHECK_1.
33883         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33884         <bp-checks.h>.
33885         (__xstat): Do not use CHECK_1.
33886         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33887         (__xstat): Do not use CHECK_1.
33888         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33889         (___xstat64): Do not use CHECK_1.
33891         [BZ #13550]
33892         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33893         definitions.
33894         (CHECK_BOUNDS_HIGH): Likewise.
33895         * string/strcpy.c: Do not include <bp-checks.h>.
33896         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33898 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33900         * nscd/nscd-client.h (__nscd_drop_map_ref):
33901         Add __attribute__ ((unused)).
33902         * nis/nss-nisplus.h (niserr2nss): Likewise.
33904         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33905         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33907         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33908         Remove inline keyword.
33909         * include/rounding-mode.h (round_away): Likewise.
33910         * libio/wfileops.c (adjust_wide_data): Likewise.
33911         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33912         (__m128i_strloadu_tolower): Likewise.
33913         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33914         (__m128i_strloadu_tolower): Likewise.
33915         * time/mktime.c (ydhms_diff): Likewise.
33916         * locale/elem-hash.h (elem_hash): Likewise.
33917         * locale/setlocale.c (setdata): Likewise.
33918         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33919         (re_string_wchar_at): Likewise.
33920         (bitset_not, bitset_merge, bitset_mask): Likewise.
33921         [!(__GNUC__ > 3)] (inline): Remove macro.
33922         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33923         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33924         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33925         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33926         * string/memcmp.c (memcmp_bytes): Likewise.
33927         * locale/programs/locarchive.c (compute_hashval): Likewise.
33928         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33929         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33930         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33931         * nss/getent.c (print_rpc, print_protocols): Likewise.
33932         (print_passwd, print_group, print_aliases): Likewise.
33933         * nis/nss-nisplus.h (niserr2nss): Likewise.
33934         * nscd/connections.c (restart_p): Likewise.
33935         Change return type to bool.
33937 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33939         * Makeconfig (all-Depend-files): Add existing
33940         $(sorted-subdirs:=/Depend) files.
33941         (all-subdirs): Remove nss.
33942         * sysdeps/unix/inet/Subdirs: Add it here instead.
33943         * hesiod/Depend: New file.
33945         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33946         instead of calling alloca.
33948         * io/lseek.c (__lseek): Rename to __libc_lseek.
33949         Define __lseek as an alias.
33951         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33953 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33955         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33956         else clause and remove check for non-standard endianness.
33958 2013-02-04  David S. Miller  <davem@davemloft.net>
33960         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33962 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33964         [BZ #13550]
33965         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33966         (__ubp_memchr): Remove prototype.
33967         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33968         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33969         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33970         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33971         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33972         Remove alias.
33973         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33974         (__ubp_memchr): Likewise.
33975         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33976         (__ubp_memchr): Likewise.
33977         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33978         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33979         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33980         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33981         CHECK_STRING.
33982         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33983         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33984         (__getcwd): Do not use CHECK_STRING.
33985         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33986         <bp-checks.h>.
33987         (__real_chown): Do not use CHECK_STRING.
33988         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33989         <bp-checks.h>.
33990         (fchownat): Do not use CHECK_STRING.
33991         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33992         CHECK_STRING.
33993         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33994         <bp-checks.h>.
33995         (__lchown): Do not use CHECK_STRING.
33996         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33997         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33998         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33999         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
34000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34001         include <bp-checks.h>.
34002         (truncate64): Do not use CHECK_STRING.
34003         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34004         <bp-checks.h>.
34005         (__real_chown): Do not use CHECK_STRING.
34006         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34007         <bp-checks.h>.
34008         (__lchown): Do not use CHECK_STRING.
34009         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34010         <bp-checks.h>.
34011         (__chown): Do not use CHECK_STRING.
34012         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
34013         <bp-checks.h>.
34014         (truncate64): Do not use CHECK_STRING.
34015         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
34016         Likewise.
34017         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
34018         (__xmknod): Do not use CHECK_STRING.
34019         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
34020         <bp-checks.h>.
34021         (__xmknodat): Do not use CHECK_STRING.
34022         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34023         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
34025 2013-02-04  Andreas Schwab  <schwab@suse.de>
34027         [BZ #14142]
34028         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
34029         * include/netdb.h: Likewise for h_errno.
34030         * elf/tst-stackguard1.c: Include <tls.h>.
34032 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
34034         * elf/link.h (struct link_map): Extend the l_addr comment.
34035         * include/link.h (struct link_map): Likewise.
34037 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
34039         [BZ #13550]
34040         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
34041         (BOUNDED_1): Remove macro.
34042         * debug/backtrace.c: Don't include <bp-checks.h>.
34043         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
34044         (__backtrace): Likewise.
34045         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
34046         <bp-checks.h>.
34047         (__backtrace): Don't use BOUNDED_1.
34048         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
34049         <bp-checks.h>.
34050         (__backtrace): Don't use BOUNDED_1.
34051         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
34052         (__backtrace): Don't use BOUNDED_1.
34053         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
34054         (shmat): Don't use BOUNDED_N.
34056 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
34058         [BZ #13550]
34059         * sysdeps/generic/bp-start.h: Remove file.
34060         * csu/libc-start.c: Don't include <bp-start.h>.
34061         (LIBC_START_MAIN): Set up __environ directly instead of using
34062         INIT_ARGV_and_ENVIRON.
34063         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
34064         <bp-start.h>.
34066         [BZ #13550]
34067         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
34068         definitions.
34069         (CHECK_FCNTL): Likewise.
34070         (CHECK_N_PAGES): Likewise.
34072         [BZ #13550]
34073         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
34074         definitions.
34075         (CHECK_SIGSET_NULL_OK): Likewise.
34076         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
34077         <bp-checks.h>.
34078         (sigpending): Don't use CHECK_SIGSET.
34079         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
34080         <bp-checks.h>.
34081         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34082         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
34083         <bp-checks.h>.
34084         (do_sigsuspend): Don't use CHECK_SIGSET.
34085         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
34086         use CHECK_SIGSET.
34087         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
34088         (do_sigwait): Don't use CHECK_SIGSET.
34089         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
34090         use CHECK_SIGSET.
34091         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
34092         include <bp-checks.h>.
34093         (sigpending): Don't use CHECK_SIGSET.
34094         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
34095         include <bp-checks.h>.
34096         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34097         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34098         <bp-checks.h>.
34099         (sigpending): Don't use CHECK_SIGSET.
34100         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34101         <bp-checks.h>.
34102         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34104         [BZ #13550]
34105         * sysdeps/generic/bp-semctl.h: Remove file.
34106         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34107         <bp-checks.h> and <bp-semctl.h>.
34108         (__old_semctl): Don't use CHECK_SEMCTL.
34109         (__new_semctl): Likewise.
34110         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34111         and <bp-semctl.h>.
34112         (__old_semctl): Don't use CHECK_SEMCTL.
34113         (__new_semctl): Likewise.
34114         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
34115         <bp-checks.h> and <bp-semctl.h>.
34116         (__old_semctl): Don't use CHECK_SEMCTL.
34117         (__new_semctl): Likewise.
34118         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
34119         <bp-checks.h> and <bp-semctl.h>.
34120         (semctl): Don't use CHECK_SEMCTL.
34122         [BZ #13550]
34123         * Makerules (elide-bp-thunks): Remove variable.
34124         (elide-routines.oS): Don't use $(elide-bp-thunks).
34125         (elide-routines.os): Likewise.
34126         (elide-routines.o): Likewise.
34127         (elide-routines.op): Likewise.
34128         (elide-routines.og): Likewise.
34129         (objects): Don't use $(bp-thunks).
34130         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34131         include.
34132         (common-generated): Do not add s-proto-bp.d.
34133         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34134         (int): Likewise.
34135         (typ): Likewise.
34136         Do not generate makefile rules for bounded-pointer thunks.
34137         * sysdeps/generic/bp-thunks.h: Remove file.
34138         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34139         * sysdeps/unix/s-proto-bp.S: Likewise.
34141         [BZ #15062]
34142         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34143         parts of result separately when argument is not close to line from
34144         -i to i and one part of argument is small.
34145         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34146         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34147         * math/libm-test.inc (cacos_test): Add more tests.
34148         (casin_test): Likewise.
34149         (casinh_test): Likewise.
34150         * sysdeps/i386/fpu/libm-test-ulps: Update.
34151         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34153 2013-01-31  David S. Miller  <davem@davemloft.net>
34155         * po/de.po: Update from translation team.
34157 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34159         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34161 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34163         * configure.in (_AC_PROG_CC_C89): New definition.
34164         * configure: Regenerate.
34166         * configure.in (AC_PROG_CPP): New definition.
34167         * configure: Regenerate.
34169 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34171         * debug/tst-backtrace.h: New file.
34172         * debug/tst-backtrace2.c: Include tst-backtrace.h.
34173         (ret): Remove variable.
34174         (x): Likewise.
34175         (FAIL): Remove macro.
34176         (NO_INLINE): Likewise.
34177         (fn1): Use match function instead of strstr.
34178         * debug/tst-backtrace3.c: Include tst-backtrace.h.
34179         (ret): Remove variable.
34180         (x): Likewise.
34181         (FAIL): Remove macro.
34182         (NO_INLINE): Likewise.
34183         (fn): Use match function instead of strstr.
34184         * debug/tst-backtrace4.c: Include tst-backtrace.h.
34185         (ret): Remove variable.
34186         (x): Likewise.
34187         (FAIL): Remove macro.
34188         (NO_INLINE): Likewise.
34189         (handle_signal): Use match function instead of strstr.
34190         * debug/tst-backtrace5.c: Include tst-backtrace.h.
34191         (ret): Remove variable.
34192         (x): Likewise.
34193         (FAIL): Remove macro.
34194         (NO_INLINE): Likewise.
34195         (handle_signal): Use match function instead of strstr.
34197 2013-01-23  Roland McGrath  <roland@hack.frob.com>
34199         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
34201 2013-01-23  David S. Miller  <davem@davemloft.net>
34203         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
34204         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
34205         argument of CAS if possible.
34206         * sysdeps/sparc/sparc64/bits/atomic.h
34207         (__arch_compare_and_exchange_val_32_acq): Likewise.
34208         (__arch_compare_and_exchange_val_64_acq): Likewise.
34210 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
34212         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
34213         * sysdeps/posix/ulimit.c: ... this.
34214         Include <limits.h>.
34215         * sysdeps/unix/bsd/ulimit.c: Remove file.
34217 2013-01-23  Adam Conrad  <adconrad@0c3.net>
34219         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
34220         (LDFLAGS-tst-array5): Likewise.
34222 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34224         [BZ #15036]
34225         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
34226         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
34227         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
34228         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
34230 2013-01-21  David S. Miller  <davem@davemloft.net>
34232         * sysdeps/sparc/backtrace.c: New file.
34233         * sysdeps/sparc/sparc32/backtrace.h: New file.
34234         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
34235         * sysdeps/sparc/sparc64/backtrace.h: New file.
34236         * sysdeps/sparc/sparc64/backtrace.c: Delete.
34237         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
34238         -funwind-tables.
34240 2013-01-21  Andreas Schwab  <schwab@suse.de>
34242         [BZ #15020]
34243         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
34244         closed its stdout.
34246 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
34248         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
34249         "mpa2.h".
34250         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34252 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
34253             Mark Mitchell  <mark@codesourcery.com>
34254             Tom de Vries  <tom@codesourcery.com>
34255             Paul Pluzhnikov  <ppluzhnikov@google.com>
34257         * debug/tst-backtrace2.c: New file.
34258         * debug/tst-backtrace3.c: Likewise.
34259         * debug/tst-backtrace4.c: Likewise.
34260         * debug/tst-backtrace5.c: Likewise.
34261         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34262         (CFLAGS-tst-backtrace3.c): Likewise.
34263         (CFLAGS-tst-backtrace4.c): Likewise.
34264         (CFLAGS-tst-backtrace5.c): Likewise.
34265         (LDFLAGS-tst-backtrace2): Likewise.
34266         (LDFLAGS-tst-backtrace3): Likewise.
34267         (LDFLAGS-tst-backtrace4): Likewise.
34268         (LDFLAGS-tst-backtrace5): Likewise.
34269         (tests): Add new tests tst-backtrace2, tst-backtrace3,
34270         tst-backtrace4 and tst-backtrace5.
34272 2013-01-18  Anton Blanchard  <anton@samba.org>
34273             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34275         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34276         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34277         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34278         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34280         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34281         "+r" and remove output regs list as redundant.  Add explicit inline
34282         asm to specify register of return val to work around compiler codegen
34283         bug.  Remove (int) cast on return value.  Add return type parameter to
34284         use in macro so that this macro does not truncate return value for
34285         64-bit values.
34286         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34287         pass to INTERNAL_VSYSCALL_NCS.
34288         (INLINE_VSYSCALL): Add 'long int' as return type to
34289         INTERNAL_VSYSCALL_NCS macro invocation.
34290         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34291         INTERNAL_VSYSCALL_NCS macro invocation.
34292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34294 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34296         [BZ #14496]
34297         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34298         Fix application of SIMD FP exception mask.
34300         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34301         mp_no from a power of two.
34302         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34303         __mpexp_twomm1.  Use __pow_mp.
34305         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34306         multiplication.
34308 2013-01-17  David S. Miller  <davem@davemloft.net>
34310         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34312 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34314         [BZ #15023]
34315         * include/complex.h: Condition contents on [!_COMPLEX_H].
34316         (__kernel_casinhf): New prototype.
34317         (__kernel_casinh): Likewise.
34318         (__kernel_casinhl): Likewise.
34319         * math/Makefile (libm_calls): Add k_casinh.
34320         * math/k_casinh.c: New file.
34321         * math/k_casinhf.c: Likewise.
34322         * math/k_casinhl.c: Likewise.
34323         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34324         finite nonzero arguments.
34325         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34326         finite nonzero arguments.
34327         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34328         finite nonzero arguments.
34329         * math/s_casinh.c: Do not include <float.h>.
34330         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34331         * math/s_casinhf.c: Do not include <float.h>.
34332         (__casinhf): Move code for finite nonzero arguments to
34333         k_casinhf.c.
34334         * math/s_casinhl.c: Do not include <float.h>.
34335         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34336         redefine.
34337         (__casinhl): Move code for finite nonzero arguments to
34338         k_casinhl.c.
34339         * math/libm-test.inc (cacos_test): Add more tests.
34340         * sysdeps/i386/fpu/libm-test-ulps: Update.
34341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34343 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34345         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34346         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34347         [!HAVE_MREMAP]: Remove [defined linux] case.
34348         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34350 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34352         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34354 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34356         * elf/elf.h (R_386_SIZE32): New relocation.
34357         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34358         R_386_SIZE32.
34359         (elf_machine_rela): Likewise.
34360         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34361         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34363 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34365         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34366         (FP_FAST_FMA): Do not define.
34367         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34368         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34369         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34370         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34371         !_SOFT_FLOAT]: Likewise.
34372         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34373         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34374         value.
34375         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34376         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34377         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34378         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34379         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34380         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34381         file.
34383 2013-01-16  Andreas Schwab  <schwab@suse.de>
34385         [BZ #14327]
34386         * include/stdlib.h (__mktemp): Add declaration.
34387         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34388         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34390 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34392         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34393         definitions.
34394         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34395         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34396         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34397         definitions here.
34398         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34399         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34400         definitions.
34401         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34402         and ONE.
34403         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34404         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34405         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34406         definitions.
34407         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34408         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34409         definitions.
34410         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34412         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34414 2013-01-15  David S. Miller  <davem@davemloft.net>
34416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34417         trunc{,f} to libm-sysdep_routes.
34418         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34420         file.
34421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34423         file.
34424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34425         file.
34426         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34427         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34428         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34429         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34430         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34431         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34432         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34433         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34436         nearbyint{,f} to libm-sysdep_routes.
34437         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34439         New file.
34440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34441         file.
34442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34443         New file.
34444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34445         file.
34446         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34447         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34448         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34449         file.
34450         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34451         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34452         file.
34453         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34454         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34455         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34457         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34458         libc_feholdexcept and libc_fesetenv.
34460 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34462         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34464 2013-01-14  David S. Miller  <davem@davemloft.net>
34466         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34467         (SPARC_ASM_VIS2_IFUNC): Likewise.
34468         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34470         use of 'siam' instruction.
34471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34472         Likewise.
34473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34474         Likewise.
34475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34476         Likewise.
34477         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34478         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34479         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34480         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34482         file.
34483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34484         file.
34485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34486         file.
34487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34488         file.
34489         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34490         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34491         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34492         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34494         new VIS2 routines.
34495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34498         Likewise.
34499         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34500         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34501         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34502         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34504         routines to libm-sysdep_routines.
34505         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34507         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34508         fdim/fdimf to libm-sysdep_routines.
34509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34510         file.
34511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34513         file.
34514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34515         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34516         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34517         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34518         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34519         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34520         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34522 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34524         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34525         to optimize copies.
34527         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34528         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34529         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34531         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34532         local variable MPTWO.
34533         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34534         Likewise.
34536 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34538         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34539         GLOB_NOESCAPE.
34541 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34543         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34545 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34547         * manual/pattern.texi (glob_t): Document gl_flags.
34548         (glob64_t): Likewise.
34550 2013-01-11  David S. Miller  <davem@davemloft.net>
34552         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34553         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34554         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34555         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34556         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34557         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34558         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34559         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34560         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34561         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34562         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34563         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34564         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34566         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34567         sparc V9 rather than using V8 code.
34568         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34569         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34571         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34572         Move to...
34573         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34574         Here.
34576 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34578         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34579         not in the main loop.
34580         * configure: Regenerated.
34582 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34584         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34585         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34586         to just #else.
34587         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34588         [!__GLIBC_HAVE_LONG_LONG] case.
34589         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34590         condition to just #else.
34591         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34592         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34593         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34594         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34595         unconditional.
34596         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34597         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34598         #elif condition to just #else.
34599         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34600         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34601         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34602         #elif condition to just #else.
34604 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34606         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34607         (EF_MIPS_ARCH_64): Fix value.
34608         (EF_MIPS_ARCH_32R2): New.
34609         (EF_MIPS_ARCH_64R2): New.
34611 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34613         * Makeconfig (+link-pie-before-libc): New.
34614         (+link-pie-after-libc): Likewise.
34615         (+link-pie-tests): Likewise.
34616         (+link-pie): Rewritten.
34617         (link-before-libc): Remove $(config-LDFLAGS).
34618         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34619         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34620         (config-LDFLAGS): Renamed to ...
34621         (rtld-LDFLAGS): This.
34622         (rtld-tests-LDFLAGS): New macro.
34623         (link-libc-rpath-link): Likewise.
34624         (link-libc-tests-rpath-link): Likewise.
34625         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34626         (link-libc): Prepand $(link-libc-rpath-link).
34627         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34628         (test-program-prefix): New macro.
34629         (test-via-rtld-prefix): Likewise.
34630         (test-program-cmd): Likewise.
34631         (host-test-program-cmd): Likewise.
34632         * Makefile ($(common-objpfx)testrun.sh): Replace
34633         $(run-program-prefix) with $(test-program-prefix).
34634         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34635         $(rtld-LDFLAGS).
34636         ($(common-objpfx)shlib.lds): Likewise.
34637         (build-module-helper): Likewise.
34638         ($(common-objpfx)format.lds): Likewise.
34639         * Rules (binaries-pie-tests): New.
34640         (binaries-pie-notests): Likewise.
34641         (binaries-pie): Rewritten.
34642         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34643         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34644         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34645         (make-test-out): Replace $(host-built-program-cmd) with
34646         $(host-test-program-cmd).
34647         * config.make.in (build-hardcoded-path-in-tests): New variable.
34648         * configure.in (--enable-hardcoded-path-in-tests): New configure
34649         option.
34650         (hardcoded_path_in_tests): New AC_SUBST.
34651         * configure: Regenerated.
34652         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34653         $(built-program-cmd) with $(test-program-cmd).
34654         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34655         (test_program_cmd): This.
34656         * elf/Makefile ($(objpfx)order.out): Run test with
34657         $(test-program-prefix).
34658         ($(objpfx)order2.out): Likewise.
34659         ($(objpfx)tst-initorder.out): Likewise.
34660         ($(objpfx)tst-initorder2.out): Likewise.
34661         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34662         $(test-program-cmd).
34663         ($(objpfx)tst-array1-static.out): Likewise.
34664         ($(objpfx)tst-array2.out): Likewise.
34665         ($(objpfx)tst-array3.out): Likewise.
34666         ($(objpfx)tst-array4.out): Likewise.
34667         ($(objpfx)tst-array5.out): Likewise.
34668         ($(objpfx)tst-array5-static.out): Likewise.
34669         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34670         $(test-program-cmd).
34671         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34672         $(run-program-prefix) with $(test-program-prefix).
34673         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34674         (test_program_prefix): This.
34675         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34676         $(run-program-prefix) with $(test-program-prefix).
34677         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34678         (test_program_prefix): This.
34679         * iconvdata/tst-tables.sh: Likewise.
34680         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34681         $(run-program-prefix) with $(test-program-prefix).
34682         ($(objpfx)tst-translit.out): Likewise.
34683         ($(objpfx)tst-gettext2.out): Likewise.
34684         ($(objpfx)tst-gettext4.out): Likewise.
34685         ($(objpfx)tst-gettext6.out): Likewise.
34686         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34687         (test_program_prefix): This.
34688         * intl/tst-gettext2.sh: Likewise.
34689         * intl/tst-gettext4.sh  Likewise.
34690         * intl/tst-gettext6.sh: Likewise.
34691         * intl/tst-translit.sh: Likewise.
34692         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34693         with $(test-program-cmd).
34694         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34695         $(run-program-prefix) with $(test-program-prefix).
34696         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34697         (test_program_prefix): This.
34698         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34699         $(run-program-prefix) with $(test-program-prefix).
34700         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34701         (test_program_prefix): This.
34702         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34703         * posix/Makefile ($(objpfx)globtest.out): Replace
34704         $(run-via-rtld-prefix) and $(test-wrapper) with
34705         $(test-program-prefix) and $(test-via-rtld-prefix).
34706         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34707         $(test-program-prefix).
34708         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34709         $(host-test-program-cmd).
34710         (tst-spawn-ARGS): Likewise.
34711         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34712         $(test-program-prefix).
34713         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34714         (test_via_rtld_prefix): This.
34715         (test_wrapper): Renamed to ...
34716         (test_program_prefix): This.
34717         (run_program_prefix): Replaced by test_program_prefix.
34718         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34719         (test_program_prefix): This.
34720         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34721         with $(host-test-program-cmd).
34722         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34723         $(run-program-prefix) with $(test-program-prefix).
34724         ($(objpfx)tst-printf.out): Likewise.
34725         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34726         $(test-program-cmd).
34727         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34728         (test_program_prefix): This.
34729         * stdio-common/tst-unbputc.sh: Likewise.
34730         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34731         $(run-program-prefix) with $(test-program-prefix).
34732         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34733         (test_program_prefix): This.
34734         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34735         $(built-program-cmd) with $(test-program-cmd).
34737 2013-01-11  Andreas Jaeger  <aj@suse.de>
34739         [BZ #15003]
34740         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34741         value. Sync with Linux 3.7.
34743 2013-01-10  David S. Miller  <davem@davemloft.net>
34745         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34746         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34747         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34749 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34751         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34752         never set.
34753         * configure: Regenerated.
34755 2013-01-10  David S. Miller  <davem@davemloft.net>
34757         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34758         sparc V9 rather than using V8 code.
34759         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34760         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34762 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34764         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34765         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34766         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34767         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34768         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34769         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34770         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34771         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34772         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34773         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34774         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34775         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34776         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34777         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34778         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34779         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34780         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34781         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34782         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34783         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34784         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34785         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34786         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34787         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34788         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34789         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34790         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34792 2013-01-10  David S. Miller  <davem@davemloft.net>
34794         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34796 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34798         * posix/Makefile (tests-static): New variable.
34799         (tests): Add $(tests-static).
34800         (tst-exec-static-ARGS): New variable.
34801         (tst-spawn-static-ARGS): Likewise.
34802         * posix/tst-exec-static.c: New file.
34803         * posix/tst-spawn-static.c: Likewise.
34804         * posix/tst-exec.c: Support run directly.
34805         * posix/tst-spawn.c: Likewise.
34807 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34809         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34810         long.
34811         * math/bits/mathcalls.h (llrint): Likewise.
34812         (llround): Likewise.
34813         * stdlib/stdlib.h (struct drand48_data): Likewise.
34814         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34815         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34816         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34817         Likewise.
34818         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34819         Likewise.
34820         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34821         (elf_greg_t): Likewise.
34822         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34823         (__jmp_buf): Likewise.
34824         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34825         definitions.
34826         (llrint): Likewise, for all definitions.
34827         (llrintl): Likewise.
34829         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34830         Remove [__GNUC__] condition.
34831         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34832         condition to just [__USE_ISOC99].
34833         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34835 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34837         [BZ #14200]
34838         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34839         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34840         defined.
34841         (_POSIX_V6_ILP32_OFF32): Likewise.
34842         (_XBS5_ILP32_OFF32): Likewise.
34843         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34844         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34846 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34848         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34850         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34851         doubles __mpexp_twomm1.  Adjust usage.
34852         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34853         Remove.
34855 2013-01-10  Andreas Schwab  <schwab@suse.de>
34857         [BZ #14964]
34858         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34859         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34861 2013-01-09  David S. Miller  <davem@davemloft.net>
34863         [BZ #15003]
34864         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34865         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34866         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34867         (TCP_FASTOPEN): Define.
34868         (tcp_repair_opt): New structure.
34869         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34870         enum values.
34871         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34872         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34873         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34874         (tcp_cookie_transactions): New structure.
34876 2013-01-09  Anton Blanchard  <anton@samba.org>
34878         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34879         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34880         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34881         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34883 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34885         * include/features.h (__USE_ANSI): Remove.
34887 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34889         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34891         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34893 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34895         * sysdeps/s390/fpu/libm-test-ulps: Update.
34897         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34899         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34900         (__acr): Likewise.
34901         (__cpy): Likewise.
34902         (norm): Likewise.
34903         (denorm): Likewise.
34904         (__mp_dbl): Likewise.
34905         (__dbl_mp): Likewise.
34906         (add_magnitudes): Likewise.
34907         (sub_magnitudes): Likewise.
34908         (__add): Likewise.
34909         (__sub): Likewise.
34910         (__mul): Likewise.
34911         (__inv): Likewise.
34912         (__dvd): Likewise.
34913         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34914         (__acr): Likewise.
34915         (__cpy): Likewise.
34916         (norm): Likewise.
34917         (denorm): Likewise.
34918         (__mp_dbl): Likewise.
34919         (__dbl_mp): Likewise.
34920         (add_magnitudes): Likewise.
34921         (sub_magnitudes): Likewise.
34922         (__add): Likewise.
34923         (__sub): Likewise.
34924         (__mul): Likewise.
34925         (__inv): Likewise.
34926         (__dvd): Likewise.
34927         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34928         (__acr): Likewise.
34929         (__cpy): Likewise.
34930         (norm): Likewise.
34931         (denorm): Likewise.
34932         (__mp_dbl): Likewise.
34933         (__dbl_mp): Likewise.
34934         (add_magnitudes): Likewise.
34935         (sub_magnitudes): Likewise.
34936         (__add): Likewise.
34937         (__sub): Likewise.
34938         (__mul): Likewise.
34939         (__inv): Likewise.
34940         (__dvd): Likewise.
34942 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34944         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34945         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34946         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34947         2 && __USE_EXTERN_INLINES]: Likewise.
34949 2013-01-08  Andreas Jaeger  <aj@suse.de>
34951         [BZ# 14985]
34952         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34953         Remove.
34954         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34955         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34957 2013-01-07  Anton Blanchard  <anton@samba.org>
34959         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34960         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34961         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34962         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34963         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34964         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34965         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34966         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34967         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34968         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34969         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34970         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34971         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34972         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34973         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34974         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34975         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34976         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34977         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34978         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34979         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34980         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34981         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34982         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34983         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34984         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34985         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34986         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34987         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34988         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34989         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34990         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34991         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34992         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34993         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34994         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34995         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34996         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34997         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34998         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34999         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
35000         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
35001         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
35003 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
35005         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
35006         (__MALLOC_PMT): Likewise.
35007         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
35008         [__GNUC__], only on [_LIBC].
35009         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35010         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
35011         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35012         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
35013         forward declaration.
35014         (realloc_hook_ini): Likewise.
35015         (memalign_hook_ini): Likewise.
35016         (__libc_memalign): Do not use __MALLOC_PMT in variable
35017         declaration.
35018         (__libc_valloc): Likewise.
35019         (__libc_pvalloc): Likewise.
35020         (__libc_calloc): Likewise.
35021         (__posix_memalign): Likewise.
35023         [BZ #14996]
35024         * math/s_casinh.c: Include <float.h>.
35025         (__casinh): Do not do computation with squaring and square root
35026         for large arguments.
35027         * math/s_casinhf.c: Include <float.h>.
35028         (__casinhf): Do not do computation with squaring and square root
35029         for large arguments.
35030         * math/s_casinhl.c: Include <float.h>.
35031         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
35032         (__casinhl): Do not do computation with squaring and square root
35033         for large arguments.
35034         * math/libm-test.inc (casin_test): Add more tests.
35035         (casinh_test): Likewise.
35036         * sysdeps/i386/fpu/libm-test-ulps: Update.
35037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35039 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
35041         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
35042         (__x86_64_raw_data_cache_size): Likewise.
35043         (__x86_64_data_cache_size_half): Likewise.
35044         (__x86_64_raw_data_cache_size_half): Likewise.
35045         (__x86_64_shared_cache_size): Likewise.
35046         (__x86_64_raw_shared_cache_size): Likewise.
35047         (__x86_64_shared_cache_size_half): Likewise.
35048         (__x86_64_raw_shared_cache_size_half): Likewise.
35049         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
35050         to ...
35051         (__x86_data_cache_size): This.
35052         (__x86_64_raw_data_cache_size): Renamed to ...
35053         (__x86_raw_data_cache_size): This.
35054         (__x86_64_data_cache_size_half): Renamed to ...
35055         (__x86_data_cache_size_half): This.
35056         (__x86_64_raw_data_cache_size_half): Renamed to ...
35057         (__x86_raw_data_cache_size_half): This.
35058         (__x86_64_shared_cache_size): Renamed to ...
35059         (__x86_shared_cache_size): This.
35060         (__x86_64_raw_shared_cache_size): Renamed to ...
35061         (__x86_raw_shared_cache_size): This.
35062         (__x86_64_shared_cache_size_half): Renamed to ...
35063         (__x86_shared_cache_size_half): This.
35064         (__x86_64_raw_shared_cache_size_half): Renamed to ...
35065         (__x86_raw_shared_cache_size_half): This.
35066         * sysdeps/x86_64/memcpy.S: Updated.
35067         * sysdeps/x86_64/memset.S: Likewise.
35068         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
35069         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
35070         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
35072 2013-01-04  David S. Miller  <davem@davemloft.net>
35074         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35076 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
35078         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
35079         1 to avoid redefinition warning.
35080         (__USE_GNU): Don't define.
35081         (init_signaling_nan): Protoize.
35083         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35085 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35087         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
35088         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
35089         (__cpymn): Likewise.
35090         (norm): Remove commented code.
35091         (denorm): Likewise.
35092         (__mp_dbl): Likewise.
35093         (__inv): Likewise.
35094         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
35095         (__cpymn): Likewise.
35096         (norm): Remove commented code.
35097         (denorm): Likewise.
35098         (__mp_dbl): Likewise.
35099         (__inv): Likewise.
35101         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35102         mp_no value for 1.0 and 2.0.
35103         (norm): Use RADIXI instead of radixi.d.
35104         (denorm): Likewise.
35105         (__mul): Use 0.0 instead of zero.d.
35106         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35107         mp_no value for 1.0 and 2.0.
35108         (norm): Use RADIXI instead of radixi.d.
35109         (denorm): Likewise.
35110         (__mul): Use 0.0 instead of zero.d.
35112 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
35114         [BZ #14994]
35115         * math/s_casinh.c (__casinh): Reduce finite argument to first
35116         quadrant then set signs of results at the end.
35117         * math/s_casinhf.c (__casinhf): Likewise.
35118         * math/s_casinhl.c (__casinhl): Likewise.
35119         * math/libm-test.inc (casin_test): Add more tests.
35120         (casinh_test): Likewise.
35121         * sysdeps/i386/fpu/libm-test-ulps: Update.
35122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35124 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35126         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35128         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35130         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35131         declarations.
35132         (denorm): Likewise.
35133         (__mp_dbl): Likewise.
35134         (__inv): Likewise.
35136         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35137         and adjust the header comment.
35139         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35140         variable name from declaration.
35142 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
35144         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35145         Initialize COMMON_CPUID_INDEX_7 element.
35146         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35147         (CPUID_RTM): Likewise.
35148         (HAS_RTM): Likewise.
35149         (COMMON_CPUID_INDEX_7): New enum.
35151 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
35153         [BZ #14981]
35154         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35155         size is zero, record memory as freed.
35157 2013-01-03  Andreas Jaeger  <aj@suse.de>
35159         * po/ia.po: Add new Interlingua translation.
35161 2012-01-03  Allan McRae  <allan@archlinux.org>
35163         * locale/programs/localedef.c: Fix description of '--posix' flag.
35165 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35167         * NEWS: Update dates in second copyright notice.
35168         * README: Update copyright dates in example.
35169         * manual/libc.texinfo: Update copyright dates.
35170         * scripts/test-installation.pl: Update copyright date in --version
35171         output.
35173         * hurd/ctty-input.c: Fix copyright notice formatting.
35174         * hurd/ctty-output.c: Likewise.
35175         * hurd/dtable.c: Likewise.
35176         * hurd/hurd-raise.c: Likewise.
35177         * hurd/hurdprio.c: Likewise.
35178         * hurd/msgportdemux.c: Likewise.
35179         * misc/sys/file.h: Likewise.
35180         * misc/sys/ioctl.h: Likewise.
35181         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
35182         * sysdeps/mach/hurd/chdir.c: Likewise.
35183         * sysdeps/mach/hurd/fchdir.c: Likewise.
35184         * sysdeps/mach/hurd/rename.c: Likewise.
35185         * sysdeps/mach/hurd/rmdir.c: Likewise.
35186         * sysdeps/mach/hurd/seekdir.c: Likewise.
35187         * sysdeps/mach/hurd/setsid.c: Likewise.
35188         * sysdeps/posix/wait3.c: Likewise.
35190         * All files with FSF copyright notices: Update copyright dates
35191         using scripts/update-copyrights.
35192         * intl/plural.c: Regenerated.
35193         * locale/programs/charmap-kw.h: Likewise.
35194         * locale/programs/locfile-kw.h: Likewise.
35196 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
35198         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
35199         four values.
35201         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
35202         calculation loop and add branch prediction.
35204         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
35205         check access beyond bounds of m1np.
35207         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35208         MPTWO.
35209         (__inv): Remove local variable MPTWO to use the global
35210         constant.
35211         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
35212         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35213         variable MPTWO.
35214         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
35215         MP3HALFS static const.
35217 2013-01-01  David S. Miller  <davem@davemloft.net>
35219         * po/ca.po: Update from translation team.
35221 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
35223         * scripts/update-copyrights: New file.
35224         * Makeconfig: Reformat copyright notice.
35225         * ctype/ctype.h: Likewise.
35226         * debug/swprintf_chk.c: Likewise.
35227         * elf/dl-cache.c: Likewise.
35228         * elf/dl-debug.c: Likewise.
35229         * elf/dl-object.c: Likewise.
35230         * grp/initgroups.c: Likewise.
35231         * hurd/Makefile: Likewise.
35232         * hurd/hurd/signal.h: Likewise.
35233         * hurd/hurdfault.c: Likewise.
35234         * hurd/hurdioctl.c: Likewise.
35235         * hurd/hurdlookup.c: Likewise.
35236         * hurd/intr-msg.c: Likewise.
35237         * iconv/gconv_open.c: Likewise.
35238         * libio/swprintf.c: Likewise.
35239         * locale/lc-ctype.c: Likewise.
35240         * locale/nl_langinfo.c: Likewise.
35241         * mach/Machrules: Likewise.
35242         * mach/Makefile: Likewise.
35243         * malloc/obstack.h: Likewise.
35244         * manual/Makefile: Likewise.
35245         * manual/tsort.awk: Likewise.
35246         * misc/bits/stab.def: Likewise.
35247         * nis/nis_print_group_entry.c: Likewise.
35248         * nis/nis_table.c: Likewise.
35249         * nis/nss_compat/compat-pwd.c: Likewise.
35250         * nis/nss_compat/compat-spwd.c: Likewise.
35251         * po/Makefile: Likewise.
35252         * posix/fnmatch.c: Likewise.
35253         * posix/regex.h: Likewise.
35254         * resolv/Makefile: Likewise.
35255         * resolv/nss_dns/dns-network.c: Likewise.
35256         * resolv/res_hconf.c: Likewise.
35257         * scripts/gen-sorted.awk: Likewise.
35258         * soft-fp/soft-fp.h: Likewise.
35259         * stdio-common/printf.h: Likewise.
35260         * stdlib/monetary.h: Likewise.
35261         * stdlib/random.c: Likewise.
35262         * stdlib/random_r.c: Likewise.
35263         * sysdeps/generic/Makefile: Likewise.
35264         * sysdeps/gnu/Makefile: Likewise.
35265         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35266         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35267         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35268         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35269         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35270         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35271         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35272         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35273         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35274         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35275         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35276         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35277         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35278         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35279         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35280         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35281         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35282         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35283         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35284         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35285         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35286         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35287         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35288         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35289         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35290         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35291         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35292         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35293         * sysdeps/mach/hurd/errnos.awk: Likewise.
35294         * sysdeps/mach/hurd/fork.c: Likewise.
35295         * sysdeps/mach/hurd/getcwd.c: Likewise.
35296         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35297         * sysdeps/mach/hurd/mmap.c: Likewise.
35298         * sysdeps/mach/hurd/utimes.c: Likewise.
35299         * sysdeps/mach/hurd/xmknod.c: Likewise.
35300         * sysdeps/posix/profil.c: Likewise.
35301         * sysdeps/posix/readdir_r.c: Likewise.
35302         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35303         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35304         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35305         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35306         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35307         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35308         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35309         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35310         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35311         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35312         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35313         * sysdeps/pthread/lio_listio.c: Likewise.
35314         * sysdeps/sparc/dl-procinfo.h: Likewise.
35315         * sysdeps/unix/i386/sysdep.S: Likewise.
35316         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35317         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35318         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35319         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35321         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35322         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35323         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35324         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35325         * sysdeps/wordsize-32/divdi3.c: Likewise.
35326         * time/sys/time.h: Likewise.
35327         * wcsmbs/Makefile: Likewise.
35329 2013-01-01  David S. Miller  <davem@davemloft.net>
35331         * po/fr.po: Update from translation team.
35333         * catgets/gencat.c: Update copyright year.
35334         * csu/version.c: Likewise.
35335         * debug/catchsegv.sh: Likewise.
35336         * debug/pcprofiledump.c: Likewise.
35337         * debug/xtrace.sh: Likewise.
35338         * elf/ldconfig.c: Likewise.
35339         * elf/ldd.bash.in: Likewise.
35340         * elf/pldd.c: Likewise.
35341         * elf/sotruss.ksh: Likewise.
35342         * elf/sprof.c: Likewise.
35343         * iconv/iconv_prog.c: Likewise.
35344         * iconv/iconvconfig.c: Likewise.
35345         * locale/programs/locale.c: Likewise.
35346         * locale/programs/localedef.c: Likewise.
35347         * login/programs/pt_chown.c: Likewise.
35348         * malloc/memusage.sh: Likewise.
35349         * malloc/memusagestat.c: Likewise.
35350         * malloc/mtrace.pl: Likewise.
35351         * nscd/nscd.c: Likewise.
35352         * nss/getent.c: Likewise.
35353         * nss/makedb.c: Likewise.
35354         * posix/getconf.c: Likewise.
35356 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35358         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35359         numbers.
35361 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35363         * math/bits/mathcalls.h (modf): Use __nonnull.
35365 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35367         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35368         (split): Use macro CN instead of the bare value.
35369         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35370         could be used.
35371         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35372         instead of the bare value.
35373         (power1): Likewise.
35375 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35377         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35378         __ATAN_TWOM.
35379         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35381         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35382         their values.
35383         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35384         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35385         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35386         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35388 2012-12-28  Andreas Jaeger  <aj@suse.de>
35390         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35391         values are from Linux 3.7.
35393         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35394         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35396 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35398         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35399         TRUE case.
35401         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35402         (norm): Likewise.
35403         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35404         variables with preprocessor constants.
35405         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35406         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35407         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35409 2012-12-27  Bruno Haible  <bruno@clisp.org>
35411         [BZ #14317]
35412         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35413         only if needed.
35415 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35417         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35418         and use variable directly.
35419         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35421         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35422         MPONE.
35423         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35424         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35425         variable MPONE.
35426         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35427         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35428         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35429         include directive.  Remove local variable MPONE.
35430         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35431         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35432         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35434 2012-12-25  David S. Miller  <davem@davemloft.net>
35436         * version.h (RELEASE): Set to "development".
35437         (VERSION): Set to "2.17.90".
35438         * NEWS: Add 2.18 section.
35440 2012-12-21  David S. Miller  <davem@davemloft.net>
35442         * po/hr.po: Update from translation team.
35444 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35446         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35448 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35450         * NEWS:  Mention new memcpy for MIPS.
35452 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35454         * manual/contrib.texi (Contributors): Spelling correction.
35456 2012-12-15  David S. Miller  <davem@davemloft.net>
35458         * po/ru.po: Update from translation team.
35460 2012-12-13  David S. Miller  <davem@davemloft.net>
35462         * NEWS: Mention IFUNC testsuite enhancements.
35464         * po/pl.po: Update from translation team.
35465         * po/bg.po: Likewise.
35467         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35468         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35470 2012-12-11  David S. Miller  <davem@davemloft.net>
35472         * po/sv.po: Update from translation team.
35474         * po/vi.po: Update from translation team.
35476         * po/cs.po: Update from translation team.
35478         * po/de.po: Update from translation team.
35479         * po/eo.po: Likewise.
35480         * po/nl.po: Likewise.
35482 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35484         [BZ #14246]
35485         * manual/argp.texi (Argp Helper Functions): Move node to follow
35486         Argp Parsing State.
35488         [BZ #14872]
35489         * manual/conf.texi (Limits on File System Capacity): Mention if
35490         terminating null is included in the max size.
35492 2012-12-10  Andreas Jaeger  <aj@suse.de>
35494         * po/cs.po: Update from translation team.
35496 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35498         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35499         void pointer and cast to uintptr_t.
35500         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35501         path.
35502         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35503         * sysdeps/s390/s390-64/memset.S: Likewise.
35505 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35507         [BZ #14833]
35508         * menual/message.texi (Message Translation): Fix typos.
35509         (Helper programs for gettext): Likewise.
35511 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35513         [BZ #14898]
35514         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35515         Change to -1.
35517 2012-12-07  David S. Miller  <davem@davemloft.net>
35519         * po/libc.pot: Update.
35521 2012-12-07  Richard Henderson  <rth@redhat.com>
35523         [BZ #10114]
35524         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35525         normal/normal case to before the switch.
35526         (_FP_DIV): Likewise.
35528 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35529             Mike Frysinger  <vapier@gentoo.org>
35531         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35532         check for __NR_fadvise64_64.
35534 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35536         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35537         0, not just to plain "0" as a statement.
35538         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35539         with cw.
35541 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35543         * NEWS: Use sourceware.org in Bugzilla URL.
35545 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35548         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35550         * stdio-common/tst-put-error.c (do_test): Add newline to the
35551         padded test to ensure flush.
35553 2012-12-05  Jeff Law  <law@redhat.com>
35555         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35557 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35559         * README: Don't refer to ports add-on as distributed separately.
35560         Mention AArch64 in list of systems supported in the ports add-on.
35562         * LICENSES: Add more non-FSF copyright and license notices.
35564         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35565         ((unused)).
35567         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35569         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35570         10000 as width of padded output.
35572 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35574         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35576         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35577         variable LX with __attribute__ ((unused)).
35578         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35579         Likewise.
35580         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35581         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35582         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35583         with __attribute__ ((unused)).
35585 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35587         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35589 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35591         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35592         (CFLAGS-nldbl-acos.c): New variable.
35593         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35594         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35595         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35596         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35597         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35598         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35599         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35600         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35601         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35602         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35603         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35604         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35605         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35606         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35607         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35608         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35609         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35610         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35611         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35612         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35613         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35614         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35615         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35616         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35617         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35618         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35619         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35620         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35621         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35622         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35623         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35624         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35625         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35626         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35627         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35628         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35629         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35630         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35631         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35632         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35633         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35634         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35635         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35636         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35637         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35638         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35639         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35640         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35641         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35642         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35643         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35644         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35645         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35646         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35647         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35648         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35649         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35650         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35651         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35652         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35653         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35654         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35655         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35656         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35657         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35658         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35659         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35660         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35661         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35662         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35663         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35664         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35665         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35666         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35667         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35668         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35669         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35670         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35671         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35672         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35673         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35674         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35675         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35676         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35677         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35678         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35679         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35680         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35681         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35682         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35683         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35684         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35685         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35686         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35687         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35688         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35689         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35692         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35694         [BZ #14914]
35695         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35696         whole low double instead of just low 47 bits when splitting values
35697         into two parts.
35699 2012-12-03  Allan McRae  <allan@archlinux.org>
35701         * manual/stdio.texi (Predefined Printf Handlers): Remove
35702         @hsep and @vsep usage.
35704 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35706         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35707         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35709 2012-12-03  Jeff Law  <law@redhat.com>
35711         * time/sys/time.h (settimeofday): Do not mark TV argument
35712         as __nonnull.
35714 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35716         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35717         when currently writing and seek to current position when not.
35718         * libio/Makefile (tests): Remove bug-fclose1.
35719         * libio/bug-fclose1.c: Delete.
35721 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35723         * manual/arith.texi (feenableexcept): Fix typo.
35724         (fedisableexcept): Likewise.
35726 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35728         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35729         second, differently-typed declaration, rather than a cast.
35731 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35733         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35734         * include/rpc/svc.h: ... here.
35736 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35738         [BZ #13013]
35739         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35740         depending n and resplen2 to catch cases where answer
35741         equals answerp2.
35743 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35745         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35746         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35748 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35750         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35752 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35754         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35756 2012-11-28  Jeff Law  <law@redhat.com>
35758         [BZ #13761]
35759         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35760         dataset_temporary.  Track alloca usage into alloca_used.
35761         If dataset is large allocate and release it via malloc/free.
35763 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35765         [BZ #14197]
35766         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35768 2012-11-28  David S. Miller  <davem@davemloft.net>
35770         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35772 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35774         [BZ #14803]
35775         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35776         of pi/2 rounded to nearest to 64 bits.
35777         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35778         nearest to 64 bits.
35779         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35780         bits.
35782 2012-11-28  Jeff Law <law@redhat.com>
35783             Martin Osvald <mosvald@redhat.com>
35785         [BZ #14889]
35786         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35787         * sunrpc/svc.c: Include time.h.
35788         (__svc_accept_failed): New function.
35789         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35790         any reason other than EINTR, call __svc_accept_failed.
35791         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35792         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35794 2012-11-28  Andreas Schwab  <schwab@suse.de>
35796         * scripts/abilist.awk: Also handle indirect functions in .opd
35797         section.
35799 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35801         [BZ #13881]
35802         * sysdeps/x86/fpu/powl_helper.c: New file.
35803         * sysdeps/x86/fpu/Makefile: Likewise.
35804         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35805         (p3): New object.
35806         (__ieee754_powl): Use __powl_helper for finite arguments except
35807         integer exponents below 8.
35808         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35809         (p3): New object.
35810         (__ieee754_powl): Use __powl_helper for finite arguments except
35811         integer exponents below 8.
35812         * math/libm-test.inc (pow_test): Add more tests and enable some
35813         previously disabled tests.
35814         * sysdeps/i386/fpu/libm-test-ulps: Update.
35815         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35817 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35818             Carlos O'Donell  <carlos_odonell@mentor.com>
35820         * nss/makedb.c (is_prime): Assert that input is odd and greater
35821         than 4.  Note that fact in a comment too.
35822         (next_prime): Add 4 to input.
35824 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35826         [BZ #11741]
35827         * libio/Makefile (tests): Add test case tst-fwrite-error.
35828         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35829         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35830         * libio/tst-fwrite-error.c: New test case.
35832 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35834         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35835         before casting to void *.
35836         * include/libc-internal.h (__pointer_type): New macro.
35837         (__integer_if_pointer_type_sub): Likewise.
35838         (__integer_if_pointer_type): Likewise.
35839         (cast_to_integer): Likewise.
35840         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35841         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35842         before casting to atomic64_t.
35843         (atomic_exchange_acq): Likewise.
35844         (__arch_exchange_and_add_body): Likewise.
35845         (__arch_add_body): Likewise.
35846         (atomic_add_negative): Likewise.
35847         (atomic_add_zero): Likewise.
35849 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35851         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35852         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35853         (add_fdes): Likewise.
35854         (linear_search_fdes): Likewise.
35855         (binary_search_unencoded_fdes): Likewise.
35857 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35859         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35861 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35863         * configure.in: Autodetect C++ header directories.
35864         * configure: Regenerated.
35866 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35868         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35870 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35872         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35874 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35876         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35877         LDBL_MANT_DIG == 106]: Disable some tests.
35878         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35879         Likewise.
35880         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35881         Likewise.
35883         [BZ #14871]
35884         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35885         input for small inputs.  Return +/- pi/2 for large inputs.
35886         * math/libm-test.inc (atan_test): Add more tests.
35888         * sysdeps/generic/unwind-dw2-fde-glibc.c
35889         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35890         __attribute__ ((unused)).
35892         [BZ #14645]
35893         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35894         x * y if x and y are nonzero and z is zero.
35896         [BZ #14811]
35897         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35898         nonzero exponents with absolute value below 0x1p-117 to +/-
35899         0x1p-117.
35901         [BZ #14869]
35902         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35903         up arguments below 2**-450, not just those below 2**-500.
35904         * math/libm-test.inc (hypot_test): Add another test.
35906         [BZ #14868]
35907         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35908         Return a+b for ratio over 2**120, not 2**60.
35909         * math/libm-test.inc (hypot_test): Add another test.
35911         * math/libm-test.inc (clog_test): Use
35912         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35913         (clog10_test): Likewise.
35915         [BZ #6778]
35916         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35918 2012-11-22  Andreas Schwab  <schwab@suse.de>
35920         * sysdeps/i386/fpu/libm-test-ulps: Update.
35922 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35924         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35925         printf output with newline.
35927 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35929         [BZ #14865]
35930         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35931         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35932         -z nodlopen, -z initfirst and -z execstack support.
35933         * configure: Regenerated.
35935         * elf/elf.h (DF_1_NODIRECT): New macro.
35936         (DF_1_IGNMULDEF): Likewise.
35937         (DF_1_NOKSYMS): Likewise.
35938         (DF_1_NOHDR): Likewise.
35939         (DF_1_EDITED): Likewise.
35940         (DF_1_NORELOC): Likewise.
35941         (DF_1_SYMINTPOSE): Likewise.
35942         (DF_1_GLOBAUDIT): Likewise.
35943         (DF_1_SINGLETON): Likewise.
35944         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35945         DT_1_SUPPORTED_MASK bits.
35946         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35948 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35950         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35952 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35954         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35955         macro.
35957         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35958         (sendmmsg): Move declarations...
35959         * socket/sys/socket.h: ... here.
35960         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35961         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35962         include it from...
35963         * socket/recvmmsg.c: ... this new file.
35964         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35965         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35966         definition of __sendmmsg hidden.
35967         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35968         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35969         Move ENOSYS stub into and include it from...
35970         * socket/sendmmsg.c: ... this new file.
35971         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35972         (sysdep_routines): Move recvmmsg and sendmmsg...
35973         * socket/Makefile (routines): ... here.
35974         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35975         (GLIBC_PRIVATE): Add __sendmmsg.
35976         * include/sys/socket.h (__sendmmsg): Add declarations.
35977         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35978         sendmmsg.
35980 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35982         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35983         variable I1 with __attribute__ ((unused)).
35984         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35986 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35988         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35989         DUMMY variables with __attribute__ ((unused)).
35991         * bits/byteswap.h: Include <bits/types.h>.
35992         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35994 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35996         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35997         string_t.  Do not manually set errno.
35998         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35999         length with __strnlen.  Make sure to both set errno and return it on
36000         failure.
36002 2012-11-19  David S. Miller  <davem@davemloft.net>
36004         With help from Joseph Myers.
36005         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
36006         very large arguments properly.
36007         * math/libm-test.inc (atan_test): New tests.
36008         (atan2_test): New tests.
36009         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36010         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36012 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36014         [BZ #14856]
36015         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
36016         Define to 3.
36018         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
36019         [POSIX] (EADDRNOTAVAIL): Likewise.
36020         [POSIX] (EAFNOSUPPORT): Likewise.
36021         [POSIX] (EALREADY): Likewise.
36022         [POSIX] (ECONNABORTED): Likewise.
36023         [POSIX] (ECONNREFUSED): Likewise.
36024         [POSIX] (ECONNRESET): Likewise.
36025         [POSIX] (EDESTADDRREQ): Likewise.
36026         [POSIX] (EDQUOT): Likewise.
36027         [POSIX] (EHOSTUNREACH): Likewise.
36028         [POSIX] (EIDRM): Likewise.
36029         [POSIX] (EISCONN): Likewise.
36030         [POSIX] (ELOOP): Likewise.
36031         [POSIX] (EMULTIHOP): Likewise.
36032         [POSIX] (ENETDOWN): Likewise.
36033         [POSIX] (ENETUNREACH): Likewise.
36034         [POSIX] (ENOBUFS): Likewise.
36035         [POSIX] (ENODATA): Likewise.
36036         [POSIX] (ENOLINK): Likewise.
36037         [POSIX] (ENOMSG): Likewise.
36038         [POSIX] (ENOPROTOOPT): Likewise.
36039         [POSIX] (ENOSR): Likewise.
36040         [POSIX] (ENOSTR): Likewise.
36041         [POSIX] (ENOTCONN): Likewise.
36042         [POSIX] (ENOTSOCK): Likewise.
36043         [POSIX] (EOPNOTSUPP): Likewise.
36044         [POSIX] (EOVERFLOW): Likewise.
36045         [POSIX] (EPROTO): Likewise.
36046         [POSIX] (EPROTONOSUPPORT): Likewise.
36047         [POSIX] (EPROTOTYPE): Likewise.
36048         [POSIX] (ESTALE): Likewise.
36049         [POSIX] (ETIME): Likewise.
36050         [POSIX] (ETXTBSY): Likewise.
36051         [POSIX] (EWOULDBLOCK): Likewise.
36052         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
36053         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
36054         [POSIX] (SEEK_CUR): Likewise.
36055         [POSIX] (SEEK_END): Likewise.
36056         [POSIX || UNIX98] (mode_t): Do not require.
36057         [POSIX] (off_t): Likewise.
36058         [POSIX] (pid_t): Likewise.
36059         [POSIX] (sys/stat.h): Do not allow header.
36060         [POSIX] (unistd.h): Likewise.
36061         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
36062         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
36063         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
36064         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
36065         require.
36066         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
36067         sigevent): Specify elements.
36068         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
36069         entry.
36070         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
36071         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
36073         * conform/data/cpio.h-data [POSIX]: Disable whole file.
36074         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
36075         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
36076         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
36077         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
36078         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
36079         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
36080         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
36081         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
36082         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
36083         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
36084         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
36085         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
36086         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
36087         Likewise.
36088         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
36089         Likewise.
36090         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
36091         Likewise.
36092         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
36093         Likewise.
36094         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
36095         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
36096         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36097         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36098         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36099         Specify lower bound on value.
36100         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36101         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36102         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36103         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36104         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36105         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36106         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36107         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36108         value.
36109         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36110         as optional.
36111         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36112         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36113         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36114         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36115         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36116         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36117         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36118         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36119         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36120         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36121         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36122         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36123         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36124         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36125         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36126         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36127         entry.
36128         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36129         optional.
36130         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36131         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36132         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36133         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36134         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36135         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36136         Likewise.
36137         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36138         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36139         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36140         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36141         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
36142         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36143         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36144         as optional.
36145         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36146         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36147         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36148         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36149         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36150         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36151         specify as optional.
36152         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36153         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36154         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36155         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36156         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36157         [XPG3] (NL_LANGMAX): Likewise.
36158         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36159         [POSIX || XPG3] (NL_NMAX): Likewise.
36160         [POSIX || XPG3] (NL_SETMAX): Likewise.
36161         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36162         [XPG3] (NZERO): Likewise.
36163         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36164         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36165         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36166         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36167         (REG_ERANGE): Expect.
36168         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36169         optional-constant.
36170         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36171         Use (void) in prototype.
36172         [POSIX] (*_t): Allow.
36173         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36174         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36175         (WRDE_BADVAL): Expect.
36177         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36178         expect.
36179         [XPG3 || XPG4] (O_RSYNC): Likewise.
36180         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
36181         Likewise.
36182         [XPG3 || XPG4] (pthread_sigmask): Likewise.
36183         [XPG3 || XPG4] (sigqueue): Likewise.
36184         [XPG3 || XPG4] (sigtimedwait): Likewise.
36185         [XPG3 || XPG4] (sigwaitinfo): Likewise.
36186         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
36187         [XPG3 || XPG4] (vsnprintf): Likewise.
36188         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
36189         Likewise.
36190         [XPG3 || XPG4] (blksize_t): Likewise.
36191         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
36192         Likewise.
36193         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
36194         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
36195         [XPG3 || XPG4] (struct itimerspec): Likewise.
36196         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
36197         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
36198         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
36199         [XPG3 || XPG4] (clockid_t): Likewise.
36200         [XPG3 || XPG4] (timer_t): Likewise.
36201         [XPG3 || XPG4] (clock_getres): Likewise.
36202         [XPG3 || XPG4] (clock_gettime): Likewise.
36203         [XPG3 || XPG4] (clock_settime): Likewise.
36204         [XPG3 || XPG4] (nanosleep): Likewise.
36205         [XPG3 || XPG4] (timer_create): Likewise.
36206         [XPG3 || XPG4] (timer_delete): Likewise.
36207         [XPG3 || XPG4] (timer_gettime): Likewise.
36208         [XPG3 || XPG4] (timer_getoverrun): Likewise.
36209         [XPG3 || XPG4] (timer_settime): Likewise.
36210         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
36211         [XPG3 || XPG4] (getlogin_r): Likewise.
36212         [XPG3 || XPG4] (pread): Likewise.
36213         [XPG3 || XPG4] (pthread_atfork): Likewise.
36214         [XPG3 || XPG4] (pwrite): Likewise.
36216         [BZ #14835]
36217         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
36218         <bits/siginfo.h>.
36220 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36222         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
36223         finalizing MALLSTREAM.
36225         * sysdeps/mach/hurd/syncfs.c: New file.
36227 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36229         [BZ #14719]
36230         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
36231         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
36232         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
36233         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
36234         (_nss_dns_gethostbyname4_r): Likewise.
36235         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
36236         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
36238 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
36240         [BZ #13763]
36241         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
36243 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
36245         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
36246         * elf/cache.c (print_entry): Print ",AArch64" for
36247         FLAG_AARCH64_LIB64
36249         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
36250         * elf/cache.c (print_entry): Print ",hard-float" for
36251         FLAG_ARM_LIBHF.
36253 2012-11-18  David S. Miller  <davem@davemloft.net>
36255         With help from Joseph Myers.
36256         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36257         cutoff to 2**-13.
36258         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36259         cutoff to 2**-25.
36260         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36261         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36262         small.
36263         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36264         * math/libm-test.inc (y0_test): New tests.
36265         (y1_test): New tests.
36266         * sysdeps/i386/fpu/libm-test-ulps: Update.
36267         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36268         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36270 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
36272         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36273         64-bit targets.
36274         * configure: Regenerated.
36276 2012-11-17  David S. Miller  <davem@davemloft.net>
36278         [BZ #14811]
36279         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36280         nonzero exponents with absolute value below 0x1p-128 to +/-
36281         0x1p-128.
36283 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36285         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36287         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36289         * posix/getconf-speclist.c: New file.
36290         * posix/posix-envs.def: Likewise.
36291         * posix/confstr.c (START_ENV_GROUP): New macro.
36292         (END_ENV_GROUP): Likewise.
36293         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36294         (KNOWN_PRESENT_ENV_STRING): Likewise.
36295         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36296         (UNKNOWN_ENVIRONMENT): Likewise.
36297         (confstr): Include posix-envs.def instead of handling
36298         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36299         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36300         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36301         (END_ENV_GROUP): Likewise.
36302         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36303         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36304         (UNKNOWN_ENVIRONMENT): Likewise.
36305         (__sysconf): Include posix-envs.def instead of handling associated
36306         cases directly here.
36307         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36308         preprocessing getconf-speclist.c rather than running getconf or
36309         generating empty file.
36311 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36313         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36315 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36317         [BZ #14672]
36318         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36320 2012-11-16  David S. Miller  <davem@davemloft.net>
36322         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36323         smaller than LDBL_EPSILON/2.0L, just return xm1.
36325 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36327         * elf/tst-array1.c (init): Set constructor priority to 1000.
36328         (fini): Set destructor priority to 1000.
36329         * elf/tst-array2dep.c: Likewise.
36331 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36333         [BZ #11741]
36334         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36335         (_IO_new_file_xsputn): Also return EOF if none of the input
36336         data was written when overflow failed.
36337         * libio/iopadn.c (_IO_padn): Likewise.
36338         * libio/iowpadn.c (_IO_wpadn): Likewise.
36339         * stdio-common/tst-put-error.c: Add copyright notice.
36340         (do_test): Add case for printing padded string.
36341         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36342         _IO_padn returned error.
36343         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36344         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36345         return EOF.
36347 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36349         * libio/libioP.h: Add comment note that the references to C++
36350         bits are now obsolete.
36352 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36354         * math/libm-test.inc (check_complex): Use asprintf.
36356 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36358         * debug/pcprofiledump.c (print_version): Update copyright year.
36359         * malloc/memusagestat.c (print_version): Likewise.
36361 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36363         [BZ #14831]
36364         * elf/Makefile (tests): Add tst-audit8.
36365         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36366         ($(objpfx)tst-audit8.out): New target.
36367         (tst-audit8-ENV): New variable.
36368         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36369         audit if l_reloc_result is NULL.
36370         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36371         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36372         * elf/tst-audit8.c: New file.
36374 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36376         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36377         * misc/Makefile (CFLAGS-select.c): Define.
36378         * posix/Makefile (CFLAGS-pause.c): Define.
36380 2012-11-13  David S. Miller  <davem@davemloft.net>
36382         * crypt/Makefile: Move test targets after toplevel Rules
36383         inclusion.  Grab any necessary sysdep routines when linking.
36384         * crypt/md5.c (md5_process_block): Remove define, we will always
36385         name it __md5_process_block.
36386         (md5_finish_ctx): Update md5_process_block call.
36387         (md5_stream): Likewise.
36388         (md5_process_bytes): Likewise.
36389         (md5_process_block): Rename to __md5_process_block and move to ...
36390         * crypt/md5-block.c: ... here.
36391         * crypt/sha256.c (sha256_process_block): Move to ...
36392         * crypt/sha256-block.c: ... here.
36393         * crypt/sha512.c (sha512_process_block): Move to ...
36394         * crypt/sha512-block.c: ... here.
36395         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36396         path.
36397         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36398         * sysdeps/sparc/sparc64/multiarch/Makefile
36399         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36400         crypt subdir.
36401         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36402         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36403         multiarch changes.
36404         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36405         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36406         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36407         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36408         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36409         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36410         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36411         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36412         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36413         file.
36414         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36415         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36416         file.
36417         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36419 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36421         * timezone/tzselect.ksh: Update from tzcode git revision
36422         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36423         * timezone/zdump.c: Likewise.
36424         * timezone/zic.c: Likewise.
36425         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36426         in TZVERSION setting, not $(PKGVERSION).
36427         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36428         REPORT_BUGS_TO settings.
36430         [BZ #14838]
36431         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36432         macro.
36434 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36436         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36437         detection to immediately after _FP_ROUND().
36438         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36439         bits are 0.
36441 2012-11-11  David S. Miller  <davem@davemloft.net>
36443         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36444         inttypes.h
36445         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36446         __close rather than their public counterparts.
36448 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36450         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36451         file.
36452         [UNIX98] (sem_timedwait): Do not expect.
36453         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36454         [XPG4 || UNIX98] (sockatmark): Do not expect.
36455         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36456         (clock_getcpuclockid): Do not expect.
36457         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36458         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36459         Do not expect.
36460         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36461         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36462         [UNIX98] (vwscanf): Likewise.
36463         [UNIX98] (vswscanf): Likewise.
36465 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36467         * timezone/version.h: Remove file.
36468         * timezone/README: Do not refer to version.h.
36469         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36470         $(objpfx)version.h.
36471         ($(objpfx)zdump.o): Likewise.
36472         ($(objpfx)version.h): New target.
36474         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36475         2012i.
36476         * timezone/README: Don't mention modification to tzselect.ksh.
36477         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36478         work on unmodified tzselect.ksh.  Substitute version numbers in
36479         tzselect.ksh.
36481         * Makefile (format-me): Remove.
36482         (INSTALL): Adjust indentation.  Use commands directly instead of
36483         using $(format-me).
36485         * aclocal.m4 (ACX_PKGVERSION): New macro.
36486         (ACX_BUGURL): Likewise.
36487         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36488         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36489         (REPORT_BUGS_TO): Likewise.
36490         * configure: Regenerated.
36491         * config.h.in (PKGVERSION): New macro.
36492         (REPORT_BUGS_TO): Likewise.
36493         * config.make.in (PKGVERSION): New variable.
36494         (PKGVERSION_TEXI): Likewise.
36495         (REPORT_BUGS_TO): Likewise.
36496         (REPORT_BUGS_TEXI): Likewise.
36497         * Makefile (format-me): Use -I$(common-objpfx)manual.
36498         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36499         ($(common-objpfx)manual/%): New target.
36500         (manual/%): Remove target.
36501         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36502         (print_version): Use PKGVERSION.
36503         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36504         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36505         and REPORT_BUGS_TO.
36506         ($(objpfx)xtrace): Likewise.
36507         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36508         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36509         (print_version): Use PKGVERSION.
36510         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36511         (do_version): Use PKGVERSION.
36512         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36513         REPORT_BUGS_TO.
36514         (common-ldd-rewrite): Likewise.
36515         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36516         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36517         (print_version): Use PKGVERSION.
36518         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36519         * elf/pldd.c (argp_program_bug_address): Remove variable.
36520         (more_help): New function.
36521         (argp): Use more_help.
36522         (print_version): Use PKGVERSION.
36523         * elf/sln.c (main): Use PKGVERSION.
36524         (usage): Use REPORT_BUGS_TO.
36525         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36526         (top level): Use PKGVERSION.
36527         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36528         (print_version): Use PKGVERSION.
36529         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36530         (print_version): Use PKGVERSION.
36531         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36532         (print_version): Use PKGVERSION.
36533         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36534         (print_version): Use PKGVERSION.
36535         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36536         (print_version): Use PKGVERSION.
36537         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36538         (print_version): Use PKGVERSION.
36539         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36540         and BUGURL.
36541         ($(objpfx)memusage): Likewise.
36542         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36543         (do_version): Use PKGVERSION.
36544         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36545         (print_version): Use PKGVERSION.
36546         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36547         ($PKGVERSION): New variable.
36548         ($REPORT_BUGS_TO): Likewise.
36549         (usage): Use $REPORT_BUGS_TO.
36550         (top level): Use $PKGVERSION.
36551         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36552         ($(objpfx)pkgvers.texi): New rule.
36553         ($(objpfx)stamp-pkgvers): Likewise.
36554         * manual/install.texi: Include pkgvers.texi.
36555         (--with-pkgversion): Document new configure option.
36556         (--with-bugurl): Likewise.
36557         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36558         than necessarily for this particular distribution.  Use
36559         REPORT_BUGS_TO for where to report bugs.
36560         * INSTALL: Regenerated.
36561         * manual/libc.texinfo: Include pkgvers.texi.
36562         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36563         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36564         (print_version): Use PKGVERSION.
36565         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36566         (print_version): Use PKGVERSION.
36567         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36568         (print_version): Use PKGVERSION.
36569         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36570         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36571         macro.
36572         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36573         (print_version): Use PKGVERSION.
36574         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36575         (print_version): Use PKGVERSION.
36576         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36577         and PKGVERSION.
36579         * timezone/checktab.awk: Update from tzcode 2012i.
36580         * timezone/ialloc.c: Likewise.
36581         * timezone/private.h: Likewise.
36582         * timezone/scheck.c: Likewise.
36583         * timezone/tzfile.h: Likewise.
36584         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36585         (TZVERSION): Hardcode tzcode version number.
36586         * timezone/zdump.c: Update from tzcode 2012i.
36587         * timezone/zic.c: Likewise.
36588         * timezone/version.h: New file.
36589         * timezone/README: Describe version.h.  Update upstream location.
36591         [BZ #14824]
36592         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36593         (mktemp): Enable declaration.
36594         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36595         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36596         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36597         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36598         Likewise.
36599         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36600         Likewise.
36601         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36602         Likewise.
36603         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36604         Likewise.
36605         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36606         Likewise.
36607         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36608         Likewise.
36610         [BZ #14821]
36611         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36612         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36613         for copies of such integer values.
36614         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36615         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36617 2012-11-09  Andreas Jaeger  <aj@suse.de>
36619         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36620         definitions and declarations that are provided by
36621         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36623 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36625         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36626         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36627         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36628         definition.
36630 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36632         * elf/elf.h: Update comment before AArch64 relocations.
36634 2012-11-07  David S. Miller  <davem@davemloft.net>
36636         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36637         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36638         (__start_context): Declare.
36639         (__makecontext_ret): Delete.
36640         (__makecontext): Hook up __start_context instead of
36641         __makecontext_ret.
36642         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36643         (sysdep_routines): Add __start_context when in stdlib.
36645 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36647         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36648         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36649         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36650         hardcoded "nm".
36651         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36652         (READELF): New variable.  Use it instead of hardcoded "readelf".
36654 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36656         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36657         * sysdeps/x86/Makefile: Here.
36658         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36659         * sysdeps/x86/tst-xmmymm.sh: This.
36661 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36663         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36664         expectations.
36665         [UNIX98] (pthread_barrier_t): Do not expect.
36666         [UNIX98] (pthread_barrierattr_t): Likewise.
36667         [UNIX98] (pthread_spinlock_t): Likewise.
36668         [UNIX98] (pthread_barrier_destroy): Likewise.
36669         [UNIX98] (pthread_barrier_init): Likewise.
36670         [UNIX98] (pthread_barrier_wait): Likewise.
36671         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36672         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36673         [UNIX98] (pthread_barrierattr_init): Likewise.
36674         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36675         [UNIX98] (pthread_getcpuclockid): Likewise.
36676         [UNIX98] (pthread_mutex_timedlock): Likewise.
36677         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36678         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36679         [UNIX98] (pthread_sigmask): Likewise.
36680         [UNIX98] (pthread_spin_destroy): Likewise.
36681         [UNIX98] (pthread_spin_init): Likewise.
36682         [UNIX98] (pthread_spin_lock): Likewise.
36683         [UNIX98] (pthread_spin_trylock): Likewise.
36684         [UNIX98] (pthread_spin_unlock): Likewise.
36685         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36686         Do not expect.
36687         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36688         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36689         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36690         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36691         [XPG3 || XPG4] (pthread_key_t): Likewise.
36692         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36693         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36694         [XPG3 || XPG4] (pthread_once_t): Likewise.
36695         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36696         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36697         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36698         [XPG3 || XPG4] (pthread_t): Likewise.
36700         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36701         not expect.
36702         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36704         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36705         Change function return type to int.
36707         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36708         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36709         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36710         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36711         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36712         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36713         [!POSIX] (posix_madvise): Likewise.
36714         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36715         && !UNIX98].
36716         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36717         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36718         (mode_t): Likewise.
36719         (posix_mem_offset): Likewise.
36720         (posix_typed_mem_get_info): Likewise.
36721         (posix_typed_mem_open): Likewise.
36723         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36724         Change condition to [XOPEN2K8].
36726         * conform/conformtest.pl: Preprocess allow-header data with -x c
36727         instead of from stdin.
36728         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36729         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36730         [C99-based standards] (cerfc): Likewise.
36731         [C99-based standards] (cexp2): Likewise.
36732         [C99-based standards] (cexpm1): Likewise.
36733         [C99-based standards] (clog10): Likewise.
36734         [C99-based standards] (clog1p): Likewise.
36735         [C99-based standards] (clog2): Likewise.
36736         [C99-based standards] (clgamma): Likewise.
36737         [C99-based standards] (ctgamma): Likewise.
36738         [C99-based standards] (cerff): Likewise.
36739         [C99-based standards] (cerfcf): Likewise.
36740         [C99-based standards] (cexp2f): Likewise.
36741         [C99-based standards] (cexpm1f): Likewise.
36742         [C99-based standards] (clog10f): Likewise.
36743         [C99-based standards] (clog1pf): Likewise.
36744         [C99-based standards] (clog2f): Likewise.
36745         [C99-based standards] (clgammaf): Likewise.
36746         [C99-based standards] (ctgammaf): Likewise.
36747         [C99-based standards] (cerfl): Likewise.
36748         [C99-based standards] (cerfcl): Likewise.
36749         [C99-based standards] (cexp2l): Likewise.
36750         [C99-based standards] (cexpm1l): Likewise.
36751         [C99-based standards] (clog10l): Likewise.
36752         [C99-based standards] (clog1pl): Likewise.
36753         [C99-based standards] (clog2l): Likewise.
36754         [C99-based standards] (clgammal): Likewise.
36755         [C99-based standards] (ctgammal): Likewise.
36756         * conform/data/inttypes.h-data [C99-based standards]: Include
36757         stdint.h-data.  Remove all expectations for stdint.h contents.
36758         [C99-based standards] (PRI*): Do not allow.
36759         [C99-based standards] (SCN*): Likewise.
36760         [C99-based standards] (*_t): Likewise.
36761         [C99-based-standards] (PRId8): Expect macro.
36762         [C99-based-standards] (PRIi8): Likewise.
36763         [C99-based-standards] (PRIo8): Likewise.
36764         [C99-based-standards] (PRIu8): Likewise.
36765         [C99-based-standards] (PRIx8): Likewise.
36766         [C99-based-standards] (PRIX8): Likewise.
36767         [C99-based-standards] (SCNd8): Likewise.
36768         [C99-based-standards] (SCNi8): Likewise.
36769         [C99-based-standards] (SCNo8): Likewise.
36770         [C99-based-standards] (SCNu8): Likewise.
36771         [C99-based-standards] (SCNx8): Likewise.
36772         [C99-based-standards] (PRIdLEAST8): Likewise.
36773         [C99-based-standards] (PRIiLEAST8): Likewise.
36774         [C99-based-standards] (PRIoLEAST8): Likewise.
36775         [C99-based-standards] (PRIuLEAST8): Likewise.
36776         [C99-based-standards] (PRIxLEAST8): Likewise.
36777         [C99-based-standards] (PRIXLEAST8): Likewise.
36778         [C99-based-standards] (SCNdLEAST8): Likewise.
36779         [C99-based-standards] (SCNiLEAST8): Likewise.
36780         [C99-based-standards] (SCNoLEAST8): Likewise.
36781         [C99-based-standards] (SCNuLEAST8): Likewise.
36782         [C99-based-standards] (SCNxLEAST8): Likewise.
36783         [C99-based-standards] (PRIdFAST8): Likewise.
36784         [C99-based-standards] (PRIiFAST8): Likewise.
36785         [C99-based-standards] (PRIoFAST8): Likewise.
36786         [C99-based-standards] (PRIuFAST8): Likewise.
36787         [C99-based-standards] (PRIxFAST8): Likewise.
36788         [C99-based-standards] (PRIXFAST8): Likewise.
36789         [C99-based-standards] (SCNdFAST8): Likewise.
36790         [C99-based-standards] (SCNiFAST8): Likewise.
36791         [C99-based-standards] (SCNoFAST8): Likewise.
36792         [C99-based-standards] (SCNuFAST8): Likewise.
36793         [C99-based-standards] (SCNxFAST8): Likewise.
36794         [C99-based-standards] (PRId16): Likewise.
36795         [C99-based-standards] (PRIi16): Likewise.
36796         [C99-based-standards] (PRIo16): Likewise.
36797         [C99-based-standards] (PRIu16): Likewise.
36798         [C99-based-standards] (PRIx16): Likewise.
36799         [C99-based-standards] (PRIX16): Likewise.
36800         [C99-based-standards] (SCNd16): Likewise.
36801         [C99-based-standards] (SCNi16): Likewise.
36802         [C99-based-standards] (SCNo16): Likewise.
36803         [C99-based-standards] (SCNu16): Likewise.
36804         [C99-based-standards] (SCNx16): Likewise.
36805         [C99-based-standards] (PRIdLEAST16): Likewise.
36806         [C99-based-standards] (PRIiLEAST16): Likewise.
36807         [C99-based-standards] (PRIoLEAST16): Likewise.
36808         [C99-based-standards] (PRIuLEAST16): Likewise.
36809         [C99-based-standards] (PRIxLEAST16): Likewise.
36810         [C99-based-standards] (PRIXLEAST16): Likewise.
36811         [C99-based-standards] (SCNdLEAST16): Likewise.
36812         [C99-based-standards] (SCNiLEAST16): Likewise.
36813         [C99-based-standards] (SCNoLEAST16): Likewise.
36814         [C99-based-standards] (SCNuLEAST16): Likewise.
36815         [C99-based-standards] (SCNxLEAST16): Likewise.
36816         [C99-based-standards] (PRIdFAST16): Likewise.
36817         [C99-based-standards] (PRIiFAST16): Likewise.
36818         [C99-based-standards] (PRIoFAST16): Likewise.
36819         [C99-based-standards] (PRIuFAST16): Likewise.
36820         [C99-based-standards] (PRIxFAST16): Likewise.
36821         [C99-based-standards] (PRIXFAST16): Likewise.
36822         [C99-based-standards] (SCNdFAST16): Likewise.
36823         [C99-based-standards] (SCNiFAST16): Likewise.
36824         [C99-based-standards] (SCNoFAST16): Likewise.
36825         [C99-based-standards] (SCNuFAST16): Likewise.
36826         [C99-based-standards] (SCNxFAST16): Likewise.
36827         [C99-based-standards] (PRId32): Likewise.
36828         [C99-based-standards] (PRIi32): Likewise.
36829         [C99-based-standards] (PRIo32): Likewise.
36830         [C99-based-standards] (PRIu32): Likewise.
36831         [C99-based-standards] (PRIx32): Likewise.
36832         [C99-based-standards] (PRIX32): Likewise.
36833         [C99-based-standards] (SCNd32): Likewise.
36834         [C99-based-standards] (SCNi32): Likewise.
36835         [C99-based-standards] (SCNo32): Likewise.
36836         [C99-based-standards] (SCNu32): Likewise.
36837         [C99-based-standards] (SCNx32): Likewise.
36838         [C99-based-standards] (PRIdLEAST32): Likewise.
36839         [C99-based-standards] (PRIiLEAST32): Likewise.
36840         [C99-based-standards] (PRIoLEAST32): Likewise.
36841         [C99-based-standards] (PRIuLEAST32): Likewise.
36842         [C99-based-standards] (PRIxLEAST32): Likewise.
36843         [C99-based-standards] (PRIXLEAST32): Likewise.
36844         [C99-based-standards] (SCNdLEAST32): Likewise.
36845         [C99-based-standards] (SCNiLEAST32): Likewise.
36846         [C99-based-standards] (SCNoLEAST32): Likewise.
36847         [C99-based-standards] (SCNuLEAST32): Likewise.
36848         [C99-based-standards] (SCNxLEAST32): Likewise.
36849         [C99-based-standards] (PRIdFAST32): Likewise.
36850         [C99-based-standards] (PRIiFAST32): Likewise.
36851         [C99-based-standards] (PRIoFAST32): Likewise.
36852         [C99-based-standards] (PRIuFAST32): Likewise.
36853         [C99-based-standards] (PRIxFAST32): Likewise.
36854         [C99-based-standards] (PRIXFAST32): Likewise.
36855         [C99-based-standards] (SCNdFAST32): Likewise.
36856         [C99-based-standards] (SCNiFAST32): Likewise.
36857         [C99-based-standards] (SCNoFAST32): Likewise.
36858         [C99-based-standards] (SCNuFAST32): Likewise.
36859         [C99-based-standards] (SCNxFAST32): Likewise.
36860         [C99-based-standards] (PRId64): Likewise.
36861         [C99-based-standards] (PRIi64): Likewise.
36862         [C99-based-standards] (PRIo64): Likewise.
36863         [C99-based-standards] (PRIu64): Likewise.
36864         [C99-based-standards] (PRIx64): Likewise.
36865         [C99-based-standards] (PRIX64): Likewise.
36866         [C99-based-standards] (SCNd64): Likewise.
36867         [C99-based-standards] (SCNi64): Likewise.
36868         [C99-based-standards] (SCNo64): Likewise.
36869         [C99-based-standards] (SCNu64): Likewise.
36870         [C99-based-standards] (SCNx64): Likewise.
36871         [C99-based-standards] (PRIdLEAST64): Likewise.
36872         [C99-based-standards] (PRIiLEAST64): Likewise.
36873         [C99-based-standards] (PRIoLEAST64): Likewise.
36874         [C99-based-standards] (PRIuLEAST64): Likewise.
36875         [C99-based-standards] (PRIxLEAST64): Likewise.
36876         [C99-based-standards] (PRIXLEAST64): Likewise.
36877         [C99-based-standards] (SCNdLEAST64): Likewise.
36878         [C99-based-standards] (SCNiLEAST64): Likewise.
36879         [C99-based-standards] (SCNoLEAST64): Likewise.
36880         [C99-based-standards] (SCNuLEAST64): Likewise.
36881         [C99-based-standards] (SCNxLEAST64): Likewise.
36882         [C99-based-standards] (PRIdFAST64): Likewise.
36883         [C99-based-standards] (PRIiFAST64): Likewise.
36884         [C99-based-standards] (PRIoFAST64): Likewise.
36885         [C99-based-standards] (PRIuFAST64): Likewise.
36886         [C99-based-standards] (PRIxFAST64): Likewise.
36887         [C99-based-standards] (PRIXFAST64): Likewise.
36888         [C99-based-standards] (SCNdFAST64): Likewise.
36889         [C99-based-standards] (SCNiFAST64): Likewise.
36890         [C99-based-standards] (SCNoFAST64): Likewise.
36891         [C99-based-standards] (SCNuFAST64): Likewise.
36892         [C99-based-standards] (SCNxFAST64): Likewise.
36893         [C99-based-standards] (PRIdMAX): Likewise.
36894         [C99-based-standards] (PRIiMAX): Likewise.
36895         [C99-based-standards] (PRIoMAX): Likewise.
36896         [C99-based-standards] (PRIuMAX): Likewise.
36897         [C99-based-standards] (PRIxMAX): Likewise.
36898         [C99-based-standards] (PRIXMAX): Likewise.
36899         [C99-based-standards] (SCNdMAX): Likewise.
36900         [C99-based-standards] (SCNiMAX): Likewise.
36901         [C99-based-standards] (SCNoMAX): Likewise.
36902         [C99-based-standards] (SCNuMAX): Likewise.
36903         [C99-based-standards] (SCNxMAX): Likewise.
36904         [C99-based-standards] (PRIdPTR): Likewise.
36905         [C99-based-standards] (PRIiPTR): Likewise.
36906         [C99-based-standards] (PRIoPTR): Likewise.
36907         [C99-based-standards] (PRIuPTR): Likewise.
36908         [C99-based-standards] (PRIxPTR): Likewise.
36909         [C99-based-standards] (PRIXPTR): Likewise.
36910         [C99-based-standards] (SCNdPTR): Likewise.
36911         [C99-based-standards] (SCNiPTR): Likewise.
36912         [C99-based-standards] (SCNoPTR): Likewise.
36913         [C99-based-standards] (SCNuPTR): Likewise.
36914         [C99-based-standards] (SCNxPTR): Likewise.
36915         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36916         allow.
36917         * conform/data/stdint.h-data: Update comments to clarify
36918         requirements.
36919         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36920         type.
36921         [C99-based standards] (INT8_MAX): Likewise.
36922         [C99-based standards] (INT16_MIN): Likewise.
36923         [C99-based standards] (INT16_MAX): Likewise.
36924         [C99-based standards] (INT32_MIN): Likewise.
36925         [C99-based standards] (INT32_MAX): Likewise.
36926         [C99-based standards] (INT64_MIN): Likewise.
36927         [C99-based standards] (INT64_MAX): Likewise.
36928         [C99-based standards] (UINT8_MAX): Likewise.
36929         [C99-based standards] (UINT16_MAX): Likewise.
36930         [C99-based standards] (UINT32_MAX): Likewise.
36931         [C99-based standards] (UINT64_MAX): Likewise.
36932         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36933         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36934         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36935         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36936         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36937         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36938         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36939         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36940         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36941         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36942         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36943         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36944         [C99-based standards] (INT_FAST8_MIN): Likewise.
36945         [C99-based standards] (INT_FAST8_MAX): Likewise.
36946         [C99-based standards] (INT_FAST16_MIN): Likewise.
36947         [C99-based standards] (INT_FAST16_MAX): Likewise.
36948         [C99-based standards] (INT_FAST32_MIN): Likewise.
36949         [C99-based standards] (INT_FAST32_MAX): Likewise.
36950         [C99-based standards] (INT_FAST64_MIN): Likewise.
36951         [C99-based standards] (INT_FAST64_MAX): Likewise.
36952         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36953         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36954         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36955         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36956         [C99-based standards] (INTPTR_MIN): Likewise.
36957         [C99-based standards] (INTPTR_MAX): Likewise.
36958         [C99-based standards] (UINTPTR_MAX): Likewise.
36959         [C99-based standards] (INTMAX_MIN): Likewise.
36960         [C99-based standards] (INTMAX_MAX): Likewise.
36961         [C99-based standards] (UINTMAX_MAX): Likewise.
36962         [C99-based standards] (PTRDIFF_MIN): Likewise.
36963         [C99-based standards] (PTRDIFF_MAX): Likewise.
36964         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36965         [C99-based standards] (SIZE_MAX): Likewise.
36966         [C99-based standards] (WCHAR_MAX): Likewise.
36967         [C99-based standards] (WINT_MAX): Likewise.
36968         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36969         constraint on value.
36970         [C99-based standards] (WCHAR_MIN): Likewise.
36971         [C99-based standards] (WINT_MIN): Likewise.
36972         [C99-based standards] (*_t): Allow.
36973         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36974         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36975         Include math.h-data and complex.h-data.  Remove all expectations
36976         of math.h and complex.h contents.
36977         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36978         at end of line.
36979         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36980         (struct tm): Expect tag.
36981         [C99-based-standards] (wcstof): Expect function.
36982         [C99-based-standards] (wcstold): Likewise.
36983         [C99-based-standards] (wcstoll): Likewise.
36984         [C99-based-standards] (wcstoull): Likewise.
36985         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36986         macro-int-constant.  Specify type.
36987         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36988         constraint on value.
36989         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36990         Specify type.
36991         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36992         Specify value.
36993         [ISO C standards]: Do not allow headers.
36994         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36995         wcs[abcdefghijklmnopqrstuvwxyz]*.
36996         [ISO C standards] (*_t): Do not allow.
36997         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36998         Expect function.
36999         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
37000         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37001         Specify type.
37002         [ISO C standards]: Do not allow headers.
37003         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
37004         is[abcdefghijklmnopqrstuvwxyz]*.
37005         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
37006         to[abcdefghijklmnopqrstuvwxyz]*.
37007         [ISO C standards] (*_t): Do not allow.
37008         * conform/data/stdalign.h-data: New file.
37009         * conform/data/stdbool.h-data: Likewise.
37010         * conform/data/stdnoreturn.h-data: Likewise.
37012 2012-11-07  Roland McGrath  <roland@hack.frob.com>
37014         [BZ #14815]
37015         * manual/filesys.texi (Directory Entries): Typo fix.
37016         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
37018 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37020         * elf/elf.h (EM_AARCH64): New macro.
37021         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
37022         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
37023         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
37024         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
37025         (R_AARCH64_TLSDESC): Likewise.
37026         (NT_ARM_TLS): Likewise.
37027         (NT_ARM_HW_BREAK): Likewise.
37028         (NT_ARM_HW_WATCH): Likewise.
37030 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37032         [BZ #14811]
37033         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
37034         (__ieee754_powl): Saturate nonzero exponents with absolute value
37035         below 0x1p-79 to +/- 0x1p-79.
37036         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
37037         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
37038         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
37039         nonzero exponents with absolute value below 0x1p-32 to +/-
37040         0x1p-32.
37041         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
37042         (__ieee754_powl): Saturate nonzero exponents with absolute value
37043         below 0x1p-79 to +/- 0x1p-79.
37044         * math/libm-test.inc (pow_test): Add more tests.
37046 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37048         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
37049         _dl_s390_cap_flags with kernel. Increase string length.
37050         (_dl_s390_platforms): Add z196 and zEC12.
37052 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37054         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
37055         Change XOPEN21K to XOPEN2K.
37057 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
37059         * string/memmove.c: Use memcpy when possible.
37061 2012-11-06  Andreas Jaeger  <aj@suse.de>
37063         * po/eo.po: Update from translation team.
37065 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
37067         [BZ #14793]
37068         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
37069         exponent and small x and y exponents, scale x or y up.  Increase
37070         by 2 the exponent used in scaling up.
37071         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37072         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37073         * math/libm-test.inc (fma_test): Add more tests.
37074         (fma_test_towardzero): Likewise.
37075         (fma_test_downward): Likewise.
37076         (fma_test_upward): Likewise.
37078 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
37080         [BZ #14805]
37081         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
37082         fenv_t *.
37084         [BZ #14801]
37085         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
37086         namespace for names of struct fields.
37087         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
37088         fenv_t fields.
37089         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37090         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
37092 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37094         [BZ #3665]
37095         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37097 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37099         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37100         PTR_DEMANGLE.
37102         [BZ #5246]
37103         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37104         PTR_DEMANGLE.
37106 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
37108         [BZ #14797]
37109         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37110         definitely overflow as x * y not x * y + z.
37111         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37112         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37113         * math/libm-test.inc (fma_test): Add more tests.
37114         (fma_test_towardzero): Likewise.
37115         (fma_test_downward): Likewise.
37116         (fma_test_upward): Likewise.
37118 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37120         [BZ #157]
37122         * include/stub-tag.h: Remove file.
37123         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37124         '#include' of it.
37125         * manual/maint.texi (Porting): Don't reference it.
37126         * Makerules ($(objpfx)stubs): Likewise.
37127         * dirent/closedir.c: Don't include <stub-tag.h>.
37128         * dirent/dirfd.c: Likewise.
37129         * dirent/fdopendir.c: Likewise.
37130         * dirent/getdents.c: Likewise.
37131         * dirent/getdents64.c: Likewise.
37132         * dirent/opendir.c: Likewise.
37133         * dirent/readdir.c: Likewise.
37134         * dirent/readdir64.c: Likewise.
37135         * dirent/readdir64_r.c: Likewise.
37136         * dirent/readdir_r.c: Likewise.
37137         * dirent/rewinddir.c: Likewise.
37138         * dirent/seekdir.c: Likewise.
37139         * dirent/telldir.c: Likewise.
37140         * gmon/profil.c: Likewise.
37141         * grp/setgroups.c: Likewise.
37142         * inet/if_index.c: Likewise.
37143         * io/access.c: Likewise.
37144         * io/chdir.c: Likewise.
37145         * io/chmod.c: Likewise.
37146         * io/chown.c: Likewise.
37147         * io/close.c: Likewise.
37148         * io/dup.c: Likewise.
37149         * io/dup2.c: Likewise.
37150         * io/dup3.c: Likewise.
37151         * io/euidaccess.c: Likewise.
37152         * io/faccessat.c: Likewise.
37153         * io/fchdir.c: Likewise.
37154         * io/fchmod.c: Likewise.
37155         * io/fchmodat.c: Likewise.
37156         * io/fchown.c: Likewise.
37157         * io/fchownat.c: Likewise.
37158         * io/fcntl.c: Likewise.
37159         * io/flock.c: Likewise.
37160         * io/fstatfs.c: Likewise.
37161         * io/fstatfs64.c: Likewise.
37162         * io/fstatvfs.c: Likewise.
37163         * io/fstatvfs64.c: Likewise.
37164         * io/futimens.c: Likewise.
37165         * io/fxstat.c: Likewise.
37166         * io/fxstat64.c: Likewise.
37167         * io/fxstatat.c: Likewise.
37168         * io/fxstatat64.c: Likewise.
37169         * io/getcwd.c: Likewise.
37170         * io/isatty.c: Likewise.
37171         * io/lchmod.c: Likewise.
37172         * io/lchown.c: Likewise.
37173         * io/link.c: Likewise.
37174         * io/linkat.c: Likewise.
37175         * io/lseek.c: Likewise.
37176         * io/lseek64.c: Likewise.
37177         * io/lxstat64.c: Likewise.
37178         * io/mkdir.c: Likewise.
37179         * io/mkdirat.c: Likewise.
37180         * io/mkfifo.c: Likewise.
37181         * io/mkfifoat.c: Likewise.
37182         * io/open.c: Likewise.
37183         * io/open64.c: Likewise.
37184         * io/openat.c: Likewise.
37185         * io/openat64.c: Likewise.
37186         * io/pipe.c: Likewise.
37187         * io/pipe2.c: Likewise.
37188         * io/poll.c: Likewise.
37189         * io/posix_fadvise.c: Likewise.
37190         * io/posix_fadvise64.c: Likewise.
37191         * io/posix_fallocate.c: Likewise.
37192         * io/posix_fallocate64.c: Likewise.
37193         * io/read.c: Likewise.
37194         * io/readlink.c: Likewise.
37195         * io/readlinkat.c: Likewise.
37196         * io/rmdir.c: Likewise.
37197         * io/sendfile.c: Likewise.
37198         * io/sendfile64.c: Likewise.
37199         * io/statfs.c: Likewise.
37200         * io/statfs64.c: Likewise.
37201         * io/statvfs.c: Likewise.
37202         * io/statvfs64.c: Likewise.
37203         * io/symlink.c: Likewise.
37204         * io/symlinkat.c: Likewise.
37205         * io/ttyname.c: Likewise.
37206         * io/ttyname_r.c: Likewise.
37207         * io/umask.c: Likewise.
37208         * io/unlink.c: Likewise.
37209         * io/unlinkat.c: Likewise.
37210         * io/utime.c: Likewise.
37211         * io/utimensat.c: Likewise.
37212         * io/write.c: Likewise.
37213         * io/xmknod.c: Likewise.
37214         * io/xmknodat.c: Likewise.
37215         * io/xstat.c: Likewise.
37216         * io/xstat64.c: Likewise.
37217         * login/getpt.c: Likewise.
37218         * login/grantpt.c: Likewise.
37219         * login/unlockpt.c: Likewise.
37220         * math/e_acoshl.c: Likewise.
37221         * math/e_acosl.c: Likewise.
37222         * math/e_asinl.c: Likewise.
37223         * math/e_atan2l.c: Likewise.
37224         * math/e_atanhl.c: Likewise.
37225         * math/e_coshl.c: Likewise.
37226         * math/e_expl.c: Likewise.
37227         * math/e_fmodl.c: Likewise.
37228         * math/e_gammal_r.c: Likewise.
37229         * math/e_hypotl.c: Likewise.
37230         * math/e_j0l.c: Likewise.
37231         * math/e_j1l.c: Likewise.
37232         * math/e_jnl.c: Likewise.
37233         * math/e_lgammal_r.c: Likewise.
37234         * math/e_log10l.c: Likewise.
37235         * math/e_log2l.c: Likewise.
37236         * math/e_logl.c: Likewise.
37237         * math/e_powl.c: Likewise.
37238         * math/e_rem_pio2l.c: Likewise.
37239         * math/e_sinhl.c: Likewise.
37240         * math/e_sqrtl.c: Likewise.
37241         * math/fclrexcpt.c: Likewise.
37242         * math/fedisblxcpt.c: Likewise.
37243         * math/feenablxcpt.c: Likewise.
37244         * math/fegetenv.c: Likewise.
37245         * math/fegetexcept.c: Likewise.
37246         * math/fegetround.c: Likewise.
37247         * math/feholdexcpt.c: Likewise.
37248         * math/fesetenv.c: Likewise.
37249         * math/fesetround.c: Likewise.
37250         * math/feupdateenv.c: Likewise.
37251         * math/fgetexcptflg.c: Likewise.
37252         * math/fraiseexcpt.c: Likewise.
37253         * math/fsetexcptflg.c: Likewise.
37254         * math/ftestexcept.c: Likewise.
37255         * math/k_cosl.c: Likewise.
37256         * math/k_rem_pio2l.c: Likewise.
37257         * math/k_sinl.c: Likewise.
37258         * math/k_tanl.c: Likewise.
37259         * math/s_asinhl.c: Likewise.
37260         * math/s_atanl.c: Likewise.
37261         * math/s_cbrtl.c: Likewise.
37262         * math/s_erfl.c: Likewise.
37263         * math/s_expm1l.c: Likewise.
37264         * math/s_log1pl.c: Likewise.
37265         * math/s_tanhl.c: Likewise.
37266         * misc/acct.c: Likewise.
37267         * misc/brk.c: Likewise.
37268         * misc/chflags.c: Likewise.
37269         * misc/chroot.c: Likewise.
37270         * misc/fchflags.c: Likewise.
37271         * misc/fgetxattr.c: Likewise.
37272         * misc/flistxattr.c: Likewise.
37273         * misc/fremovexattr.c: Likewise.
37274         * misc/fsetxattr.c: Likewise.
37275         * misc/fsync.c: Likewise.
37276         * misc/ftruncate.c: Likewise.
37277         * misc/futimes.c: Likewise.
37278         * misc/futimesat.c: Likewise.
37279         * misc/getdomain.c: Likewise.
37280         * misc/getdtsz.c: Likewise.
37281         * misc/gethostid.c: Likewise.
37282         * misc/gethostname.c: Likewise.
37283         * misc/getloadavg.c: Likewise.
37284         * misc/getpagesize.c: Likewise.
37285         * misc/getsysstats.c: Likewise.
37286         * misc/getxattr.c: Likewise.
37287         * misc/gtty.c: Likewise.
37288         * misc/ioctl.c: Likewise.
37289         * misc/lgetxattr.c: Likewise.
37290         * misc/listxattr.c: Likewise.
37291         * misc/llistxattr.c: Likewise.
37292         * misc/lremovexattr.c: Likewise.
37293         * misc/lsetxattr.c: Likewise.
37294         * misc/lutimes.c: Likewise.
37295         * misc/madvise.c: Likewise.
37296         * misc/mincore.c: Likewise.
37297         * misc/mlock.c: Likewise.
37298         * misc/mlockall.c: Likewise.
37299         * misc/mmap.c: Likewise.
37300         * misc/mprotect.c: Likewise.
37301         * misc/msync.c: Likewise.
37302         * misc/munlock.c: Likewise.
37303         * misc/munlockall.c: Likewise.
37304         * misc/munmap.c: Likewise.
37305         * misc/preadv.c: Likewise.
37306         * misc/preadv64.c: Likewise.
37307         * misc/ptrace.c: Likewise.
37308         * misc/pwritev.c: Likewise.
37309         * misc/pwritev64.c: Likewise.
37310         * misc/readv.c: Likewise.
37311         * misc/reboot.c: Likewise.
37312         * misc/remap_file_pages.c: Likewise.
37313         * misc/removexattr.c: Likewise.
37314         * misc/revoke.c: Likewise.
37315         * misc/select.c: Likewise.
37316         * misc/setdomain.c: Likewise.
37317         * misc/setegid.c: Likewise.
37318         * misc/seteuid.c: Likewise.
37319         * misc/sethostid.c: Likewise.
37320         * misc/sethostname.c: Likewise.
37321         * misc/setregid.c: Likewise.
37322         * misc/setreuid.c: Likewise.
37323         * misc/setxattr.c: Likewise.
37324         * misc/sstk.c: Likewise.
37325         * misc/stty.c: Likewise.
37326         * misc/swapoff.c: Likewise.
37327         * misc/swapon.c: Likewise.
37328         * misc/sync.c: Likewise.
37329         * misc/syncfs.c: Likewise.
37330         * misc/syscall.c: Likewise.
37331         * misc/truncate.c: Likewise.
37332         * misc/ualarm.c: Likewise.
37333         * misc/usleep.c: Likewise.
37334         * misc/ustat.c: Likewise.
37335         * misc/utimes.c: Likewise.
37336         * misc/vhangup.c: Likewise.
37337         * misc/writev.c: Likewise.
37338         * posix/_exit.c: Likewise.
37339         * posix/alarm.c: Likewise.
37340         * posix/execve.c: Likewise.
37341         * posix/fexecve.c: Likewise.
37342         * posix/fork.c: Likewise.
37343         * posix/fpathconf.c: Likewise.
37344         * posix/getaddrinfo.c: Likewise.
37345         * posix/getegid.c: Likewise.
37346         * posix/geteuid.c: Likewise.
37347         * posix/getgid.c: Likewise.
37348         * posix/getgroups.c: Likewise.
37349         * posix/getlogin.c: Likewise.
37350         * posix/getlogin_r.c: Likewise.
37351         * posix/getpgid.c: Likewise.
37352         * posix/getpid.c: Likewise.
37353         * posix/getppid.c: Likewise.
37354         * posix/getresgid.c: Likewise.
37355         * posix/getresuid.c: Likewise.
37356         * posix/getsid.c: Likewise.
37357         * posix/getuid.c: Likewise.
37358         * posix/glob64.c: Likewise.
37359         * posix/nanosleep.c: Likewise.
37360         * posix/pathconf.c: Likewise.
37361         * posix/pause.c: Likewise.
37362         * posix/posix_madvise.c: Likewise.
37363         * posix/pread.c: Likewise.
37364         * posix/pread64.c: Likewise.
37365         * posix/pwrite.c: Likewise.
37366         * posix/pwrite64.c: Likewise.
37367         * posix/sched_getaffinity.c: Likewise.
37368         * posix/sched_getp.c: Likewise.
37369         * posix/sched_gets.c: Likewise.
37370         * posix/sched_primax.c: Likewise.
37371         * posix/sched_primin.c: Likewise.
37372         * posix/sched_rr_gi.c: Likewise.
37373         * posix/sched_setaffinity.c: Likewise.
37374         * posix/sched_setp.c: Likewise.
37375         * posix/sched_sets.c: Likewise.
37376         * posix/sched_yield.c: Likewise.
37377         * posix/setgid.c: Likewise.
37378         * posix/setlogin.c: Likewise.
37379         * posix/setpgid.c: Likewise.
37380         * posix/setresgid.c: Likewise.
37381         * posix/setresuid.c: Likewise.
37382         * posix/setsid.c: Likewise.
37383         * posix/setuid.c: Likewise.
37384         * posix/sleep.c: Likewise.
37385         * posix/spawni.c: Likewise.
37386         * posix/sysconf.c: Likewise.
37387         * posix/times.c: Likewise.
37388         * posix/wait.c: Likewise.
37389         * posix/wait3.c: Likewise.
37390         * posix/wait4.c: Likewise.
37391         * posix/waitpid.c: Likewise.
37392         * resolv/gai_sigqueue.c: Likewise.
37393         * resource/getpriority.c: Likewise.
37394         * resource/getrlimit.c: Likewise.
37395         * resource/getrusage.c: Likewise.
37396         * resource/nice.c: Likewise.
37397         * resource/setpriority.c: Likewise.
37398         * resource/setrlimit.c: Likewise.
37399         * resource/ulimit.c: Likewise.
37400         * rt/aio_cancel.c: Likewise.
37401         * rt/aio_fsync.c: Likewise.
37402         * rt/aio_read.c: Likewise.
37403         * rt/aio_sigqueue.c: Likewise.
37404         * rt/aio_suspend.c: Likewise.
37405         * rt/aio_write.c: Likewise.
37406         * rt/clock_getres.c: Likewise.
37407         * rt/clock_gettime.c: Likewise.
37408         * rt/clock_nanosleep.c: Likewise.
37409         * rt/clock_settime.c: Likewise.
37410         * rt/lio_listio.c: Likewise.
37411         * rt/mq_close.c: Likewise.
37412         * rt/mq_getattr.c: Likewise.
37413         * rt/mq_notify.c: Likewise.
37414         * rt/mq_open.c: Likewise.
37415         * rt/mq_receive.c: Likewise.
37416         * rt/mq_send.c: Likewise.
37417         * rt/mq_setattr.c: Likewise.
37418         * rt/mq_timedreceive.c: Likewise.
37419         * rt/mq_timedsend.c: Likewise.
37420         * rt/mq_unlink.c: Likewise.
37421         * rt/shm_open.c: Likewise.
37422         * rt/shm_unlink.c: Likewise.
37423         * rt/timer_create.c: Likewise.
37424         * rt/timer_delete.c: Likewise.
37425         * rt/timer_getoverr.c: Likewise.
37426         * rt/timer_gettime.c: Likewise.
37427         * rt/timer_settime.c: Likewise.
37428         * setjmp/__longjmp.c: Likewise.
37429         * setjmp/setjmp.c: Likewise.
37430         * signal/kill.c: Likewise.
37431         * signal/killpg.c: Likewise.
37432         * signal/raise.c: Likewise.
37433         * signal/sigaction.c: Likewise.
37434         * signal/sigaltstack.c: Likewise.
37435         * signal/sigblock.c: Likewise.
37436         * signal/sigignore.c: Likewise.
37437         * signal/sigintr.c: Likewise.
37438         * signal/signal.c: Likewise.
37439         * signal/sigpause.c: Likewise.
37440         * signal/sigpending.c: Likewise.
37441         * signal/sigqueue.c: Likewise.
37442         * signal/sigreturn.c: Likewise.
37443         * signal/sigset.c: Likewise.
37444         * signal/sigsetmask.c: Likewise.
37445         * signal/sigstack.c: Likewise.
37446         * signal/sigsuspend.c: Likewise.
37447         * signal/sigtimedwait.c: Likewise.
37448         * signal/sigvec.c: Likewise.
37449         * signal/sigwait.c: Likewise.
37450         * signal/sigwaitinfo.c: Likewise.
37451         * signal/sysv_signal.c: Likewise.
37452         * socket/accept.c: Likewise.
37453         * socket/accept4.c: Likewise.
37454         * socket/bind.c: Likewise.
37455         * socket/connect.c: Likewise.
37456         * socket/getpeername.c: Likewise.
37457         * socket/getsockname.c: Likewise.
37458         * socket/getsockopt.c: Likewise.
37459         * socket/isfdtype.c: Likewise.
37460         * socket/listen.c: Likewise.
37461         * socket/recv.c: Likewise.
37462         * socket/recvfrom.c: Likewise.
37463         * socket/recvmsg.c: Likewise.
37464         * socket/send.c: Likewise.
37465         * socket/sendmsg.c: Likewise.
37466         * socket/sendto.c: Likewise.
37467         * socket/setsockopt.c: Likewise.
37468         * socket/shutdown.c: Likewise.
37469         * socket/sockatmark.c: Likewise.
37470         * socket/socket.c: Likewise.
37471         * socket/socketpair.c: Likewise.
37472         * stdio-common/ctermid.c: Likewise.
37473         * stdio-common/cuserid.c: Likewise.
37474         * stdio-common/remove.c: Likewise.
37475         * stdio-common/rename.c: Likewise.
37476         * stdio-common/renameat.c: Likewise.
37477         * stdio-common/tempname.c: Likewise.
37478         * stdlib/getcontext.c: Likewise.
37479         * stdlib/makecontext.c: Likewise.
37480         * stdlib/setcontext.c: Likewise.
37481         * stdlib/swapcontext.c: Likewise.
37482         * stdlib/system.c: Likewise.
37483         * streams/fattach.c: Likewise.
37484         * streams/fdetach.c: Likewise.
37485         * streams/getmsg.c: Likewise.
37486         * streams/getpmsg.c: Likewise.
37487         * streams/putmsg.c: Likewise.
37488         * streams/putpmsg.c: Likewise.
37489         * sysdeps/unix/bsd/getpt.c: Likewise.
37490         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37491         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37492         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37494         Likewise.
37495         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37496         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37497         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37498         * sysvipc/msgctl.c: Likewise.
37499         * sysvipc/msgget.c: Likewise.
37500         * sysvipc/msgrcv.c: Likewise.
37501         * sysvipc/msgsnd.c: Likewise.
37502         * sysvipc/semctl.c: Likewise.
37503         * sysvipc/semget.c: Likewise.
37504         * sysvipc/semop.c: Likewise.
37505         * sysvipc/semtimedop.c: Likewise.
37506         * sysvipc/shmat.c: Likewise.
37507         * sysvipc/shmctl.c: Likewise.
37508         * sysvipc/shmdt.c: Likewise.
37509         * sysvipc/shmget.c: Likewise.
37510         * termios/tcdrain.c: Likewise.
37511         * termios/tcflow.c: Likewise.
37512         * termios/tcflush.c: Likewise.
37513         * termios/tcgetattr.c: Likewise.
37514         * termios/tcgetpgrp.c: Likewise.
37515         * termios/tcsendbrk.c: Likewise.
37516         * termios/tcsetattr.c: Likewise.
37517         * termios/tcsetpgrp.c: Likewise.
37518         * time/adjtime.c: Likewise.
37519         * time/clock.c: Likewise.
37520         * time/getitimer.c: Likewise.
37521         * time/gettimeofday.c: Likewise.
37522         * time/setitimer.c: Likewise.
37523         * time/settimeofday.c: Likewise.
37524         * time/stime.c: Likewise.
37525         * time/time.c: Likewise.
37527 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37529         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37530         /usr/old/bin.
37532         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37533         instead of spaces.
37534         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37536 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37538         [BZ #14796]
37539         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37540         FE_TONEAREST before applying Dekker multiplication and Knuth
37541         addition.  Clear inexact exceptions and check for exact zero
37542         results afterwards.
37543         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37544         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37545         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37546         * math/libm-test.inc (fma_test): Add more tests.
37547         (fma_test_towardzero): Likewise.
37548         (fma_test_downward): Likewise.
37549         (fma_test_upward): Likewise.
37550         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37551         function.
37552         (libc_fesetround): New macro.
37553         (libc_fesetroundf): Likewise.
37554         (libc_fesetroundl): Likewise.
37555         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37556         function.
37557         (libc_fesetround_387): Likewise.
37558         (libc_fesetroundf): New macro.
37559         (libc_fesetround): Likewise.
37560         (libc_fesetroundl): Likewise.
37561         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37562         function.
37563         (libc_fesetroundf): New macro.
37564         (libc_fesetround): Likewise.
37565         (libc_fesetroundl): Likewise.
37566         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37567         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37568         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37569         libm_hidden_ver.
37570         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37571         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37572         libm_hidden_def.
37573         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37574         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37575         libm_hidden_ver.
37576         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37577         libm_hidden_def.
37579         [BZ #3439]
37580         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37581         integer constant usable in #if and use that to give value to enum
37582         constant.
37583         (FE_DIVBYZERO): Likewise.
37584         (FE_UNDERFLOW): Likewise.
37585         (FE_OVERFLOW): Likewise.
37586         (FE_INVALID): Likewise.
37587         (FE_INVALID_SNAN): Likewise.
37588         (FE_INVALID_ISI): Likewise.
37589         (FE_INVALID_IDI): Likewise.
37590         (FE_INVALID_ZDZ): Likewise.
37591         (FE_INVALID_IMZ): Likewise.
37592         (FE_INVALID_COMPARE): Likewise.
37593         (FE_INVALID_SOFTWARE): Likewise.
37594         (FE_INVALID_SQRT): Likewise.
37595         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37596         (FE_TONEAREST): Likewise.
37597         (FE_TOWARDZERO): Likewise.
37598         (FE_UPWARD): Likewise.
37599         (FE_DOWNWARD): Likewise.
37600         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37601         (FE_DIVBYZERO): Likewise.
37602         (FE_OVERFLOW): Likewise.
37603         (FE_UNDERFLOW): Likewise.
37604         (FE_INEXACT): Likewise.
37605         (FE_TONEAREST): Likewise.
37606         (FE_DOWNWARD): Likewise.
37607         (FE_UPWARD): Likewise.
37608         (FE_TOWARDZERO): Likewise.
37609         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37610         (FE_UNDERFLOW): Likewise.
37611         (FE_OVERFLOW): Likewise.
37612         (FE_DIVBYZERO): Likewise.
37613         (FE_INVALID): Likewise.
37614         (FE_TONEAREST): Likewise.
37615         (FE_TOWARDZERO): Likewise.
37616         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37617         (FE_OVERFLOW): Likewise.
37618         (FE_UNDERFLOW): Likewise.
37619         (FE_DIVBYZERO): Likewise.
37620         (FE_INEXACT): Likewise.
37621         (FE_TONEAREST): Likewise.
37622         (FE_TOWARDZERO): Likewise.
37623         (FE_UPWARD): Likewise.
37624         (FE_DOWNWARD): Likewise.
37625         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37626         (FE_DIVBYZERO): Likewise.
37627         (FE_OVERFLOW): Likewise.
37628         (FE_UNDERFLOW): Likewise.
37629         (FE_INEXACT): Likewise.
37630         (FE_TONEAREST): Likewise.
37631         (FE_DOWNWARD): Likewise.
37632         (FE_UPWARD): Likewise.
37633         (FE_TOWARDZERO): Likewise.
37635 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37637         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37639 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37641         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37642         commands.  Quote $PWD.
37643         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37644         -x" by "export".
37645         (remove_newlines): Remove.
37647 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37649         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37650         * stdlib/stdlib.h (atof): Moved to ...
37651         * include/bits/stdlib-float.h: Here.  New file.
37652         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37653         * stdlib/bits/stdlib-float.h: New file.
37654         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37655         -mno-sse -mno-mmx.
37656         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37657         <xmmintrin.h>.
37659 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37661         * conform/conformtest.pl (@headers): Add fenv.h.
37662         * conform/data/fenv.h-data: New file.
37663         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37664         include of <math/fenv.h>.
37666         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37667         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37668         && !UNIX98].  Enables tests for XOPEN2K8.
37669         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37670         POSIX2008]: Likewise.
37672         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37673         (struct rusage): Do not expect type or its members.
37675         [BZ #3439]
37676         * math/math.h (FP_NAN): Define macro to integer constant usable in
37677         #if and use that to give value to enum constant.
37678         (FP_INFINITE): Likewise.
37679         (FP_ZERO): Likewise.
37680         (FP_SUBNORMAL): Likewise.
37681         (FP_NORMAL): Likewise.
37683 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37685         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37686         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37687         arguments.
37689 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37691         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37692         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37693         autoconf-time if not.
37694         * configure.in: Remove AC_PREREQ.
37696 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37698         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37699         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37700         of the internal implementation.
37702 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37704         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37705         except include of <misc/sys/syslog.h>.
37707 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37710         function returns with a NULL context exit with zero.
37712 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37714         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37716 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37718         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37719         (run_program_cmd): This.
37720         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37721         (tst_langinfo): New variable.  Use it.
37723 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37725         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37726         floating point opcodes.
37728 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37730         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37731         variable.
37733         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37735         * sysdeps/mach/hurd/powerpc: Remove directory.
37736         * sysdeps/mach/powerpc: Likewise.
37738 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37740         * scripts/check-local-headers.sh: Ignore c++ headers.
37742 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37744         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37745         __libc_cleanup_region_start argument.
37747 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37749         [BZ #14784]
37750         [BZ #14785]
37751         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37752         x * y using scaling, not as x * y + z.
37753         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37754         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37755         * math/libm-test.inc (fma_test): Add more tests.
37756         (fma_test_towardzero): Likewise.
37757         (fma_test_downward): Likewise.
37758         (fma_test_upward): Likewise.
37760 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37762         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37764 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37766         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37767         New variable.
37769 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37771         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37773 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37776         Fix sort order.
37777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37778         Likewise.
37780 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37783         Fix the order of the list for glibc 2.17.
37784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37785         Likewise.
37787 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37789         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37791 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37793         [BZ #14610]
37794         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37795         for low part of x being zero before using __atanl (y).
37796         * math/libm-test.inc (atan2_test): Add another test.
37798         * manual/install.texi (Configuring and compiling): Document
37799         general use of test-wrapper and test-wrapper-env.
37800         * INSTALL: Regenerated.
37802         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37803         (__fma): Do not extract and scale down low bits on after-rounding
37804         systems when result rounded to normal precision would have normal
37805         exponent.
37806         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37807         (__fmal): Do not extract and scale down low bits on after-rounding
37808         systems when result rounded to normal precision would have normal
37809         exponent.
37810         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37811         (__fmal): Do not extract and scale down low bits on after-rounding
37812         systems when result rounded to normal precision would have normal
37813         exponent.
37814         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37815         macro.
37816         (fma_test): Add more tests.
37817         (fma_test_towardzero): Likewise.
37818         (fma_test_downward): Likewise.
37819         (fma_test_upward): Likewise.
37821 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37823         * sysdeps/i386/tininess.h: Renamed to ...
37824         * sysdeps/x86/tininess.h: This.
37825         * sysdeps/x86_64/tininess.h: Removed.
37827 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37829         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37830         input.  Use $(build-program-cmd).
37831         ($(objpfx)tst-array1-static.out): Likewise.
37832         ($(objpfx)tst-array2.out): Likewise.
37833         ($(objpfx)tst-array3.out): Likewise.
37834         ($(objpfx)tst-array4.out): Likewise.
37835         ($(objpfx)tst-array5.out): Likewise.
37836         ($(objpfx)tst-array5-static.out): Likewise.
37838 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37840         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37841         if defined.
37843         * nss/nsswitch.h (nss_interface_function): Provide new
37844         macro for use with NSS functions.
37845         * grp/initgroups.c: Use new macro.
37846         * nss/getXXbyYY.c: Likewise.
37847         * nss/getXXbyYY_r.c: Likewise.
37848         * nss/getXXent.c: Likewise.
37849         * nss/getXXent_r.c: Likewise.
37850         * sysdeps/posix/getaddrinfo.c: Likewise.
37852 2012-10-30  Andreas Jaeger  <aj@suse.de>
37854         * po/ru.po: Update Russion translation from translation project.
37856 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37858         [BZ #14152]
37859         [BZ #14783]
37860         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37861         result and shift together with sticky bit instead of replicating
37862         round-to-nearest rounding.
37863         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37864         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37865         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37866         missing underflow exceptions.
37867         (fma_test_towardzero): Add more tests.
37868         (fma_test_downward): Likewise.
37869         (fma_test_upward): Likewise.
37871         [BZ #14047]
37872         * sysdeps/generic/tininess.h: New file.
37873         * sysdeps/i386/tininess.h: Likewise.
37874         * sysdeps/sh/tininess.h: Likewise.
37875         * sysdeps/x86_64/tininess.h: Likewise.
37876         * stdlib/tst-strtod-underflow.c: Likewise.
37877         * stdlib/tst-tininess.c: Likewise.
37878         * stdlib/strtod_l.c: Include <tininess.h>.
37879         (round_and_return): Do not set errno for exact underflow cases.
37880         Force an underflow exception when setting errno for underflow.
37881         Determine underflow based on rounding to normal precision if
37882         TININESS_AFTER_ROUNDING.
37883         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37884         ERANGE for exact underflow cases.
37885         * stdlib/Makefile (tests): Add tst-tininess and
37886         tst-strtod-underflow.
37887         ($(objpfx)tst-tininess): Use $(link-libm).
37888         ($(objpfx)tst-strtod-underflow): Likewise.
37890 2012-10-30  Andreas Jaeger  <aj@suse.de>
37892         [BZ#14767]
37893         * elf/Makefile (tests): Remove conditional for have-initfini-array
37894         since this is now always required and the variable does not exist
37895         anymore.
37896         (tests-static): Likewise.
37897         (modules-names): Likewise.
37899         * po/eo.po: Add Esperanto translation from translation project.
37901         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37902         merged with constructor/destructor.
37903         (init_array): Likewise.
37904         * elf/tst-array2dep.c (fini_array): Likewise.
37905         (init_array): Likewise.
37907 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37909         * manual/message.texi: Delete @cartouche tags.
37911 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37913         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37914         EOPNOTSUPP.
37915         * sysdeps/mach/hurd/fsync.c: Likewise.
37917         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37918         [_POSIX_REALTIME_SIGNALS]: Change condition to
37919         [_POSIX_REALTIME_SIGNALS > 0].
37921 2012-10-27  Andreas Jaeger  <aj@suse.de>
37923         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37924         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37925         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37926         [__WORDSIZE != 64]: Likewise.
37928 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37930         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37931         *  iconvdata/tst-tables.sh: Likewise.
37933 2012-10-25  David S. Miller  <davem@davemloft.net>
37935         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37936         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37937         of strtoull.
37939         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37940         ifunc-impl-list.c
37941         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37942         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37943         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37944         file.
37946 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37948         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37949         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37950         __getdirentries.
37952 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37953             Jim Blandy  <jimb@codesourcery.com>
37955         * scripts/cross-test-ssh.sh: New file.
37956         * manual/install.texi (Configuring and compiling): Document use of
37957         cross-test-ssh.sh.
37958         * INSTALL: Regenerated.
37960 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37962         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37963         EOPNOTSUPP.
37965 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37967         * Makeconfig (run-program-prefix): Fix comment.
37969 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37970             Jim Blandy  <jimb@codesourcery.com>
37972         * Makeconfig (test-wrapper): New variable,
37973         (test-wrapper-env): Likewise.
37974         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37975         (run-built-tests): Define to yes.
37976         (run-program-prefix): Use $(test-wrapper).
37977         (built-program-cmd): Likewise.
37978         * Rules (make-test-out): Use $(test-wrapper-env) and
37979         $(host-built-program-cmd).
37980         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37981         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37982         tst-pathopt.sh.
37983         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37984         $(test-wrapper-env) to tst-rtld-load-self.sh.
37985         ($(objpfx)order2.out): Use $(test-wrapper).
37986         ($(objpfx)tst-initorder.out): Likewise.
37987         ($(objpfx)tst-initorder2.out): Likewise.
37988         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37989         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37990         (test_wrapper_env): New variable.  Use it to run ld.so.
37991         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37992         Use it to run ld.so.
37993         (test_wrapper_env): Likewise.
37994         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37995         $(test-wrapper) to run-iconv-test.sh.
37996         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37997         (ICONV): Use $test_wrapper.
37998         * posix/Makefile ($(objpfx)globtest.out): Pass
37999         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
38000         globtest.sh, not $(run-program-prefix).
38001         * posix/globtest.sh (run_via_rtld_prefix): New variable.
38002         (test_wrapper): Likewise.
38003         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
38004         set together with run_via_rtld_prefix.
38005         (run_program_prefix): Define in terms of test_wrapper and
38006         run_via_rtld_prefix.
38008 2012-10-24  Roland McGrath  <roland@hack.frob.com>
38010         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
38011         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
38012         Targets removed.
38014         [BZ #14743]
38015         * include/time.h: Remove librt_hidden_proto (clock_gettime).
38016         Declare __clock_getres, __clock_gettime, __clock_settime,
38017         __clock_nanosleep, and __clock_getcpuclockid.
38018         * rt/clock_gettime.c: Define __clock_gettime as an alias.
38019         Remove librt_hidden_def (clock_gettime).
38020         * sysdeps/unix/clock_gettime.c: Likewise.
38021         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
38022         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
38023         * rt/clock_getres.c: Define __clock_getres as an alias.
38024         * sysdeps/posix/clock_getres.c: Likewise.
38025         * rt/clock_settime.c: Define __clock_settime as an alias.
38026         * sysdeps/unix/clock_settime.c: Likewise.
38027         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
38028         * sysdeps/unix/clock_nanosleep.c: Likewise.
38029         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
38030         * rt/clock-compat.c: New file.
38031         * rt/Makefile (librt-routines): Add clock-compat and move
38032         $(clock-routines) to ...
38033         (routines): ... here, new variable.
38034         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
38035         Don't add get_clockfreq here.
38036         * rt/Versions (libc: GLIBC_2.17): New version set.
38037         Add clock_* symbols here.
38038         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
38039         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
38040         (GLIBC_2.17): Add clock_* symbols.
38041         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38042         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38043         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38045         Likewise.
38046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38047         Likewise.
38048         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38049         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38050         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38051         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38052         * NEWS: Mention the move.
38054         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
38055         Use __open, __read, __close rather than their public counterparts.
38056         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38057         (__get_clockfreq_via_cpuinfo): Likewise.
38058         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
38059         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
38061         * config.h.in (HAVE_IFUNC): New #undef.
38062         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
38063         was successful.
38064         * configure: Regenerated.
38066 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38068         * configure.in: Move READELF check to start of file.
38069         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
38070         libc_cv_asm_gnu_indirect_function in the process.
38071         * configure: Regenerated.
38073 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38075         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
38076         send the output to /dev/null.
38077         (libc_cv_cc_with_libunwind): Likewise.
38078         (libc_cv_as_noexecstack): Likewise.
38079         * configure: Regenerate.
38081 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38083         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
38085         * posix/globtest.sh (TMPDIR): Do not set.
38086         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
38087         (testout): Likewise.
38089 2012-10-24  Andreas Jaeger  <aj@suse.de>
38091         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
38092         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
38093         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
38094         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
38095         posix_fadvise64, posix_fallocate64.
38097         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38098         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38099         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38100         Likewise.
38101         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38102         Likewise.
38103         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38105         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38106         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38107         <bits/fcntl-linux.h>.
38108         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38110         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38111         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38112         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38113         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38114         [__WORDSIZE != 64]: Likewise.
38116 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38118         * Makeconfig (run-built-tests): New variable.
38119         * Rules [$(cross-compiling) = yes]: Change condition to
38120         [$(run-built-tests) = no].
38121         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38122         to [$(run-built-tests) = yes].
38123         * elf/Makefile [$(cross-compiling) = no]: Likewise
38124         * grp/Makefile [$(cross-compiling) = no]: Likewise.
38125         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38126         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38127         * intl/Makefile [$(cross-compiling) = no]: Likewise.
38128         * io/Makefile [$(cross-compiling) = no]: Likewise.
38129         * libio/Makefile [$(cross-compiling) = no]: Likewise.
38130         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38131         * misc/Makefile [$(cross-compiling) = no]: Likewise.
38132         * posix/Makefile [$(cross-compiling) = no]: Likewise.
38133         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38134         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38135         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38136         * string/Makefile [$(cross-compiling) = no]: Likewise.
38138         * posix/Makefile ($(objpfx)globtest.out): Pass
38139         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38140         $(rtld-installed-name).
38141         * posix/globtest.sh (elf_objpfx): Remove variable.
38142         (rtld_installed_name): Likewise.
38143         (library_path): Likewise.
38144         (run_program_prefix): New variable.  Use for running globtest
38145         binary.
38147 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
38148             Joseph Myers  <joseph@codesourcery.com>
38150         * Makeconfig (host-built-program-cmd): New variable.
38151         * elf/Makefile (tst-stackguard1-ARGS): Use
38152         $(host-built-program-cmd).
38153         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38154         (tst-spawn-ARGS): Likewise.
38155         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38157 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38158             Jim Blandy  <jimb@codesourcery.com>
38160         * Makeconfig (run-via-rtld-prefix): New variable.
38161         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38162         (built-program-cmd): Likewise.
38164 2012-10-22  Andreas Jaeger  <aj@suse.de>
38166         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38167         __O_RSYNC if it exists, otherwise to O_SYNC.
38169 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38170             Joseph Myers  <joseph@codesourcery.com>
38172         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38173         /dev/null.
38174         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38175         from /dev/null
38176         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38177         /dev/null.
38179 2012-10-22  Andreas Jaeger  <aj@suse.de>
38181         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
38182         Define always.
38183         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
38185         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38186         bits/fcntl-linux.h.
38188         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
38189         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
38191         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
38192         to __O_LARGEFILE.
38193         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
38194         to __O_LARGEFILE.
38196 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
38197             Joseph Myers  <joseph@codesourcery.com>
38199         * config.make.in (NM): New variable.
38201 2012-10-21  Andreas Jaeger  <aj@suse.de>
38203         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
38204         definitions and declarations that are provided by
38205         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
38207 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38209         [BZ #14683]
38210         * elf/Makefile (tests-static): Add tst-leaks1-static.
38211         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
38212         ($(objpfx)tst-leaks1-static): New rule.
38213         ($(objpfx)tst-leaks1-static-mem): Likewise.
38214         (tst-leaks1-static-ENV): New macro.
38215         * elf/dl-open.c (dl_open_worker): Check the main application
38216         only if SHARED is defined.
38217         * elf/tst-leaks1-static.c: New file.
38219 2012-10-20  Andreas Jaeger  <aj@suse.de>
38221         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
38222         generic values for Linux.
38223         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
38224         and declarations that are provided by <bits/fcntl-linux.h> and
38225         include <bits/fcntl-linux.h>.
38226         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38227         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38229 2012-10-20  Roland McGrath  <roland@hack.frob.com>
38231         * io/fcntl.h: Move include of <bits/types.h> to the top and
38232         include it unconditionally.
38234 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38236         * wcsmbs/Makefile (tests-ifunc): New variable.
38237         (tests): Add $(tests-ifunc).
38238         * wcsmbs/test-wcschr-ifunc.c: New file.
38239         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38240         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38241         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38242         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38243         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38245         * string/Makefile (tests-ifunc): New variable.
38246         (tests): Add $(tests-ifunc).
38247         * string/test-memccpy.c (TEST_NAME): New macro.
38248         * string/test-memchr.c (TEST_NAME): Likewise.
38249         * string/test-memcmp.c (TEST_NAME): Likewise.
38250         * string/test-memcpy.c (TEST_NAME): Likewise.
38251         * string/test-memmem.c (TEST_NAME): Likewise.
38252         * string/test-memmove.c (TEST_NAME): Likewise.
38253         * string/test-memset.c (TEST_NAME): Likewise.
38254         * string/test-rawmemchr.c (TEST_NAME): Likewise.
38255         * string/test-stpcpy.c (TEST_NAME): Likewise.
38256         * string/test-stpncpy.c (TEST_NAME): Likewise.
38257         * string/test-strcasecmp.c (TEST_NAME): Likewise.
38258         * string/test-strcasestr.c (TEST_NAME): Likewise.
38259         * string/test-strcat.c (TEST_NAME): Likewise.
38260         * string/test-strchr.c (TEST_NAME): Likewise.
38261         * string/test-strcmp.c(TEST_NAME): Likewise.
38262         * string/test-strcpy.c (TEST_NAME): Likewise.
38263         * string/test-strcspn.c (TEST_NAME): Likewise.
38264         * string/test-strlen.c (TEST_NAME): Likewise.
38265         * string/test-strncasecmp.c (TEST_NAME): Likewise.
38266         * string/test-strncmp.c (TEST_NAME): Likewise.
38267         * string/test-strncpy.c (TEST_NAME): Likewise.
38268         * string/test-strnlen.c (TEST_NAME): Likewise.
38269         * string/test-strpbrk.c (TEST_NAME): Likewise.
38270         * string/test-strrchr.c (TEST_NAME): Likewise.
38271         * string/test-strspn.c (TEST_NAME): Likewise.
38272         * string/test-strstr.c (TEST_NAME): Likewise.
38273         * string/test-bcopy-ifunc.c: New file.
38274         * string/test-bzero-ifunc.c: Likewise.
38275         * string/test-memccpy-ifunc.c: Likewise.
38276         * string/test-memchr-ifunc.c: Likewise.
38277         * string/test-memcmp-ifunc.c: Likewise.
38278         * string/test-memcpy-ifunc.c: Likewise.
38279         * string/test-memmem-ifunc.c: Likewise.
38280         * string/test-memmove-ifunc.c: Likewise.
38281         * string/test-mempcpy-ifunc.c: Likewise.
38282         * string/test-memset-ifunc.c: Likewise.
38283         * string/test-rawmemchr-ifunc.c: Likewise.
38284         * string/test-stpcpy-ifunc.c: Likewise.
38285         * string/test-stpncpy-ifunc.c: Likewise.
38286         * string/test-strcasecmp-ifunc.c: Likewise.
38287         * string/test-strcasestr-ifunc.c: Likewise.
38288         * string/test-strcat-ifunc.c: Likewise.
38289         * string/test-strchr-ifunc.c: Likewise.
38290         * string/test-strchrnul-ifunc.c: Likewise.
38291         * string/test-strcmp-ifunc.c: Likewise.
38292         * string/test-strcpy-ifunc.c: Likewise.
38293         * string/test-strcspn-ifunc.c: Likewise.
38294         * string/test-strlen-ifunc.c: Likewise.
38295         * string/test-strncasecmp-ifunc.c: Likewise.
38296         * string/test-strncat-ifunc.c: Likewise.
38297         * string/test-strncmp-ifunc.c: Likewise.
38298         * string/test-strncpy-ifunc.c: Likewise.
38299         * string/test-strnlen-ifunc.c: Likewise.
38300         * string/test-strpbrk-ifunc.c: Likewise.
38301         * string/test-strrchr-ifunc.c: Likewise.
38302         * string/test-strspn-ifunc.c: Likewise.
38303         * string/test-strstr-ifunc.c: Likewise.
38305         * debug/Makefile (tests-ifunc): New variable.
38306         (tests): Add $(tests-ifunc).
38307         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38308         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38309         * debug/test-stpcpy_chk-ifunc.c: New file.
38310         * debug/test-strcpy_chk-ifunc.c: Likewise.
38312 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38314         [BZ #13601]
38315         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38316         header is not read in.
38318 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38320         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38321         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38322         directly.  Pass built executable to script as
38323         $(built-program-cmd).
38324         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38325         $testprogram without using LD_LIBRARY_PATH and $ldso.
38327         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38328         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38329         $(rtld-installed-name).
38330         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38331         (rtld_installed_name): Likewise.
38332         (library_path): Likewise.
38333         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38334         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38335         $(run-program-prefix) to tst-tables.sh.
38336         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38337         it to run tst-table-from and tst-table-to.
38338         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38339         Pass it to tst-table.sh.
38340         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38341         $(run-program-prefix) to tst-gettext.sh.
38342         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38343         tst-translit.sh.
38344         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38345         tst-gettext2.sh.
38346         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38347         to run tst-gettext.
38348         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38349         to run tst-gettext2.
38350         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38351         to run tst-translit.
38352         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38353         $(run-program-prefix) to tst-mtrace.sh.
38354         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38355         to run tst-mtrace.
38356         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38357         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38358         $(rtld-installed-name).
38359         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38360         (rtld_installed_name): Likewise.
38361         (run_program_prefix): New variable.  Use it to run wordexp-test.
38363         * Makeconfig (ARCH): Remove all definitions.
38364         (machine): Likewise.
38365         [ARCH]: Remove conditional code.
38366         [!objdir]: Give error.
38367         [!objdir] (objpfx): Remove.
38368         [!objdir] (common-objpfx): Likewise.
38369         [!objdir] (common-objdir): Likewise.
38370         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38371         AC_CONFIG_FILES call.
38372         * configure: Regenerated.
38374         [BZ #13888]
38375         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38376         or TMPDIR.
38377         (testout): Likewise.
38379         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38380         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38381         $(rtld-installed-name).
38382         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38383         (rtld_installed_name): Likwise.
38384         (runit): Remove function.
38385         (run_getconf): New variable,  Use it for running getconf binary.
38387 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38389         [BZ #14716]
38390         * string/test-memmem.c (check_result): New function.
38391         (do_one_test): Use it.
38392         (check1): New function.
38393         (test_main): Use it.
38395 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38397         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38399 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38401         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38402         (_G_LSEEK64): Likewise.
38403         (_G_MMAP64): Likewise.
38404         (_G_FSTAT64): Likewise.
38405         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38406         (_G_LSEEK64): Likewise.
38407         (_G_MMAP64): Likewise.
38408         (_G_FSTAT64): Likewise.
38409         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38410         unconditional.  Call __mmap64 directly.
38411         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38412         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38413         __lseek64 directly.
38414         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38415         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38416         __mmap64 directly.
38417         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38418         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38419         __lseek64 directly.
38420         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38421         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38422         __lseek64 directly.
38423         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38424         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38425         __lseek64 directly.
38426         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38427         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38428         __fxstat64 directly.
38429         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38430         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38431         unconditional.
38432         (freopen64) [!_G_OPEN64]: Remove conditional code.
38433         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38434         unconditional.
38435         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38436         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38437         unconditional.
38438         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38439         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38440         unconditional.
38441         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38442         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38443         unconditional.
38444         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38445         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38446         unconditional.
38447         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38448         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38449         unconditional.
38450         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38451         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38452         unconditional.
38453         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38455 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38457         [BZ #12140]
38458         * manual/memory.texi (Malloc Tunable Parameters): Add note
38459         about free list pointers overwriting some perturb bytes.
38460         Wording suggested by Roland McGrath.
38462 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38464         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38465         (lgamma_test): Likewise.
38466         (tgamma_test): Likewise.
38468 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38470         [BZ #14700]
38471         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38472         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38474 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38476         * NEWS: Mention BZ #14716.
38477         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38478         when removing AVAILABLE1_USES_J macro.
38480 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38482         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38483         (__bswap_64): __uint64_t for unsigned 64-bit int.
38485 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38487         * include/string.h (memmem): Declare libc hidden alias.
38488         * string/memmem.c (memmem): Define libc hidden alias.
38489         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38490         __read, __close instead of open, read, close.
38492 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38494         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38495         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38496         global and hidden.
38497         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38498         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38499         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38500         Likewise.
38501         (__rawmemchr_sse2): Likewise.
38502         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38503         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38504         (__strchr_sse2): Likewise.
38505         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38506         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38507         (__strcasecmp_sse2): Likewise.
38508         (__strncasecmp_sse2): Likewise.
38509         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38510         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38511         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38512         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38513         (__strrchr_sse2): Likewise.
38514         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38515         ifunc-impl-list.c.
38516         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38517         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38518         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38519         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38520         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38521         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38522         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38523         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38524         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38525         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38526         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38527         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38528         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38529         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38530         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38531         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38532         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38533         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38534         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38535         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38536         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38537         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38538         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38539         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38540         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38541         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38542         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38543         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38544         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38545         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38547         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38548         global and hidden.
38549         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38550         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38551         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38552         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38553         Likewise.
38554         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38555         Likewise.
38556         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38557         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38558         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38559         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38560         ifunc-impl-list.c.
38561         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38562         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38563         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38564         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38565         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38566         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38567         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38568         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38569         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38570         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38571         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38572         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38573         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38574         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38575         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38576         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38577         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38578         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38579         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38580         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38581         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38582         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38583         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38584         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38585         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38586         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38587         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38588         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38589         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38590         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38591         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38592         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38593         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38594         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38595         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38596         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38597         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38598         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38599         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38600         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38601         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38603         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38604         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38605         * include/ifunc-impl-list.h: New file.
38606         * misc/ifunc-impl-list.c: Likewise.
38607         * misc/Makefile (routines): Add ifunc-impl-list.
38608         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38609         * string/test-string.h: Include <ifunc-impl-list.h>.
38610         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38611         TEST_NAME]: New variables.
38612         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38613         are defined.
38614         (test_init): Call __libc_ifunc_impl_list to initialize
38615         func_list if TEST_IFUNC and TEST_NAME are defined.
38617         * string/Makefile (strop-tests): Add bcopy and bzero.
38618         * string/test-bcopy.c: New file.
38619         * string/test-bzero.c: Likewise.
38620         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38621         defined.
38622         * string/test-memset.c: Support bzero test if TEST_BZERO is
38623         defined.
38624         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38625         __libc_memmove.
38626         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38627         __libc_memset.
38628         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38629         of memset.
38631 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38633         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38634         * configure: Regenerated.
38636         * Makeconfig (+link-static-before-libc): Don't include
38637         $(link-static-libc).
38639         * libio/libio.h (_IO_pos_t): Remove.
38641 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38643         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38644         McGrath.
38646 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38648         * crypt/crypt-entry.c: Include fips-private.h.
38649         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38650         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38651         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38652         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38654 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38656         * crypt/crypt-private.h: Include stdbool.h.
38657         (_ufc_setup_salt_r): Return bool.
38658         * crypt/crypt-entry.c: Include errno.h.
38659         (__crypt_r): Return NULL with EINVAL for bad salt.
38660         * crypt/crypt_util.c (bad_for_salt): New.
38661         (_ufc_setup_salt_r): Check that salt is long enough and within
38662         the specified alphabet.
38663         * crypt/badsalttest.c: New file.
38664         * crypt/Makefile (tests): Add it.
38665         ($(objpfx)badsalttest): New.
38667 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38669         * NEWS: Add entry for BZ #14602.
38671 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38673         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38674         type-generic.
38675         * math/libm-test.inc: Update comment listing what functions and
38676         macros are tested.
38677         (isgreater_test): New function.
38678         (isgreaterequal_test): Likewise.
38679         (isless_test): Likewise.
38680         (islessequal_test): Likewise.
38681         (islessgreater_test): Likewise.
38682         (isunordered_test): Likewise.
38683         (main): Call the new functions.
38685 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38687         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38688         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38689         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38690         * sysdeps/i386/configure: Regenerated.
38691         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38692         * sysdeps/mach/configure: Regenerated.
38693         * sysdeps/mach/hurd/configure: Regenerated.
38694         * sysdeps/powerpc/configure: Regenerated.
38695         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38696         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38697         * sysdeps/s390/s390-32/configure: Regenerated.
38698         * sysdeps/s390/s390-64/configure: Regenerated.
38699         * sysdeps/sh/configure: Regenerated.
38700         * sysdeps/sparc/configure: Regenerated.
38701         * sysdeps/unix/sysv/linux/configure: Regenerated.
38702         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38703         * sysdeps/x86_64/configure: Regenerated.
38705         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38706         defined.  Don't check if MAP is NULL.
38708 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38710         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38711         (_G_stat64): Likewise.
38712         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38713         (_G_stat64): Likewise.
38714         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38715         instead of struct _G_stat64.
38716         * libio/fileops.c (mmap_remap_check): Likewise.
38717         (decide_maybe_mmap): Likewise.
38718         (_IO_new_file_seekoff): Likewise.
38719         (_IO_file_stat): Likewise.
38720         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38721         _G_off64_t.
38722         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38723         instead of struct _G_stat64.
38724         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38726 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38728         [BZ #14602]
38729         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38730         Replace with ...
38731         (CHECK_EOL): New macro.
38732         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38733         CHECK_EOL.
38734         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38735         Replace with CHECK_EOL.
38736         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38737         Replace with CHECK_EOL.
38739 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38741         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38742         type-generic.
38743         * math/libm-test.inc: Update comment listing what functions and
38744         macros are tested.
38745         (finite_test): New function.
38746         (isinf_test): Likewise.
38747         (isnan_test): Likewise.
38748         (fpclassify_test): Test subnormal input.
38749         (isfinite_test): Likewise.
38750         (isnormal_test): Likewise.
38751         (main): Call the new functions.
38753 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38755         [BZ #14660]
38756         * Makerules (%.dynsym): Force C locale when running
38757         $(OBJDUMP) --dynamic-syms.
38759 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38761         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38762         <stdint.h>.
38764 2012-10-06  David S. Miller  <davem@davemloft.net>
38766         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38767         upper 32-bits of the length value in %o2 since we use branch-on-register
38768         tests which consider the entire 64-bit register.
38770 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38772         * string/test-strstr.c (check2): Add a test for page boundary.
38774 2012-10-05  David S. Miller  <davem@davemloft.net>
38776         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38777         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38778         file.
38779         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38780         sysdep_routines.
38781         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38782         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38783         and bzero when HWCAP_SPARC_CRYPTO is present.
38785 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38787         [BZ #14602]
38788         * string/test-strstr.c (check2): New function.
38789         (test_main): Call check2.
38791         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38792         and bug-strchr1.
38793         * string/bug-strcasestr1.c (do_test): Moved to ...
38794         * string/test-strcasestr.c (check1): Here.  New function.
38795         (do_one_test): Break out result checking code into ...
38796         (check_result): This.  New function.
38797         (do_one_test): Call check_result.
38798         (test_main): Call check1.
38799         * string/bug-strchr1.c (do_test): Moved to ...
38800         * string/test-strchr.c (check1): Here.  New function.
38801         (do_one_test): Break out result checking code into ...
38802         (check_result): This.  New function.
38803         (do_one_test): Call check_result.
38804         (test_main): Call check1.
38805         * string/bug-strstr1.c (main): Moved to ...
38806         * string/test-strstr.c (check1): Here.  New function.
38807         (do_one_test): Break out result checking code into ...
38808         (check_result): This.  New function.
38809         (do_one_test): Call check_result.
38810         (test_main): Call check1.
38811         * string/bug-strcasestr1.c: Removed.
38812         * string/bug-strchr1.c: Likewise.
38813         * string/bug-strstr1.c: Likewise.
38815         * elf/Makefile (dl-routines): Add hwcaps.
38816         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38817         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38818         (_dl_important_hwcaps): Moved to ...
38819         * elf/dl-hwcaps.c: Here.  New file.
38820         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38822         [BZ #14557]
38823         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38824         if IS_IN_rtld isn't defined.
38826         * elf/dl-support.c (_dl_sysinfo_map): New.
38827         Include "get-dynamic-info.h" and "setup-vdso.h".
38828         (_dl_non_dynamic_init): Call setup_vdso.
38829         * elf/dynamic-link.h: Don't include <assert.h>.
38830         (elf_get_dynamic_info): Moved to ...
38831         * elf/get-dynamic-info.h: Here.  New file.
38832         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38833         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38834         * elf/setup-vdso.h: Here.  New file.
38835         * elf/rtld.c: Include "setup-vdso.h".
38836         (dl_main): Call setup_vdso.
38838 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38840         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38841         creal in comment listing functions tested.  List finite, isinf,
38842         isnan, isless, islessequal, isgreater, isgreaterequal,
38843         islessgreater, isunordered, lgamma_r and pow10 as functions and
38844         macros not tested.  Mention which functions not tested are aliases
38845         for other functions.  Fix typo.  Note that signs of NaNs are not
38846         tested.
38848         * scripts/config.guess: Update from config.git.
38849         * scripts/config.sub: Likewise.
38851 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38853         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38854         * misc/madvise.c (madvise): Renamed to __madvise.
38855         Make madvise a weak alias.
38856         * include/sys/mman.h: Declare __madvise.
38857         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38858         * sysdeps/unix/syscalls.list
38859         (madvise): Make __madvise the strong name, and madvise a weak alias.
38860         * sysdeps/unix/sysv/linux/syscalls.list
38861         (madvise, mmap): Remove redundant entries.
38862         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38863         * malloc/malloc.c (mtrim): Likewise.
38864         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38866 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38868         * sysdeps/mach/hurd/dl-cache.c: File removed.
38869         * config.h.in (USE_LDCONFIG): New #undef.
38870         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38871         * configure: Regenerated.
38872         * elf/Makefile (dl-routines): Add dl-cache only under
38873         [$(use-ldconfig) = yes].
38874         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38875         cache on [USE_LDCONFIG].
38876         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38877         [USE_LDCONFIG].
38878         * elf/rtld.c (dl_main): Likewise.
38880 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38882         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38883         _SC_LEVEL4_CACHE_LINESIZE.
38885 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38887         * sysdeps/unix/bsd/confstr.h: File removed.
38889 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38891         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38892         sys/sdt-config.h.
38894 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38896         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38897         Make 'mapoff' field ElfW(Off) rather than off_t.
38899 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38901         * nscd/Makefile: Remove nscd-cflags and all its users.
38902         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38903         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38905         [BZ #10631]
38906         * malloc.c (malloc_printerr): Clarify error message.
38908 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38910         [BZ #14648]
38911         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38912         Set bit_FMA_Usable if FMA is supported.
38913         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38914         macro.
38915         (bit_FMA4_Usable): Updated.
38916         (index_FMA_Usable): New macro.
38917         (CPUID_FMA): Likewise
38918         (HAS_FMA): Defined with bit_FMA_Usable.
38920 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38922         * bits/types.h (__swblk_t): Type removed.
38923         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38924         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38925         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38926         (__SWBLK_T_TYPE): Likewise.
38927         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38928         (__SWBLK_T_TYPE): Likewise.
38929         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38930         (__SWBLK_T_TYPE): Likewise.
38931         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38932         (__SWBLK_T_TYPE): Likewise.
38934 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38935             Honza Horak <hhorak@redhat.com>
38937         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38938         (xdr_mapname): Use YPMAXMAP as maxsize.
38939         (xdr_peername): Use YPMAXPEER as maxsize.
38940         (xdr_keydat): Use YPAXRECORD as maxsize.
38941         (xdr_valdat): Use YPMAXRECORD as maxsize.
38943 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38945         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38947         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38948         * csu/init-first.c: ... here.
38949         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38950         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38951         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38952         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38953         * sysdeps/i386/init-first.c: File removed.
38954         * sysdeps/sh/init-first.c: File removed.
38956 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38958         [BZ #14645]
38959         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38960         if x * y might underflow to zero and z is zero.
38961         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38962         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38963         * math/libm-test.inc (min_subnorm_value): New variable.
38964         (fma_test): Add more tests.
38965         (fma_test_towardzero): Likewise.
38966         (fma_test_downward): Likewise
38967         (fma_test_upward): Likewise.
38968         (initialize): Set min_subnorm_value.
38970 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38972         [BZ #14638]
38973         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38974         0 + 0.
38975         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38976         mode for addition resulting in exact zero.
38977         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38978         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38979         exact 0 + 0.
38980         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38981         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38982         * math/libm-test.inc (fma_test): Add more tests.
38983         (fma_test_towardzero): New function.
38984         (fma_test_downward): Likewise.
38985         (fma_test_upward): Likewise.
38986         (main): Call the new functions.
38988 2012-09-28  David S. Miller  <davem@davemloft.net>
38990         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38992 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38994         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38995         instead of SIGALRM.
38997         * sysdeps/gnu/_G_config.h: Moved to ...
38998         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38999         * sysdeps/mach/hurd/_G_config.h: Moved to ...
39000         * sysdeps/generic/_G_config.h: ... here.
39002         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
39004         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
39006         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
39007         Conditionalize target on [libnss_test1.so-version].
39009         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
39011         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
39012         (elfobjdir): Move out of conditionals.
39014         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
39015         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
39016         (__nss_lookup_function): Conditionalize label remove_from_tree on
39017         [!DO_STATIC_NSS || SHARED], matching its only use.
39019 2012-09-28  David S. Miller  <davem@davemloft.net>
39021         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
39022         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
39023         file.
39024         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39025         sysdep_routines.
39026         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39027         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
39028         when HWCAP_SPARC_CRYPTO is present.
39030 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39032         * io/tst-mknodat.c: Create a FIFO instead of a socket.
39034 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
39036         [BZ #6530]
39037         * stdio-common/vfprintf.c (process_string_arg): Revert
39038         2000-07-22 change.
39040 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
39042         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
39043         for testcase.
39044         * stdio-common/tst-sprintf.c: Include <locale.h>
39045         (main): Test sprintf's handling of incomplete multibyte
39046         characters.
39048 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
39050         * elf/dl-runtime.c (VERSYMIDX): Removed.
39051         * elf/dl-version.c (VERSYMIDX): Likewise.
39052         * elf/do-rel.h (VERSYMIDX): Likewise.
39053         (VALIDX): Likewise.
39054         * elf/dynamic-link.h (VERSYMIDX): Likewise.
39055         * elf/rtld.c (VALIDX): Likewise.
39056         (ADDRIDX): Likewise.
39057         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
39058         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
39059         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
39060         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
39061         (VALIDX): Likewise.
39062         (ADDRIDX): Likewise.
39064 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39066         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
39068 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
39070         [BZ #11438]
39071         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
39072         to global scope.
39073         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
39074         addresses are in the same scope as 192.0.2/24.
39075         * posix/gai.conf: Document new scope table defaults.
39077 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39079         [BZ #5298]
39080         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
39081         for ftell.  Compute offsets from write pointers instead.
39082         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39084 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39086         [BZ #14543]
39087         * libio/Makefile (tests): New test case tst-fseek.
39088         * libio/tst-fseek.c: New test case to verify that fseek/ftell
39089         combination works in wide mode.
39090         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
39091         state when the external buffer state changes.
39093 2012-09-27  David S. Miller  <davem@davemloft.net>
39095         [BZ #14376]
39096         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39097         pass reloc->r_addend in as the 'high' argument to
39098         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39100         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39102 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39104         * rt/tst-aio2.c: Include <pthread.h>.
39105         * rt/tst-aio3.c: Likewise.
39107 2012-09-27  Steve Ellcey  <sellcey@mips.com>
39109         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39111 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
39113         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39114         contents on [SHARED].
39116 2012-09-26  Marek Polacek  <polacek@redhat.com>
39118         [BZ #14530]
39119         [BZ #13741]
39120         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39121         for C++ and GCC <4.3 as well as for non GCC compilers.
39123 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
39125         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39127 2012-09-25  Roland McGrath  <roland@hack.frob.com>
39129         * Makefile.in (all, install): Declare with .PHONY.
39130         Reported by Michael Hope <michael.hope@linaro.org>.
39132 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39134         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39135         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39136         system header.
39137         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39138         Likewise.
39139         (sydep_routines): Add the new and the internal functions.
39140         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39141         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39143         (GLIBC_2.17): Add the new function.
39144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39145         (GLIBC_2.17): Likewise.
39146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39147         (GLIBC_2.17): Likewise.
39148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39149         (GLIBC_2.17): Likewise.
39150         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39152 2012-09-25  Alan Modra  <amodra@gmail.com>
39154         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39155         Add release barrier before setting once_control to say
39156         initialisation is done.  Add hints on lwarx.  Use macro in
39157         place of isync.
39158         (clear_once_control): Add release barrier.
39160 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39162         [BZ #13629]
39163         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39164         specially.
39165         * math/s_clog10.c (__clog10): Likewise.
39166         * math/s_clog10f.c (__clog10f): Likewise.
39167         * math/s_clog10l.c (__clog10l): Likewise.
39168         * math/s_clogf.c (__clogf): Likewise.
39169         * math/s_clogl.c (__clogl): Likewise.
39170         * math/Makefile (libm-calls): Add x2y2m1.
39171         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39172         (__x2y2m1): Likewise.
39173         (__x2y2m1l): Likewise.
39174         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39175         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39176         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39177         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39178         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39179         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39180         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
39181         * sysdeps/i386/fpu/libm-test-ulps: Update.
39182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39184         [BZ #14621]
39185         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
39186         int as type of variable DEPTH.
39187         (glob): Use size_t instead of int as type of variables NEWCOUNT
39188         and OLD_PATHC.
39190 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39192         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39193         Add s_sincosf-sse2.
39194         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
39195         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
39196         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
39197         macros for using routine as __sincosf_ia32.
39198         Use macro for function declaration and weak_alias.
39199         * sysdeps/i386/fpu/libm-test-ulps: Update.
39201         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
39202         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39204         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
39205         subnormal argument.
39206         * math/s_cexpf.c (__cexpf): Likewise.
39207         * math/s_csinf.c (__csinf): Likewise.
39208         * math/s_csinhf.c (__csinhf): Likewise.
39209         * math/s_ctanf.c (__ctanf): Likewise.
39210         * math/s_ctanhf.c (__ctanhf): Likewise.
39211         * math/s_ccosh.c (__ccoshf): Likewise.
39212         * math/s_cexp.c (__cexpl): Likewise.
39213         * math/s_csin.c (__csin): Likewise.
39214         * math/s_csinh.c (__csinh): Likewise.
39215         * math/s_ctan.c (__ctan): Likewise.
39216         * math/s_ctanh.c (ctanh): Likewise.
39217         * math/s_ccoshl.c (__ccoshl): Likewise.
39218         * math/s_cexpl.c (__cexpl): Likewise.
39219         * math/s_csinl.c (__csinl): Likewise.
39220         * math/s_csinhl.c (__csinhl): Likewise.
39221         * math/s_ctanl.c (__ctanl): Likewise.
39222         * math/s_ctanhl.c (__ctanhl): Likewise.
39224 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39226         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
39227         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
39228         (_IO_off_t): Define to __off_t, not _G_off_t.
39229         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
39230         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
39231         (_IO_wint_t): Define to wint_t, not _G_wint_t.
39232         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
39233         type of __dummy and __dummy2 fields.
39234         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
39235         (_G_ssize_t): Likewise.
39236         (_G_off_t): Likewise.
39237         (_G_pid_t): Likewise.
39238         (_G_uid_t): Likewise.
39239         (_G_wchar_t): Likewise.
39240         (_G_wint_t): Likewise.
39241         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
39242         (_G_ssize_t): Likewise.
39243         (_G_off_t): Likewise.
39244         (_G_pid_t): Likewise.
39245         (_G_uid_t): Likewise.
39246         (_G_wchar_t): Likewise.
39247         (_G_wint_t): Likewise.
39248         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
39249         (_G_ssize_t): Likewise.
39250         (_G_off_t): Likewise.
39251         (_G_pid_t): Likewise.
39252         (_G_uid_t): Likewise.
39253         (_G_wchar_t): Likewise.
39254         (_G_wint_t): Likewise.
39256 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39258         * malloc/arena.c: Include malloc-sysdep.h.
39259         (shrink_heap): Use check_may_shrink_heap to decide if madvise
39260         is sufficient to shrink the heap or an unmap is needed.
39261         * sysdeps/generic/malloc-sysdep.h: New file.  Define
39262         new function check_may_shrink_heap.
39263         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
39264         new function check_may_shrink_heap.
39266 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39268         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39269         comments.
39271 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
39273         * catgets/test-gencat.sh: Add "set -e".
39274         * elf/tst-pathopt.sh: Likewise.
39275         * grp/tst_fgetgrent.sh: Likewise.
39276         * iconvdata/run-iconv-test.sh: Likewise.
39277         * intl/tst-gettext.sh: Likewise.
39278         * intl/tst-gettext2.sh: Likewise.
39279         * intl/tst-gettext4.sh: Likewise.
39280         * intl/tst-gettext6.sh: Likewise.
39281         * intl/tst-translit.sh: Likewise.
39282         * io/ftwtest-sh: Likewise.
39283         * libio/test-freopen.sh: Likewise.
39284         * malloc/tst-mtrace.sh: Likewise.
39285         * posix/globtest.sh: Likewise.
39286         * posix/tst-getconf.sh: Likewise.
39287         * posix/wordexp-tst.sh: Likewise.
39288         * stdio-common/tst-printf.sh: Likewise.
39289         * stdio-common/tst-unbputc.sh: Likewise.
39290         * stdlib/tst-fmtmsg.sh: Likewise.
39291         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39292         * catgets/Makefile: Do not specify -e option when running
39293         testsuite shell scripts.
39294         * elf/Makefile: Likewise.
39295         * grp/Makefile: Likewise.
39296         * iconvdata/Makefile: Likewise.
39297         * intl/Makefile: Likewise.
39298         * io/Makefile: Likewise.
39299         * libio/Makefile: Likewise.
39300         * malloc/Makefile: Likewise.
39301         * posix/Makefile: Likewise.
39302         * stdio-common/Makefile: Likewise.
39303         * stdlib/Makefile: Likewise.
39304         * sysdeps/x86_64/Makefile: Likewise.
39306         * io/ftwtest-sh: Add copyright header.
39307         * posix/globtest.sh: Likewise.
39308         * posix/tst-getconf.sh: Likewise.
39309         * posix/wordexp-tst.sh: Likewise.
39310         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39312 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39314         [BZ #13679]
39315         * Makeconfig (+link): Defined as $(+link-static) if
39316         $(build-shared) isn't yes.
39317         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39318         isn't yes.
39319         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39321         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39323         [BZ #14562]
39324         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39325         new chunk size with MALLOC_ALIGN_MASK.
39327 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39329         [BZ #5044]
39330         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39331         <rounding-mode.h>.
39332         (__printf_fphex): Determine rounding using get_rounding_mode and
39333         round_away.
39334         * stdio-common/tst-printf-round.c (struct hex_test): New
39335         structure.
39336         (hex_tests): New variable.
39337         (test_hex_in_one_mode): New function.
39338         (do_test): Also run tests for hex float output.
39340 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39342         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39343         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39344         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39345         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39346         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39347         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39348         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39349         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39351 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39353         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39354         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39355         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39356         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39358 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39360         [BZ #14579]
39361         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39362         mode only.
39363         * elf/tst-rtld-load-self.sh: New test.
39364         * elf/Makefile: Run it.
39366 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39368         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39369         (tst-writev-ENV): Remove.
39370         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39372 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39374         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39376 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39378         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39379         unconditional.
39380         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39381         Likewise.
39382         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39383         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39384         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39385         Likewise.
39387 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39389         [BZ #14587]
39390         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39391         * config.make.in (have-cpp-asm-debuginfo): Removed.
39392         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39393         * configure: Regenerated.
39395 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39397         [BZ #5044]
39398         * stdio-common/printf_fp.c: Include <stdbool.h> and
39399         <rounding-mode.h>.
39400         (___printf_fp): Determine rounding using get_rounding_mode and
39401         round_away.
39402         * stdio-common/tst-printf-round.c: New file.
39403         * stdio-common/Makefile (tests): Add tst-printf-round.
39404         (link-libm): New variable.
39405         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39407 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39409         [BZ #14576]
39410         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39411         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39412         Likewise.
39413         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39414         Likewise.
39416 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39418         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39419         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39420         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39421         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39423 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39425         [BZ #14518]
39426         * include/rounding-mode.h: New file.
39427         * sysdeps/generic/get-rounding-mode.h: Likewise.
39428         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39429         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39430         (MAX_VALUE): New macro.
39431         (MIN_VALUE): Likewise.
39432         (overflow_value): New function.
39433         (underflow_value): Likewise.
39434         (round_and_return): Use overflow_value and underflow_value to
39435         determine return values in overflow and underflow cases.  Use
39436         round_away to determine rounding depending on rounding mode.
39437         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39438         determine return values in overflow and underflow cases.
39439         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39440         (struct test_results): New structure.
39441         (struct test): Use struct test_results to store expected results
39442         for all rounding modes.
39443         (TEST): Include expected results for all rounding modes.
39444         (test_in_one_mode): New function.
39445         (do_test): Use test_in_one_mode to compute and check results.
39446         Check results for all rounding modes.
39447         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39448         $(link-libm).
39450 2012-12-09  Allan McRae  <allan@archlinux.org>
39452         * sysdeps/i386/fpu/libm-test-ulps: Update
39454 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39456         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39457         (_G_int32_t): Likewise.
39458         (_G_uint16_t): Likewise.
39459         (_G_uint32_t): Likewise.
39460         (_G_HAVE_BOOL): Likewise.
39461         (_G_HAVE_ATEXIT): Likewise.
39462         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39463         (_G_HAVE_IO_FILE_OPEN): Likewise.
39464         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39465         (_G_int32_t): Likewise.
39466         (_G_uint16_t): Likewise.
39467         (_G_uint32_t): Likewise.
39468         (_G_HAVE_BOOL): Likewise.
39469         (_G_HAVE_ATEXIT): Likewise.
39470         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39471         (_G_HAVE_IO_FILE_OPEN): Likewise.
39472         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39473         (_G_int32_t): Likewise.
39474         (_G_uint16_t): Likewise.
39475         (_G_uint32_t): Likewise.
39476         (_G_HAVE_BOOL): Likewise.
39477         (_G_HAVE_ATEXIT): Likewise.
39478         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39479         (_G_HAVE_IO_FILE_OPEN): Likewise.
39481 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39483         * csu/libc-tls.c: Update copyright years.
39485 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39487         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39488         [!_G_USING_THUNKS]: Remove conditional code.
39489         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39490         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39492         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39493         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39494         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39495         (_G_VTABLE_LABEL_PREFIX): Likewise.
39496         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39497         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39498         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39499         (_G_VTABLE_LABEL_PREFIX): Likewise.
39500         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39501         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39502         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39503         (_G_VTABLE_LABEL_PREFIX): Likewise.
39504         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39506 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39508         * libio/Makefile: Include ../Makeconfig before tests.
39509         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39510         only if $(build-shared) is yes.
39512         * iconv/gconv_db.c: Update copyright years.
39514 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39516         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39517         unwind info if defined PIC. Fix special cases description.
39518         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39520         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39521         DP_HI_MASK entry.
39522         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39524 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39526         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39528         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39529         is NULL.
39531         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39532         (LDLIBS-tst-chk4): This.
39533         (LDFLAGS-tst-chk5): Renamed to ...
39534         (LDLIBS-tst-chk5): This.
39535         (LDFLAGS-tst-chk6): Renamed to ...
39536         (LDLIBS-tst-chk6): This.
39537         (LDFLAGS-tst-lfschk4): Renamed to ...
39538         (LDLIBS-tst-lfschk4): This.
39539         (LDFLAGS-tst-lfschk5): Renamed to ...
39540         (LDLIBS-tst-lfschk5): This.
39541         (LDFLAGS-tst-lfschk6): Renamed to ...
39542         (LDLIBS-tst-lfschk6): This.
39544         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39545         on $(common-objpfx)soversions.mk.
39547 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39549         [BZ #10014]
39550         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39551         example host name.
39553 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39555         * malloc/arena.c (arena_get_retry): New function that gets
39556         another arena for the caller to try its request on.
39557         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39558         current arena cannot fulfill the request.
39559         (__libc_memalign): Likewise.
39560         (__libc_memalign): Likewise.
39561         (__libc_pvalloc): Likewise.
39562         (__libc_calloc): Likewise.
39564 2012-09-05  John Tobey  <john.tobey@gmail.com>
39566         [BZ #13542]
39567         * manual/arith.texi (Operations on Complex): Fix description
39568         of carg branch cut.
39570 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39572         [BZ #10014]
39573         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39574         host name.
39576         [BZ #10038]
39577         * manual/memory.texi (Memory): Make order of menu items match
39578         order of sections.
39580 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39582         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39583         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39584         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39586 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39588         * csu/libc-tls.c (static_dtv): Renamed to ...
39589         (_dl_static_dtv): This.  Make it global.
39590         (_dl_initial_dtv): Removed.
39591         (__libc_setup_tls): Updated.
39592         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39593         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39594         DL_INITIAL_DTV.
39596 2012-09-06  Petr Machata  <pmachata@redhat.com>
39598         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39599         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39600         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39601         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39603 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39605         [BZ #14545]
39606         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39607         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39608         freeing dtv[-1].
39610 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39612         [BZ #14544]
39613         * Makeconfig (link-static-before-libc): Replace $(+prector)
39614         with $(+prectorT).
39615         (link-static-after-libc): Replace $(+postctor) with
39616         $(+postctorT).
39617         (link-bounded): Replace $(+prector)/$(+postctor) with
39618         $(+prectorT)/$(+postctorT).
39619         (+prectorT): New macro.
39620         (+postctorT): Likewise.
39622 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39624         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39625         (round_str): Handle values above the maximum for IBM long double
39626         as inexact.
39627         * stdlib/tst-strtod-round.c (tests): Regenerated.
39629 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39631         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39632         assembler flag.
39633         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39634         zarch_nohighgprs around the zarch optimized routines.
39635         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39636         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39637         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39638         for zarch.
39640 2012-09-05  David S. Miller  <davem@davemloft.net>
39642         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39644         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39645         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39646         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39647         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39648         entries.
39650 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39652         * malloc/arena.c: Fold copyright years.
39653         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39655 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39657         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39659 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39661         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39663 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39665         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39666         change internal state upon failure.
39668 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39670         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39671         * malloc/memusage.c (mmap): Likewise.
39672         (mmap64, mremap): Likewise.  Adjust name in comment.
39674 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39676         * libio/fileops.c: Fix typos in comments.
39677         * libio/oldfileops.c: Likewise.
39678         * libio/wfileops.c: Likewise.
39680 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39682         [BZ #1349]
39683         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39684         (tst-malloc-usable-ENV): Set environment for test case.
39685         * malloc/hooks.c (malloc_check_get_size): New function to get
39686         requested size.
39687         * malloc/malloc.c (musable): Use malloc_check_get_size.
39688         * malloc/tst-malloc-usable.c: New test case.
39690 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39692         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39694 2012-09-05  Allan McRae  <allan@archlinux.org>
39696         [BZ #13966]
39697         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39698         determine header location.
39699         * configure: Regenerated.
39701 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39703         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39704         float format.
39705         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39706         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39707         format.
39708         (test): Regenerate.
39710 2012-09-04  David S. Miller  <davem@davemloft.net>
39712         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39713         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39714         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39716 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39718         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39719         failures.
39721         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39723 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39725         [BZ #9914]
39726         * libio/iogetdelim.c: Include <limits.h>.
39727         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39728         + len + 1 would overflow.
39730 2012-09-03  Andreas Jaeger  <aj@suse.de>
39732         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39733         * sysdeps/i386/fpu/libm-test-ulps: Update.
39735 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39737         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39738         Add s_sinf-sse2, s_conf-sse2.
39740         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39741         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39742         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39743         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39745         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39746         for using routine as __sinf_ia32.
39747         Use macro for function declaration and weak_alias.
39748         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39749         for using routine as __cosf_ia32.
39750         Use macro for function declaration and weak_alias.
39752         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39753         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39755         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39756         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39757         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39759         * math/libm-test.inc (cos_test): Add more test cases.
39760         (sin_test): Likewise.
39761         (sincos_test): Likewise.
39763 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39765         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39766         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39767         hidden.
39768         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39770 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39772         [BZ #14538]
39773         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39774         first element of the GOT.
39775         (elf_machine_load_address): Return the difference between
39776         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39778 2012-09-01  Allan McRae  <allan@archlinux.org>
39780         [BZ #13412]
39781         * configure.in (AWK): Require gawk version 3.0 or later.
39782         * configure: Regenerated.
39784 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39786         * sysdeps/unix/sysv/linux/kernel-features.h
39787         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39788         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39789         [__NR_clock_getres]: Make code unconditional.
39790         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39791         (clock_getcpuclockid): Remove code left unreachable by removal of
39792         conditionals.
39793         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39794         code unconditional.
39795         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39796         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39797         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39798         Make code unconditional.
39799         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39800         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39801         * sysdeps/unix/sysv/linux/clock_settime.c
39802         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39803         conditional code.
39804         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39805         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39807 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39809         [BZ #14476]
39810         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39811         scripts/test-installation.pl.
39813         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39814         and $ld_so_version if it is set.
39816 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39818         [BZ #14516]
39819         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39820         failure if reading from procfs failed.
39821         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39823 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39825         * sysdeps/unix/sysv/linux/kernel-features.h
39826         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39827         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39828         Remove conditional code.
39829         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39830         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39831         Remove conditional code.
39832         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39833         * sysdeps/unix/sysv/linux/i386/fxstat.c
39834         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39835         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39836         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39837         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39838         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39839         * sysdeps/unix/sysv/linux/i386/lxstat.c
39840         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39841         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39842         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39843         Remove conditional code.
39844         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39845         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39846         Remove conditional code.
39847         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39848         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39849         <kernel-features.h>.
39850         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39851         Remove.
39852         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39853         Remove conditional code.
39854         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39855         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39856         Remove conditional.
39858 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39860         [BZ #5400]
39861         * NEWS: Add fixed bug number.
39863 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39865         [BZ #14519]
39866         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39867         underflowing exponent in case of negative sign.
39868         * stdlib/tst-strtod-round-data: Add more tests.
39869         * stdlib/tst-strtod-round.c (tests): Regenerated.
39871         [BZ #3479]
39872         * stdlib/strtod_l.c (NDIG): Remove.
39873         (HEXNDIG): Likewise.
39874         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39875         smallest representable value.
39876         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39877         lie within an exact representation of 1/2 ulp of the result.
39878         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39879         unconditionally.
39880         (TENS_P9_IDX): Define unconditionally.
39881         (TENS_P9_SIZE): Likewise.
39882         (TENS_P10_IDX): Likewise.
39883         (TENS_P10_SIZE): Likewise.
39884         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39885         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39886         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39887         entries for 10^2^13 and 10^2^14.
39888         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39889         (TENS_P13_IDX): Define.
39890         (TENS_P13_SIZE): Likewise.
39891         (TENS_P14_IDX): Likewise.
39892         (TENS_P14_SIZE): Likewise.
39893         (_fpioconst_pow10): Change array size to
39894         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39895         unconditional.
39896         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39897         1024]: Add entries for 10^2^13 and 10^2^14.
39898         [LAST_POW10 > _LAST_POW10]: Remove #error.
39899         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39900         (_fpioconst_pow10): Change array size to
39901         FPIOCONST_POW10_ARRAY_SIZE.
39902         * stdlib/gen-fpioconst.c: New file.
39903         * stdlib/gen-tst-strtod-round.c: Likewise.
39904         * stdlib/tst-strtod-round-data: Likewise.
39905         * stdlib/tst-strtod-round.c: Likewise.
39906         * stdlib/Makefile (tests): Add tst-strtod-round.
39908         [BZ #14459]
39909         * stdlib/strtod_l.c: Include <stdint.h>.
39910         (NDEBUG): Do not define.
39911         (round_and_return): Change EXPONENT parameter to type intmax_t.
39912         Rearrange calculations to avoid internal overflow possibilities.
39913         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39914         Rearrange calculations to avoid internal overflow possibilities.
39915         Assert that number fits inside MPNSIZE limbs.
39916         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39917         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39918         calculations and add assertions to avoid internal overflow
39919         possibilities.  Add casts to avoid signed/unsigned operations.
39920         * stdlib/tst-strtod-overflow.c: New file.
39921         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39923 2012-08-25  Marek Polacek  <polacek@redhat.com>
39925         * time/time.h: Fix some typos in comments.
39927 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39929         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39930         * posix/tst-rfc3484-2.c: Likewise.
39931         * posix/tst-rfc3484-3.c: Likewise.
39933 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39935         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39936         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39938 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39940         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39941         #include of fxstatat64.c.
39943 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39945         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39946         * shadow/getspent_r.c: Likewise.
39947         * shadow/getspnam.c: Likewise.
39948         * shadow/getspnam_r.c: Likewise.
39949         * gshadow/getsgent.c: Likewise.
39950         * gshadow/getsgent_r.c: Likewise.
39951         * gshadow/getsgnam.c: Likewise.
39952         * gshadow/getsgnam_r.c: Likewise.
39953         * inet/getnetbyad.c: Likewise.
39954         * inet/getnetbyad_r.c: Likewise.
39955         * inet/getnetbynm.c: Likewise.
39956         * inet/getnetbynm_r.c: Likewise.
39957         * inet/getnetent.c: Likewise.
39958         * inet/getnetent_r.c: Likewise.
39959         * inet/getproto.c: Likewise.
39960         * inet/getproto_r.c: Likewise.
39961         * inet/getprtent.c: Likewise.
39962         * inet/getprtent_r.c: Likewise.
39963         * inet/getprtname.c: Likewise.
39964         * inet/getprtname_r.c: Likewise.
39965         * inet/getrpcbyname.c: Likewise.
39966         * inet/getrpcbyname_r.c: Likewise.
39967         * inet/getrpcbynumber.c: Likewise.
39968         * inet/getrpcbynumber_r.c: Likewise.
39969         * inet/getrpcent.c: Likewise.
39970         * inet/getrpcent_r.c: Likewise.
39971         * inet/getaliasent.c: Likewise.
39972         * inet/getaliasent_r.c: Likewise.
39973         * inet/getaliasname.c: Likewise.
39974         * inet/getaliasname_r.c: Likewise.
39975         * nscd/getgrgid_r.c: Likewise.
39976         * nscd/getgrnam_r.c: Likewise.
39977         * nscd/gethstbyad_r.c: Likewise.
39978         * nscd/gethstbynm3_r.c: Likewise.
39979         * nscd/getpwnam_r.c: Likewise.
39980         * nscd/getpwuid_r.c: Likewise.
39981         * nscd/getsrvbynm_r.c: Likewise.
39982         * nscd/getsrvbypt_r.c: Likewise.
39983         * nscd/gai.c: Likewise.
39985         * configure.in (build_nscd): New substituted variable, set
39986         by --disable-build-nscd and defaults to $use_nscd.
39987         * configure: Regenerated.
39988         * config.make.in (build-nscd): New substituted variable.
39989         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39990         Change conditional to require [$(build-nscd) = yes] as well.
39991         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39993         [BZ# 13696]
39994         * configure.in (use_nscd): New substituted variable, set by
39995         --disable-nscd.  If enabled, define USE_NSCD.
39996         * configure: Regenerated.
39997         * config.h.in: Add USE_NSCD.
39998         * config.make.in (use-nscd): New substituted variable.
39999         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
40000         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
40001         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
40002         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
40003         (CFLAGS-getgrnam_r.c): Likewise.
40004         (CFLAGS-initgroups.c): Likewise.
40005         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
40006         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
40007         Variables removed.
40008         * inet/getnetgrent_r.c
40009         (nscd_setnetgrent): New function, broken out of ...
40010         (setnetgrent): ... here.  Call it.
40011         (innetgr): Conditionalize nscd bits on [USE_NSCD].
40012         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
40013         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
40014         * nscd/Makefile (routines, aux): Move definitions after include of
40015         Makeconfig.  Conditionalize on [$(use-nscd) != no].
40016         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
40017         Conditionalize on [USE_NSCD].
40018         (is_nscd, nscd_init_cb): Likewise.
40019         (nss_load_library): Conditionalize init callback on [USE_NSCD].
40020         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
40021         * nss/nss_db/db-init.c: Likewise.
40022         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
40023         [USE_NSCD].
40024         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
40025         (make_request): Use it.
40026         (cache_valid_p): New function.
40027         (__check_pf): Use it.
40028         * NEWS: Add item for --disable-nscd.
40030 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
40032         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
40033         to support sed >= 4.2.1-20-ga9bf076.
40034         * configure: Regenerated.
40036 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40038         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
40039         Conditionalize whole body on [IREL].
40041 2012-08-22  Jeff Law <law@redhat.com>
40043         [BZ #14505]
40044         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
40045         if the family is PF_UNSPEC.
40047 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
40049         * Makerules (lib-version): Rename from V.
40050         (install-lib-nosubdir): Change V to lib-version.
40052 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
40054         [BZ #14252]
40055         * powerpc32/power6/wcschr.c: New file.
40056         * powerpc32/power6/wcscpy.c: New file.
40057         * powerpc32/power6/wcsrchr.c: New file.
40058         * powerpc64/power6/wcschr.c: New file.
40059         * powerpc64/power6/wcscpy.c: New file.
40060         * powerpc64/power6/wcsrchr.c: New file.
40062 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40064         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
40065         (two_way_short_needle): Use it.
40066         * string/strstr.c (AVAILABLE1_USES_J): Define.
40067         * string/strcasestr.c: Likewise.
40069         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
40070         array references.
40071         * string/strcasestr.c (TOLOWER): Make side-effect safe.
40073         [BZ #11607]
40074         * NEWS: Add an entry.
40075         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
40076         define their defaults.
40077         (two_way_short_needle): Detect end-of-string on-the-fly.
40078         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
40079         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
40080         * string/bug-strcasestr1.c: New test.
40081         * string/Makefile: Run it.
40083 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40085         [BZ #11607]
40086         * string/str-two-way.h (two_way_short_needle): Optimize matching of
40087         the first character.
40089 2012-08-21  Roland McGrath  <roland@hack.frob.com>
40091         * csu/elf-init.c (__libc_csu_irel): Function removed.
40092         * csu/libc-start.c (apply_irel): New function.
40093         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
40095 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
40097         * sysdeps/unix/sysv/linux/kernel-features.h
40098         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40099         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40100         <kernel-features.h>.
40101         [__NR_fadvise64_64]: Make code unconditional.
40102         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40103         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40104         !__NR_fadvise64_64)]: Likewise.
40105         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40106         !__NR_fadvise64_64))]: Likewise.
40107         [__NR_fadvise64]: Make code unconditional.
40108         [!__NR_fadvise64]: Remove conditional code.
40109         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40110         <kernel-features.h>.
40111         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40112         unconditional.
40113         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40114         conditional code.
40115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40116         not include <kernel-features.h>.
40117         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40118         unconditional.
40119         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40120         conditional code.
40121         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40122         include <kernel-features.h>.
40123         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40124         unconditional.
40125         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40126         conditional code.
40128 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40130         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40131         slight instruction rearrangements per scrollpipe analysis.
40132         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40134 2012-08-20  Roland McGrath  <roland@hack.frob.com>
40136         * manual/syslog.texi (syslog; vsyslog, closelog):
40137         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40138         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40140         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40141         DSOCAPS to match condition on defining it.
40143 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
40145         * sysdeps/unix/sysv/linux/kernel-features.h
40146         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40148         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40149         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40151         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40152         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40154         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40155         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40157         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40158         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40160         * sysdeps/unix/sysv/linux/kernel-features.h
40161         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40162         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40163         unconditional.
40164         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40165         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40166         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40167         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40168         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40169         Make code unconditional.
40170         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40171         (__mmap64) [!__NR_mmap2]: Likewise.
40172         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40173         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40174         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40175         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40176         [__NR_mmap2]: Make code unconditional.
40177         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40178         (__mmap64) [!__NR_mmap2]: Likewise.
40180 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40182         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
40184 2012-08-18  Andreas Jaeger  <aj@suse.de>
40186         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40188 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40190         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
40191         * include/unistd.h (__have_sock_cloexec): Likewise.
40192         (__have_pipe2): Likewise.
40193         (__have_dup3): Likewise.
40195 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40197         [BZ #9685]
40198         * include/unistd.h (__have_pipe2): Change define into an extern int.
40199         (__have_dup3): Likewise.
40200         * socket/have_sock_cloexec.c: Include fcntl.h.
40201         (__have_pipe2): New variable.
40202         (__have_dup3): Likewise.
40204 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
40206         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
40208 2012-08-17  Marek Polacek  <polacek@redhat.com>
40210         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
40211         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
40213 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40215         * configure.in: Add AC_SUBST for sysheaders.
40216         * configure: Regenerated.
40217         * config.make.in (sysheaders): New substituted variable.
40219         * sysdeps/unix/mkfifo.c: Moved ...
40220         * sysdeps/posix/mkfifo.c: ... here.
40221         * sysdeps/unix/mkfifoat.c: Moved ...
40222         * sysdeps/posix/mkfifoat.c: ... here.
40224         * sysdeps/unix/utime.c: Moved ...
40225         * sysdeps/posix/utime.c: ... here.
40227         * sysdeps/unix/time.c: Moved ...
40228         * sysdeps/posix/time.c: ... here.
40229         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
40230         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
40232         * sysdeps/unix/nice.c: Moved ...
40233         * sysdeps/posix/nice.c: ... here.
40235         * sysdeps/unix/alarm.c: Moved ...
40236         * sysdeps/posix/alarm.c: ... here.
40238         * intl/Makefile ($(codeset_mo)): Depend on the input file.
40240 2012-08-17  Jeff Law <law@redhat.com>
40242         * intl/Makefile (codeset_mo): New variable.
40243         ($(codeset_mo)): New target.
40244         (tst-codeset.out): Depend on that.  Remove explicit rule.
40245         (tst-gettext3.out, tst-gettext5.out): Likewise.
40246         (LOCPATH-ENV, tst-codeset-ENV): New variables.
40247         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
40248         * intl/tst-codeset.sh: Remove.
40249         * intl/tst-gettext3.sh: Likewise.
40250         * intl/tst-gettext5.sh: Likewise.
40252 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40254         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
40255         * sysdeps/unix/syscalls.list: ... here.
40257         * sysdeps/posix/getaddrinfo.c
40258         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40259         (gaiconf_init, gaiconf_reload): Use them.
40260         [!_STATBUF_ST_NSEC]
40261         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40262         Define using time_t rather than struct timespec.
40264         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40265         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40266         Macros removed.
40267         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40268         [!NO_THREADS].
40269         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40270         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40271         Likewise.
40273         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40274         __libc_cleanup_push argument.
40276         * bits/param.h: New file.
40277         * misc/sys/param.h: New file.
40278         * include/sys/param.h: New file.
40279         * misc/Makefile (headers): Add bits/param.h.
40280         * sysdeps/generic/sys/param.h: File removed.
40281         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40282         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40283         * sysdeps/mach/hurd/bits/param.h: New file.
40284         * sysdeps/mach/hurd/sys/param.h: File removed.
40286         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40287         last change.
40289         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40290         [_IO_MTSAFE_IO].
40291         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40292         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40293         New macros.
40295         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40296         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40297         rather than -D_IO_MTSAFE_IO conditionally.
40298         * stdio-common/Makefile (CPPFLAGS): Likewise.
40299         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40300         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40301         Use $(libio-mtsafe).
40302         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40303         of -D_IO_MTSAFE_IO.
40304         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40305         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40306         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40307         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40308         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40309         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40310         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40311         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40312         (CFLAGS-fread_u_chk.c): Likewise.
40313         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40314         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40315         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40316         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40317         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40318         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40319         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40320         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40321         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40323         * libio/Makefile: Test [$(libc-reentrant) = yes]
40324         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40326         * Makeconfig
40327         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40328         * sysdeps/pthread/configure: File removed.
40329         * sysdeps/pthread/Makeconfig: New file.
40330         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40331         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40333 2012-08-16  Gary Benson  <gbenson@redhat.com>
40335         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40336         unmapping the first object in a namespace.
40338 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40340         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40341         (__internal_setnetgrent): ... this.  Add internal_function to
40342         definition.  Add libc_hidden_def.
40343         (setnetgrent): Update caller.
40344         (internal_endnetgrent): Renamed to ...
40345         (__internal_endnetgrent): ... this.  Add internal_function to
40346         definition.  Add libc_hidden_def.
40347         (endnetgrent): Update caller.
40348         (internal_getnetgrent_r): Renamed to ...
40349         (__internal_getnetgrent_r): ... this.  Add internal_function to
40350         definition.  Add libc_hidden_def.
40351         (__getnetgrent_r): Update caller.
40352         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40354 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40356         * stdlib/longlong.h: Update from GCC.
40358 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40360         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40361         on _QL, which is set by umul_ppmm but never used.
40362         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40363         variables, which are set by GMP macros but never used.
40364         * stdio-common/_itowa.c (_itowa): Likewise.
40365         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40366         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40368 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40370         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40371         struct La_sh_regs is not constant.
40372         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40373         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40374         and struct La_sparc64_regs are not constant.
40376 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40378         * sysdeps/unix/sysv/linux/kernel-features.h
40379         (__ASSUME_POSIX_TIMERS): Remove.
40380         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40381         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40382         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40383         Make code unconditional.
40384         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40385         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40386         Make code unconditional.
40387         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40388         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40389         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40390         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40391         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40392         Make code unconditional.
40393         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40394         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40395         (__libc_missing_posix_timers): Remove.
40397 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40399         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40400         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40402         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40404         * elf/dl-sym.c: Include <stdlib.h>.
40406         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40407         constants, which avoids warnings in 32-bit builds.
40409         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40410         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40412         * misc/lseek.c: File moved to ...
40413         * io/lseek.c: ... here.
40415         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40417         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40418         shifting LEN more than 31 bits at once.
40420 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40422         [BZ #14195]
40423         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40424         segmentation fault for a case of two empty input strings.
40425         * string/test-strncasecmp.c (check1): Renamed to...
40426         (bz12205): ...this.
40427         (bz14195): Add new testcase for two empty input strings and N > 0.
40428         (test_main): Call new testcase, adapt for renamed function.
40430 2012-08-15  Andreas Jaeger  <aj@suse.de>
40432         [BZ #14090]
40433         * crypt/md5test2.c: New test, based on test supplied by Serge
40434         Belyshev <belyshev@depni.sinp.msu.ru>.
40435         * crypt/Makefile (xtests): Add md5test-giant..
40436         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40438 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40440         [BZ #14090]
40441         * crypt/md5.c (md5_process_block): Don't assume the buffer
40442         length is less than 2**32.
40443         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40444         length is less than 2**64.
40446 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40448         * string/str-two-way.h: Include <sys/param.h>.
40449         (MAX): Macro removed.
40451         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40452         Move #define and #undef of memmove to just before and after
40453         including <string.h>.
40455         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40456         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40457         and after including <string.h>.  Move declarations of
40458         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40459         to before #include "string/memmove.c".
40461         * include/dirent.h: Declare __getdirentries.
40463         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40464         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40466 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40468         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40469         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40470         * sysdeps/i386/configure: Regenerated.
40471         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40472         STABS_CURRENT_FILE, and STABS_FUN.
40473         (END): Remove call to STABS_FUN_END.
40474         (STABS_CURRENT_FILE1): Delete.
40475         (STABS_CURRENT_FILE): Likewise.
40476         (STABS_FUN): Likewise.
40477         (STABS_FUN_END): Likewise.
40478         (STABS_FUN2): Likewise.
40479         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40480         * sysdeps/x86_64/configure: Regenerated.
40482 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40484         * elf/dl-open.c: Include <atomic.h>.
40485         * elf/dl-lookup.c: Likewise.
40487 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40489         * sysdeps/unix/sysv/linux/kernel-features.h
40490         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40491         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40492         unconditionally.
40493         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40494         unconditionally.
40495         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40496         condition on __ASSUME_CLONE_THREAD_FLAGS.
40498 2012-08-14  Andreas Jaeger  <aj@suse.de>
40500         * sysdeps/i386/fpu/libm-test-ulps: Update.
40502 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40504         * include/atomic.h (atomic_exchange_and_add): Split into ...
40505         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40506         New atomic macros.
40508 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40510         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40512 2012-08-13  Jeff Law <law@redhat.com>
40514         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40515         null byte in the output string.
40517 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40519         * sysdeps/unix/sysv/linux/kernel-features.h
40520         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40521         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40522         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40523         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40524         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40525         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40526         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40528 2012-08-09  Jeff Law <law@redhat.com>
40530         [BZ #13939]
40531         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40532         When avoid_arena is set, don't retry in the that arena.  Pick the
40533         next one, whatever it might be.
40534         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40535         (arena_lock): Pass in new parameter to arena_get2.
40536         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40537         arena_get2.
40538         (__libc_malloc): Unify retrying after main arena failure with
40539         __libc_memalign version.
40540         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40542 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40544         [BZ #14166]
40545         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40546         to __redirect_strstr.
40547         (__strstr_sse42): Use typeof __redirect_strstr.
40548         (__strstr_ia32): Likewise.
40549         (__libc_strstr): New prototype.
40550         (strstr): Renamed to ...
40551         (__libc_strstr): This.
40552         (strstr): New strong alias of __libc_strstr.
40553         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40554         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40555         __redirect_time.
40556         Include <time.h>.
40557         (__libc_time): New prototype.
40558         (time_ifunc): Replace time with __libc_time.
40559         (time): New strong alias and hidden definition of __libc_time.
40560         (__GI_time): Remove strong alias.
40561         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40562         Include <stddef.h>.
40563         (memmove): Redefined to __redirect_memmove.
40564         (__memmove_sse2): Use typeof __redirect_memmove.
40565         (__memmove_ssse3): Likewise.
40566         (__memmove_ssse3_back): Likewise.
40567         (__libc_memmove): New prototype.
40568         (memmove): Renamed to ...
40569         (__libc_memmove): This.
40570         (memmove): New strong alias of __libc_memmove.
40572 2012-08-08  Mark Salter  <msalter@redhat.com>
40574         * elf/elf.h
40575         (R_MN10300_TLS_GD): Define.
40576         (R_MN10300_TLS_LD): Likewise.
40577         (R_MN10300_TLS_LDO): Likewise.
40578         (R_MN10300_TLS_GOTIE): Likewise.
40579         (R_MN10300_TLS_IE): Likewise.
40580         (R_MN10300_TLS_LE): Likewise.
40581         (R_MN10300_TLS_DTPMOD): Likewise.
40582         (R_MN10300_TLS_DTPOFF): Likewise.
40583         (R_MN10300_TLS_TPOFF): Likewise.
40584         (R_MN10300_SYM_DIFF): Likewise.
40585         (R_MN10300_ALIGN): Likewise.
40586         (R_MN10300_NUM): Update.
40588 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40590         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40591         Remove.
40593 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40595         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40597         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40598         sysdeps/unix -> sysdeps/posix move.
40599         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40601 2012-08-07      Allan McRae     <allan@archlinux.org>
40603         [BZ #14303]
40604         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40605         (SUNOS_CPP): Likewise.
40606         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40607         not found.
40608         (open_input): Call CPP using execvp.
40610 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40612         * sysdeps/unix/sysv/linux/kernel-features.h
40613         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40614         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40615         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40616         (__ASSUME_WAITID_SYSCALL): Likewise.
40617         * sysdeps/unix/sysv/linux/dl-execstack.c
40618         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40619         code unconditional.
40620         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40621         conditional code.
40622         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40623         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40624         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40625         code.
40626         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40627         unconditional.
40628         [__ASSUME_WAITID_SYSCALL]: Likewise.
40629         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40631 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40633         * sysdeps/unix/closedir.c: Renamed to ...
40634         * sysdeps/posix/closedir.c: ... here.
40635         * sysdeps/unix/dirfd.c: Renamed to ...
40636         * sysdeps/posix/dirfd.c: ... here.
40637         * sysdeps/unix/dirstream.h: Renamed to ...
40638         * sysdeps/posix/dirstream.h: ... here.
40639         * sysdeps/unix/fdopendir.c: Renamed to ...
40640         * sysdeps/posix/fdopendir.c: ... here.
40641         * sysdeps/unix/opendir.c: Renamed to ...
40642         * sysdeps/posix/opendir.c: ... here.
40643         * sysdeps/unix/readdir.c: Renamed to ...
40644         * sysdeps/posix/readdir.c: ... here.
40645         * sysdeps/unix/readdir_r.c: Renamed to ...
40646         * sysdeps/posix/readdir_r.c: ... here.
40647         * sysdeps/unix/rewinddir.c: Renamed to ...
40648         * sysdeps/posix/rewinddir.c: ... here.
40649         * sysdeps/unix/seekdir.c: Renamed to ...
40650         * sysdeps/posix/seekdir.c: ... here.
40651         * sysdeps/unix/telldir.c: Renamed to ...
40652         * sysdeps/posix/telldir.c: ... here.
40653         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40654         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40655         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40656         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40658         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40659         * bits/fcntl.h: ... here.
40661         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40662         not 0.
40663         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40664         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40665         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40666         (struct flock): Move l_start, l_len to the beginning.
40667         Use __pid_t for l_pid.
40668         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40669         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40670         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40671         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40672         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40673         [__USE_LARGEFILE64] (struct flock64): New type.
40674         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40676         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40677         * bits/dirent.h: ... here.
40679         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40680         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40682 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40684         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40685         Change from 2.6.0 to 2.6.16.
40686         * sysdeps/unix/sysv/linux/configure: Regenerated.
40687         * sysdeps/unix/sysv/linux/kernel-features.h
40688         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40689         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40690         version.
40691         (__ASSUME_UTIMES): Likewise.
40692         (__ASSUME_CLONE_STOPPED): Remove.
40693         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40694         architectures, not kernel version.
40695         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40696         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40697         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40698         (__ASSUME_WAITID_SYSCALL): Likewise.
40699         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40700         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40701         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40702         refer to older versions.
40704 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40706         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40707         Define alphasort64 as an alias.
40708         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40709         Define versionsort64 as an alias.
40710         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40711         Define scandir64 as an alias.
40712         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40713         Define scandirat64 as an alias.
40714         * dirent/alphasort64.c (alphasort64):
40715         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40716         * dirent/versionsort64.c: Likewise.
40717         * dirent/scandir64.c: Likewise.
40718         * dirent/scandirat64.c: Likewise.
40719         * sysdeps/wordsize-64/alphasort.c: File removed.
40720         * sysdeps/wordsize-64/alphasort64.c: File removed.
40721         * sysdeps/wordsize-64/scandir.c: File removed.
40722         * sysdeps/wordsize-64/scandir64.c: File removed.
40723         * sysdeps/wordsize-64/scandirat.c: File removed.
40724         * sysdeps/wordsize-64/scandirat64.c: File removed.
40725         * sysdeps/wordsize-64/versionsort.c: File removed.
40726         * sysdeps/wordsize-64/versionsort64.c: File removed.
40727         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40728         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40729         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40730         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40731         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40732         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40733         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40734         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40736         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40737         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40738         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40739         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40740         [defined __arch64__ || defined __sparcv9]
40741         (__INO_T_MATCHES_INO64_T): New macro.
40742         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40743         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40744         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40745         * sysdeps/unix/sysv/linux/bits/dirent.h
40746         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40747         (_DIRENT_MATCHES_DIRENT64): New macro.
40749         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40750         Define lockf64 as an alias.
40751         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40752         Define fseeko64 as an alias.
40753         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40754         Define ftello64 as an alias.
40755         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40756         Define _IO_fgetpos64 and fgetpos64 as aliases.
40757         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40758         Define _IO_fsetpos64 and fsetpos64 as aliases.
40759         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40760         Conditionalize body on this.
40761         * libio/fseeko64.c: Likewise.
40762         * libio/ftello64.c: Likewise.
40763         * libio/iofgetpos64.c: Likewise.
40764         * libio/iofsetpos64.c: Likewise.
40765         * sysdeps/wordsize-64/lockf.c: File removed.
40766         * sysdeps/wordsize-64/lockf64.c: File removed.
40767         * sysdeps/wordsize-64/fseeko.c: File removed.
40768         * sysdeps/wordsize-64/fseeko64.c: File removed.
40769         * sysdeps/wordsize-64/ftello.c: File removed.
40770         * sysdeps/wordsize-64/ftello64.c: File removed.
40771         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40772         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40773         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40774         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40775         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40776         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40777         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40778         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40779         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40780         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40781         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40782         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40783         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40784         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40786         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40787         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40788         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40789         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40790         [defined __arch64__ || defined __sparcv9]
40791         (__OFF_T_MATCHES_OFF64_T): New macro.
40792         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40793         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40794         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40795         (__OFF_T_MATCHES_OFF64_T): New macro.
40797 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40799         * stdlib/secure-getenv.c (__secure_getenv): Replace
40800         GLIBC_2_16 with GLIBC_2_17.
40802 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40804         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40805         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40807 2012-08-03  David S. Miller  <davem@davemloft.net>
40809         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40811 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40813         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40814         Remove.
40815         (__ASSUME_CORRECT_SI_PID): Likewise.
40816         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40817         (__ASSUME_TMPFS_NAME): Likewise.
40818         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40819         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40820         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40821         (HAVE_AUX_SECURE): Make definition unconditional.
40822         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40823         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40825 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40827         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40828         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40829         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40830         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40831         __eloop_threshold instead of SYMLOOP_MAX.
40833         * sysdeps/generic/eloop-threshold.h: New file.
40834         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40835         of MAXSYMLINKS.
40836         * elf/chroot_canon.c (chroot_canon): Likewise.
40838 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40840         [BZ #13717]
40841         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40842         Change to 2.6.0 everywhere.
40843         * sysdeps/unix/sysv/linux/configure: Regenerated.
40844         * sysdeps/unix/sysv/linux/kernel-features.h
40845         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40846         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40847         kernel versions.
40848         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40849         (__ASSUME_FUTEX_REQUEUE): Remove.
40850         (__ASSUME_STATFS64): Define unconditionally.
40851         (__ASSUME_AT_SECURE): Likewise.
40852         (__ASSUME_CORRECT_SI_PID): Likewise.
40853         (__ASSUME_TGKILL): Define without depending on kernel version for
40854         i386.
40855         (__ASSUME_UTIMES): Likewise.
40856         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40857         kernel version.
40858         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40859         (__ASSUME_TMPFS_NAME): Likewise.
40860         * README: Update reference to Linux kernel versions.
40862 2012-08-02  Marek Polacek  <polacek@redhat.com>
40864         [BZ# 14150]
40865         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40866         libc_cv_asm_type_prefix with %.
40867         * configure: Regenerated.
40868         * include/libc-symbols.h: Remove comment about
40869         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40870         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40871         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40872         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40873         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40874         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40875         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40876         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40877         * elf/tst-unique2mod1.c: Likewise.
40878         * elf/tst-unique1mod2.c: Likewise.
40879         * elf/tst-unique1mod1.c: Likewise.
40880         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40881         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40882         Replace ASM_TYPE_DIRECTIVE with .type.
40883         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40884         * sysdeps/i386/sysdep.h: Likewise.
40885         * sysdeps/x86_64/sysdep.h: Likewise.
40886         * sysdeps/sh/sysdep.h: Likewise.
40887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40888         Do not define ASM_TYPE_DIRECTIVE.
40889         * sysdeps/powerpc/sysdep.h: Likewise.
40890         * sysdeps/powerpc/powerpc32/sysdep.h:
40891         Replace ASM_TYPE_DIRECTIVE with .type.
40892         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40893         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40894         * sysdeps/i386/fpu/e_powf.S: Likewise.
40895         * sysdeps/i386/fpu/e_expl.S: Likewise.
40896         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40897         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40898         * sysdeps/i386/fpu/e_pow.S: Likewise.
40899         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40900         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40901         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40902         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40903         * sysdeps/i386/fpu/e_log2.S: Likewise.
40904         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40905         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40906         * sysdeps/i386/fpu/e_powl.S: Likewise.
40907         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40908         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40909         * sysdeps/i386/fpu/e_logl.S: Likewise.
40910         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40911         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40912         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40913         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40914         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40915         * sysdeps/i386/fpu/e_log.S: Likewise.
40916         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40917         * sysdeps/i386/fpu/e_logf.S: Likewise.
40918         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40919         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40920         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40921         * sysdeps/i386/fpu/e_log10.S: Likewise.
40922         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40923         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40924         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40925         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40926         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40927         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40928         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40929         * sysdeps/i386/i686/strtok.S: Likewise.
40930         * sysdeps/i386/i386-mcount.S: Likewise.
40931         * sysdeps/i386/strtok.S: Likewise.
40932         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40933         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40934         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40935         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40936         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40937         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40938         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40939         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40940         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40941         * sysdeps/x86_64/_mcount.S: Likewise.
40942         * sysdeps/x86_64/strtok.S: Likewise.
40943         * sysdeps/sh/_mcount.S: Likewise.
40945 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40947         * libio/iofopen.c: Include <fcntl.h>.
40948         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40949         (_IO_fopen64, fopen64): Define as aliases.
40950         * libio/iofopen64.c: Include <fcntl.h>.
40951         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40952         Conditionalize body on this.
40953         * sysdeps/wordsize-64/iofopen.c: File removed.
40954         * sysdeps/wordsize-64/iofopen64.c: File removed.
40956 2012-08-01  Marek Polacek  <polacek@redhat.com>
40958         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40959         Use dlfcn directly instead of a variable.
40960         (binfmt-subdir): Do not define.
40961         (dlfcn): Likewise.
40963 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40965         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40966         Remove all definitions.
40967         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40968         <kernel-features.h>.
40969         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40970         (miss_F_GETOWN_EX): Remove all definitions.
40971         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40972         macro definition.
40973         [!__ASSUME_FCNTL64]: Remove conditional code.
40974         [__ASSUME_FCNTL64]: Make code unconditional.
40975         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40976         <kernel-features.h>.
40977         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40978         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40979         (lockf64) [__NR_fcntl64]: Make code unconditional.
40980         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40982         * sysdeps/unix/sysv/linux/kernel-features.h
40983         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40984         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40985         Make code unconditional.
40986         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40987         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40989         [__NR_vfork]: Make code unconditional.
40990         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40991         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40993         [__NR_vfork]: Make code unconditional.
40994         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40995         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40997 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40999         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
41000         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
41002         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41003         Define mkstemp64 as an alias.
41004         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41005         Define mkstemps64 as an alias.
41006         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41007         Define mkostemp64 as an alias.
41008         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41009         Define mkostemps64 as an alias.
41010         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
41011         Conditionalize body on this.
41012         * misc/mkostemp64.c: Likewise.
41013         * misc/mkostemps64.c: Likewise.
41014         * misc/mkstemps64.c: Likewise.
41015         * sysdeps/wordsize-64/mkstemp64.c: File removed.
41016         * sysdeps/wordsize-64/mkostemp64.c: File removed.
41017         * sysdeps/wordsize-64/mkostemp.c: File removed.
41018         * sysdeps/wordsize-64/mkstemp.c: File removed.
41019         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
41020         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
41021         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
41022         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
41024         [BZ #14138]
41025         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
41026         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
41027         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
41028         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
41030         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
41031         compat_symbol macros from <shlib-compat.h> rather than the underlying
41032         default_symbol_version and symbol_version macros, so that DEFAULT
41033         lines in shlib-versions are respected.
41034         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
41036 2012-08-01  Florian Weimer  <fweimer@redhat.com>
41038         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
41039         Declare with warn_unused_result.
41040         (setgid, setregid, setegid, setresgid): Likewise.
41041         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
41042         Likewise.
41043         * WUR-REPORT: Remove set*id functions.
41045 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
41047         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
41049 2012-07-31  Roland McGrath  <roland@hack.frob.com>
41051         [BZ #10191]
41052         * include/sys/socket.h (__libc_accept, __libc_accept4):
41053         Add attribute_hidden.
41054         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
41056         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
41057         use of PTR_MANGLE.
41058         * inet/getnetgrent_r.c (setup): Likewise.
41060         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
41062 2012-07-31  David S. Miller  <davem@davemloft.net>
41064         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41066 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
41068         [BZ #13629]
41069         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
41070         value between 1.0 and 2.0 and smaller part has absolute value less
41071         than 1.0.
41072         * math/s_clog10.c (__clog10): Likewise.
41073         * math/s_clog10f.c (__clog10f): Likewise.
41074         * math/s_clog10l.c (__clog10l): Likewise.
41075         * math/s_clogf.c (__clogf): Likewise.
41076         * math/s_clogl.c (__clogl): Likewise.
41077         * math/libm-test.inc (clog_test): Add more tests.
41078         (clog10_test): Likewise.
41079         * sysdeps/i386/fpu/libm-test-ulps: Update.
41080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41082 2012-07-31  Florian Weimer  <fweimer@redhat.com>
41084         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
41085         Exit with zero in case no suitable GID is found, and write a
41086         message to standard error.
41088 2012-07-30  Roland McGrath  <roland@hack.frob.com>
41090         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
41091         rather than to 1.
41092         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
41093         (MAXPATHLEN): Removed.
41094         (NOGROUP, NODEV): New macros.
41095         (setbit, clrbit, isset, isclr): New macros.
41096         (howmany, roundup, powerof2): New macros.
41097         (DEV_BSIZE): New macro.
41099         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41100         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41102         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41103         definition on [!__NO_LONG_DOUBLE_MATH].
41105         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41106         PTR_MANGLE and PTR_DEMANGLE.
41108         * socket/accept4.c (accept4): Rename to __libc_accept4.
41109         Define accept4 as a weak alias.
41111         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41112         on [_DIRENT_HAVE_D_TYPE].
41113         * io/ftw.c (ftw_dir): Likewise.
41115         * io/xmknod.c (__xmknod): Don't check PATH for being null.
41117         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41119         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41120         Use the BSD numbers rather than the arbitrary ones we had.
41121         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41122         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41123         (SIGXCPU, SIGXFSZ): New macros.
41124         (_NSIG): Now 32.
41126         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41127         initializer on [_LIBC_REENTRANT].
41129         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41130         definitions inside [_POSIX_MAPPED_FILES].
41132         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41134         * dirent/opendir.c: Include <fcntl.h>.
41136         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41137         (__libc_getspecific): Likewise.
41138         (__libc_key_create): Likewise.
41140         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41141         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41142         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41143         (tmpfile64): Define as alias.
41144         * sysdeps/wordsize-64/tmpfile.c: File removed.
41145         * sysdeps/wordsize-64/tmpfile64.c: File removed.
41146         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41147         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41149         * stdio-common/vfscanf.c: Include <stdbool.h>.
41150         * nss/makedb.c: Likewise.
41151         * stdio-common/_i18n_number.h: Likewise.
41152         * argp/argp-help.c: Likewise.
41153         * posix/wordexp.c: Likewise.
41154         * sysdeps/posix/spawni.c: Likewise.
41155         * nss/nss_files/files-initgroups.c: Likewise.
41156         * stdio-common/reg-modifier.c: Include <stdlib.h>.
41157         * nss/nss_files/files-initgroups.c: Likewise.
41158         * nss/nss_db/db-netgrp.c: Likewise.
41159         * nss/nss_db/db-initgroups.c: Likewise.
41160         * io/fchmodat.c: Include <sys/stat.h>.
41162         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41163         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41165         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41166         [HAVE_MMAP].
41168         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41169         Add multiple inclusion protection.
41171 2012-07-27  David S. Miller  <davem@davemloft.net>
41173         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41175 2012-07-27  Gary Benson  <gbenson@redhat.com>
41177         [BZ #14298]
41178         * elf/rtld.c: Include <stap-probe.h>.
41179         (dl_main): Added static probes "init_start" and "init_complete".
41180         * elf/dl-load.c: Include <stap-probe.h>.
41181         (lose): Take new parameter "nsid".
41182         Added static probe "map_failed".
41183         (_dl_map_object_from_fd): Pass namespace id to lose.
41184         Added static probe "map_start".
41185         (open_verify): Pass namespace id to lose.
41186         * elf/dl-open.c: Include <stap-probe.h>.
41187         (dl_open_worker) Added static probes "map_complete", "reloc_start"
41188         and "reloc_complete".
41189         * elf/dl-close.c: Include <stap-probe.h>.
41190         (_dl_close_worker): Added static probes "unmap_start" and
41191         "unmap_complete".
41192         * elf/rtld-debugger-interface.txt: New file documenting the above.
41194 2012-07-26  Roland McGrath  <roland@hack.frob.com>
41196         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
41197         rather than a string variable.
41198         * sunrpc/rpc_main.c (h_output): Likewise.
41199         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
41201 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
41203         * inet/check_native.c: New file.
41205 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
41207         [BZ #13629]
41208         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
41209         if larger part has absolute value 1.0.
41210         * math/s_clog10.c (__clog10): Likewise.
41211         * math/s_clog10f.c (__clog10f): Likewise.
41212         * math/s_clog10l.c (__clog10l): Likewise.
41213         * math/s_clogf.c (__clogf): Likewise.
41214         * math/s_clogl.c (__clogl): Likewise.
41215         * math/libm-test.inc (clog_test): Add more tests.
41216         (clog10_test): Likewise.
41217         * sysdeps/i386/fpu/libm-test-ulps: Update.
41218         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41220         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
41221         (pltexit): Likewise.
41222         (La_regs): Likewise.
41223         (La_retval): Likewise.
41224         (int_retval): Likewise.
41225         Update #error for removed macros to refer only to definitions in
41226         tst-audit.h.
41227         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
41228         macro.
41229         (pltexit): Likewise.
41230         (La_regs): Likewise.
41231         (La_retval): Likewise.
41232         (int_retval): Likewise.
41233         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
41234         macro.
41235         (pltexit): Likewise.
41236         (La_regs): Likewise.
41237         (La_retval): Likewise.
41238         (int_retval): Likewise.
41239         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
41240         macro.
41241         (pltexit): Likewise.
41242         (La_regs): Likewise.
41243         (La_retval): Likewise.
41244         (int_retval): Likewise.
41245         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
41246         macro.
41247         (pltexit): Likewise.
41248         (La_regs): Likewise.
41249         (La_retval): Likewise.
41250         (int_retval): Likewise.
41251         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
41252         macro.
41253         (pltexit): Likewise.
41254         (La_regs): Likewise.
41255         (La_retval): Likewise.
41256         (int_retval): Likewise.
41257         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
41258         macro.
41259         (pltexit): Likewise.
41260         (La_regs): Likewise.
41261         (La_retval): Likewise.
41262         (int_retval): Likewise.
41263         * sysdeps/generic/tst-audit.h: Update comment to refer only to
41264         macro definitions in tst-audit.h.
41265         * sysdeps/i386/tst-audit.h: New file.
41266         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41267         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41268         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41269         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41270         * sysdeps/sh/tst-audit.h: Likewise.
41271         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41272         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41273         * sysdeps/x86_64/tst-audit.h: Likewise.
41275 2012-07-26  Andreas Jaeger  <aj@suse.de>
41277         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41278         ptrace.
41280         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41281         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41282         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41283         PTRACE_O_MASK.
41284         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41285         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41286         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41288         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41289         value.
41291         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41292         _sigsys.
41293         (si_call_addr, si_syscall, si_arch): Define new macro.
41294         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41295         _sigsys.
41296         (si_call_addr, si_syscall, si_arch): Define new marcro.
41297         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41298         _sigsys.
41299         (si_call_addr, si_syscall, si_arch): Define new macro.
41300         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41301         _sigsys.
41302         (si_call_addr, si_syscall, si_arch): Define new macro.
41304 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41306         [BZ #13717]
41307         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41308         Change to 2.4.21 where previously 2.4.1.
41309         * sysdeps/unix/sysv/linux/configure: Regenerated.
41310         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41311         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41312         Linux kernel version.
41313         (__ASSUME_STD_AUXV): Remove.
41314         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41315         kernel version.
41316         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41317         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41318         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41319         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41320         (__ASSUME_NETLINK_SUPPORT): Likewise.
41321         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41322         (__no_netlink_support): Remove conditional definition.
41323         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41324         Remove.
41325         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41326         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41327         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41328         (if_nameindex_ioctl): Remove.
41329         (if_nameindex_netlink): Do not handle __no_netlink_support.
41330         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41331         code.
41332         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41333         Remove conditional code.
41334         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41335         code.
41336         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41337         unconditional.
41338         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41339         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41340         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41341         Remove.
41342         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41343         [!__ASSUME_STD_AUXV]: Remove conditional code.
41344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41345         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41346         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41348         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41349         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41350         code.
41351         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41353         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41354         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41355         conditional code.
41356         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41358         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41359         code.
41360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41361         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41362         conditional code.
41363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41364         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41365         code unconditional.
41366         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41367         conditional code.
41368         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41369         unconditional.
41370         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41371         conditional code.
41372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41373         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41374         unconditional.
41375         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41376         conditional code.
41377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41378         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41379         code unconditional.
41380         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41381         conditional code.
41382         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41383         unconditional.
41384         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41385         conditional code.
41386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41387         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41388         code unconditional.
41389         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41390         conditional code.
41391         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41392         unconditional.
41393         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41394         conditional code.
41396 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41398         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41399         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41400         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41401         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41402         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41403         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41404         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41405         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41406         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41407         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41408         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41409         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41410         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41411         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41412         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41413         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41414         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41415         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41416         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41417         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41418         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41419         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41420         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41422 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41424         * Versions.def: Add GLIBC_2.17.
41425         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41426         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41427         Introduce __libc_secure_getenv.
41428         * stdlib/Versions (2.17): Add secure_getenv
41429         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41430         * stdlib/secure-getenv.c: Rename __secure_getenv to
41431         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41432         symbol __secure_getenv for GLIBC_2.0.
41433         * stdlib/tst-secure-getenv.c: New.
41434         * stdlib/Makefile (tests): Add testcase.
41435         * manual/startup.texi (Environment Access): Document
41436         secure_getenv.
41437         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41438         __libc_secure_getenv.
41439         * inet/ruserpass.c (ruserpass): Likewise.
41440         * malloc/mtrace.c (mtrace): Likewise.
41441         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41442         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41443         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41444         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41445         HAVE_SECURE_GETENV.
41446         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41447         __secure_getenv to __libc_secure_getenv.
41448         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41450         Likewise.
41451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41452         Likewise.
41453         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41455         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41456         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41457         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41458         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41459         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41461 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41463         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41464         (struct La_i86_retval): Likewise.
41465         (struct La_x86_64_regs): Likewise.
41466         (struct La_x86_64_retval): Likewise.
41467         (struct La_x32_regs): Likewise.
41468         (struct La_x32_retval): Likewise.
41469         (struct La_ppc32_regs): Likewise.
41470         (struct La_ppc32_retval): Likewise.
41471         (struct La_ppc64_regs): Likewise.
41472         (struct La_ppc64_retval): Likewise.
41473         (struct La_sh_regs): Likewise.
41474         (struct La_sh_retval): Likewise.
41475         (struct La_s390_32_regs): Likewise.
41476         (struct La_s390_32_retval): Likewise.
41477         (struct La_s390_64_regs): Likewise.
41478         (struct La_s390_64_retval): Likewise.
41479         (struct La_sparc32_regs): Likewise.
41480         (struct La_sparc32_retval): Likewise.
41481         (struct La_sparc64_regs): Likewise.
41482         (struct La_sparc64_retval): Likewise.
41483         (struct audit_ifaces): Remove architecture-specific pltenter and
41484         pltexit members.
41485         * sysdeps/i386/ldsodefs.h: New file.
41486         * sysdeps/powerpc/ldsodefs.h: Likewise.
41487         * sysdeps/s390/ldsodefs.h: Likewise.
41488         * sysdeps/sh/ldsodefs.h: Likewise.
41489         * sysdeps/sparc/ldsodefs.h: Likewise.
41490         * sysdeps/x86_64/ldsodefs.h: Likewise.
41492 2012-07-25  Marek Polacek  <polacek@redhat.com>
41494         [BZ #6808]
41495         * math/libm-test.inc (yn_test): Add another test.
41496         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41497         to ERANGE when the result is +-Inf.
41498         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41499         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41500         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41501         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41503 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41505         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41506         equal to 0.
41507         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41508         clock_t.
41509         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41511 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41513         * configure.in <sysdeps resolving>: Correct printing
41514         Implies_before.
41515         * configure: Regenerate.
41517 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41519         * math/w_ilogb.c: Include <limits.h>.
41520         * math/w_ilogbl.c: Likewise.
41522 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41524         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41525         va_copy.  Document allowing for unavailable va_copy only as
41526         pre-C99 compatibility.
41527         * manual/string.texi (Copying and Concatenation): Use va_copy
41528         instead of __va_copy in concat example.
41530 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41532         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41533         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41534         it if not null.
41536         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41537         with O_NOLINK passed to __file_name_lookup.
41539         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41540         with O_NOLINK passed to __file_name_lookup.
41542         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41543         negative N or less than NGIDS.
41545         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41546         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41547         enough.  Use memcpy instead of strncpy.
41549 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41551         * elf/Makefile (check-data): Remove.
41552         (localplt.data): New vpath directive.
41553         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41554         instead of $(check-data).
41555         * scripts/data/localplt-generic.data: Move to ...
41556         * sysdeps/generic/localplt.data: ... here.
41557         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41558         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41559         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41561         ... here.
41562         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41564         ... here.
41565         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41566         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41567         ... here.
41568         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41569         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41570         ... here.
41571         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41572         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41573         ... here.
41574         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41575         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41576         ... here.
41578 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41580         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41581         PPC32 and PPC64 files.
41582         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41583         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41585 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41587         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41588         __makecontext_ret to ...
41589         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41590         ... here and call exit if uc_link is NULL.  New file.
41591         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41592         __makecontext_ret.S.
41593         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41594         __makecontext_ret to ...
41595         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41596         ... here and call exit if uc_link is NULL.  New file.
41597         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41598         __makecontext_ret.S.
41600 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41602         * elf/elf.h (R_390_IRELATIVE): New definition.
41603         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41604         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41605         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41606         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41607         (elf_machine_lazy_rel): Likewise.
41608         * sysdeps/s390/dl-irel.h: New file.
41609         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41610         * sysdeps/s390/s390-64/memset.S: New asm code.
41611         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41612         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41613         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41614         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41615         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41616         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41617         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41618         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41619         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41620         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41621         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41622         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41623         * sysdeps/s390/s390-32/memset.S: New asm code.
41624         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41626 2012-07-17  Marek Polacek  <polacek@redhat.com>
41628         [BZ #14349]
41629         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41630         * sysdeps/s390/s390-64/configure.in: Likewise.
41631         * sysdeps/sparc/configure.in: Likewise.
41632         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41633         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41634         * sysdeps/i386/configure.in: Likewise.
41635         * sysdeps/x86_64/configure.in: Likewise.
41636         * sysdeps/sh/configure.in: Likewise.
41637         * sysdeps/s390/s390-32/configure: Regenerated.
41638         * sysdeps/s390/s390-64/configure: Likewise.
41639         * sysdeps/x86_64/configure: Likewise.
41640         * sysdeps/sh/configure: Likewise.
41641         * sysdeps/powerpc/powerpc64/configure: Likewise.
41642         * sysdeps/powerpc/powerpc32/configure: Likewise.
41643         * sysdeps/sparc/configure: Likwise.
41644         * sysdeps/i386/configure: Likewise.
41646         * elf/dl-open.c: Comment fixes.
41648 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41650         * Makefile [CXX] (check-data): Remove.
41651         [CXX] (c++-types.data): New vpath directive.
41652         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41653         vpath.  Do not allow for C++ type data being missing.
41654         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41655         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41656         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41657         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41658         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41659         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41660         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41662         ... here.
41663         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41665         ... here.
41666         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41668         ... here.
41669         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41671         ... here.
41672         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41673         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41674         ... here.
41675         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41676         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41677         ... here.
41678         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41679         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41680         ... here.
41681         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41682         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41684         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41685         definitions to architecture-specific files.
41686         (TLS_IE): Likewise.
41687         (TLS_LD): Likewise.
41688         (TLS_GD): Likewise.
41689         * sysdeps/i386/tls-macros.h: New file.
41690         * sysdeps/powerpc/tls-macros.h: Likewise.
41691         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41692         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41693         * sysdeps/sh/tls-macros.h: Likewise.
41694         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41695         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41696         * sysdeps/x86_64/tls-macros.h: Likewise.
41698 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41700         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41701         zero value for regular exit case.
41703         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41704         (__start_context): Preserve zero value for regular exit case.
41706 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41707             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41709         * manual/setjmp.texi (setcontext): Clarify normal process
41710         termination when uc_link is the null pointer.
41711         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41712         exit call.
41714 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41716         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41717         preprocessor.  Test for each exception mask separately.
41719 2012-07-16  Andreas Jaeger  <aj@suse.de>
41721         * po/ru.po: Update from translation team.
41723 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41725         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41726         equal to 0.
41727         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41728         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41729         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41730         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41731         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41733 2012-07-13  Andreas Jaeger  <aj@suse.de>
41735         * po/fr.po: Update from translation team.
41737 2012-07-12  Marek Polacek  <polacek@redhat.com>
41739         [BZ #14173]
41740         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41741         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41742         loop condition.
41744 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41746         [BZ #13717]
41747         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41748         Change to 2.4.1 where previously 2.4.0.
41749         * sysdeps/unix/sysv/linux/configure: Regenerated.
41750         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41751         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41752         version.
41753         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41754         (__ASSUME_AT_CLKTCK): Remove.
41755         (__ASSUME_AT_PAGESIZE): Likewise.
41756         (__ASSUME_AT_XID): Likewise.
41757         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41758         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41759         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41760         unconditionally.
41761         (HAVE_AUX_PAGESIZE): Likewise.
41762         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41763         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41764         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41766 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41768         [BZ #14307]
41769         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41770         the temporary buffer used to invoke __gethostbyname2_r,
41771         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41772         host_data / struct gaih_addrtuple.
41773         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41774         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41775         header file nss/nsswitch.h.
41776         * nss/nsswitch.h (global scope): Add definition of implementation
41777         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41778         resolv/nss_dns/dns-host.c).
41780 2012-07-11  Andreas Jaeger  <aj@suse.de>
41782         * po/fr.po: Update from translation team.
41784         * po/sv.po: Update from translation team
41785         * po/fr.po: Another update from translation team.
41787 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41789         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41790         for subnormals or multiply small sinh result by itself.
41791         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41792         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41794 2012-07-11  David S. Miller  <davem@davemloft.net>
41796         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41798 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41800         [BZ #14347]
41801         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41802         (INTERNAL_MARK): Shift it here.
41804 2012-07-10  Marek Polacek  <polacek@redhat.com>
41806         [BZ #14151]
41807         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41808         libc_cv_asm_global_directive with .globl.
41809         * configure: Regenerated.
41810         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41811         with .globl.
41812         * sysdeps/i386/configure: Regenerated.
41813         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41814         with .globl.
41815         * sysdeps/x86_64/configure: Regenerated.
41816         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41817         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41818         * elf/tst-unique2mod2.c: Likewise.
41819         * elf/tst-unique2mod1.c: Likewise.
41820         * elf/tst-unique1mod2.c: Likewise.
41821         * elf/tst-unique1mod1.c: Likewise.
41822         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41823         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41824         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41825         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41826         * sysdeps/mach/sysdep.h: Likewise.
41827         * sysdeps/i386/sysdep.h: Likewise.
41828         * sysdeps/i386/i386-mcount.S: Likewise.
41829         * sysdeps/x86_64/_mcount.S: Likewise.
41830         * sysdeps/x86_64/sysdep.h: Likewise.
41831         * sysdeps/sh/_mcount.S: Likewise.
41832         * sysdeps/sh/sysdep.h: Likewise.
41833         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41834         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41835         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41836         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41837         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41838         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41839         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41840         * locale/localeinfo.h: Likewise.
41841         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41842         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41844 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41846         [BZ #14336]
41847         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41848         system".
41849         * manual/message.texi (The Uniforum approach): Likewise.
41850         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41851         (glibc iconv Implementation): Likewise.
41853 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41855         [BZ #14337]
41856         * math/s_clog.c (__clog): Avoid scaling a value down where that
41857         could result in underflow.
41858         * math/s_clog10.c (__clog10): Likewise.
41859         * math/s_clog10f.c (__clog10f): Likewise.
41860         * math/s_clog10l.c (__clog10l): Likewise.
41861         * math/s_clogf.c (__clogf): Likewise.
41862         * math/s_clogl.c (__clogl): Likewise.
41863         * math/libm-test.inc (clog_test): Add more tests.
41864         (clog10_test): Likewise.
41865         * sysdeps/i386/fpu/libm-test-ulps: Update.
41866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41868 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41870         [BZ #14283]
41871         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41872         by 7 not 8 to examine high bit of fractional part.
41874         [BZ #14042]
41875         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41876         for call to __mcount_internal.
41877         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41878         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41879         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41881 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41883         [BZ #14154]
41884         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41885         approximation for values within 0x1p-13f of an odd multiple of
41886         pi/4.
41887         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41888         exception.  Add more tests.
41889         * sysdeps/i386/fpu/libm-test-ulps: Update.
41891         [BZ #6778]
41892         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41893         inputs and return -1 for them.  Do not check for +Inf in case not
41894         reachable for +Inf.
41895         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41896         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41897         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41898         and return -1 for them.  Do not check for +Inf in case not
41899         reachable for +Inf.
41900         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41901         define.
41902         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41903         and return -1 for them.  Do not check for +Inf in case not
41904         reachable for +Inf.
41905         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41906         spurious underflow.
41907         * sysdeps/i386/fpu/libm-test-ulps: Update.
41908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41910 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41912         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41914 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41916         [BZ #14157]
41917         [BZ #14331]
41918         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41919         could result in spurious underflow.  Scale down values above
41920         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41921         * math/s_csqrtf.c (__csqrtf): Likewise.
41922         * math/s_csqrtl.c (__csqrtl): Likewise.
41923         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41924         spurious underflow.
41925         * sysdeps/i386/fpu/libm-test-ulps: Update.
41926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41928 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41930         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41931         xopen-msg.sed.
41932         * catgets/xopen-msg.awk: New file.
41933         * catgets/xopen-msg.sed: Removed.
41935         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41936         po2text.sed.
41937         * intl/po2test.awk: New file.
41938         * intl/po2test.sed: Removed.
41940 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41942         [BZ #14328]
41943         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41944         or multiply small sinh result by itself.
41945         * math/s_ctanf.c (__ctanf): Likewise.
41946         * math/s_ctanh.c (__ctanh): Likewise.
41947         * math/s_ctanhf.c (__ctanhf): Likewise.
41948         * math/s_ctanhl.c (__ctanhl): Likewise.
41949         * math/s_ctanl.c (__ctanl): Likewise.
41950         * math/libm-test.inc (ctan_test_tonearest): New function.
41951         (ctan_test_towardzero): Likewise.
41952         (ctan_test_downward): Likewise.
41953         (ctan_test_upward): Likewise.
41954         (ctanh_test_tonearest): Likewise.
41955         (ctanh_test_towardzero): Likewise.
41956         (ctanh_test_downward): Likewise.
41957         (ctanh_test_upward): Likewise.
41958         (main): Call these new functions.
41959         * sysdeps/i386/fpu/libm-test-ulps: Update.
41960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41962 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41964         * .gitignore: Delete /ports entry.
41966 2012-07-03  Andreas Jaeger  <aj@suse.de>
41968         * po/bg.po: Update from translation team.
41969         * po/cs.po: Likewise.
41970         * po/de.po: Likewise.
41971         * po/hr.po: Likewise.
41972         * po/nl.pl: Likewise.
41973         * po/pl.po: Likewise.
41974         * po/vi.po: Likewise.
41976 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41978         * Makeconfig [!+link] (+link-before-libc): New variable.
41979         [!+link] (+link-after-libc): Likewise.
41980         [!+link] (+link-tests): Likewise.
41981         [!+link] (+link): Define in terms of $(+link-before-libc) and
41982         $(+link-after-libc).
41983         [!+link-static] (+link-static-before-libc): New variable.
41984         [!+link-static] (+link-static-after-libc): Likewise.
41985         [!+link-static] (+link-static-tests): Likewise.
41986         [!+link-static] (+link-static): Define in terms of
41987         $(+link-static-before-libc) and $(+link-static-after-libc).
41988         [build-shared] (link-libc-before-gnulib): New variable.
41989         [build-shared] (link-libc-tests): Likewise.
41990         [build-shared] (link-libc): Define in terms of
41991         $(link-libc-before-gnulib).
41992         [!build-shared] (link-libc-tests): New variable.
41993         (link-libc-static-tests): New variable.
41994         [!gnulib] (gnulib-arch): New variable.
41995         [!gnulib] (gnulib-tests): Likewise.
41996         [!gnulib] (static-gnulib-arch): Likewise.
41997         [!gnulib] (static-gnulib-tests): Likewise.
41998         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41999         Define with "=" instead of ":=".
42000         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
42001         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
42002         * Rules (binaries-all-notests): New variable.
42003         (binaries-all-tests): Likewise.
42004         (binaries-static-notests): Likewise.
42005         (binaries-static-tests): Likewise.
42006         (binaries-all): Define using $(binaries-all-notests) and
42007         $(binaries-all-tests).
42008         (binaries-static): Define using $(binaries-static-notests) and
42009         $(binaries-static-tests).
42010         (binaries-shared-tests): New variable.
42011         (binaries-shared-notests): Likewise.
42012         (binaries-shared): Remove variable.
42013         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
42014         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
42015         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
42016         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
42017         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
42018         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
42019         * elf/Makefile (sln-modules): New variable.
42020         (extra-objs): Add $(sln-modules:=.o).
42021         (ldconfig-modules): Add static-stubs.
42022         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
42023         * elf/static-stubs.c: New file.
42025         [BZ #14283]
42026         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
42027         by 7 not 8 to examine high bit of fractional part.  Use volatile
42028         variables when splitting into final array of floats if
42029         __FLT_EVAL_METHOD__ != 0.
42030         * math/libm-test.inc (cos_test): Add another test.
42031         (sin_test): Likewise.
42032         * sysdeps/i386/fpu/libm-test-ulps: Update.
42034         [BZ #14273]
42035         * math/libm-test.inc (cosh_test): Add more tests.
42037         * version.h (RELEASE): Set to "development".
42038         (VERSION): Set to "2.16.90".
42040 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
42042         * NEWS: Update copyright. Remove last-updated date.
42043         Mention math library bug fixes and timezone data changes.
42044         * README: Mention GNU/Hurd, x32, and HPPA support status.
42046 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
42048         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
42050 2012-06-27  Andreas Jaeger  <aj@suse.de>
42052         * manual/contrib.texi (Contributors): Add Samuel Thibault.
42054 2012-06-25  Andreas Jaeger  <aj@suse.de>
42056         * sysdeps/s390/fpu/libm-test-ulps: Update.
42058 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
42059             Thomas Schwinge  <thomas@codesourcery.com>
42061         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
42062         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
42063         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
42064         fanotify_mark.
42066 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
42068         * sysdeps/mach/start.c: Remove file.
42069         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
42070         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
42071         * sysdeps/sh/init-first.c: Likewise.
42073         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
42074         registers for frame unwinding purposes, add CFI directives.
42075         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42076         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
42077         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
42078         Likewise.
42080         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
42081         __fortify_fail returning.
42082         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42084         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
42085         sysdeps/sh/____longjmp_chk.S.
42086         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
42087         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
42088         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
42089         (gen-as-const-headers): Append sigaltstack-offsets.sym.
42091         * sysdeps/sh/abort-instr.h: New file.
42092         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
42093         process in case exit returns.
42095         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
42096         initialize the GOT register before use.
42098         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42099         calculation of ARGC > 4.
42101         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42102         meaningful names to some local labels.
42104 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42105             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42107         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42108         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42109         (__arch_compare_and_exchange_val_16_acq): Likewise.
42110         (__arch_compare_and_exchange_val_32_acq): Likewise.
42111         (atomic_exchange_and_add): Fix gUSA sequence.
42112         (atomic_add): Likewise.
42113         (atomic_add_negative): Likewise.
42114         (atomic_add_zero): Likewise.
42115         (atomic_bit_test_set): Likewise.
42117 2012-06-22  Andreas Schwab  <schwab@redhat.com>
42119         [BZ #13579]
42120         * include/link.h (struct link_map): Add l_free_initfini.
42121         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42122         l_initfini.
42123         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42124         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42125         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42126         set.
42128 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
42130         * configure.in: Use AC_LANG_SOURCE.
42131         * configure: Regenerate.
42133 2012-06-22  Roland McGrath  <roland@hack.frob.com>
42135         * configure.in (libc_cv_localstatedir): New substituted variable.
42136         * configure: Regenerated.
42137         * config.make.in (localstatedir): New variable, substituted from
42138         libc_cv_localstatedir.
42139         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42140         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42141         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42142         * sysdeps/gnu/configure: Regenerated.
42144 2012-06-21  Jeff Law  <law@redhat.com>
42146         [BZ #14277]
42147         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42148         free.  Simplify list management for _LIBC case.
42150 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
42152         [BZ #14273]
42153         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42154         Clear sign bit of 64-bit integer value before comparing against
42155         overflow value.
42157         * sysdeps/mach/configure: Regenerated.
42159 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42161         [BZ #14278]
42162         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42164 2012-06-21  Jeff Law  <law@redhat.com>
42166         [BZ #13882]
42167         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42168         uint16_t for elements in the "seen" array to avoid char overflows.
42169         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42170         * elf/dl-open.c (dl_open_worker): Likewise.
42172 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
42174         * scripts/list-sources.sh: Scan PORTS for translations.
42175         * po/libc.pot: Regenerated.
42177 2012-06-21  Andreas Jaeger  <aj@suse.de>
42179         [BZ #12194]
42180         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
42181         warning.
42182         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
42183         * bits/byteswap-16.h (__bswap_16): Likewise.
42184         * bits/byteswap.h (__bswap_constant_16): Likewise.
42186 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
42188         [BZ #14117]
42189         * sysdeps/i386/fpu_control.h: Removed.
42190         * sysdeps/x86_64/fpu_control.h: Moved to ...
42191         * sysdeps/x86/fpu_control.h: Here.
42193         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
42194         (_FPU_SETCW): Likewise.
42196 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
42198         [BZ #14117]
42199         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
42200         * sysdeps/x86/fpu/bits/mathinline.h: This.
42201         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
42203         [BZ #14050]
42204         [BZ #14117]
42205         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
42206         functions if __x86_64__ is defined.
42208 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
42210         * string/endian.h: Add !__ASSEMBLER__ condition for including
42211         conversion interfaces.
42213 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
42215         [BZ #14241]
42216         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
42217         of ABS(x) in calculating zero to negative powers other than odd
42218         integers.
42219         * math/libm-test.inc (pow_test): Add more tests.
42221 2012-06-15  Andreas Jaeger  <aj@suse.de>
42223         * manual/contrib.texi (Contributors): Update entry of Liubov
42224         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
42225         Machado Filho.
42227 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
42229         * string/string.h: Add __wur to GNU version of strerror_r.
42231 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
42233         [BZ #14229]
42234         * string/Makefile (tests): Add tst-strtok_r.
42235         * string/tst-strtok_r.c: New file.
42236         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
42237         RAX_LP/RDX_LP on SAVE_PTR.
42239 2012-06-14  Roland McGrath  <roland@hack.frob.com>
42241         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
42243 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
42245         * libm_test.inc (csqrt_test): Allow more spurious underflow
42246         exceptions.
42247         (j0_test): Likewise.
42248         (j1_test): Likewise.
42249         (y0_test): Likewise.
42250         (y1_test): Likewise.
42252 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
42254         * po/Makefile (libc.pot): Use UTF-8 charset.
42256 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
42258         [BZ #14210]
42259         Suppress sign-conversion warning from FD_SET.
42260         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42261         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42262         not unsigned long int.
42263         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42265 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
42267         [BZ #14050]
42268         [BZ #14117]
42269         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42270         __extern_always_inline instead of __extern_inline.
42271         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42272         (__signbit): Likewise.
42273         (__signbitl): Support C++ namespace.
42274         (lrintf): New inline function.
42275         (lrint): Likewise.
42276         (llrintf): Likewise.
42277         (llrint): Likewise.
42278         (fmaxf): Likewise.
42279         (fmax): Likewise.
42280         (fminf): Likewise.
42281         (fmin): Likewise.
42282         (rint): Likewise.
42283         (rintf): Likewise.
42284         (ceil): Likewise.
42285         (ceilf): Likewise.
42286         (floor): Likewise.
42287         (floorf): Likewise.
42288         (nearbyint): Likewise.
42289         (nearbyintf): Likewise.
42291 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42293         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42294         non-default versions.
42296 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42298         [BZ #14218]
42299         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42301 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42303         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42304         (FE_UPWARD, FE_DOWNWARD): Don't define.
42305         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42306         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42308         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42309         reading it.
42310         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42311         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42313 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42315         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42316         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42317         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42318         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42320 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42322         [BZ #14117]
42323         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42324         * sysdeps/i386/fpu/Implies: New file.
42325         * sysdeps/x86_64/fpu/Implies: Likewise.
42326         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42327         * sysdeps/x86/fpu/bits/fenv.h: This.
42329         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42330         __SSE_MATH__.
42332 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42334         [BZ #14134]
42335         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42336         character 0xffff that matches the last element of the
42337         conversion table.
42339 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42341         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42342         fmodl commit.
42344 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42346         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42347         values higher than 25.6283.
42349 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42351         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42352         subnormal exponent extraction and add some __builtin_expect.
42353         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42354         Fix for subnormal mantissa calculation.
42356 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42358         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42359         cpu2 is -1 and errno is not ENOSYS.
42361 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42363         [BZ #14117]
42364         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42365         * sysdeps/x86/bits/string.h: This.
42366         * sysdeps/x86_64/bits/string.h: Removed.
42368         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42369         if not compiling for x86-64, but compiling for >= i486.
42371         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42372         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42374         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42375         New macro from Linux kernel 3.4.0.
42376         (FP_XSTATE_MAGIC2): Likewise.
42377         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42378         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42379         (struct _fpx_sw_bytes): New struct.
42380         (struct _xsave_hdr): Likewise.
42381         (struct _ymmh_state): Likewise.
42382         (struct _xstate): Likewise.
42384         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42385         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42386         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42387         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42388         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42389         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42391         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42392         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42393         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42394         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42395         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42396         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42398 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42400         [BZ #13743]
42401         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42402         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42403         (sysdep_headers): Include sys/platform/ppc.h.
42404         * sysdeps/powerpc/test-gettimebase.c: Test for
42405         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42406         * manual/Makefile (appendices): Include platform.texi.
42407         * manual/contrib.texi (Contributors): Update @node pointers.
42408         * manual/maint.texi (Maintenance): Likewise.
42409         (Platform): New node.
42410         * manual/platform.texi: New file.  Document the new features.
42412 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42413             Jakub Jelinek  <jakub@redhat.com>
42415         [BZ #14188]
42416         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42417         where __builtin_expect is unavailable.
42419 2012-06-03  David S. Miller  <davem@davemloft.net>
42421         * stdlib/longlong.h: Updated from GCC.
42423 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42425         [BZ #14042]
42426         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42427         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42428         __mcount_internal.
42429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42430         (GLIBC_2.16): Likewise.
42432 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42434         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42436 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42439         (default-abi): New variable.
42440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42441         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42442         variable.
42443         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42444         Likewise.
42445         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42446         Likewise.
42447         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42448         Likewise.
42450         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42451         definition.  Document in comment.
42453 2012-06-01  David S. Miller  <davem@davemloft.net>
42455         * stdlib/longlong.h: Updated from GCC.
42457 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42459         [BZ #14117]
42460         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42461         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42462         sys/debugreg.h sys/io.h here.
42463         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42464         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42465         sys/io.h.
42466         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42467         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42468         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42469         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42470         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42471         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42473         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42474         Define only if __x86_64__ is defined.
42476 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42478         [BZ #14048]
42479         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42480         Use int64_t for variable i.
42481         * math/libm-test.inc (fmod_test): Add more tests.
42483         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42484         z computation is not scheduled after fetestexcept.
42485         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42486         Use math_force_eval instead of asm to ensure calculation scheduled
42487         before exception test.
42488         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42489         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42491 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42493         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42494         computation is not scheduled after fetestexcept.
42496 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42498         [BZ #14117]
42499         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42500         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42502 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42504         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42505         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42507 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42509         [BZ #14117]
42510         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42511         <bits/wordsize.h>.
42512         (__WCHAR_MIN): Support __WORDSIZE == 64.
42513         (__WCHAR_MAX): Likewise.
42515         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42516         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42518         [BZ #14183]
42519         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42520         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42522         [BZ #14117]
42523         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42524         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42526         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42527         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42529         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42530         Defined to 1 if __x86_64__ isn't defined.
42531         (_STAT_VER_LINUX_OLD): New.
42532         (st_atime): Remove duplicate.
42533         (st_mtime): Likewise.
42534         (st_ctime): Likewise.
42536 2012-05-31  David S. Miller  <davem@davemloft.net>
42538         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42539         entries.
42541 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42543         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42544         gen-libm-test.pl.
42546         [BZ #14132]
42547         * elf/dl-reloc.c: Include <_itoa.h>.
42548         (_dl_reloc_bad_type): Remove use of INTUSE.
42549         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42550         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42551         * stdio-common/psiginfo.c (psiginfo): Likewise.
42552         * stdio-common/psignal.c (psignal): Likewise.
42553         * string/strsignal.c (strsignal): Likewise.
42554         * include/signal.h (_sys_siglist): Declare hidden proto.
42555         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42556         INTVARDEF with libc_hidden_data_def.
42557         * stdio-common/itoa-udigits.c: Likewise.
42558         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42559         (_itoa_lower_digits_internal): Remove declaration.
42560         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42561         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42562         (_sys_sigabbrev_internal): Remove aliases.
42563         (_sys_siglist): Define hidden alias.
42565 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42567         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42568         bits/sysctl.h.
42570 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42572         [BZ #14117]
42573         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42574         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42576         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42577         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42578         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42579         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42580         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42581         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42583         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42584         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42585         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42587         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42588         with __addr.
42589         (insw): Likewise.
42590         (insl): Likewise.
42591         (outsb): Likewise.
42592         (outsw): Likewise.
42593         (outsl): Likewise.
42595         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42596         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42597         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42599         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42600         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42601         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42602         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42603         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42604         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42606         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42607         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42609         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42610         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42612         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42613         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42614         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42616         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42617         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42618         to ...
42619         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42621         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42622         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42623         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42625         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42626         for x86-64.
42627         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42629 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42631         * math/math.h (M_El): Use two more decimal places.
42632         (M_LOG2El): Likewise.
42633         (M_LOG10El): Likewise.
42634         (M_LN2l): Likewise.
42635         (M_LN10l): Likewise.
42636         (M_PIl): Likewise.
42637         (M_PI_2l): Likewise.
42638         (M_PI_4l): Likewise.
42639         (M_1_PIl): Likewise.
42640         (M_2_PIl): Likewise.
42641         (M_2_SQRTPIl): Likewise.
42642         (M_SQRT2l): Likewise.
42643         (M_SQRT1_2l): Likewise.
42645 2012-05-31  David S. Miller  <davem@davemloft.net>
42647         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42648         values between float registers.
42649         * sysdeps/sparc/sparc64/memset.S: Likewise.
42650         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42652 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42654         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42655         -D_FORTIFY_SOURCE=1.
42656         (CPPFLAGS-tst-longjmp_chk.c): Define.
42657         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42658         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42659         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42660         CFLAGS-tst-wchar-h.c.
42662 2012-05-31  Marek Polacek  <polacek@redhat.com>
42664         [BZ #14132]
42665         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42666         __endmntent_internal): Remove declaration.
42667         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42668         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42669         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42671 2012-05-30  David S. Miller  <davem@davemloft.net>
42673         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42674         (___Q_simulate_exceptions): Use real FP ops rather than writing
42675         into the %fsr.
42676         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42677         Likewise.
42679 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42681         [BZ #14117]
42682         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42683         * sysdeps/x86/bits/xtitypes.h: This.
42685         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42686         * sysdeps/x86/bits/wordsize.h: This.
42688         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42689         * sysdeps/x86/bits/huge_vall.h: This.
42691         * sysdeps/i386/bits/select.h: Removed.
42692         * sysdeps/x86_64/bits/select.h: Renamed to ...
42693         * sysdeps/x86/bits/select.h: This.
42695         * sysdeps/i386/bits/setjmp.h: Removed.
42696         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42697         * sysdeps/x86/bits/setjmp.h: This.
42699         * sysdeps/i386/bits/mathdef.h: Removed.
42700         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42701         * sysdeps/x86/bits/mathdef.h: This.
42703 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42705         [BZ #14132]
42706         * include/sys/socket.h (__connect_internal)
42707         (__libc_sa_len_internal): Remove declaration.
42708         (__connect, __libc_sa_len): Declare hidden_proto.
42709         (SA_LEN): Remove use of INTUSE.
42710         * socket/connect.c: Add libc_hidden_def.
42711         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42712         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42713         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42714         alias.
42715         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42716         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42717         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42718         of adding _internal alias.
42720 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42722         [BZ #14117]
42723         * sysdeps/i386/bits/link.h: Removed.
42724         * sysdeps/i386/bits/linkmap.h: Likewise.
42725         * sysdeps/x86_64/bits/link.h: Renamed to ...
42726         * sysdeps/x86/bits/link.h: This.
42727         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42728         * sysdeps/x86/bits/linkmap.h: This.
42730         * sysdeps/i386/bits/endian.h: Removed.
42731         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42732         * sysdeps/x86/bits/endian.h: This.
42734         * sysdeps/i386/bits/byteswap.h: Removed.
42735         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42736         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42737         * sysdeps/x86/bits/byteswap.h: This.
42738         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42739         * sysdeps/x86/bits/byteswap-16.h: This.
42740         * sysdeps/i386/Implies: Add x86.
42741         * sysdeps/x86_64/Implies: Likewise.
42743 2012-05-30  David S. Miller  <davem@davemloft.net>
42745         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42746         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42747         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42748         (FP_TRAPPING_EXCEPTIONS): Define.
42749         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42750         (FP_TRAPPING_EXCEPTIONS): Define.
42751         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42752         subnormals only when inexact has been signalled or underflow
42753         exceptions are enabled.
42754         (_FP_PACK_CANONICAL): Likewise.
42756 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42758         [BZ #14183]
42759         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42760         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42762 2012-05-30  Richard Henderson  <rth@twiddle.net>
42764         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42765         with #ifndef NOT_IN_libc.
42767         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42768         marked to avoid plt entry.
42770 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42772         [BZ #14112]
42773         * Makeconfig (default-abi): New macro.
42774         (abi-includes): Likewise.
42775         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42776         $(abi-$(default-abi)-lib-soname) for soname if defined.
42777         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42778         abi-variants.
42779         * Makefile (installed-stubs): Likewise.
42780         * include/stubs-biarch.h: Removed.
42781         * scripts/lib-names.awk: Only handle one library at a time.
42782         * scripts/soversions.awk: Remove WORDSIZE support.
42783         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42784         entries.
42785         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42786         Removed.
42787         (syscall-list-default-condition): Likewise.
42788         (syscall-list-default-condition): Likewise.
42789         (syscall-list-includes): Likewise.
42790         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42791         syscall-list-* with abi-*.  Handle undefined abi-variants.
42792         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42793         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42794         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42795         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42796         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42797         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42798         Removed.
42799         (syscall-list-32-options): Likewise.
42800         (syscall-list-32-condition): Likewise.
42801         (syscall-list-64-options): Likewise.
42802         (syscall-list-64-condition): Likewise.
42803         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42804         macro.
42805         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42806         Renamed to ...
42807         (abi-*): This.
42808         (abi-64-ld-soname): New macro.
42809         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42810         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42811         Renamed to ...
42812         (abi-*): This.
42813         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42814         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42816 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42818         * sysdeps/unix/sysv/linux/kernel-features.h
42819         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42820         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42821         include <kernel-features.h>.
42822         [!__NR_ftruncate64]: Remove conditional code.
42823         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42824         [__NR_ftruncate64]: Make code unconditional.
42825         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42826         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42827         include <kernel-features.h>.
42828         [!__NR_ftruncate64]: Remove conditional code.
42829         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42830         [__NR_ftruncate64]: Make code unconditional.
42831         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42833         include <kernel-features.h>.
42834         [!__NR_ftruncate64]: Remove conditional code.
42835         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42836         [__NR_ftruncate64]: Make code unconditional.
42837         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42839         include <kernel-features.h>.
42840         [!__NR_ftruncate64]: Remove conditional code.
42841         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42842         [__NR_ftruncate64]: Make code unconditional.
42843         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42845         * configure.in (libc_cv_fpie): Weaken to a compile test using
42846         LIBC_TRY_CC_OPTION.
42847         * configure: Regenerated.
42849 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42851         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42852         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42853         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42854         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42855         Refreshed.
42856         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42857         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42858         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42859         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42860         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42861         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42862         Refreshed.
42864 2012-05-27  David S. Miller  <davem@davemloft.net>
42866         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42867         (___Q_zero): New.
42868         (__Q_simulate_exceptions): Return void.  Change to simulate
42869         exceptions by writing into the %fsr.
42870         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42871         (__Qp_handle_exceptions): Likewise.
42872         (numbers): Delete.
42873         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42874         __Qp_handle_exceptions.
42875         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42876         __Qp_handle_exceptions.
42877         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42878         as unused and give dummy FP_RND_NEAREST initializer.
42879         (FP_INHIBIT_RESULTS): Define.
42880         (___Q_simulate_exceptions): Update declaration.
42881         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42882         formatting.
42883         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42884         as unused and give dummy FP_RND_NEAREST initializer.
42885         (__Qp_handle_exceptions): Update declaration.
42886         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42887         formatting.
42889 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42891         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42892         the temporary FPU control word.
42893         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42894         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42895         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42896         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42897         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42898         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42899         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42900         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42901         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42902         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42903         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42905 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42907         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42908         fields.
42910 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42912         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42913         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42914         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42915         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42916         Likewise.
42917         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42918         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42919         Likewise.
42921 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42923         * po/h.po: Update from translation team.
42925 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42927         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42929         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42930         handling of denormals.
42931         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42932         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42933         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42934         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42935         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42936         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42937         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42938         Likewise.
42940 2012-05-26  Marek Polacek  <polacek@redhat.com>
42942         [BZ #14152]
42943         * math/libm-test.inc (fma_test): Don't always expect underflow
42944         exception.
42946 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42948         [BZ #12416]
42949         * elf/tst-execstack.c: Include stackinfo.h.
42950         (do_test): Adjust test case to ensure that pthread_getattr_np
42951         behaviour remains the same after marking stack executable.
42953 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42955         * sysdeps/unix/sysv/linux/kernel-features.h
42956         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42957         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42958         kernel-features.h.
42959         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42960         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42961         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42962         kernel-features.h.
42963         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42964         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42966 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42968         * configure.in: Define the default includes to being none.
42969         * configure: Regenerated.
42971 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42973         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42974         * sysdeps/x86_64/setjmp.S: Likewise.
42975         * sysdeps/i386/bsd-setjmp.S: Likewise.
42976         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42977         * sysdeps/i386/setjmp.S: Likewise.
42978         * sysdeps/i386/__longjmp.S: Likewise.
42979         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42980         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42982         * include/stap-probe.h: New file.
42983         * configure.in: Handle --enable-systemtap.
42984         * configure: Regenerated.
42985         * config.h.in (USE_STAP_PROBE): New #undef.
42986         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42987         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42988         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42990 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42992         [BZ #13717]
42993         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42994         to 2.4.0 where earlier.
42995         * sysdeps/unix/sysv/linux/configure: Regenerated.
42996         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42997         <kernel-features.h>.
42998         [__ASSUME_32BITUIDS]: Make code unconditional.
42999         [!__ASSUME_32BITUIDS]: Remove conditional code.
43000         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
43001         <kernel-features.h>.
43002         [__ASSUME_32BITUIDS]: Make code unconditional.
43003         [!__ASSUME_32BITUIDS]: Remove conditional code.
43004         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
43005         [__ASSUME_32BITUIDS]: Make code unconditional.
43006         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
43007         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
43008         <kernel-features.h>.
43009         [__ASSUME_32BITUIDS]: Make code unconditional.
43010         [!__ASSUME_32BITUIDS]: Remove conditional code.
43011         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
43012         <kernel-features.h>.
43013         [__ASSUME_32BITUIDS]: Make code unconditional.
43014         [!__ASSUME_32BITUIDS]: Remove conditional code.
43015         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
43016         <kernel-features.h>.
43017         [__ASSUME_32BITUIDS]: Make code unconditional.
43018         [!__ASSUME_32BITUIDS]: Remove conditional code.
43019         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
43020         <kernel-features.h>.
43021         [__ASSUME_32BITUIDS]: Make code unconditional.
43022         [!__ASSUME_32BITUIDS]: Remove conditional code.
43023         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
43024         <kernel-features.h>.
43025         [__ASSUME_32BITUIDS]: Make code unconditional.
43026         [!__ASSUME_32BITUIDS]: Remove conditional code.
43027         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
43028         <kernel-features.h>.
43029         [__ASSUME_32BITUIDS]: Make code unconditional.
43030         [!__ASSUME_32BITUIDS]: Remove conditional code.
43031         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
43032         <kernel-features.h>.
43033         [__ASSUME_32BITUIDS]: Make code unconditional.
43034         [!__ASSUME_32BITUIDS]: Remove conditional code.
43035         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
43036         <kernel-features.h>.
43037         [__ASSUME_32BITUIDS]: Make code unconditional.
43038         [!__ASSUME_32BITUIDS]: Remove conditional code.
43039         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
43040         <kernel-features.h>.
43041         [__ASSUME_32BITUIDS]: Make code unconditional.
43042         [!__ASSUME_32BITUIDS]: Remove conditional code.
43043         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
43044         <kernel-features.h>.
43045         [__ASSUME_32BITUIDS]: Make code unconditional.
43046         [!__ASSUME_32BITUIDS]: Remove conditional code.
43047         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
43048         <kernel-features.h>.
43049         [__NR_setresgid] (__setresgid): Do not declare.
43050         [__ASSUME_32BITUIDS]: Make code unconditional.
43051         [!__ASSUME_32BITUIDS]: Remove conditional code.
43052         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
43053         <kernel-features.h>.
43054         [__NR_setresuid] (__setresuid): Do not declare.
43055         [__ASSUME_32BITUIDS]: Make code unconditional.
43056         [!__ASSUME_32BITUIDS]: Remove conditional code.
43057         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
43058         <kernel-features.h>.
43059         [__ASSUME_32BITUIDS]: Make code unconditional.
43060         [!__ASSUME_32BITUIDS]: Remove conditional code.
43061         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
43062         <kernel-features.h>.
43063         [__ASSUME_32BITUIDS]: Make code unconditional.
43064         [!__ASSUME_32BITUIDS]: Remove conditional code.
43065         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
43066         <kernel-features.h>.
43067         [__ASSUME_32BITUIDS]: Make code unconditional.
43068         [!__ASSUME_32BITUIDS]: Remove conditional code.
43069         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
43070         <kernel-features.h>.
43071         [__ASSUME_32BITUIDS]: Make code unconditional.
43072         [!__ASSUME_32BITUIDS]: Remove conditional code.
43073         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
43074         <kernel-features.h>.
43075         [__ASSUME_32BITUIDS]: Make code unconditional.
43076         [!__ASSUME_32BITUIDS]: Remove conditional code.
43077         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
43078         <kernel-features.h>.
43079         [__ASSUME_32BITUIDS]: Make code unconditional.
43080         [!__ASSUME_32BITUIDS]: Remove conditional code.
43081         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
43082         <kernel-features.h>.
43083         [__ASSUME_32BITUIDS]: Make code unconditional.
43084         [!__ASSUME_32BITUIDS]: Remove conditional code.
43085         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
43086         <kernel-features.h>.
43087         [__ASSUME_32BITUIDS]: Make code unconditional.
43088         [!__ASSUME_32BITUIDS]: Remove conditional code.
43089         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
43090         <kernel-features.h>.
43091         [__ASSUME_32BITUIDS]: Make code unconditional.
43092         [!__ASSUME_32BITUIDS]: Remove conditional code.
43093         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
43094         <kernel-features.h>.
43095         [__ASSUME_32BITUIDS]: Make code unconditional.
43096         [!__ASSUME_32BITUIDS]: Remove conditional code.
43097         * sysdeps/unix/sysv/linux/kernel-features.h
43098         (__ASSUME_SETRESUID_SYSCALL): Remove.
43099         (__ASSUME_SETRESGID_SYSCALL): Likewise.
43100         (__ASSUME_32BITUIDS): Likewise.
43101         (__ASSUME_LDT_WORKS): Likewise.
43102         (__ASSUME_O_DIRECTORY): Likewise.
43103         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43104         architecture but not kernel version.
43105         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43106         (__ASSUME_MMAP2_SYSCALL): Likewise.
43107         (__ASSUME_STAT64_SYSCALL): Likewise.
43108         (__ASSUME_IPC64): Likewise.
43109         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43110         <kernel-features.h>.
43111         [__ASSUME_32BITUIDS]: Make code unconditional.
43112         [!__ASSUME_32BITUIDS]: Remove conditional code.
43113         * sysdeps/unix/sysv/linux/opendir.c: Do not include
43114         <kernel-features.h>.
43115         [__ASSUME_O_DIRECTORY]: Make code unconditional.
43116         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43117         132096]: Remove conditional code.
43118         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43119         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43120         <kernel-features.h>.
43121         [__ASSUME_32BITUIDS]: Make code unconditional.
43122         [!__ASSUME_32BITUIDS]: Remove conditional code.
43123         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43124         <kernel-features.h>.
43125         [__ASSUME_32BITUIDS]: Make code unconditional.
43126         [!__ASSUME_32BITUIDS]: Remove conditional code.
43127         * sysdeps/unix/sysv/linux/setegid.c: Do not include
43128         <kernel-features.h>.
43129         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43130         unconditional.
43131         (__setresgid): Do not declare.
43132         [__ASSUME_32BITUIDS]: Make code unconditional.
43133         [!__ASSUME_32BITUIDS]: Remove conditional code.
43134         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43135         <kernel-features.h>.
43136         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43137         unconditional.
43138         (__setresuid): Do not declare.
43139         [__ASSUME_32BITUIDS]: Make code unconditional.
43140         [!__ASSUME_32BITUIDS]: Remove conditional code.
43141         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43142         <kernel-features.h>.
43143         [__ASSUME_32BITUIDS]: Make code unconditional.
43144         [!__ASSUME_32BITUIDS]: Remove conditional code.
43145         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43146         <kernel-features.h>.
43147         [__ASSUME_32BITUIDS]: Make code unconditional.
43148         [!__ASSUME_32BITUIDS]: Remove conditional code.
43150 2012-05-25  Richard Henderson  <rth@twiddle.net>
43152         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43153         dl_hwcap to ifunc resolver.
43154         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43155         elf_ifunc_invoke.
43156         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43157         dl_hwcap to ifunc resolver.
43158         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43160 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43162         [BZ #14153]
43163         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43164         for |x| <= 2**-26, not 2**-57.
43165         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43166         exception.
43168 2012-05-24  Jeff Law  <law@redhat.com>
43170         * stdio-common/Makefile (tests): Add bug25.
43171         * stdio-common/bug25.c: New test.
43173 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43175         [BZ #13576]
43176         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43177         multiple of MALLOC_ALIGNMENT in size.
43178         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43180 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43182         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
43183         Require >= 256.
43184         (FILENAME_MAX): Use macro-int-constant.
43185         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
43186         (_IOFBF): Use macro-int-constant.
43187         (_IOLBF): Likewise.
43188         (_IONBF): Likewise.
43189         (SEEK_CUR): Likewise.
43190         (SEEK_END): Likewise.
43191         (SEEK_SET): Likewise.
43192         (TMP_MAX): Likewise.
43193         (EOF): Use macro-int-constant.  Require < 0.
43194         (NULL): Use macro-constant.  Require == 0.
43195         (stdin): Require type to be FILE *.
43196         (stdout): Likewise.
43197         (stderr): Likewise.
43198         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
43199         macro-int-constant.
43200         (EXIT_SUCCESS): Likewise.
43201         (NULL): Use macro-constant.  Require == 0.
43202         (RAND_MAX): Use macro-int-constant.
43203         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
43204         [C99-based standards] (strtof): Require function.
43205         [C99-based standards] (strtold): Likewise.
43206         [C99-based standards] (strtoll): Likewise.
43207         [C99-based standards] (strtoull): Likewise.
43208         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
43209         [ISO || ISO99 || ISO11] (limits.h): Likewise.
43210         [ISO || ISO99 || ISO11] (math.h): Likewise.
43211         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
43212         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
43213         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43215 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
43217         [BZ #14132]
43218         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
43219         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
43220         * intl/dgettext.c (DCGETTEXT): Likewise.
43221         * intl/gettext.c (DCGETTEXT): Likewise.
43222         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
43223         * posix/regex_internal.h (gettext): Likewise.
43224         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
43225         Remove declaration.
43226         * include/argz.h (__argz_count_internal)
43227         (__argz_stringify_internal): Remove declaration.
43228         (__argz_count, __argz_stringify): Declare hidden proto.
43229         * intl/dcgettext.c: Remove use of INTDEF.
43230         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
43231         * string/argz-stringify.c: Likewise.
43232         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43233         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43234         Declare hidden proto.
43235         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43236         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43237         Declare hidden proto.
43238         * include/stdio.h (__asprintf_internal): Don't declare.
43239         (__asprintf): Don't define as macro.  Declare hidden proto.
43240         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
43241         (__fsetlocking): Declare hidden proto.
43242         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
43243         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
43244         hidden proto.
43245         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
43246         (_IO_setlinebuf): Remove use of INTUSE.
43247         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
43248         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
43249         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
43250         Remove declaration.
43251         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
43252         (_IO_do_flush): Remove use of INTUSE.
43253         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43254         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43255         (_IO_adjust_column, _IO_least_wmarker)
43256         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43257         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43258         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43259         (_IO_default_doallocate, _IO_wdefault_doallocate)
43260         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43261         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43262         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43263         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43264         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43265         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43266         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43267         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43268         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43269         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43270         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43271         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43272         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43273         proto.
43274         (_IO_flush_all_internal, _IO_adjust_column_internal)
43275         (_IO_default_uflow_internal, _IO_default_finish_internal)
43276         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43277         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43278         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43279         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43280         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43281         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43282         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43283         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43284         (_IO_file_close_internal, _IO_file_close_it_internal)
43285         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43286         (_IO_file_init_internal, _IO_file_attach_internal)
43287         (_IO_file_fopen_internal, _IO_file_read_internal)
43288         (_IO_file_sync_internal, _IO_file_seek_internal)
43289         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43290         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43291         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43292         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43293         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43294         (_IO_list_all_internal, _IO_link_in_internal)
43295         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43296         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43297         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43298         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43299         (_IO_do_write_internal, _IO_padn_internal)
43300         (_IO_getline_info_internal, _IO_getline_internal)
43301         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43302         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43303         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43304         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43305         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43306         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43307         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43308         with libc_hidden_ver, remove use of INTUSE.
43309         * libio/genops.c: Likewise.
43310         * libio/freopen.c: Likewise.
43311         * libio/freopen64.c: Likewise.
43312         * libio/iofclose.c: Likewise.
43313         * libio/iofdopen.c: Likewise.
43314         * libio/iofflush.c: Likewise.
43315         * libio/iofflush_u.c: Likewise.
43316         * libio/iofgets.c: Likewise.
43317         * libio/iofgets_u.c: Likewise.
43318         * libio/iofopen.c: Likewise.
43319         * libio/iofopncook.c: Likewise.
43320         * libio/iofread.c: Likewise.
43321         * libio/iofread_u.c: Likewise.
43322         * libio/ioftell.c: Likewise.
43323         * libio/iofwrite.c: Likewise.
43324         * libio/iogetline.c: Likewise.
43325         * libio/iogets.c: Likewise.
43326         * libio/iogetwline.c: Likewise.
43327         * libio/iopadn.c: Likewise.
43328         * libio/iopopen.c: Likewise.
43329         * libio/ioseekoff.c: Likewise.
43330         * libio/ioseekpos.c: Likewise.
43331         * libio/iosetbuffer.c: Likewise.
43332         * libio/iosetvbuf.c: Likewise.
43333         * libio/ioungetc.c: Likewise.
43334         * libio/ioungetwc.c: Likewise.
43335         * libio/iovdprintf.c: Likewise.
43336         * libio/iovsprintf.c: Likewise.
43337         * libio/iovsscanf.c: Likewise.
43338         * libio/memstream.c: Likewise.
43339         * libio/obprintf.c: Likewise.
43340         * libio/oldfileops.c: Likewise.
43341         * libio/oldiofclose.c: Likewise.
43342         * libio/oldiofdopen.c: Likewise.
43343         * libio/oldiofopen.c: Likewise.
43344         * libio/oldiopopen.c: Likewise.
43345         * libio/oldstdfiles.c: Likewise.
43346         * libio/putc.c: Likewise.
43347         * libio/setbuf.c: Likewise.
43348         * libio/setlinebuf.c: Likewise.
43349         * libio/stdfiles.c: Likewise.
43350         * libio/strops.c: Likewise.
43351         * libio/vasprintf.c: Likewise.
43352         * libio/vscanf.c: Likewise.
43353         * libio/vsnprintf.c: Likewise.
43354         * libio/vswprintf.c: Likewise.
43355         * libio/wfiledoalloc.c: Likewise.
43356         * libio/wfileops.c: Likewise.
43357         * libio/wgenops.c: Likewise.
43358         * libio/wmemstream.c: Likewise.
43359         * libio/wstrops.c: Likewise.
43360         * libio/__fpurge.c: Likewise.
43361         * libio/__fsetlocking.c: Likewise.
43362         * assert/assert.c: Likewise.
43363         * debug/fgets_chk.c: Likewise.
43364         * debug/fgets_u_chk.c: Likewise.
43365         * debug/fread_chk.c: Likewise.
43366         * debug/fread_u_chk.c: Likewise.
43367         * debug/gets_chk.c: Likewise.
43368         * debug/obprintf_chk.c: Likewise.
43369         * debug/vasprintf_chk.c: Likewise.
43370         * debug/vdprintf_chk.c: Likewise.
43371         * debug/vsnprintf_chk.c: Likewise.
43372         * debug/vsprintf_chk.c: Likewise.
43373         * malloc/mtrace.c: Likewise.
43374         * misc/error.c: Likewise.
43375         * misc/syslog.c: Likewise.
43376         * stdio-common/asprintf.c: Likewise.
43377         * stdio-common/fxprintf.c: Likewise.
43378         * stdio-common/getw.c: Likewise.
43379         * stdio-common/isoc99_fscanf.c: Likewise.
43380         * stdio-common/isoc99_scanf.c: Likewise.
43381         * stdio-common/isoc99_vfscanf.c: Likewise.
43382         * stdio-common/isoc99_vscanf.c: Likewise.
43383         * stdio-common/isoc99_vsscanf.c: Likewise.
43384         * stdio-common/printf-prs.c: Likewise.
43385         * stdio-common/printf_fp.c: Likewise.
43386         * stdio-common/printf_fphex.c: Likewise.
43387         * stdio-common/printf_size.c: Likewise.
43388         * stdio-common/putw.c: Likewise.
43389         * stdio-common/scanf.c: Likewise.
43390         * stdio-common/sprintf.c: Likewise.
43391         * stdio-common/tmpfile.c: Likewise.
43392         * stdio-common/vfprintf.c: Likewise.
43393         * stdio-common/vfscanf.c: Likewise.
43394         * stdlib/strfmon_l.c: Likewise.
43395         * sunrpc/openchild.c: Likewise.
43396         * sunrpc/xdr_stdio.c: Likewise.
43397         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43398         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43400 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43402         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43404         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43405         in the third column, to generate for the shared library an IFUNC
43406         that uses _dl_vdso_vsym.
43407         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43408         * Makeconfig (object-suffixes-noshared): New variable.
43410         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43411         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43412         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43413         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43415         [BZ #14132]
43416         * include/sys/time.h (__gettimeofday): Remove macro.
43417         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43418         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43419         Remove INTDEF.
43420         (__gettimeofday): Add libc_hidden_def.
43421         (gettimeofday): Add libc_hidden_weak.
43422         * sysdeps/mach/gettimeofday.c: Likewise.
43423         * sysdeps/posix/gettimeofday.c: Likewise.
43424         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43425         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43426         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43427         (__gettimeofday_internal): Remove strong_alias.
43428         (__gettimeofday): Add libc_hidden_def.
43429         (gettimeofday): Add libc_hidden_weak.
43430         * sysdeps/unix/syscalls.list (gettimeofday):
43431         Remove __gettimeofday_internal alias.
43433 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43434             H.J. Lu  <hongjiu.lu@intel.com>
43436         [BZ #12495]
43437         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43438         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43439         (largebin_index_32_big): New.
43440         (largebin_index): Use it for 16-byte alignment.
43441         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43442         correction with front_misalign.
43444 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43446         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43447         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43448         Likewise.
43449         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43450         Likewise.
43451         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43452         Likewise.
43453         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43454         Likewise.
43455         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43456         Likewise.
43457         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43458         Likewise.
43459         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43460         Likewise.
43461         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43462         Likewise.
43463         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43464         Likewise.
43465         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43466         Likewise.
43467         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43468         Likewise.
43469         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43470         Likewise.
43472         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43473         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43475 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43477         [BZ #10846]
43478         [BZ #14036]
43479         * math/libm-test.inc (exp_test): Add test from bug 14036.
43480         (pow_test): Add test from bug 10846.
43482         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43483         and other flags.
43484         (special_function): Do not include flags in test name.
43485         (parse_args): Likewise.
43486         * sysdeps/i386/fpu/libm-test-ulps: Update.
43487         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43488         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43489         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43492         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43493         exceptions.
43494         * math/libm-test.inc ("Philosophy"): Update comment about
43495         exception testing.
43496         (UNDERFLOW_EXCEPTION): New macro.
43497         (UNDERFLOW_EXCEPTION_OK): Likewise.
43498         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43499         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43500         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43501         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43502         (INVALID_EXCEPTION_OK): Update value.
43503         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43504         (OVERFLOW_EXCEPTION_OK): Likewise.
43505         (IGNORE_ZERO_INF_SIGN): Likewise.
43506         (test_exceptions): Handle underflow exceptions.
43507         (acos_test): Update for underflow exception expectations.
43508         (cexp_test): Likewise.
43509         (clog_test): Likewise.
43510         (clog10_test): Likewise.
43511         (csqrt_test): Likewise.
43512         (ctan_test): Likewise.
43513         (ctanh_test): Likewise.
43514         (exp_test): Likewise.
43515         (exp10_test): Likewise.
43516         (exp2_test): Likewise.
43517         (expm1_test): Likewise.
43518         (fma_test): Likewise.
43519         (j0_test): Likewise.
43520         (jn_test): Likewise.
43521         (nexttoward_test): Likewise.
43522         (pow_test): Likewise.
43523         (scalbn_test): Likewise.
43524         (scalbln_test): Likewise.
43525         (tan_test): Likewise.
43526         (y1_test): Likewise.
43527         * sysdeps/i386/fpu/libm-test-ulps: Update.
43528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43530 2012-05-23  David S. Miller  <davem@davemloft.net>
43532         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43533         (__libc_sigaction): Remove unused local variables.
43535 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43537         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43539 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43541         mktime: avoid signed integer overflow
43542         * time/mktime.c (__mktime_internal): Do not mishandle the case
43543         where diff == INT_MIN.
43545         mktime: simplify computation of average
43546         * time/mktime.c (ranged_convert): Use new time_t_avg function
43547         instead of rolling our own (probably-slower) code.
43549         mktime: do not assume signed right shift propagates sign bit
43550         * time/mktime.c (isdst_differ): New static function.
43551         (__mktime_internal): No need to normalize tm_isdst now.
43552         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43553         tm_isdst values.
43555         mktime: merge another wrapv change from gnulib
43556         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43557         from some compilers.
43559         mktime: remove incorrect attempt at unusual arithmetics
43560         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43561         The code didn't really work on such machines anyway.
43562         (TYPE_MINIMUM): Assume two's complement.
43563         (twos_complement_arithmetic): Verify that long_int and time_t
43564         are two's complement (or unsigned, in the latter case).
43566         mktime: check signed shifts on long_int and time_t, too
43567         * time/mktime.c (SHR): Check that shifts work as desired
43568         on the types long_int and time_t too, as SHR is used on
43569         such types.
43571         mktime: do not assume 'long' is wide enough
43572         * time/mktime.c (verify): Move decl up.
43573         (long_int): New type.
43574         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43575         to remove assumption in the code that 'long' is wide enough to
43576         store year values.  This assumption is not true on x32 and on
43577         some non-glibc platforms.
43579         mktime: merge wrapv change from gnulib
43580         * time/mktime.c (WRAPV): New macro.
43581         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43582         (guess_time_tm, __mktime_internal): Do not assume that signed
43583         integer overflow wraps around; modern compilers generate code
43584         where this assumption is no longer valid.
43586 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43588         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43589         Replace "jmp L(pseudo_end)" with "ret".
43590         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43591         Likewise.
43593 2012-05-23  Andreas Jaeger  <aj@suse.de>
43595         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43596         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43598 2012-05-23  Andreas Jaeger  <aj@suse.de>
43599             Maximilian Attems  <max@stro.at>
43601         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43602         New macros.
43604 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43606         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43607         code so that pseudo_end is just ret and the stack pointer is
43608         correct also for static library in error case.
43610 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43612         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43613         move to syscalls.list.
43614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43619         * manual/install.texi (Running make install): Do not mention Linux
43620         kernel version for which pt_chown is not needed.
43621         (Linux): Do not mention problems with nscd with 2.0 kernels.
43622         * INSTALL: Regenerated.
43624 2012-05-23  Andreas Jaeger  <aj@suse.de>
43626         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43627         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43628         macro.
43629         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43630         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43631         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43632         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43633         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43634         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43635         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43636         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43637         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43638         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43639         * sysdeps/unix/sysv/linux/bits/in.h
43640         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43642 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43644         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43645         (PREPARE_VERSION): Just use assert instead, it will be elided
43646         under [NDEBUG] anyway.
43648 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43650         * sysdeps/unix/sysv/linux/Makefile: Include
43651         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43652         (sysdep_routines): Remove sysctl.
43653         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43654         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43655         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43656         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43657         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43659 2012-05-22  Andreas Jaeger  <aj@suse.de>
43661         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43662         that pseudo_end is just ret and the stack pointer is correct also
43663         for static library in error case.
43665 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43667         [BZ #14122]
43668         * nss/nsswitch.c (defconfig_entries): New variable.
43669         (__nss_database_lookup): Don't leak defconfig entries.
43670         (nss_parse_service_list): Don't leak on error paths.
43671         (free_database_entries): New function.
43672         (free_defconfig): New function.
43673         (free_mem): Move common code to free_database_entries.
43675 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43677         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43678         Add arch_prctl.
43679         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43681         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43682         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43683         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43684         New macro.
43685         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43686         (INTERNAL_SYSCALL_TYPES): Likewise.
43687         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43688         (LOAD_REGS_TYPES_[1-6]): Likewise.
43689         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43690         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43692 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43694         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43695         copysignl for GLIBC_2_0.
43696         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43697         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43698         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43699         logbl for GLIBC_2_0.
43700         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43701         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43703 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43705         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43706         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43708         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43709         Use "neg %eax".
43711         * time/mktime.c: Update copyright years.
43713 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43715         mktime: merge comment-quoting-style change from gnulib
43716         * time/mktime.c: Quote 'like this' in comments.
43717         The GNU coding standards suggest that we no longer quote `like this',
43718         as "`" and "'" are typically rendered asymmetrically nowadays.
43719         The typical gnulib style is to quote 'like this' when quoting
43720         code, and "like this" when quoting English.
43722         * time/mktime.c (compile-command): Add "-I.".
43724         mktime: merge mktime-internal.h change from gnulib
43725         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43727         mktime: merge time_r change from gnulib
43728         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43730         mktime: merge DEBUG change from gnulib
43731         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43732         case system <time.h> has a #define.
43734         mktime: merge <sys/types.h> change from gnulib
43735         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43736         since <time.t> is now guaranteed to define time_t.
43738         mktime: merge HAVE_CONFIG_H change from gnulib
43739         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43741 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43743         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43744         Use "neg %eax".
43746         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43747         __rlim_t cast.
43748         (struct rusage): Use anonymous union to pad each field to
43749         __syscall_slong_t.
43751 2012-05-21  David S. Miller  <davem@davemloft.net>
43753         * Makefules (o-iterator): Remove .s cases.
43754         (compile-command.s): Delete.
43755         (COMPILE.s): Delete.
43756         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43758 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43760         * configure.in (libc_cv_predef_stack_protector): Only consider
43761         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43762         * configure: Regenerated.
43764 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43766         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43767         New macro.  Use R*LP on int and pointer.
43768         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43769         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43770         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43771         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43773         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43774         [__WORDSIZE_TIME64_COMPAT32] instead of
43775         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43776         (struct utmp): Likewise.
43777         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43778         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43779         Renamed to ...
43780         (__WORDSIZE_TIME64_COMPAT32): This.
43781         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43782         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43783         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43784         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43785         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43786         (__WORDSIZE_TIME64_COMPAT32): New macro.
43788 2012-05-21  Andreas Jaeger  <aj@suse.de>
43790         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43791         only if [SHARED]. Add prototype for __wcschr_ia32.
43793 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43795         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43796         of %rbp unmolested in the jmp_buf while mangling the low bits.
43797         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43798         unmolested high bits of %rbp while demangling the low bits.
43799         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43801 2012-05-21  Andreas Jaeger  <aj@suse.de>
43803         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43804         * sunrpc/svc_simple.c: Use it for registerrpc.
43805         * sunrpc/xcrypt.c: Use it for passwd2des.
43807         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43809 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43811         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43812         Don't define if [__SYSCALL_WORDSIZE != 32].
43813         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43814         New macro.
43816 2012-05-21  Bruno Haible  <bruno@clisp.org>
43817             Andreas Jaeger  <aj@suse.de>
43819         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43820         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43821         inptr and inend for must_buffer_ch.
43822         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43823         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43824         * stdio-common/Makefile (tests): Remove bug15.
43825         (bug15-ENV): Remove macro.
43826         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43827         anymore.
43829 2012-05-19  Andreas Jaeger  <aj@suse.de>
43830             Roland McGrath  <roland@hack.frob.com>
43832         * manual/contrib.texi: Completely rewritten. It contains now an
43833         alphabetical list of contributors and their contributions.
43835 2012-05-21  Richard Henderson  <rth@twiddle.net>
43837         * misc/getauxval.c (__getauxval): Use unsigned long int.
43838         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43839         (getauxval): Use unsigned long int.
43841 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43843         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43845 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43847         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43848         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43849         __alignof__ (long double).
43851 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43853         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43855 2012-05-20  Richard Henderson  <rth@twiddle.net>
43857         * misc/getauxval.c: New file.
43858         * misc/sys/auxv.h: New file.
43859         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43860         (routines): Add getauxval.
43861         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43862         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43863         * elf/dl-sysdep.c (_dl_auxv): Remove.
43864         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43865         * elf/dl-support.c (_dl_auxv): New variable.
43866         (_dl_aux_init): Initialize it.
43867         * manual/startup.texi (Auxiliary Vector): New node.
43868         * sysdeps/generic/bits/hwcap.h: New file.
43869         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43870         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43871         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43872         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43873         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43874         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43876         Update.
43877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43878         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43879         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43880         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43881         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43882         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43883         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43884         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43886 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43888         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43890 2012-05-19  David S. Miller  <davem@davemloft.net>
43892         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43894 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43896         [BZ #14123]
43897         * math/s_ccosh.c: Include <float.h>
43898         (__ccosh): Avoid internal overflow calculating sinh and cosh
43899         values before multiplying by sin and cos values.
43900         * math/s_ccoshf.c: Likewise.
43901         * math/s_ccoshl.c: Likewise.
43902         * math/s_csin.c: Likewise.
43903         * math/s_csinf.c: Likewise.
43904         * math/s_csinl.c: Likewise.
43905         * math/s_csinh.c: Likewise.
43906         * math/s_csinhf.c: Likewise.
43907         * math/s_csinhl.c: Likewise.
43908         * math/libm-test.inc (ccos_test): Add more tests.
43909         (ccosh_test): Likewise.
43910         (csin_test): Likewise.
43911         (csinh_test): Likewise.
43912         * sysdeps/i386/fpu/libm-test-ulps: Update.
43913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43915 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43917         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43918         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43920         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43922 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43924         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43925         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43926         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43927         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43928         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43929         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43930         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43931         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43932         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43933         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43934         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43935         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43936         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43937         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43938         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43939         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43940         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43941         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43942         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43943         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43944         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43945         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43946         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43947         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43948         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43949         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43950         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43951         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43952         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43953         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43954         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43956 2012-05-18  Andreas Jaeger  <aj@suse.de>
43958         * csu/.gitignore: Delete.
43960 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43962         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43963         (timex): Use __syscall_slong_t.
43965 2012-05-18  Andreas Jaeger  <aj@suse.de>
43966             Carlos O'Donell  <carlos_odonell@mentor.com>
43968         * manual/install.texi (Configuring and compiling): Update
43969         description about files modified in the source directory.
43970         * INSTALL: Regenerated.
43972 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43974         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43975         value.  Use "or" to set return value to -1.
43976         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43977         negate return value.
43979 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43981         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43982         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43983         failure if the compiler has Graphite support disabled.
43984         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43985         Likewise.
43986         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43987         (CFLAGS-memmove.c): Likewise.
43988         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43989         Likewise.
43991 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43993         * sysdeps/x86_64/x32/_itoa.h: New file.
43995         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43996         getdents system call only if kernel and user dirents have the
43997         same d_ino and d_off.
43999         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44000         LLONG_MAX != LONG_MAX.
44001         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44002         (_fitoa_word): Likewise.
44004         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
44005         years.
44006         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
44007         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
44008         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
44010         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
44011         include <bits/wordsize.h>.  Check __x86_64__ instead of
44012         __WORDSIZE.
44013         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
44014         if __x86_64__ is defined.  Use anonymous union on fpstate.
44016         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
44017         anonymous union.
44019 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
44021         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
44022         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
44023         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
44024         Refer to _rtld_local_ro instead of _rtld_global_ro.
44025         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
44026         Likewise.
44027         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
44028         Likewise.
44029         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
44030         Likewise.
44031         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
44032         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
44033         of _rtld_global, and rtld_progname instead of _dl_argv[0].
44035         * sysdeps/powerpc/powerpc32/dl-machine.c
44036         (__elf_machine_runtime_setup) [PROF]: Don't reference
44037         _dl_prof_resolve.
44039 2012-05-18  Andreas Jaeger  <aj@suse.de>
44041         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
44042         function only available for GCCs before 3.4 since GCC 3.4
44043         introduced a builtin.
44044         (lrint): Likewise.
44045         (llrintf): Likewise.
44046         (llrint): Likewise.
44047         (fmaxf): Likewise.
44048         (fmax): Likewise.
44049         (fminf): Likewise.
44050         (fmin): Likewise.
44051         (rint): Likewise.
44052         (rintf): Likewise.
44053         (nearbyint): Likewise.
44054         (nearbyintf): Likewise.
44055         (ceil): Likewise.
44056         (ceilf): Likewise.
44057         (floor): Likewise.
44058         (floorf): Likewise.
44060 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44062         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
44063         on both fields and cast pointer to __syscall_ulong_t.
44065         * bits/types.h (__fsword_t): New type.
44066         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
44067         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
44068         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44069         (__FSWORD_T_TYPE): Likewise.
44070         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44071         (__FSWORD_T_TYPE): Likewise.
44072         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44073         (__FSWORD_T_TYPE): Likewise.
44074         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
44075         (__FSWORD_T_TYPE): Likewise.
44076         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
44077         __SWORD_TYPE with __fsword_t.
44078         (statfs64): Likewise.
44080 2012-05-17  David S. Miller  <davem@davemloft.net>
44082         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
44084 2012-05-17  Andreas Jaeger  <aj@suse.de>
44086         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
44087         warning.
44089 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44091         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
44093 2012-05-17  Andreas Jaeger  <aj@suse.de>
44095         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
44096         when it is used.
44098 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44100         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44102 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44104         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44105         * sysdeps/x86_64/tst-mallocalign1.c: New file.
44107 2012-05-17  Andreas Jaeger  <aj@suse.de>
44108             Carlos O'Donell  <carlos_odonell@mentor.com>
44110         [BZ #14059]
44111         * sysdeps/x86_64/multiarch/init-arch.h
44112         (bit_YMM_Usable): Rename to...
44113         (bit_AVX_Usable): ... this.
44114         (bit_FMA4_Usable): New macro.
44115         (bit_XMM_state): New macro.
44116         (bit_YMM_state): New macro.
44117         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44118         [__ASSEMBLER__] (index_AVX_Usable): ... this.
44119         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44120         (CPUID_OSXSAVE): New macro.
44121         (CPUID_AVX): New macro.
44122         (CPUID_FMA4): New macro.
44123         (index_YMM_Usable): Rename to...
44124         (index_AVX_Usable): ... this.
44125         (HAS_AVX): Use HAS_ARCH_FEATURE.
44126         (HAS_FMA4): Likewise.
44127         (HAS_YMM_USABLE): Remove.
44128         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44129         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44130         are present.
44131         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44132         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44133         * sysdeps/x86_64/multiarch/Makefile: Likewise.
44134         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44135         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44137 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44139         * math/libm-test.c: Support platforms without multiple rounding modes.
44140         * math/bug-nextafter.c: Support platforms without FP exceptions.
44141         * math/bug-nexttoward.c: Likewise.
44142         * math/test-fenv.c: Likewise.
44143         * math/test-misc.c: Likewise.
44144         * stdlib/bug-getcontext.c: Likewise.
44146 2012-05-17  Andreas Jaeger  <aj@suse.de>
44148         * manual/examples/search.c (critter_cmp): Change signature to
44149         avoid warnings.
44150         * manual/string.texi (Collation Functions): Likewise.
44152 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44154         * bits/types.h: Fold copyright years.
44155         * bits/typesizes.h: Likewise.
44156         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44157         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44158         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44159         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44160         * time/time.h: Likewise.
44162 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44164         [BZ #208]
44165         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44166         in instead of returning them.  Return void.
44167         (__libc_mallinfo): Accumulate over all arenas.
44168         (__malloc_stats): Adjust for change in int_mallinfo interface.
44170 2012-05-16  Roland McGrath  <roland@hack.frob.com>
44172         [BZ #10375]
44173         * configure.in (NM): Add AC_CHECK_TOOL for it.
44174         (libc_extra_cflags): New substituted variable.
44175         Check for -fstack-protector being used implicitly.
44176         * configure: Regenerated.
44177         * config.make.in (config-extra-cflags): New variable,
44178         gets @libc_extra_cflags@.
44179         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
44181         [BZ #10375]
44182         * configure.in: Check for _FORTIFY_SOURCE being predefined.
44183         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
44184         * configure: Regenerated.
44185         * config.make.in (CPPUNDEFS): New substituted variable.
44186         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
44187         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44188         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
44190 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44192         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
44193         (mq_attr): Use __syscall_slong_t.
44195 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44197         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
44198         Check __x86_64__ instead of __WORDSIZE.
44199         (_STAT_VER_LINUX): Likewise.
44200         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
44201         __syscall_ulong_t and __syscall_slong_t.
44202         (stat64): Likewise.
44204 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44206         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
44208 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44210         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
44212 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44214         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
44215         __syscall_ulong_t.
44217         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
44218         include <bits/wordsize.h>.  Check __x86_64__ instead of
44219         __WORDSIZE.
44220         (greg_t): Use "__extension__ long long int" if __x86_64__ is
44221         defined.
44222         (mcontext_t): Replace "unsigned long" with "unsigned long long".
44224         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
44225         include <bits/wordsize.h>.  Check __x86_64__ instead of
44226         __WORDSIZE.
44227         (user_regs_struct): Use "__extension__ unsigned long long"
44228         instead of "unsigned long" if __x86_64__ is defined.
44229         (user): Likewise.  Pad after pointer field if __ILP32__ is
44230         defined.
44232 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
44234         * configure.in (makeinfo): Require version 4.5 or later.  Allow
44235         versions 5 to 9.
44236         * configure: Regenerated.
44237         * manual/install.texi (texinfo): Increase version requirement to
44238         4.5 or later.
44239         * INSTALL: Regenerated.
44241         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
44243 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44245         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
44247         * sysdeps/x86_64/x32/ffs.c: New file.
44249         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
44250         __syscall_ulong_t.
44251         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
44252         defined.  Use __syscall_ulong_t.
44253         (shminfo): Use __syscall_ulong_t.
44254         (shm_info): Likewise.
44256         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44257         __syscall_ulong_t.
44259         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44260         <bits/wordsize.h>.
44261         (msgqnum_t): Use __syscall_ulong_t.
44262         (msglen_t): Likewise.
44263         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
44264         __syscall_ulong_t.
44266         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44267         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44269         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44271         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44272         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44274         * sysvipc/sys/msg.h (msgbuf): Replace long int with
44275         __syscall_slong_t.
44277         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44278         include <bits/wordsize.h>.  Check __x86_64__ instead of
44279         __WORDSIZE.
44281         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44282         "unsigned long long int" if __x86_64__ is defined.
44283         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44285         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44286         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44287         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44289         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44290         <stdint.h>.
44291         (GET_PC): Cast to uintptr_t first.
44292         (GET_FRAME): Likewise.
44293         (GET_STACK): Likewise.
44295         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44296         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44297         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44298         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44299         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44300         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44301         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44302         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44303         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44304         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44305         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44306         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44307         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44308         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44309         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44310         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44311         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44312         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44313         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44314         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44315         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44316         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44317         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44318         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44319         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44320         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44321         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44322         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44323         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44325 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44327         * Makerules (+depfiles): Also collect depfiles from .oS in
44328         $(extra-objs).
44329         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44330         .oS, $(libnldbl-routines)).
44332         * Makerules (native-compile-mkdep-flags): Define.
44333         * sunrpc/Makefile (extra-objs): Add $(addprefix
44334         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44335         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44336         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44337         calling $(make-target-directory).
44339 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44341         * bits/types.h (__snseconds_t): Removed.
44342         * time/time.h (struct timespec): Replace __snseconds_t with
44343         __syscall_slong_t.
44344         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44345         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44346         Likewise.
44347         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44348         (__SNSECONDS_T_TYPE): Likewise.
44349         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44350         (__SNSECONDS_T_TYPE): Likewise.
44351         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44352         (__SNSECONDS_T_TYPE): Likewise.
44354 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44356         * sysdeps/mach/hurd/bits/typesizes.h
44357         (__SYSCALL_SLONG_TYPE): New macro.
44358         (__SYSCALL_ULONG_TYPE): Likewise.
44360 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44362         * bits/types.h (__syscall_slong_t): New type.
44363         (__syscall_ulong_t): Likewise.
44365         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44366         (__SYSCALL_ULONG_TYPE): Likewise.
44367         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44368         (__SYSCALL_SLONG_TYPE): Likewise.
44369         (__SYSCALL_ULONG_TYPE): Likewise.
44370         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44371         (__SYSCALL_SLONG_TYPE): Likewise.
44372         (__SYSCALL_ULONG_TYPE): Likewise.
44373         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44374         (__SYSCALL_SLONG_TYPE): Likewise.
44375         (__SYSCALL_ULONG_TYPE): Likewise.
44377 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44379         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44380         Add sigaltstack-offsets.sym.
44381         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44382         <sigaltstack-offsets.h>.
44383         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44384         longjmp_msg pointer.
44385         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44386         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44387         signal stack.
44388         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44390 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44392         * elf/stackguard-macros.h: Remove file.
44393         * sysdeps/generic/stackguard-macros.h: New file.
44394         * sysdeps/i386/stackguard-macros.h: Likewise.
44395         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44396         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44397         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44398         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44399         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44400         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44401         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44402         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44403         <elf/stackguard-macros.h>.
44405         [BZ #14109]
44406         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44407         __aligned__ in attribute.
44408         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44409         (gregset_t): Likewise.
44411 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44413         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44414         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44415         * sysdeps/x86_64/x32/Implies-after: New file.
44417 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44419         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44420         and access return value for _dl_profile_fixup.  Use R10_LP to
44421         load frame size.
44423 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44425         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44427 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44429         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44430         * sysdeps/x86_64/x32/sysdep.h: New file.
44432 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44434         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44435         * sysdeps/x86_64/setjmp.S: Likewise.
44437 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44439         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44440         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44441         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44442         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44443         remove unused global constant.
44445 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44447         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44448         include of <not-cancel.h>.
44450 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44452         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44454 2012-05-15  Jeff Law  <law@redhat.com>
44455             Andreas Jaeger  <aj@suse.de>
44457         [BZ #13594]
44458         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44459         out from...
44460         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44461         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44462         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44463         code changing __hst_map_handle.map.
44465 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44467         * configure.in (sysnames): Look for Implies-before and Implies-after
44468         files.
44469         * configure: Regenerated.
44471 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44473         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44474         8-byte data alignment with LP_SIZE alignment.
44476 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44478         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44479         into R10_LP.
44481 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44483         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44485 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44487         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44488         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44489         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44490         Likewise.
44491         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44493 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44495         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44496         (stackinfo_sub_sp): Likewise.
44498 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44500         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44501         RAX_LP.
44503 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44505         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44506         into R*_LP.
44508 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44510         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44511         sizes into R*_LP.
44513 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44515         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44517 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44519         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44520         into R11_LP and load __x86_64_shared_cache_size_half into
44521         R8_LP.
44523 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44525         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44526         R8_LP.
44528 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44530         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44531         logb for POWER7.
44532         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44533         logbf for POWER7.
44534         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44535         logbl for POWER7.
44536         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44537         powerpc32/power7/fpu/s_logb.c via #include.
44538         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44539         powerpc32/power7/fpu/s_logbf.c via #include.
44540         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44541         powerpc32/power7/fpu/s_logbl.c via #include.
44543 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44545         * README.libm: Remove file.
44547 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44549         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44550         count for x32.  Use R*_LP and omit operand-size suffix.
44552 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44554         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44555         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44556         * sysdeps/x86_64/x32/shlib-versions: New file.
44558 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44560         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44561         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44562         Use _dl_fatal_printf instead.
44564 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44566         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44567         set if not set by the user.  Do not allow for being unset.
44568         * sysdeps/unix/sysv/linux/configure: Regenerated.
44570 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44572         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44573         the `q' suffix from lea and replace .quad with ASM_ADDR.
44575 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44577         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44578         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44579         instead of $17.
44580         (PTR_DEMANGLE): Likewise.
44582 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44584         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44585         (LP_OP): Likewise.
44586         (ASM_ADDR): Likewise.
44587         (RAX_LP): Likewise.
44588         (RBP_LP): Likewise.
44589         (RBX_LP): Likewise.
44590         (RCX_LP): Likewise.
44591         (RDI_LP): Likewise.
44592         (RSI_LP): Likewise.
44593         (RSP_LP): Likewise.
44594         (R8_LP): Likewise.
44595         (R9_LP): Likewise.
44596         (R10_LP): Likewise.
44597         (R10_LP): Likewise.
44598         (R11_LP): Likewise.
44599         (R12_LP): Likewise.
44600         (R13_LP): Likewise.
44601         (R14_LP): Likewise.
44602         (R15_LP): Likewise.
44604 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44606         * sysdeps/x86_64/x32/dl-machine.h: New file.
44608 2012-05-14  Andreas Jaeger  <aj@suse.de>
44610         * manual/Makefile (subdir): Remove export of subdir.
44611         (all): Remove target.
44612         (.PHONY): Remove all from list.
44613         (mkinstalldirs): Remove.
44614         (.PHONY): Remove installdirs from list.
44615         ($(inst_infodir)/libc.info): Use make-target-directory.
44616         (installdirs): Remove.
44617         (subdir_%): Remove.
44618         (glibc-targets): Remove.
44619         (lib): Remove.
44620         (stubs): Remove.
44621         ($(objpfx)stubs ../po/manual.pot): Remove.
44622         ($(objpfx)stamp%): Remove.
44623         (make-target-directory): Remove.
44624         (subdir_install): Remove.
44625         (routines): Remove.
44626         (aux): Remove.
44627         (sources): Remove.
44628         (objects): Remove.
44629         (headers): Remove.
44631         [BZ #13750]
44632         * manual/.gitignore: Remove, it's not needed anymore.
44633         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44634         all files in it.
44635         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44636         directory.
44637         (texis): Renamed to $(objpfx)texis.
44638         (texis-path): New, contains path to generated files.
44639         (chapters.%): Use texis-path for complete path, add extra argument
44640         libc-texinfo.sh.
44641         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44642         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44643         (summary,texi, stamp-summary): Use complete path of
44644         files. Generate files in build dir.
44645         (dir-add.texi): Build in build dir.
44646         (libm-err.texi,stamp-libm-err): Likewise.
44647         (version.texi, stamp-version): Likewise.
44648         (.%c.texi): Likewise.
44649         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44650         (mostlyclean): Remove target.
44651         (realclean): Remove target.
44652         (generated): Add new variable with contents from mostlyclean and
44653         realclean, remove entries duplicated in common-mostlyclean, add
44654         stamp-libm-err and stamp-version.
44655         (generated-dirs): Add libc directory.
44656         ($(inst_infodir)/libc.info): Install files from build dir.
44658         * manual/install.texi (Configuring and compiling): Adjust since
44659         the info files are not part of the tar ball anymore.
44661 2012-05-14  Andreas Jaeger  <aj@suse.de>
44663         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44664         variable.
44666 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44668         [BZ #13717]
44669         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44670         to 2.2.0 where earlier.
44671         * sysdeps/unix/sysv/linux/configure: Regenerated.
44672         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44673         Remove conditional code.
44674         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44675         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44676         Remove conditional code.
44677         [!__NR_lchown]: Likewise.
44678         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44679         [__NR_lchown]: Likewise.
44680         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44681         comment referencing __ASSUME_LCHOWN_SYSCALL.
44682         * sysdeps/unix/sysv/linux/i386/sigaction.c
44683         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44684         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44685         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44686         Remove conditional code.
44687         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44688         (__protocol_available): Remove #if 0 code.
44689         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44690         conditional code.
44691         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44692         * sysdeps/unix/sysv/linux/kernel-features.h
44693         (__ASSUME_GETCWD_SYSCALL): Don't define.
44694         (__ASSUME_REALTIME_SIGNALS): Likewise.
44695         (__ASSUME_PREAD_SYSCALL): Likewise.
44696         (__ASSUME_PWRITE_SYSCALL): Likewise.
44697         (__ASSUME_POLL_SYSCALL): Likewise.
44698         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44699         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44700         non-SPARC.
44701         (__ASSUME_SIOCGIFNAME): Don't define.
44702         (__ASSUME_MSG_NOSIGNAL): Likewise.
44703         (__ASSUME_SENDFILE): Define unconditionally.
44704         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44705         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44706         conditional code.
44707         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44708         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44709         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44710         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44711         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44712         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44713         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44715         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44716         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44718         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44719         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44721         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44722         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44724         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44725         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44727         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44728         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44730         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44731         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44733         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44734         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44736         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44737         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44738         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44739         Remove conditional code.
44740         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44741         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44742         Remove conditional code.
44743         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44744         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44745         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44746         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44747         Remove conditional code.
44748         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44749         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44750         Remove conditional code.
44751         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44752         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44753         Remove conditional code.
44754         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44755         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44756         Remove conditional code.
44757         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44758         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44759         Remove conditional code.
44760         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44761         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44762         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44763         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44764         * sysdeps/unix/sysv/linux/sigaction.c
44765         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44766         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44767         * sysdeps/unix/sysv/linux/sigpending.c
44768         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44769         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44770         * sysdeps/unix/sysv/linux/sigprocmask.c
44771         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44772         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44773         * sysdeps/unix/sysv/linux/sigsuspend.c
44774         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44775         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44776         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44777         (__libc_missing_rt_sigs): Remove.
44778         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44779         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44780         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44781         Remove conditional code.
44782         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44783         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44784         return 1.
44785         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44786         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44787         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44788         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44790 2012-05-14  Andreas Jaeger  <aj@suse.de>
44792         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44793         it's not used in glibc.
44794         (__coshm1): Likewise.
44795         (__acosh1p): Likewise.
44796         (__sgn): Likewise.
44798         * manual/string.texi (Copying and Concatenation): Add missing
44799         variable in concat example.
44800         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44802 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44804         [BZ #14103]
44805         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44806         __builtin_clzl with __builtin_clzll.
44808 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44810         [BZ #14104]
44811         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44812         libc_freeres_ptr.
44814 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44816         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44817         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44818         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44819         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44821 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44823         * NEWS: Update ia64 info.
44825 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44827         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44828         used as bcopy.
44830 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44832         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44833         * sysdeps/unix/syscalls.list (dup3): Likewise.
44834         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44835         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44837 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44839         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44840         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44842 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44844         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44845         thread pointer.
44846         (TLS_IE): Use mov/add instead of movq/addq to load thread
44847         pointer.
44848         (TLS_GD_PREFIX): New.
44849         (TLS_GD): Use it.
44851 2012-05-11  David S. Miller  <davem@davemloft.net>
44853         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44854         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44855         (_FPU_SETCW): Likewise.
44857 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44859         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44860         is 32-byte aligned.
44862 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44864         [BZ #11837]
44865         * iconvdata/gb18030.c: Update tables.
44866         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44867         characters specially.
44868         (BODY for TO_LOOP): Add encoding of missing ranges.
44870 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44872         [BZ #13673]
44873         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44874         * sysdeps/mach/hurd/dup3.c: Likewise.
44875         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44876         * sysdeps/powerpc/memmove.c:: Likewise.
44878 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44880         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44881         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44883 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44885         * elf/elf.h (R_X86_64_RELATIVE64): New.
44886         (R_X86_64_NUM): Updated.
44887         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44888         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44889         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44890         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44891         tst-quad1pie tst-quad2pie
44892         (modules-names): Add tst-quadmod1 tst-quadmod2.
44893         ($(objpfx)tst-quad1): New dependency.
44894         ($(objpfx)tst-quad2): Likewise.
44895         ($(objpfx)tst-quad1pie): Likewise.
44896         ($(objpfx)tst-quad2pie): Likewise.
44897         * sysdeps/x86_64/tst-quad1.c: New file.
44898         * sysdeps/x86_64/tst-quad1pie.c: New file.
44899         * sysdeps/x86_64/tst-quad2.c: Likewise.
44900         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44901         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44902         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44903         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44904         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44906 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44908         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44909         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44910         * streams/stropts.h (t_scalar_t): Define type.
44912         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44913         (_PATH_PRESERVE): Set to "/var/lib".
44914         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44916         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44917         instead of int.
44919         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44920         if __dir_mkfile succeeded.
44922         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44923         checking for _hurd_dtablesize.  Unlock it right after having
44924         finished _hurd_dtable allocation.
44926 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44928         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44929         * sysdeps/mach/hurd/configure: Regenerated.
44930         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44931         special-casing to...
44932         * sysdeps/gnu/configure.in: ... this new file.
44933         * sysdeps/unix/sysv/linux/configure: Regenerated.
44934         * sysdeps/gnu/configure: New generated file.
44936         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44937         for Linux: use nsec instead of usec, as well as:
44938         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44939         members of type struct timespec.
44940         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44941         New macros.
44942         (struct stat64): Likewise.
44943         (_STATBUF_ST_NSEC): New macro.
44944         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44946         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44947         __strtoul_internal rather than strtoul.
44949 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44951         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44952         and reject them.
44954 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44956         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44957         which preserves existing values.
44958         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44960 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44962         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44963         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44964         greater than FD_SETSIZE.
44966 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44968         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44969         allocated, call __vm_protect to finish enabling the existing space, and
44970         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44971         allocate the remainder.
44973 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44975         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44976         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44978 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44980         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44981         sysdeps/mach/hurd/readlink.c.
44983         * posix/tst-sysconf.c (posix_options): Only use
44984         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44985         _POSIX_SYNCHRONIZED_IO when they are defined
44986         * sysdeps/mach/hurd/bits/posix_opt.h:
44987         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44988         (_XOPEN_REALTIME): Undefine macro.
44989         (_XOPEN_REALTIME_THREADS): Undefine macro.
44990         (_XOPEN_SHM): Undefine macro.
44991         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44992         macro to -1.
44993         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44994         macro to -1.
44995         (_POSIX_ASYNC_IO): Undefine macro.
44996         (_POSIX_PRIORITIZED_IO): Undefine macro.
44997         (_POSIX_SPIN_LOCKS): Define macro to -1.
44999         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
45000         SA_NODEFER, SA_RESETHAND.
45001         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
45002         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
45003         F_DUPFD_CLOEXEC.
45005 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45007         * elf/Makefile (pldd-modules): Define unconditionally.
45009 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45011         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
45013 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45015         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
45016         Return ENOENT when name is empty.
45017         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
45019 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45021         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
45023         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
45025 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45027         Fix mlock in all cases except non-readable pages.
45028         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
45029         instead of VM_PROT_ALL as parameter to __vm_wire function.
45031         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
45032         (__mkdir): When path is `/', just fail with EEXIST.
45033         * sysdeps/mach/hurd/mkdirat.c: Likewise.
45035 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45037         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
45038         <sys/uio.h> (for writev).
45039         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
45040         and <sys/param.h> (for MIN).
45042 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45044         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
45045         REQUESTED_TIME.  Properly set the remaining time and return EINTR
45046         if interrupted.
45048 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45050         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
45051         Depend on against $(link-rpcuserlibs).
45053 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45055         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
45056         (__libc_stack_end): Do not use attribute_relro.
45057         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
45058         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
45059         to libthread-provided value.
45060         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
45061         attribute_relro.
45063 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45065         [BZ #3748]
45066         * bits/libc-lock.h (__libc_once_get): New macro.
45067         * sysdeps/mach/bits/libc-lock.h: Likewise.
45068         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
45069         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
45070         instead of using implementation details.
45072         * libio/fileops.c: Unconditionally include <kernel-features.h>.
45073         * libio/freopen.c: Likewise.
45074         * libio/freopen64.c: Likewise.
45075         * misc/syslog.c: Likewise.
45076         * nscd/connections.c: Likewise.
45077         * nscd/netgroupcache.c: Likewise.
45078         * sysdeps/posix/getcwd.c: Likewise.
45080 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45082         * math/w_ilogbf.c: Add #include <limits.h>.
45084 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45086         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
45087         path instead of returning without unlocking.
45089         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
45090         immediate-write ioctls.
45091         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
45093 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45095         * sysdeps/mach/hurd/i386/init-first.c (init): Use
45096         __builtin_frame_address instead of making assumptions about the
45097         location of the return address relative to DATA.  Force early load of
45098         the return address.
45099         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45100         __builtin_frame_address.
45102         dup3 for GNU Hurd.
45103         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45104         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
45105         implement dup3 and do some further code clean-ups.
45106         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45107         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45109 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45111         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45113         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45114         HURD_CRITICAL_END around holding _hurd_dtable_lock.
45115         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45116         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45117         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45118         d->port.lock.
45120         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45121         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
45122         when handler == SIG_ERR, not when handler != SIG_ERR.
45124 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45126         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45127         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45128         definitions.
45130         accept4 for GNU Hurd.
45131         * include/sys/socket.h (__libc_accept4): New prototype.
45132         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
45133         to implement __libc_accept4.
45134         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45135         __libc_accept4.
45136         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45138         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45139         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45140         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45141         signal-defines.sym.
45143 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45145         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
45147 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45149         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45150         assertion on O_CLOEXEC flag.
45151         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45152         * hurd/intern-fd.c: Likewise.
45153         * hurd/port2fd.c: Likewise.
45155 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45157         [BZ #3906]
45158         * bits/in.h (IPV6_PKTINFO): Define new macro.
45159         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45161 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45163         [BZ #13954]
45164         [BZ #13955]
45165         [BZ #13956]
45166         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45167         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45168         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45169         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45170         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45171         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45172         * math/libm-test.inc (logb_test) : Additional logb tests.
45174 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
45175             Andreas Jaeger  <aj@suse.de>
45177         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45178         * configure: Regenerated.
45179         * config.h.in (LINK_OBSOLETE_RPC): New macro.
45180         * config.make.in (link-obsolete-rpc): New substituted variable.
45181         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
45182         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
45183         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45184         (shared-only-routines): Don't set it under [link-obsolete-rpc],
45185         so that libc.a contains the symbols.
45186         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45187         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45188         * sunrpc/auth_none.c: Likewise.
45189         * sunrpc/auth_unix.c: Likewise.
45190         * sunrpc/authdes_prot.c: Likewise.
45191         * sunrpc/authuxprot.c: Likewise.
45192         * sunrpc/clnt_gen.c: Likewise.
45193         * sunrpc/clnt_perr.c: Likewise.
45194         * sunrpc/clnt_raw.c: Likewise.
45195         * sunrpc/clnt_simp.c: Likewise.
45196         * sunrpc/clnt_tcp.c: Likewise.
45197         * sunrpc/clnt_udp.c: Likewise.
45198         * sunrpc/clnt_unix.c: Likewise.
45199         * sunrpc/des_crypt.c: Likewise.
45200         * sunrpc/des_soft.c: Likewise.
45201         * sunrpc/get_myaddr.c: Likewise.
45202         * sunrpc/key_call.c: Likewise.
45203         * sunrpc/key_prot.c: Likewise.
45204         * sunrpc/netname.c: Likewise.
45205         * sunrpc/pm_getmaps.c: Likewise.
45206         * sunrpc/pm_getport.c: Likewise.
45207         * sunrpc/pmap_clnt.c: Likewise.
45208         * sunrpc/pmap_prot.c: Likewise.
45209         * sunrpc/pmap_prot2.c: Likewise.
45210         * sunrpc/pmap_rmt.c: Likewise.
45211         * sunrpc/publickey.c: Likewise.
45212         * sunrpc/rpc_cmsg.c: Likewise.
45213         * sunrpc/rpc_common.c: Likewise.
45214         * sunrpc/rpc_dtable.c: Likewise.
45215         * sunrpc/rpc_prot.c: Likewise.
45216         * sunrpc/rpc_thread.c: Likewise.
45217         * sunrpc/rtime.c: Likewise.
45218         * sunrpc/svc.c: Likewise.
45219         * sunrpc/svc_auth.c: Likewise.
45220         * sunrpc/svc_raw.c: Likewise.
45221         * sunrpc/svc_run.c: Likewise.
45222         * sunrpc/svc_tcp.c: Likewise.
45223         * sunrpc/svc_udp.c: Likewise.
45224         * sunrpc/svc_unix.c: Likewise.
45225         * sunrpc/svcauth_des.c: Likewise.
45226         * sunrpc/xcrypt.c: Likewise.
45227         * sunrpc/xdr.c: Likewise.
45228         * sunrpc/xdr_array.c: Likewise.
45229         * sunrpc/xdr_float.c: Likewise.
45230         * sunrpc/xdr_intXX_t.c: Likewise.
45231         * sunrpc/xdr_mem.c: Likewise.
45232         * sunrpc/xdr_rec.c: Likewise.
45233         * sunrpc/xdr_ref.c: Likewise.
45234         * sunrpc/xdr_sizeof.c: Likewise.
45235         * sunrpc/xdr_stdio.c: Likewise.
45237 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45239         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
45240         change.  Update copyright years.
45242 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45244         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
45246 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
45247             Joseph Myers  <joseph@codesourcery.com>
45248             Paul Pluzhnikov  <ppluzhnikov@google.com>
45250         [BZ #14012]
45251         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45252         requiring rpcgen.
45253         [cross-compiling] (extra-libs): Likewise.
45254         [cross-compiling] (extra-libs-others): Likewise.
45255         [cross-compiling] (librpcsvc-routines): Likewise.
45256         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45257         [cross-compiling] (omit-deps): Likewise.
45258         (sunrpc-CPPFLAGS): New variable.
45259         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45260         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45261         (cross-rpcgen-objs): New variable.
45262         (extra-objs): Append $(cross-rpcgen-objs).
45263         ($(cross-rpcgen-objs)): New rule.
45264         ($(objpfx)cross-rpcgen): Likewise.
45265         (rpcgen-cmd): Define to use $(built-program-file).  Expand
45266         comment.
45267         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45268         ($(objpfx)x%.stmp): Likewise.
45269         * sunrpc/proto.h [IS_IN_build] (_): Define.
45270         [IS_IN_build] (_libc_intl_domainname): Likewise.
45272 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45274         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45275         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45276         and R_X86_64_TPOFF64.
45278 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45280         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45281         sysdeps/unix/sysv/syscalls.list.
45282         (stime): Likewise.
45283         (utime): Likewise.
45284         * sysdeps/unix/sysv/syscalls.list: Remove file.
45286 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45288         [BZ #3440]
45289         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45290         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45291         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45292         (__LC_IDENTIFICATION): Make these macros useful in #if
45293         expressions, as required by C99.
45295 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45297         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45298         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45299         after this.
45301 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45303         * stdlib/longlong.h: Updated from GCC.
45305 2012-05-09  Andreas Jaeger  <aj@suse.de>
45307         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45308         default is first entry.
45309         (run_mode): Set type.
45310         (main): Remove informal message about syslog.
45311         (options): Fix typo.
45313         [BZ #14053]
45314         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45315         to asm.
45316         (lrint): Likewise.
45317         (llrintf): Likewise.
45318         (llrint): Likewise.
45319         (rint): Likewise.
45320         (rintf): Likewise.
45321         (nearbyint): Likewise.
45322         (nearbyintf): Likewise.
45324 2012-05-09  Andreas Jaeger  <aj@suse.de>
45325             Pedro Alves  <palves@redhat.com>
45327         * nscd/nscd.c (run_mode): Use enum.
45328         (main): Cleanup coding style issue.
45330 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45331             Andreas Jaeger  <aj@suse.de>
45333         * nscd/nscd.c (go_background): Replaced with...
45334         (run_mode): ... this.
45335         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45336         (options): Add -F --foreground.
45337         (main): Implement it.
45338         (parse_opt): Parse it.
45340 2012-05-09  Andreas Jaeger  <aj@suse.de>
45342         [BZ #14083]
45343         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45344         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45345         -Wconversion warning.
45346         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45347         Likewise.
45349 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45351         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45352         == 0.
45353         (LC_ALL): Use macro-int-constant.
45354         (LC_COLLATE): Likewise.
45355         (LC_CTYPE): Likewise.
45356         (LC_MESSAGES): Likewise.
45357         (LC_MONETARY): Likewise.
45358         (LC_NUMERIC): Likewise.
45359         (LC_TIME): Likewise.
45360         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45361         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45362         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45363         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45364         Specify type.
45365         [C99-based standards] (float_t): Expect type.
45366         [C99-based standards] (double_t): Expect type.
45367         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45368         type.
45369         [C99-based standards] (HUGE_VALL): Likewise.
45370         [C99-based standards] (INFINITY): Likewise.
45371         [C99-based standards] (NAN): Likewise.
45372         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45373         [C99-based standards] (FP_NAN): Likewise.
45374         [C99-based standards] (FP_NORMAL): Likewise.
45375         [C99-based standards] (FP_SUBNORMAL): Likewise.
45376         [C99-based standards] (FP_ZERO): Likewise.
45377         [C99-based standards] (FP_FAST_FMA): Use
45378         optional-macro-int-constant.  Specify type.  Require == 1.
45379         [C99-based standards] (FP_FAST_FMAF): Likewise.
45380         [C99-based standards] (FP_FAST_FMAL): Likewise.
45381         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45382         [C99-based standards] (FP_ILOGBNAN): Likewise.
45383         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45384         Specify type.
45385         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45386         [C99-based standards] (math_errhandling): Specify type.
45387         [ISO99 || ISO11] (signgam): Do not allow.
45388         [non-C99-based standards] (copysignf): Do not allow.
45389         [non-C99-based standards] (exp2f): Likewise.
45390         [non-C99-based standards] (log2f): Likewise.
45391         [non-C99-based standards] (modff): Allow.
45392         [non-C99-based standards] (erff): Do not allow.
45393         [non-C99-based standards] (erfcf): Likewise.
45394         [non-C99-based standards] (gammaf): Likewise.
45395         [non-C99-based standards] (hypotf): Likewise.
45396         [non-C99-based standards] (j0f): Likewise.
45397         [non-C99-based standards] (j1f): Likewise.
45398         [non-C99-based standards] (jnf): Likewise.
45399         [non-C99-based standards] (lgammaf): Likewise.
45400         [non-C99-based standards] (tgammaf): Likewise.
45401         [non-C99-based standards] (y0f): Likewise.
45402         [non-C99-based standards] (y1f): Likewise.
45403         [non-C99-based standards] (ynf): Likewise.
45404         [non-C99-based standards] (isnanf): Likewise.
45405         [non-C99-based standards] (acoshf): Likewise.
45406         [non-C99-based standards] (asinhf): Likewise.
45407         [non-C99-based standards] (atanhf): Likewise.
45408         [non-C99-based standards] (cbrtf): Likewise.
45409         [non-C99-based standards] (expm1f): Likewise.
45410         [non-C99-based standards] (ilogbf): Likewise.
45411         [non-C99-based standards] (log1pf): Likewise.
45412         [non-C99-based standards] (logbf): Likewise.
45413         [non-C99-based standards] (nextafterf): Likewise.
45414         [non-C99-based standards] (remainderf): Likewise.
45415         [non-C99-based standards] (rintf): Likewise.
45416         [non-C99-based standards] (scalbf): Likewise.
45417         [non-C99-based standards] (copysignl): Likewise.
45418         [non-C99-based standards] (exp2l): Likewise.
45419         [non-C99-based standards] (log2l): Likewise.
45420         [non-C99-based standards] (modfl): Allow.
45421         [non-C99-based standards] (erfl): Do not allow.
45422         [non-C99-based standards] (erfcl): Likewise.
45423         [non-C99-based standards] (gammal): Likewise.
45424         [non-C99-based standards] (hypotl): Likewise.
45425         [non-C99-based standards] (j0l): Likewise.
45426         [non-C99-based standards] (j1l): Likewise.
45427         [non-C99-based standards] (jnl): Likewise.
45428         [non-C99-based standards] (lgammal): Likewise.
45429         [non-C99-based standards] (tgammal): Likewise.
45430         [non-C99-based standards] (y0l): Likewise.
45431         [non-C99-based standards] (y1l): Likewise.
45432         [non-C99-based standards] (ynl): Likewise.
45433         [non-C99-based standards] (isnanl): Likewise.
45434         [non-C99-based standards] (acoshl): Likewise.
45435         [non-C99-based standards] (asinhl): Likewise.
45436         [non-C99-based standards] (atanhl): Likewise.
45437         [non-C99-based standards] (cbrtl): Likewise.
45438         [non-C99-based standards] (expm1l): Likewise.
45439         [non-C99-based standards] (ilogbl): Likewise.
45440         [non-C99-based standards] (log1pl): Likewise.
45441         [non-C99-based standards] (logbl): Likewise.
45442         [non-C99-based standards] (nextafterl): Likewise.
45443         [non-C99-based standards] (remainderl): Likewise.
45444         [non-C99-based standards] (rintl): Likewise.
45445         [non-C99-based standards] (scalbl): Likewise.
45446         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45447         [non-C99-based standards] (FP_*): Do not allow.
45448         [C99-based standards] (FP_*): Change to
45449         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45450         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45451         allow.
45452         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45453         (SIG_ERR): Likewise.
45454         [X/Open-based standards] (SIG_HOLD): Likewise.
45455         (SIG_IGN): Likewise.
45456         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45457         positive value.
45458         (SIGFPE): Likewise.
45459         (SIGILL): Likewise.
45460         (SIGINT): Likewise.
45461         (SIGSEGV): Likewise.
45462         (SIGTER): Likewise.
45463         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45464         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45465         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45466         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45467         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45468         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45469         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45470         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45471         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45472         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45473         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45474         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45475         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45476         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45477         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45478         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45479         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45480         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45481         [X/Open-based standards] (SIGTRAP): Likewise.
45482         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45483         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45484         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45485         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45486         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45487         allow.
45489 2012-05-08  Ian Wienand  <ianw@vmware.com>
45491         [BZ #14080]
45492         * time/tzset.c (__tzset_parse_tz): Update default rules for
45493         daylight time changes in the Energy Policy Act of 2005.
45495 2012-05-09  Andreas Jaeger  <aj@suse.de>
45497         [BZ #13983]
45498         * elf/ldconfig.c (parse_conf): Change string to make clear that
45499         ldconfig only issued a warning if ld.so.conf does not exist.
45501 2012-05-08  David S. Miller  <davem@davemloft.net>
45503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45504         movxtod instead of popping the value on the stack.
45506         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45508 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45510         * config.h.in: Add HAVE_ARM_PCS_VFP.
45512 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45514         [BZ #13979]
45515         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45516         checking but the checks are disabled for any reason.
45518 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45520         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45521         and ELF64_R_TYPE with ELFW(R_TYPE).
45523 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45525         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45526         (ulimit): Likewise.
45528         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45529         (settimeofday): Likewise.
45531 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45533         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45534         a struct th_u2 inside the union, and move tu_block/tu_code into
45535         a new th_u3 union of tu_block/tu_code inside of that.  Move
45536         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45537         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45538         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45539         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45540         (th_stuff): Change to th_u1.tu_stuff.
45541         (th_data): Define.
45542         (th_msg): Change to th_u1.th_u2.tu_data.
45544 2012-05-07  David S. Miller  <davem@davemloft.net>
45546         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45548         [BZ #14074]
45549         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45550         (SETUP_PIC_REG): Use it.
45551         (SETUP_PIC_REG_LEAF): Use it.
45553 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45555         [BZ #13885]
45556         [BZ #13923]
45557         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45558         USE_AS_EXPM1L.
45559         (EXPL_FINITE): Likewise.
45560         (FLDLOG): Likewise.
45561         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45562         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45563         e_expl.S.
45564         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45565         USE_AS_EXPM1L.
45566         (EXPL_FINITE): Likewise.
45567         (FLDLOG): Likewise.
45568         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45569         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45570         e_expl.S.
45571         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45572         test of -max_value argument for long double.
45573         * sysdeps/i386/fpu/libm-test-ulps: Update.
45574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45576 2012-05-06  David S. Miller  <davem@davemloft.net>
45578         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45579         quad soft-float symbols whose references which are compiler
45580         generated.
45581         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45583 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45585         [BZ #13884]
45586         [BZ #13914]
45587         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45588         USE_AS_EXP10L.
45589         (EXPL_FINITE): Likewise.
45590         (FLDLOG): Likewise.
45591         (c0): Likewise.
45592         (c1): Likewise.
45593         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45594         Adjust comments for base varying.
45595         (__expl_finite): Change alias to EXPL_FINITE.
45596         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45597         e_expl.S.
45598         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45599         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45600         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45601         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45602         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45603         USE_AS_EXP10L.
45604         (EXPL_FINITE): Likewise.
45605         (FLDLOG): Likewise.
45606         (c0): Likewise.
45607         (c1): Likewise.
45608         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45609         Adjust comments for base varying.
45610         (__expl_finite): Change alias to EXPL_FINITE.
45611         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45612         tests for bugs.
45613         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45615         [BZ #14064]
45616         * math/libm-test.inc (check_float_internal): Correct ulp
45617         calculation for subnormal expected results.
45619 2012-05-06  Andreas Jaeger  <aj@suse.de>
45621         * Makeconfig (+math-flags): New, set to -frounding-math.
45622         (+cflags): Add +math-flags so that all of glibc gets compiled with
45623         it.
45625         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45627 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45629         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45630         Disable one test.
45632         [BZ #13787]
45633         [BZ #13922]
45634         [BZ #14036]
45635         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45636         (__ieee754_expl): Allow for and saturate large arguments.
45637         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45638         (u_threshold): Likewise.
45639         (__exp): Call __ieee754_exp before checking for overflow and
45640         underflow.
45641         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45642         (u_threshold): Likewise.
45643         (__expf): Call __ieee754_expf before checking for overflow and
45644         underflow.
45645         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45646         (u_threshold): Likewise.
45647         (__expl): Call __ieee754_expl before checking for overflow and
45648         underflow.
45649         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45650         (__ieee754_expl): Allow for and saturate large arguments.
45651         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45652         missing overflow exception on overflow.
45653         (expm1_test): Do not allow missing overflow exception on overflow.
45655         * sysdeps/i386/fpu/e_expl.c: Move to ...
45656         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45657         rather than using inline asm.
45658         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45659         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45660         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45662         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45663         (nice): Likewise.
45664         (poll): Likewise.
45665         (signal): Likewise.
45666         (time): Likewise.
45667         (times): Likewise.
45669 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45671         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45672         sysdeps/unix/common/syscalls.list.
45673         (fchmod): Likewise.
45674         (fchown): Likewise.
45675         (ftruncate): Likewise.
45676         (getrusage): Likewise.
45677         (gettimeofday): Likewise.
45678         (setpgid): Likewise.
45679         (setregid): Likewise.
45680         (setreuid): Likewise.
45681         (sigaction): Likewise.
45682         (truncate): Likewise.
45683         (vhangup): Likewise.
45684         * sysdeps/unix/common/syscalls.list: Remove file.
45685         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45686         * sysdeps/unix/sysv/linux/Implies: Likewise.
45688 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45690         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45691         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45692         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45693         Moved to ...
45694         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45695         Here.
45696         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45697         to ...
45698         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45699         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45700         to ...
45701         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45702         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45703         to ...
45704         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45705         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45706         to ...
45707         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45708         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45709         to ...
45710         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45711         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45712         to ...
45713         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45714         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45715         to ...
45716         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45717         Here.
45718         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45719         to ...
45720         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45721         Here.
45722         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45723         to ...
45724         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45725         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45726         Moved to ...
45727         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45728         Here.
45729         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45730         to ...
45731         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45733 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45735         * sysdeps/unix/common/bits/dirent.h: Remove file.
45736         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45738         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45739         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45740         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45741         * sysdeps/unix/bsd/isatty.c: Likewise.
45742         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45743         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45744         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45746 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45748         [BZ #13563]
45749         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45750         long double comparison inaccuracies.
45751         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45752         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45754 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45756         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45757         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45759 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45761         [BZ #14049]
45762         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45763         nonzero digits before rounding a hex value.
45764         * stdlib/tst-strtod.c (tests): Add another test.
45766 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45768         * sysdeps/s390/fpu/libm-test-ulps: Update.
45770 2012-05-03  Andreas Jaeger  <aj@suse.de>
45772         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45773         does not get optimized out.
45774         (malloc_opt_barrier): New.
45776 2012-05-03  Andreas Jaeger  <aj@suse.de>
45777             Roland McGrath  <roland@hack.frob.com>
45779         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45780         intermediate file deletion.
45781         (generated): Add .symlist files.
45783 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45785         [BZ #13775]
45786         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45787         Redirect under this condition.
45788         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45789         [__USE_GNU] (__dprintf_chk): Not under this condition.
45790         [__USE_GNU] (__vdprintf_chk): Likewise.
45791         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45792         under this condition.
45793         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45794         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45795         [__USE_XOPEN2K8] (vdprintf): Likewise.
45796         [__USE_GNU] (__dprintf_chk): Not under this condition.
45797         [__USE_GNU] (__vdprintf_chk): Likewise.
45798         [__USE_GNU] (dprintf): Likewise.
45799         [__USE_GNU] (vdprintf): Likewise.
45801 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45803         * elf/Makefile (common-generated): Set this instead of generated for
45804         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45805         $(all-built-dso)-derived lists.
45807 2012-05-03  Andreas Jaeger  <aj@suse.de>
45809         * sysdeps/i386/fpu/libm-test-ulps: Update.
45811         * FAQ: Removed.
45812         * FAQ.in: Likewise.
45813         * scripts/gen-FAQ.pl: Likewise.
45814         * manual/install.texi (Installation): Point to online location of
45815         FAQ.
45816         * Makefile (files-for-dist): Remove FAQ.
45817         (FAQ): Remove.
45819 2012-05-02  Allan McRae  <allan@archlinux.org>
45821         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45822         (LDFLAGS-reldepmod5.so): Likewise.
45823         (LDFLAGS-reldep6mod1.so): Likewise.
45824         (LDFLAGS-reldep6mod4.so): Likewise.
45825         (LDFLAGS-reldep8mod3.so): Likewise.
45826         (LDFLAGS-unload4mod1.so): Likewise.
45827         (LDFLAGS-unload4mod2.so): Likewise.
45828         (LDFLAGS-tst-initorder): Likewise.
45829         (LDFLAGS-tst-initordera2.so): Likewise.
45830         (LDFLAGS-tst-initordera3.so): Likewise.
45831         (LDFLAGS-tst-initordera4.so): Likewise.
45832         (LDFLAGS-tst-initorderb2.so): Likewise.
45833         (LDFLAGS-noload): Likewise.
45834         (LDFLAGS-next): Likewise.
45835         (LDFLAGS-order2mod1.so): Likewise.
45836         (LDFLAGS-order2mod2.so): Likewise.
45837         (LDFLAGS-tst-initorder2): Likewise.
45838         (LDFLAGS-tst-initorder2a.so): Likewise.
45839         (LDFLAGS-tst-initorder2b.so): Likewise.
45840         (LDFLAGS-tst-initorder2c.so): Likewise.
45841         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45843 2012-05-02  David S. Miller  <davem@davemloft.net>
45845         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45847 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45849         [BZ #14055]
45850         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45852 2012-05-02  Andreas Jaeger  <aj@suse.de>
45854         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45855         since we manipulate rounding mode.
45856         (CPPFLAGS-test-idouble.c): Likewise.
45857         (CPPFLAGS-test-ifloat.c): Likewise.
45858         (CFLAGS-test-ldouble.c): Likewise.
45859         (CFLAGS-test-double.c): Likewise.
45860         (CFLAGS-test-float.c): Likewise.
45861         (CFLAGS-test-misc.c): Likewise.
45862         (CFLAGS-test-test-fenv.c): Likewise.
45864 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45866         [BZ #2550]
45867         [BZ #2570]
45868         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45869         comparisons to determine direction to adjust input.
45871 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45873         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45874         output to the target.
45876         * scripts/localplt.awk: New file.
45877         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45878         (check-localplt-CFLAGS): Variable removed.
45879         ($(all-built-dso:=.jmprel)): New static pattern rule.
45880         (generated): Add those targets.
45881         (localplt-built-dso): New variable.
45882         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45884         * elf/check-localplt.c: File removed.
45886         * scripts/check-execstack.awk: New file.
45887         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45888         (check-execstack-CFLAGS): Variable removed.
45889         ($(objpfx)check-execstack.h): Target removed.
45890         ($(objpfx)execstack-default): New target.
45891         (generated): Add that instead of check-execstack.h.
45892         ($(all-built-dso:=.phdr)): New static pattern rule.
45893         (generated): Add those targets.
45894         * elf/check-execstack.c: File removed.
45896         * scripts/check-textrel.awk: New file.
45897         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45898         (check-textrel-CFLAGS): Variable removed.
45899         (all-built-dso): Use := to define.o
45900         ($(all-built-dso:=.dyn)): New static pattern rule.
45901         (generated): Add those targets.
45902         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45903         * config.make.in (READELF): New substituted variable.
45904         * elf/check-textrel.c: File removed.
45906 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45908         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45909         allow.
45910         * conform/data/ctype.h-data [C99-based standards] (isblank):
45911         Expect function.
45912         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45913         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45914         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45915         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45916         Specify type.  Require positive value.
45917         (EILSEQ): Likewise.
45918         (ERANGE): Likewise.
45919         [ISO || POSIX] (EILSEQ): Do not expect.
45920         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45921         Specify type.  Require positive value.
45922         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45923         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45924         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45925         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45926         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45927         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45928         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45929         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45930         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45931         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45932         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45933         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45934         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45935         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45936         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45937         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45938         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45939         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45940         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45941         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45942         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45943         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45944         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45945         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45946         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45947         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45948         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45949         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45950         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45951         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45952         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45953         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45954         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45955         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45956         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45957         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45958         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45959         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45960         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45961         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45962         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45963         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45964         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45965         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45966         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45967         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45968         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45969         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45970         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45971         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45972         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45973         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45974         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45975         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45976         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45977         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45978         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45979         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45980         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45981         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45982         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45983         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45984         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45985         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45986         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45987         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45988         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45989         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45990         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45991         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45992         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45993         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45994         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45995         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45996         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45997         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45998         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45999         Require >= 2.
46000         (FLT_ROUNDS): Expect as macro, not constant.
46001         (FLT_MANT_DIG): Use macro-int-constant.
46002         (DBL_MANT_DIG): Likewise.
46003         (LDBL_MANT_DIG): Likewise.
46004         (FLT_DIG): Likewise.
46005         (DBL_DIG): Likewise.
46006         (LDBL_DIG): Likewise.
46007         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
46008         (DBL_MIN_EXP): Likewise.
46009         (LDBL_MIN_EXP): Likewise.
46010         (FLT_MAX_EXP): Use macro-int-constant.
46011         (DBL_MAX_EXP): Likewise.
46012         (LDBL_MAX_EXP): Likewise.
46013         (FLT_MAX_10_EXP): Likewise.
46014         (DBL_MAX_10_EXP): Likewise.
46015         (LDBL_MAX_10_EXP): Likewise.
46016         (FLT_MAX): Use macro-constant.
46017         (DBL_MAX): Likewise.
46018         (LDBL_MAX): Likewise.
46019         (FLT_EPSILON): Use macro-constant.  Give upper bound.
46020         (DBL_EPSILON): Likewise.
46021         (LDBL_EPSILON): Likewise.
46022         (FLT_MIN): Likewise.
46023         (DBL_MIN): Likewise.
46024         (LDBL_MIN): Likewise.
46025         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
46026         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
46027         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
46028         [ISO11] (FLT_HAS_SUBNORM): Likewise.
46029         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
46030         [ISO11] (DBL_DECIMAL_DIG): Likewise.
46031         [ISO11] (FLT_DECIMAL_DIG): Likewise.
46032         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
46033         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
46034         [ISO11] (FLT_TRUE_MIN): Likewise.
46035         [ISO11] (LDBL_TRUE_MIN): Likewise.
46036         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46037         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
46038         (SCHAR_MIN): Use macro-int-constant.  Specify type.
46039         (SCHAR_MAX): Likewise.
46040         (UCHAR_MAX): Likewise.
46041         (CHAR_MIN): Likewise.
46042         (CHAR_MAX): Likewise.
46043         (MB_LEN_MAX): Use macro-int-constant.
46044         (SHRT_MIN): Use macro-int-constant.  Specify type.
46045         (SHRT_MAX): Likewise.
46046         (USHRT_MAX): Likewise.
46047         (INT_MAX): Likewise.
46048         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
46049         bound negative.
46050         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46051         bound with "U".
46052         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46053         bound with "L".
46054         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
46055         bound negative.  Suffix upper bound with "L".
46056         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46057         bound with "UL".
46058         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
46059         Specify type.
46060         [C99-based standards] (LLONG_MAX): Likewise.
46061         [C99-based standards] (ULLONG_MAX): Likewise.
46062         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
46063         == 0.
46064         [ISO11] (max_align_t): Require type.
46065         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46067         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
46068         from $CFLAGS, without defining away __attribute__ calls.
46069         (checknamespace): Use $CFLAGS_namespace.
46071         * conform/conformtest.pl (@keywords): Only include C99 keywords
46072         for standards based on C99 or C11.
46074         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
46075         Disable tests.
46076         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
46077         UNIX98]: Likewise.
46079         * conform/conformtest.pl: Handle "macro-int-constant" and test for
46080         usability of symbols in #if.
46082         * conform/conformtest.pl: If macro or constant types start
46083         "promoted:", expect the symbol to be of the following type
46084         promoted by the integer promotions.
46086         * conform/conformtest.pl: Parse all "constant" and "macro" lines
46087         in one place.  Also handle "macro-constant".
46089         * conform/conformtest.pl: Only accept expected macro values with
46090         "==".  Parse all "macro" lines in one place.
46091         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
46093         * conform/conformtest.pl: Handle braced types on "constant" lines
46094         instead of handling "typed-constant".
46095         * conform/data/signal.h-data: Use "constant" instead of
46096         "typed-constant".
46098         * conform/conformtest.pl: Handle "optional-" at start of lines in
46099         one place rather than duplicating several cases.  Handle each
46100         format of "macro" line with initial "optional-".
46102         * conform/conformtest.pl: Only accept expected constant or
46103         optional-constant values with "==".  Parse all "constant" lines in
46104         one place.  Parse all "optional-constant" lines in one place.
46105         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46106         * conform/data/fmtmsg.h-data: Likewise.
46107         * conform/data/netinet/in.h-data: Likewise.
46108         * conform/data/tar.h-data: Likewise.
46109         * conform/data/limits.h-data: Use "==" form on "constant" and
46110         "optional-constant" lines.
46112         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46113         Use -std=c99 for XOPEN2K.
46114         (@knownproblems): Remove.
46115         (newtoken): Don't check %isknown.
46117         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46118         Do not expect macro.
46119         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46120         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46121         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46122         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46123         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46124         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46125         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46126         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46127         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46128         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46129         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46130         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46131         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46132         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46133         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46134         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46135         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46136         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46137         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46138         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46139         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46140         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46141         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46142         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46143         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46144         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46145         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46146         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46147         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46148         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46149         [XPG3] (acosh): Likewise.
46150         [XPG3] (asinh): Likewise.
46151         [XPG3] (atanh): Likewise.
46152         [XPG3] (cbrt): Likewise.
46153         [XPG3] (expm1): Likewise.
46154         [XPG3] (ilogb): Likewise.
46155         [XPG3] (log1p): Likewise.
46156         [XPG3] (logb): Likewise.
46157         [XPG3] (nextafter): Likewise.
46158         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46159         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46160         [XPG3] (remainder): Likewise.
46161         [XPG3] (rint): Likewise.
46162         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46163         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46164         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46165         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46166         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46167         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46168         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46169         [UNIX98 || XOPEN2K] (scalb): Expect.
46170         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46171         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46172         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46173         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46174         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46175         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46176         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46177         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46178         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46179         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46180         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
46181         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
46182         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
46183         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
46184         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
46185         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
46186         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
46187         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46188         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
46189         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
46190         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
46191         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
46192         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
46193         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
46194         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
46195         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
46196         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
46197         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
46198         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
46199         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
46200         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
46201         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
46202         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
46203         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
46204         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
46205         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
46206         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
46207         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
46208         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
46209         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
46210         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
46211         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
46212         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
46213         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
46214         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
46215         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
46216         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
46217         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
46218         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
46219         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
46220         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
46221         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
46222         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
46223         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
46224         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
46225         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
46226         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
46227         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
46228         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
46229         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
46230         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
46231         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
46232         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
46233         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
46234         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
46235         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
46236         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
46237         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
46238         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
46239         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
46240         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
46241         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
46242         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
46243         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
46244         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
46245         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
46246         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
46247         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
46248         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
46249         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
46250         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
46251         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
46252         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46253         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46254         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46255         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46256         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46257         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46258         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46259         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46260         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46261         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46262         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46263         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46264         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46265         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46266         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46267         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46268         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46269         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46270         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46271         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46272         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46273         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46274         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46275         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46276         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46277         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46278         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46279         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46280         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46281         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46282         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46283         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46284         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46285         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46286         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46287         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46288         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46289         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46290         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46291         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46292         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46293         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46294         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46295         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46296         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46297         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46298         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46299         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46300         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46301         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46302         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46303         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46304         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46305         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46306         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46308         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46309         _XOPEN_SOURCE_EXTENDED for XPG4.
46311         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46313         * Makeconfig (localtime): Remove variable.
46314         (inst_localtime-file): Likewise.
46316 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46319         Update.
46320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46321         Update.
46322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46323         Update.
46324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46325         Update.
46326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46327         Update.
46328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46329         Update.
46330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46331         Update.
46332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46333         Update.
46334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46335         Update.
46337 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46339         [BZ #2550]
46340         [BZ #2570]
46341         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46342         comparisons to determine direction to adjust input.
46343         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46344         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46345         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46346         Likewise.
46347         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46348         Likewise.
46349         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46350         Likewise.
46351         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46352         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46353         Likewise.
46354         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46355         Likewise.
46356         * math/libm-test.inc (nexttoward_test): Add more tests.
46358 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46360         [BZ #14040]
46361         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46362         in version GLIBC_2.1, not GLIBC_2.0.
46363         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46364         Likewise.
46366 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46368         [BZ #13942]
46369         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46370         (1 - x) * (1 + x).
46371         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46372         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46373         * math/libm-test.inc (acos_test): Add more tests.
46374         (asin_test): Likewise.
46375         * sysdeps/i386/fpu/libm-test-ulps: Update.
46376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46378         [BZ #14034]
46379         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46380         of square root.
46381         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46382         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46383         * math/libm-test.inc (acos_test_tonearest): New function.
46384         (acos_test_towardzero): Likewise.
46385         (acos_test_downward): Likewise.
46386         (acos_test_upward): Likewise.
46387         (asin_test_tonearest): Likewise.
46388         (asin_test_towardzero): Likewise.
46389         (asin_test_downward): Likewise.
46390         (asin_test_upward): Likewise.
46391         (main): Call the new functions.
46392         * sysdeps/i386/fpu/libm-test-ulps: Update.
46393         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46395         [BZ #13884]
46396         [BZ #13924]
46397         * math/e_exp10.c: Include <float.h>.
46398         (__ieee754_exp10): Handle underflow here rather than multiplying
46399         large negative argument by M_LN10.
46400         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46401         of __ieee754_expf.
46402         * math/e_exp10l.c: Include <float.h>.
46403         (__ieee754_exp10l): Handle underflow here rather than multiplying
46404         large negative argument by M_LN10l.
46405         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46406         spurious overflow exception on underflow.
46408 2012-04-29  Marek Polacek  <polacek@redhat.com>
46410         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46411         (__fortify_function): New macro.
46412         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46413         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46414         __extern_always_inline.
46415         * libio/bits/stdio2.h: Likewise.
46416         * libio/bits/stdio.h: Likewise.
46417         * string/string.h: Likewise.
46418         * string/bits/string3.h: Likewise.
46419         * include/stdio.h: Likewise.
46420         * stdlib/bits/stdlib.h: Likewise.
46421         * stdlib/stdlib.h: Likewise.
46422         * rt/bits/mqueue2.h: Likewise.
46423         * rt/mqueue.h: Likewise.
46424         * posix/bits/unistd.h: Likewise.
46425         * posix/unistd.h: Likewise.
46426         * io/bits/poll2.h: Likewise.
46427         * io/bits/fcntl2.h: Likewise.
46428         * io/fcntl.h: Likewise.
46429         * io/sys/poll.h: Likewise.
46430         * misc/bits/syslog.h: Likewise.
46431         * misc/bits/syslog-ldbl.h: Likewise.
46432         * misc/sys/syslog.h: Likewise.
46433         * socket/bits/socket2.h: Likewise.
46434         * socket/sys/socket.h: Likewise.
46435         * debug/tst-chk1.c: Likewise.
46436         * wcsmbs/bits/wchar2.h: Likewise.
46437         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46438         * wcsmbs/wchar.h: Likewise.
46440 2012-04-29  Andreas Jaeger  <aj@suse.de>
46442         * Makerules (tests): Remove enable-check-abi protection.
46443         (check-abi-warn): Remove.
46444         (check-abi-%): Remove check-abi-warn usage.
46446         * configure.in: Remove check-abi configure option.
46447         * configure: Regenerated.
46448         * config.make.in (enable-check-abi): Remove.
46450 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46452         [BZ #14033]
46453         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46454         double functions to double *_finite functions.
46456         [BZ #13941]
46457         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46458         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46459         LDBL_MIN_EXP.
46460         * stdio-common/Makefile (tests): Add tst-sprintf3.
46461         * stdio-common/tst-sprintf3.c: New file.
46463         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46464         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46466 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46468         * conform/conformtest.pl: Remove duplicate typed-constant
46469         handling.
46471 2012-04-28  David S. Miller  <davem@davemloft.net>
46473         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46474         (check-abi-%): Remove AWK script prerequisite and explicit
46475         abilist directory.
46476         (check-abi): Rewrite to just diff the symlist with the abilist.
46477         (config-tls, config-abi-config): Delete, no longer used.
46478         (update-abi-%): Remove AWK script and explicit abilist directory.
46479         (update-abi): Rewrite to simply compare and conditionally copy the
46480         symlist and the sysdep abilist file.  Remove update-abi-config
46481         checks.
46482         * abilist/ld.abilist: Remove.
46483         * abilist/libBrokenLocale.abilist: Remove.
46484         * abilist/libanl.abilist: Remove.
46485         * abilist/libcrypt.abilist: Remove.
46486         * abilist/libdl.abilist: Remove.
46487         * abilist/librt.abilist: Remove.
46488         * abilist/libthread_db.abilist: Remove.
46489         * abilist/libutil.abilist: Remove.
46490         * scripts/extract-abilist.awk: Remove.
46491         * scripts/merge-abilist.awk: Remove.
46492         * sysdeps/generic/libcidn.abilist: New file.
46493         * sysdeps/generic/libnss_compat.abilist: New file.
46494         * sysdeps/generic/libnss_db.abilist: New file.
46495         * sysdeps/generic/libnss_dns.abilist: New file.
46496         * sysdeps/generic/libnss_files.abilist: New file.
46497         * sysdeps/generic/libnss_hesiod.abilist: New file.
46498         * sysdeps/generic/libnss_nis.abilist: New file.
46499         * sysdeps/generic/libnss_nisplus.abilist: New file.
46500         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46501         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46502         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46503         file.
46504         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46505         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46506         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46507         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46508         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46509         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46510         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46511         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46512         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46513         file.
46514         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46515         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46516         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46517         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46518         file.
46519         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46520         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46521         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46522         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46523         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46524         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46525         file.
46526         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46527         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46528         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46529         file.
46530         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46531         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46532         New file.
46533         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46534         New file.
46535         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46536         New file.
46537         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46538         New file.
46539         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46540         New file.
46541         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46542         New file.
46543         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46544         New file.
46545         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46546         New file.
46547         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46548         New file.
46549         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46550         New file.
46551         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46552         New file.
46553         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46554         New file.
46555         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46556         New file.
46557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46558         file.
46559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46560         New file.
46561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46562         New file.
46563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46564         file.
46565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46566         New file.
46567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46568         New file.
46569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46570         file.
46571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46572         New file.
46573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46574         New file.
46575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46576         New file.
46577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46578         New file.
46579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46580         New file.
46581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46582         New file.
46583         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46584         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46585         file.
46586         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46587         New file.
46588         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46589         file.
46590         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46591         file.
46592         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46593         file.
46594         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46595         file.
46596         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46597         file.
46598         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46599         New file.
46600         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46601         file.
46602         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46603         file.
46604         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46605         New file.
46606         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46607         file.
46608         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46609         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46610         file.
46611         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46612         New file.
46613         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46614         file.
46615         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46616         file.
46617         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46618         file.
46619         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46620         file.
46621         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46622         file.
46623         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46624         New file.
46625         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46626         file.
46627         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46628         file.
46629         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46630         New file.
46631         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46632         file.
46633         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46634         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46635         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46636         file.
46637         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46638         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46639         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46640         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46641         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46642         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46643         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46644         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46645         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46646         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46647         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46648         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46649         file.
46650         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46651         New file.
46652         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46653         file.
46654         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46655         file.
46656         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46657         file.
46658         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46659         file.
46660         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46661         file.
46662         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46663         New file.
46664         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46665         New file.
46666         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46667         file.
46668         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46669         New file.
46670         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46671         file.
46672         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46673         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46674         file.
46675         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46676         New file.
46677         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46678         file.
46679         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46680         file.
46681         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46682         file.
46683         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46684         file.
46685         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46686         file.
46687         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46688         New file.
46689         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46690         New file.
46691         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46692         file.
46693         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46694         New file.
46695         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46696         file.
46698 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46700         * conform/conformtest.pl: Fix typo in handling typed-constant from
46701         allow-header.
46703 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46705         * README: Cut down references to pre-2.6 Linux kernels and
46706         Linuxthreads.  Update lists of configurations in libc and ports
46707         and sort alphabetically.  Say "or newer" with Linux kernel version
46708         requirements.
46710         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46712 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46714         [BZ #887]
46715         * math/libm-test.inc (logb_test_downward): New test to expose
46716         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46717         rounding mode.
46719 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46721         [BZ #14027]
46722         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46723         to be done.
46724         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46725         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46727 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46729         * sysdeps/unix/i386/brk.S: Remove file.
46730         * sysdeps/unix/i386/dl-brk.S: Likewise.
46731         * sysdeps/unix/i386/pipe.S: Likewise.
46732         * sysdeps/unix/i386/sigreturn.S: Likewise.
46733         * sysdeps/unix/i386/syscall.S: Likewise.
46734         * sysdeps/unix/i386/vfork.S: Likewise.
46735         * sysdeps/unix/i386/wait.S: Likewise.
46737         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46738         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46740         * configure.in (arm*-none*): Do not allow without
46741         --enable-hacker-mode.
46742         (netbsd*): Remove case setting base_os.
46743         (386bsd*): Likewise.
46744         (freebsd*): Likewise.
46745         (bsdi*): Likewise.
46746         (osf*): Likewise.
46747         (sunos*): Likewise.
46748         (ultrix*): Likewise.
46749         (newsos*): Likewise.
46750         (dynix*): Likewise.
46751         (*bsd*): Likewise.
46752         (sysv*): Likewise.
46753         (isc*): Likewise.
46754         (esix*): Likewise.
46755         (sco*): Likewise.
46756         (minix*): Likewise.
46757         (irix4*): Likewise.
46758         (irix6*): Likewise.
46759         (solaris[2-9]*): Likewise.
46760         (none): Likewise.
46761         * configure: Regenerated.
46763 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46765         [BZ #11521]
46766         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46767         overflow or cancellation in calculating denominator.
46768         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46769         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46770         down expression to avoid unexpected rounding in newer GCCs.
46771         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46773 2012-04-26  David S. Miller  <davem@davemloft.net>
46775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46776         long-double compat symbols.
46777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46782         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46783         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46784         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46785         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46786         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46787         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46788         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46789         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46791 2012-04-25  David S. Miller  <davem@davemloft.net>
46793         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46794         HWCAP_* values only after the memory barriers have been defined.
46795         (atomic_full_barrier): Define.
46796         (atomic_read_barrier): Define.
46797         (atomic_write_barrier): Define.
46799 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46801         * shlib-versions: Add libgcc_s version information.
46802         * sysdeps/generic/libgcc_s.h: Remove.
46803         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46804         libgcc_s.h.
46805         * sysdeps/gnu/unwind-resume.c: Likewise.
46806         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46808 2012-04-25  David S. Miller  <davem@davemloft.net>
46810         * sysdeps/unix/sparc/brk.S: Delete.
46811         * sysdeps/unix/sparc/dl-brk.S: Delete.
46812         * sysdeps/unix/sparc/pipe.S: Delete.
46813         * sysdeps/unix/sparc/sysdep.S: Delete.
46814         * sysdeps/unix/sparc/sysdep.h: Delete.
46815         * sysdeps/unix/sparc/vfork.S: Delete.
46816         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46817         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46818         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46819         (ret_ERRVAL, r0, r1, MOVE): Define.
46820         (JUMPTARGET): Remove.
46821         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46822         sysdeps/unix/sparc/sysdep.h
46823         (ENTRY, END): Remove.
46824         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46826 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46828         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46829         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46830         -DIS_IN_build.
46832         * timezone/README: Update upstream location and email address for
46833         tzcode and tzdata.
46834         * timezone/zdump.c: Update from tzcode 2012b.
46835         * timezone/zic.c: Likewise.
46837         * configure.in (libc_cv_as_needed): Remove test.
46838         * configure: Regenerated.
46839         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46840         conditional definition.
46841         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46842         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46843         * config.make.in (have-as-needed): Remove variable.
46845 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46846             Paul Pluzhnikov  <ppluzhnikov@google.com>
46848         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46849         strings correctly.
46851 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46853         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46854         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46855         * sysdeps/sh/strlen.S: Likewise.
46857 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46859         * sysdeps/unix/fork.S: Remove file.
46860         * sysdeps/unix/i386/fork.S: Likewise.
46861         * sysdeps/unix/sparc/fork.S: Likewise.
46863         * sysdeps/unix/system.c: Remove file.
46864         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46866         * sysdeps/unix/getegid.S: Remove file.
46867         * sysdeps/unix/geteuid.S: Likewise.
46869 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46871         * scripts/check-localplt.awk: New file.
46872         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46873         of diff.
46874         * scripts/data/localplt-generic.data: Add a comment.
46876         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46877         NODE when __dir_mkfile failed.
46878         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46879         Reported by Ludovic Courtès <ludo@gnu.org>.
46881 2012-04-24  Andreas Jaeger  <aj@suse.de>
46883         * Makerules (common-clean): Also remove gen-as-const-headers
46884         files.
46886 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46888         * Makerules (native-compile): Do not change working directory for
46889         build.  Use $(OUTPUT_OPTION) in command.
46890         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46892 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46894         [BZ #13886]
46895         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46896         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46897         * math/libm-test.inc (floor_test): Add more tests.
46898         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46900 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46902         * sysdeps/unix/getdents.c: Remove file.
46903         * sysdeps/unix/sysv/getdents.c: Likewise.
46904         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46906         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46907         sysdeps/unix/mman/syscalls.list.
46908         (mmap): Likewise.
46909         (mprotect): Likewise.
46910         (msync): Likewise.
46911         (munmap): Likewise.
46912         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46913         * sysdeps/unix/mman/syscalls.list: Remove.
46914         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46916         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46917         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46918         * configure: Regenerated.
46919         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46920         $(libgcc_s_suffix).
46921         * config.make.in (libgcc_s_suffix): Remove variable.
46923 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46925         * sysdeps/unix/sysv/gethostname.c: Move to ...
46926         * sysdeps/posix/gethostname.c: ... here.
46928         * sysdeps/unix/execve.S: Remove file.
46930         * sysdeps/unix/_exit.S: Remove file.
46932 2012-04-23  Andreas Jaeger  <aj@suse.de>
46934         [BZ #13739]
46935         * manual/Makefile: Remove make dist support, there's no
46936         need for a stand-alone documentation tar ball.
46937         (TEXI2DVI): Define always, it's not in Makeconfig.
46938         (dist): Removed.
46939         (tar-it): Removed.
46940         (edition): Removed.
46941         (glibc-doc-$(edition).tar): Removed
46942         (%.Z): Removed.
46943         (%.gz): Removed.
46944         (%.uu): Removed.
46945         (ETAGS): Remove, it's in Makeconfig.
46946         (move-if-change): Remove, it's in Makeconfig.
46948 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46950         [BZ #13970]
46951         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46952         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46953         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46954         (strtod_l, strtof_l, strtold_l): Remove __wur.
46955         It is not necessarily an error to ignore strtol's return value.
46956         One can reliably look at the stored endptr to decide whether
46957         the number had valid syntax.
46959 2012-04-21  Andreas Jaeger  <aj@suse.de>
46961         [BZ #13739]
46962         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46964 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46966         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46967         * sysdeps/unix/sysv/Versions: Remove file.
46969 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46971         [BZ #13927]
46972         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46974 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46976         [BZ #7064]
46977         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46978         version from __vm86.
46980 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46982         * sysdeps/unix/common/lxstat.c: Remove file.
46983         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46985         * sysdeps/unix/sysv/Makefile: Remove file.
46987         * sysdeps/unix/sysv/direct.h: Remove file.
46989         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46990         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46991         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46992         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46993         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46994         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46995         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46997         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46999         * sysdeps/unix/xmknod.c: Remove file.
47000         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
47002         * sysdeps/unix/sysv/settimeofday.c: Remove file.
47004         * sysdeps/unix/sysv/i386/time.S: Remove file.
47006         * sysdeps/unix/fxstat.c: Remove file.
47007         * sysdeps/unix/xstat.c: Likewise.
47008         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
47010         * sysdeps/unix/sysv/sigaction.c: Remove file.
47012         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
47013         (sysdep_headers): Remove variable.
47014         [termio.h not in sysdep_headers] (generated): Likewise.
47015         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
47016         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
47017         * sysdeps/unix/sysv/tcdrain.c: Likewise.
47018         * sysdeps/unix/sysv/tcflow.c: Likewise.
47019         * sysdeps/unix/sysv/tcflush.c: Likewise.
47020         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
47021         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
47022         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
47023         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
47024         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
47026         * sysdeps/unix/siglist.c: Remove file.
47028         * sysdeps/unix/getppid.S: Remove file.
47030         * sysdeps/unix/mkdir.c: Remove file.
47031         * sysdeps/unix/rmdir.c: Likewise.
47033 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
47035         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
47036         ERR_MAX value.
47037         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
47038         errlist-compat value.
47040 2012-04-18  David S. Miller  <davem@davemloft.net>
47042         * sysdeps/generic/memcopy.h (reg_char): Delete.
47043         * debug/strcat_chk.c: Use char, not reg_char.
47044         * debug/strcpy_chk.c: Likewise.
47045         * debug/strncat_chk.c: Likewise.
47046         * debug/strncpy_chk.c: Likewise.
47047         * string/memchr.c: Likewise.
47048         * string/memrchr.c: Likewise.
47049         * string/rawmemchr.c: Likewise.
47050         * string/strcat.c: Likewise.
47051         * string/strchr.c: Likewise.
47052         * string/strchrnul.c: Likewise.
47053         * string/strcmp.c: Likewise.
47054         * string/strcpy.c: Likewise.
47055         * string/strncat.c: Likewise.
47056         * string/strncmp.c: Likewise.
47057         * string/strncpy.c: Likewise.
47059 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47061         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
47062         __builtin_memcopy is called when src and dest ranges are known to not
47063         overlap.
47065 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47067         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
47068         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
47069         fwd_align_merge macro call.
47070         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
47071         bwd_align_merge macro call.
47072         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47074 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47076         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
47077         bwd_align_merge macros.
47078         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
47079         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
47080         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47082 2012-04-18  David S. Miller  <davem@davemloft.net>
47084         * sysdeps/sparc/sparc64/memcopy.h: Delete.
47086 2012-04-18  Andreas Jaeger  <aj@suse.de>
47088         [BZ# 6794]
47089         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
47090         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
47091         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47093         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
47094         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
47095         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47097         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47098         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47099         Adjust for changed ldbl-128 files.
47101         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47102         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47103         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47105 2012-04-17  David S. Miller  <davem@davemloft.net>
47107         * sysdeps/sparc/sparc32/memcopy.h: Delete.
47109 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
47111         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47112         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47113         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47114         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47115         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47116         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47118 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47120         [BZ #6794]
47121         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47122         * math/libm-test.inc: Add ilogb errno and exception tests.
47123         * math/w_ilogb.c: New file: ilogb wrapper.
47124         * math/w_ilogbf.c: New file: ilogbf wrapper.
47125         * math/w_ilogbl.c: New file: ilogbl wrapper.
47126         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47127         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47128         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47129         exception being thrown with 0.0 as argument.
47130         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47131         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47132         exception being thrown with 0.0 as argument.
47133         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47134         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47135         exception being thrown with 0.0 as argument.
47136         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47137         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47138         exception being thrown with 0.0 as argument.
47139         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47140         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
47141         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
47142         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47143         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47144         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47145         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47146         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47147         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47149 2012-04-17  Petr Baudis  <pasky@ucw.cz>
47151         * include/sys/uio.h: Change __vector to __iovec to avoid clash
47152         with altivec.
47154 2012-04-16  Marek Polacek  <polacek@redhat.com>
47156         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47158 2012-04-16  Marek Polacek  <polacek@redhat.com>
47160         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47161         operands of fdivp instruction.
47163 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47165         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47166         * elf/tst-auditmod3b.c: Likewise.
47167         * elf/tst-auditmod4b.c: Likewise.
47168         * elf/tst-auditmod5b.c: Likewise.
47169         * elf/tst-auditmod6b.c: Likewise.
47170         * elf/tst-auditmod6c.c: Likewise.
47171         * elf/tst-auditmod7b.c: Likewise.
47172         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47173         * sysdeps/x86_64/preconfigure.in: Likewise.
47174         * sysdeps/x86_64/preconfigure: Regenerated.
47176 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47178         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47179         __ILP32__.
47181 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
47183         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47184         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
47186 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
47188         [BZ #13973]
47189         * locale/iso-639.def: Fix gl language name. Spotted by
47190         Yaron Shahrabani.
47192 2012-04-12  Roland McGrath  <roland@hack.frob.com>
47194         [BZ #2074]
47195         * libio/libio.h (__io_write_fn): Update comment.
47197 2012-04-12  Petr Baudis  <pasky@ucw.cz>
47199         [BZ #2074]
47200         * stdio.texi (Hook Functions): The user provided writer function
47201         is not allowed to return -1.
47203 2012-04-11  David S. Miller  <davem@davemloft.net>
47205         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47207 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
47209         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
47210         Add a leading slash to rtkaio.
47212 2012-04-11  Jim Meyering  <meyering@redhat.com>
47214         [BZ #11959]
47215         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
47216         It is not necessarily an error to ignore fwrite's return
47217         value.  One can reliably use ferror to test for errors after
47218         the fact.
47220 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47222         * bits/types.h (__snseconds_t): New type.
47223         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
47225         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
47226         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47227         (__SNSECONDS_T_TYPE): Likewise.
47228         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47229         (__SNSECONDS_T_TYPE): Likewise.
47230         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47231         (__SNSECONDS_T_TYPE): Likewise.
47233 2012-04-10  Andreas Jaeger  <aj@suse.de>
47235         [BZ #2636]
47236         * manual/time.texi (Processor Time): Return type of times is
47237         elapsed real time since an arbitrary point in the past.
47238         (CPU Time): Move CLK_TCK from here...
47239         (Processor Time): ...to here.  Correct description.
47240         * manual/conf.texi (Constants for Sysconf): Correct description of
47241         _SC_CLK_TCK.
47243 2012-04-10  David S. Miller  <davem@davemloft.net>
47245         [BZ #13967]
47246         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
47247         where the is a gap between DT_REL(A) and DT_JMPREL.
47249 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47251         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
47252         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47253         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47255 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47257         * elf/dl-support.c (_dl_inhibit_cache): New variable.
47258         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47259         (dl_main): Handle --inhibit-cache.
47260         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47261         _dl_inhibit_cache.
47262         * elf/dl-load.c (_dl_map_object): Use it.
47263         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47265 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47267         [BZ #13872]
47268         * sysdeps/i386/fpu/e_powl.S (p78): New object.
47269         (__ieee754_powl): Saturate large exponents rather than testing for
47270         overflow of y*log2(x).
47271         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47272         * math/libm-test.inc (pow_test): Do not permit spurious overflow
47273         exceptions.
47275         [BZ #11521]
47276         * math/s_ctan.c: Include <float.h>.
47277         (__ctan): Avoid internal overflow or cancellation in calculating
47278         denominator.
47279         * math/s_ctanf.c: Likewise.
47280         * math/s_ctanl.c: Likewise.
47281         * math/s_ctanh.c: Likewise.
47282         * math/s_ctanhf.c: Likewise.
47283         * math/s_ctanhl.c: Likewise.
47284         * math/libm-test.inc (ctan_test): Add more tests.
47285         (ctanh_test): Likewise.
47286         * sysdeps/i386/fpu/libm-test-ulps: Update.
47287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47289 2012-04-09  Andreas Jaeger  <aj@suse.de>
47291         [BZ #6894]
47292         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47293         is an optional BSD extension.
47295         [BZ #10254]
47296         * manual/stdio.texi (Opening Streams): Document additional fopen
47297         parameters.
47299 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47301         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47302         %eax without telling the compiler.
47304 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47306         [BZ # 13963]
47307         * manual/install.texi: Use sourceware.org.
47309 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47311         [BZ #13873]
47312         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47313         (__ieee754_pow): Generate overflow and underflow using huge*huge
47314         and tiny*tiny rather than just returning constant infinity or zero
47315         for large exponents.
47316         * math/libm-test.inc (pow_test): Require overflow exceptions for
47317         applicable cases of large exponents.
47319         [BZ #706]
47320         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47321         (__ieee754_pow): Use iterative multiplication algorithm only for
47322         integer exponents with absolute value below 1024.  Check for odd
47323         integer exponents when using algorithm for real exponents.
47324         * math/libm-test.inc (pow_test): Add more tests.
47325         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47327 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47329         [BZ #13705]
47330         * math/libm-test.inc (exp_test): Do not allow overflow exception
47331         on underflow test.
47333 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47335         [BZ #13705]
47336         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47337         instead of __kernel_standard_f.
47339 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47341         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47342         * sysdeps/x86_64/memset_chk.S: Likewise.
47344 2012-04-08  Andreas Jaeger  <aj@suse.de>
47346         [BZ #10153]
47347         * manual/startup.texi (Environment Access): Describe return value
47348         for putenv and setenv.
47350         [BZ #6895]
47351         * manual/filesys.texi (Directory Entries): Add description for
47352         DT_LNK.
47354         [BZ #6890]
47355         * manual/filesys.texi (Directory Entries): Clarify that it's file
47356         system not operating system in the description of DT_UNKNOWN.
47358         [BZ #6578]
47359         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47361 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47363         [BZ #6649]
47364         * manual/llio.texi (Opening and Closing Files): Add cross
47365         reference to explain mode argument.
47367 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47369         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47370         * sysdeps/x86_64/memset_chk.S: Likewise.
47372 2012-04-07  David S. Miller  <davem@davemloft.net>
47374         * elf/elf.h (R_SPARC_WDISP10): Define.
47375         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47376         R_SPARC_SIZE32.
47377         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47378         R_SPARC_SIZE64 and R_SPARC_H34.
47380 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47382         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47383         conditions and remove no longer applicable assertion.
47385 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47387         * bits/byteswap.h: Include <features.h>.
47388         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47389         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47391 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47393         * bits/byteswap.h (__bswap_16): Removed.
47394         Include <bits/byteswap-16.h> to get __bswap_16.
47395         * sysdeps/i386/bits/byteswap.h: Likewise.
47396         * sysdeps/s390/bits/byteswap.h: Likewise.
47397         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47398         * bits/byteswap-16.h: New file.
47399         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47400         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47401         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47402         * string/Makefile (headers): Add bits/byteswap-16.h.
47404 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47406         [BZ #13895]
47407         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47408         extra indirection.
47409         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47410         * nss/tst-nss-static.c: New.
47412 2012-04-06  Robert Millan  <rmh@gnu.org>
47414         [BZ #6486]
47415         * manual/llio.texi (File Position Primitive): lseek
47416         refers to WHENCE when it really means OFFSET.
47418 2012-04-06  Andreas Jaeger  <aj@suse.de>
47420         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47421         strncmp declarations.
47423         * abilist/libc.abilist: Add __poll and __ppoll.
47425 2012-04-05  David S. Miller  <davem@davemloft.net>
47427         * scripts/check-local-headers.sh: Accept a host triplet in the
47428         path matched by the exclude regexp.
47430         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47431         definition.
47432         * sysdeps/powerpc/powerpc32/dl-machine.h
47433         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47434         * sysdeps/s390/s390-32/dl-machine.h
47435         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47436         * sysdeps/sparc/sparc32/dl-machine.h
47437         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47438         * sysdeps/sparc/sparc64/dl-machine.h
47439         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47441         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47442         lazy binding.
47443         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47444         undefined symbol errors.
47446         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47447         DT_NEEDED entries.
47449 2012-04-05  Michael Matz  <matz@suse.de>
47451         [BZ #13592]
47452         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47454 2012-04-05  Andreas Jaeger  <aj@suse.de>
47456         [BZ #13908]
47457         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47458         comment.
47460 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47462         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47463         which ROUND is no valid rounding mode.
47465 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47467         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47468         read again.
47469         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47471 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47473         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47474         an exception using FPU order intentionally.
47476 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47478         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47479         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47480         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47481         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47483 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47485         [BZ #12340]
47486         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47487         EINVAL when BUFLEN is too smal.
47489 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47491         [BZ #13553]
47492         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47493         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47495 2012-04-03  Andreas Jaeger  <aj@suse.de>
47497         [BZ #13938]
47498         * manual/setjmp.texi (System V contexts): Fix sentence.
47500         [BZ #13926]
47501         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47502         New macro for this case.
47503         [!__GNUC__] (__bswap_64): New inline function for this case.
47504         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47505         * bits/byteswap.h: Likewise.
47506         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47507         ull, guard with __GLIBC_HAVE_LONG_LONG.
47509         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47510         __GLIBC_HAVE_LONG_LONG.
47512         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47513         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47515 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47517         [BZ #13691]
47518         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47519         inptr and inend, rather than using last_ch.
47521 2012-04-02  David S. Miller  <davem@davemloft.net>
47523         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47524         * stdio-common/printf-parse.h (read_int): Change return type to
47525         'int', return -1 on INT_MAX overflow.
47526         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47527         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47528         overflows INT_MAX.  Check for overflow of in-format-string precision
47529         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47530         SIZE_MAX not INT_MAX for integer overflow test.
47531         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47532         skip the construct in the format string but do not record anything.
47533         * stdio-common/bug22.c: Adjust to test both width/prevision
47534         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47535         explicitly for proper errno values.
47537 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47539         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47540         CHAR_MAX.
47541         * string/test-strcmp.c [! WIDE]: Likewise.
47542         * time/tst-mktime2.c: Likewise for INT_MAX.
47543         * string/test-string.h: #include <sys/param.h> for MIN.
47545         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47546         * sysdeps/i386/init-first.c (init): Likewise.
47547         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47548         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47549         * sysdeps/sh/init-first.c (init): Likewise.
47551 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47553         * po/ru.po: Update from translation team.
47554         * po/vi.po: Likewise.
47556 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47558         * resolv/nss_dns/dns-host.c: Merge copyright years.
47560 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47562         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47563         Optimize memcpy with prefetch if
47564         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47565         src, dst pointers have unequal 16 byte alignments.
47567 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47569         [BZ #13928]
47570         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47571         from a CNAME entry and return the minimum ttl for the query.
47572         (gaih_getanswer_slice): Likewise.
47574 2012-03-30  Jeff Law  <law@redhat.com>
47576         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47577         due to long keys.
47578         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47579         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47581         * resolv/nss_dns/dns-host.c: Update copyright year.
47583 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47585         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47586         requests to save a system call.  Fix check that all bytes are sent.
47588         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47589         comments for sendmmsg.
47591 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47593         [BZ #13691]
47594         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47595         with only 1 character between 0x0041 and 0x01b0.
47596         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47597         * wcsmbs/tst-mbsnrtowcs.c: New file.
47599 2012-03-29  David S. Miller  <davem@davemloft.net>
47601         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47602         small copies by hand.
47604 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47606         [BZ #13761]
47607         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47608         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47609         group memberships.
47611 2012-03-28  David S. Miller  <davem@davemloft.net>
47613         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47614         that branches into memcpy.
47615         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47616         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47617         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47618         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47619         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47620         bits.
47621         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47622         implementation too.
47623         * sysdeps/sparc/mempcpy.S: New file.
47625         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47626         the IFUNC routine in the libc case.
47627         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47629         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47630         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47631         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47632         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47633         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47634         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47635         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47636         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47638         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47639         loop to 256 bytes instead of 64 bytes and fix test signedness.
47641         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47642         * sysdeps/sparc/sparc32/Makefile: rather than here...
47643         * sysdeps/sparc/sparc64/Makefile: and here.
47645 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47647         * malloc/mallocbug.c: Avoid warnings about unused variables.
47649 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47651         [BZ #13760]
47652         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47653         in the right place. Discard and retry query if response is
47654         larger than input buffer size.
47656 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47658         [BZ #369]
47659         [BZ #2678]
47660         [BZ #3866]
47661         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47662         x for large integer exponent.
47663         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47664         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47665         sign of result as needed afterwards.
47666         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47667         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47668         result for underflowing pow the same as for overflow.
47669         (__kernel_standard_l): Handle powl overflow and underflow here
47670         rather than calling __kernel_standard.
47671         * math/libm-test.inc (pow_test): Add more tests.
47673         [BZ #3868]
47674         [BZ #13879]
47675         [BZ #13910]
47676         [BZ #13911]
47677         [BZ #13912]
47678         [BZ #13913]
47679         [BZ #13915]
47680         [BZ #13916]
47681         [BZ #13917]
47682         [BZ #13918]
47683         [BZ #13919]
47684         [BZ #13920]
47685         [BZ #13921]
47686         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47687         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47688         (__kernel_standard_l): New function.
47689         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47690         __kernel_standard.
47691         * math/w_acosl.c (__acosl): Likewise.
47692         * math/w_asinl.c (__asinl): Likewise.
47693         * math/w_atan2l.c (__atan2l): Likewise.
47694         * math/w_atanhl.c (__atanhl): Likewise.
47695         * math/w_coshl.c (__coshl): Likewise.
47696         * math/w_exp10l.c (__exp10l): Likewise.
47697         * math/w_exp2l.c (__exp2l): Likewise.
47698         * math/w_fmodl.c (__fmodl): Likewise.
47699         * math/w_hypotl.c (__hypotl): Likewise.
47700         * math/w_j0l.c (__j0l, __y0l): Likewise.
47701         * math/w_j1l.c (__j1l, __y1l): Likewise.
47702         * math/w_jnl.c (__jnl, __ynl): Likewise.
47703         * math/w_lgammal.c (__lgammal): Likewise.
47704         * math/w_log10l.c (__log10l): Likewise.
47705         * math/w_log2l.c (__log2l): Likewise.
47706         * math/w_logl.c (__logl): Likewise.
47707         * math/w_powl.c (__powl): Likewise.
47708         * math/w_remainderl.c (__remainderl): Likewise.
47709         * math/w_scalbl.c (sysv_scalbl): Likewise.
47710         * math/w_sinhl.c (__sinhl): Likewise.
47711         * math/w_sqrtl.c (__sqrtl): Likewise.
47712         * math/w_tgammal.c (__tgammal): Likewise.
47713         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47714         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47715         * math/libm-test.inc (acos_test): Add more tests.
47716         (acosh_test): Likewise.
47717         (asin_test): Likewise.
47718         (atanh_test): Likewise.
47719         (exp_test): Likewise.
47720         (exp10_test): Likewise.
47721         (exp2_test): Likewise.
47722         (expm1_test): Likewise.
47723         (lgamma_test): Likewise.
47724         (log_test): Likewise.
47725         (log10_test): Likewise.
47726         (log1p_test): Likewise.
47727         (log2_test): Likewise.
47728         (pow_test): Do not allow some spurious overflow exceptions.
47729         (sqrt_test): Add more tests.
47730         (tgamma_test): Likewise.
47731         (y0_test): Likewise.
47732         (y1_test): Likewise.
47733         (yn_test): Likewise.
47735 2012-03-27  Anton Blanchard  <anton@samba.org>
47737         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47738         MAP_HUGETLB.
47739         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47740         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47741         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47743 2012-03-27  David S. Miller  <davem@davemloft.net>
47745         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47747         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47748         have-as-vis3 check.
47750 2012-03-27  Andreas Jaeger  <aj@suse.de>
47752         * sysdeps/x86_64/elf/configure.in: Moved to ...
47753         * sysdeps/x86_64/configure.in: ... here.
47754         * sysdeps/x86_64/elf/start.S: Moved to ...
47755         * sysdeps/x86_64/start.S: ... here.
47756         * sysdeps/x86_64/elf/configure: Delete.
47758         * sysdeps/x86_64/configure.in: Merge contents from
47759         sysdeps/i386/configure.in (without i686 check).
47761         * sysdeps/i386/elf/Versions: Merge into ...
47762         * sysdeps/i386/Versions: ... this.
47763         * sysdeps/i386/elf/Versions: Delete file.
47764         * sysdeps/i386/elf/start.S: Moved to ...
47765         * sysdeps/i386/start.S: ...here.
47766         * sysdeps/i386/elf/configure.in: Merge into...
47767         * sysdeps/i386/configure.in: ...here.
47768         * sysdeps/i386/elf/configure.in: Delete file.
47769         * sysdeps/i386/elf/configure: Delete file.
47771         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47772         * debug/backtracesyms.c: ... here.
47773         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47774         * debug/backtracesymsfd.c: ... here.
47775         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47776         * sysdeps/generic/ifunc-sel.h: ... here.
47778         * sysdeps/unix/i386/start.c: Delete file.
47779         * sysdeps/unix/sparc/start.c: Delete file.
47780         * sysdeps/unix/start.c: Delete file.
47782         * sysdeps/sh/elf/configure.in: Moved to ...
47783         * sysdeps/sh/configure.in: ... here.
47784         * sysdeps/sh/elf/start.S: Moved to ...
47785         * sysdeps/sh/start.S: ... here.
47786         * sysdeps/sh/elf/configure: Delete file.
47788         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47789         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47790         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47791         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47792         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47793         * sysdeps/powerpc/powerpc64/start.S: here.
47794         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47795         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47796         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47797         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47798         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47800         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47801         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47802         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47803         * sysdeps/powerpc/powerpc32/start.S: ... here.
47804         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47805         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47806         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47808         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47809         * sysdeps/powerpc/ifunc-sel.h: ... here.
47810         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47811         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47813         * sysdeps/sparc/elf/configure.in: Moved to ...
47814         * sysdeps/sparc/configure.in: ... here.
47815         * sysdeps/sparc/elf/configure: Delete file.
47816         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47817         * sysdeps/sparc/sparc32/start.S: ... here.
47818         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47819         * sysdeps/sparc/sparc64/start.S: ... here.
47820         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47821         * sysdeps/sparc/sparc32/Makefile: ... this.
47822         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47823         * sysdeps/sparc/sparc64/Makefile: ... this.
47825         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47826         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47827         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47828         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47829         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47830         * sysdeps/s390/s390-32/setjmp.S: ... here.
47831         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47832         * sysdeps/s390/s390-32/configure.in: ... here.
47833         * sysdeps/s390/s390-32/elf/configure: Delete file.
47834         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47835         * sysdeps/s390/s390-32/start.S: ... here.
47837         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47838         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47839         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47840         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47841         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47842         * sysdeps/s390/s390-64/setjmp.S: ... here.
47843         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47844         * sysdeps/s390/s390-64/configure.in: ... here
47845         * sysdeps/s390/s390-64/elf/configure: Delete file.
47846         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47847         * sysdeps/s390/s390-64/start.S: ... here.
47848         * sysdeps/s390/s390-64/elf/configure: Delete.
47850         * configure.in: Remove support for elf directories in sysdeps.
47852         * configure: Regenerated.
47853         * sysdeps/i386/configure: Regenerated.
47854         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47855         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47856         * sysdeps/s390/s390-32/configure: Regenerated.
47857         * sysdeps/s390/s390-64/configure: Regenerated.
47858         * sysdeps/sh/configure: Regenerated.
47859         * sysdeps/sparc/configure: Regenerated.
47860         * sysdeps/x86_64/configure: Regenerated.
47862 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47864         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47866         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47867         denormal result into account.
47869 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47871         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47872         Reported by Allan McRae <allan@archlinux.org>.
47874 2012-03-23  Jeff Law  <law@redhat.com>
47876         * nss/getnssent.c (__nss_getent): Fix typo.
47878 2012-03-23  David S. Miller  <davem@davemloft.net>
47880         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47882 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47884         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47885         to pad to uint64_t for each field.
47886         (dl_tls_index): Replace unsigned long with uint64_t.
47888 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47889         Paul Pluzhnikov  <ppluzhnikov@google.com>
47891         [BZ #6528]
47892         * grp/Makefile (otherlibs): Don't set it.
47893         * inet/Makefile (otherlibs): Likewise.
47894         * login/Makefile (otherlibs): Likewise.
47895         * nscd/Makefile (otherlibs): Likewise.
47896         * posix/Makefile (otherlibs): Likewise.
47897         * pwd/Makefile (otherlibs): Likewise.
47898         * rt/Makefile (otherlibs): Likewise.
47899         * sunrpc/Makefile (otherlibs): Likewise.
47900         * nss/Makefile (otherlibs): Likewise.
47901         Add libnss_files to routines and static-only-routines.
47902         ($(objpfx)getent): Remove rule.
47903         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47904         static-only-routines.
47906 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47908         [BZ #13892]
47909         * math/s_cexp.c: Include <float.h>.
47910         (__cexp): Handle exp result overflowing not necessarily
47911         overflowing both real and imaginary parts of result.
47912         * math/s_cexpf.c: Likewise.
47913         * math/s_cexpl.c: Likewise.
47914         * math/libm-test.inc (cexp_test): Add more tests.
47915         * sysdeps/i386/fpu/libm-test-ulps: Update.
47916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47918 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47920         * include/link.h (ELFW): New macro.
47921         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47922         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47924 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47926         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47927         with uint64_t.
47929 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47931         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47932         declaration.
47933         (struct La_x32_retval): Likewise.
47935 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47937         * sysdeps/x86_64/preconfigure.in: New file.
47938         * sysdeps/x86_64/preconfigure: New generated file.
47940 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47942         [BZ #13824]
47943         * math/e_exp2l.c: Include <float.h>.
47944         (__ieee754_exp2l): Handle overflow and underflow cases
47945         separately.  Only pass fractional part of argument to
47946         __ieee754_expl.
47947         * math/libm-test.inc (exp2_test): Add more tests.
47949         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47950         negating x to take absolute value.
47951         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47952         Likewise.
47953         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47954         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47955         Likewise.
47956         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47957         computing low part if x was negated.
47958         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47960 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47962         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47963         la_x32_gnu_pltexit.
47964         (pltexit): Cast int_retval to ptrdiff_t.
47965         * elf/tst-auditmod3b.c: Likewise.
47966         * elf/tst-auditmod4b.c: Likewise.
47967         * elf/tst-auditmod5b.c: Likewise.
47968         * elf/tst-auditmod6b.c: Likewise.
47969         * elf/tst-auditmod6c.c: Likewise.
47970         * elf/tst-auditmod7b.c: Likewise.
47972         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47973         and x32_gnu_pltexit.
47975         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47976         __ELF_NATIVE_CLASS.
47977         (La_x32_regs): New macro.
47978         (La_x32_retval): Likewise.
47979         (la_x32_gnu_pltenter): New function prototype.
47980         (la_x32_gnu_pltexit): Likewise.
47982 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47984         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47985         exponent.
47987         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47989         * configure.in (libc_cv_cc_nofma): Check for option to disable
47990         generation of FMA instructions.
47991         * configure: Regenerate.
47992         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47993         * sysdeps/ieee754/dbl-64/Makefile: New file.
47994         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47995         Remove brandred-fma4.
47996         (CFLAGS-brandred-fma4.c): Remove.
47997         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47998         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47999         define.
48000         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
48001         define.
48003 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48005         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
48006         LLONG_MAX != LONG_MAX.
48007         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48008         (_fitoa_word): Likewise.
48009         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
48010         LLONG_MAX != LONG_MAX.
48011         * stdio-common/_itowa.h: Include <_itoa.h>.
48012         (_itowa_word): Use _ITOA_WORD_TYPE on value.
48013         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
48014         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
48015         only if not defined.
48016         (_ITOA_WORD_TYPE): Likewise.
48017         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48018         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
48020 2012-03-21  David S. Miller  <davem@davemloft.net>
48022         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48024 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48026         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
48027         of x86_64 when setting libc_cv_slibdir, libdir and
48028         libc_cv_localedir.
48029         * sysdeps/unix/sysv/linux/configure: Regenerated.
48031 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48033         * manual/lang.texi (Old Varargs): Remove section.
48034         (How Variadic): Update menu.
48035         (va_start): Do not mention varargs.h.
48037 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48038             Joseph Myers  <joseph@codesourcery.com>
48040         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
48041         link test.
48042         * configure: Regenerated.
48044 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48046         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
48047         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
48048         conformtest.pl
48050 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48052         * NOTES: Remove.
48053         * Makefile (files-for-dist): Remove NOTES.
48054         (NOTES): Remove rule.
48055         * README: Don't refer to NOTES.
48056         * manual/creature.texi: Don't include macros.texi.
48057         * manual/intro.texi (creature.texi): Remove comment referring to
48058         NOTES.
48060         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
48061         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
48062         * configure: Regenerated.
48063         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
48064         LIBC_TRY_CC_OPTION.
48065         (libc_cv_as_i686): Likewise.
48066         (libc_cv_cc_avx): Likewise.
48067         (libc_cv_cc_sse2avx): Likewise.
48068         (libc_cv_cc_fma4): Likewise.
48069         (libc_cv_cc_novzeroupper): Likewise.
48070         * sysdeps/i386/configure: Regenerated.
48072         [BZ #13883]
48073         * sysdeps/i386/fpu/s_cexp.S: Remove.
48074         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48075         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48076         * math/libm-test.inc (cexp_test): Add more tests.
48077         * sysdeps/i386/fpu/libm-test-ulps: Update.
48078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48080 2012-03-21  Allan McRae  <allan@archlinux.org>
48082         * timezone/Makefile: Do not install iso3166.tab and zone.tab
48084 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48086         [BZ #13871]
48087         * math/w_exp2.c: Do not include <float.h>.
48088         (o_threshold, u_threshold): Remove.
48089         (__exp2): Calculate result before checking finiteness and calling
48090         __kernel_standard.
48091         * math/w_exp2f.c: Likewise.
48092         * math/w_exp2l.c: Likewise.
48093         * math/libm-test.inc (exp2_test): Require overflow exception for
48094         1e6 input.
48096         [BZ #3866]
48097         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48098         range of signed 64-bit integers before using fistpll.  Remove
48099         checks for whether integers fit in mantissa bits.
48100         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48101         the range of signed 32-bit integers before using fistpl.  Remove
48102         checks for whether integers fit in mantissa bits.
48103         * sysdeps/i386/fpu/e_powl.S (p64): New object.
48104         (__ieee754_powl): Test for y outside the range of signed 64-bit
48105         integers before using fistpll.  Reduce 64-bit values to 63-bit
48106         ones as needed.
48107         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48108         divide-by-zero is raised for zero to large negative powers.
48109         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48110         (__ieee754_powl): Test for y outside the range of signed 64-bit
48111         integers before using fistpll.  Reduce 64-bit values to 63-bit
48112         ones as needed.
48113         * math/libm-test.inc (pow_test): Add more tests.
48115 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48117         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48118         <stdio-common/_itoa.h>.
48119         * debug/segfault.c: Likewise.
48120         * elf/dl-cache.c: Likewise.
48121         * elf/dl-minimal.c: Likewise.
48122         * elf/dl-misc.c: Likewise.
48123         * elf/dl-sysdep.c: Likewise.
48124         * elf/dl-version.c: Likewise.
48125         * elf/rtld.c: Likewise.
48126         * hurd/hurdsock.c: Likewise.
48127         * hurd/lookup-retry.c: Likewise.
48128         * malloc/malloc.c: Likewise.
48129         * malloc/mtrace.c: Likewise.
48130         * nscd/nscd_getgr_r.c: Likewise.
48131         * nscd/nscd_getpw_r.c: Likewise.
48132         * nscd/nscd_getserv_r.c: Likewise.
48133         * posix/getopt_init.c: Likewise.
48134         * posix/wordexp.c: Likewise.
48135         * stdio-common/_itoa.c: Likewise.
48136         * stdio-common/printf_fphex.c: Likewise.
48137         * stdio-common/vfprintf.c: Likewise.
48138         * string/_strerror.c: Likewise.
48139         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48140         * sysdeps/i386/i686/hp-timing.h: Likewise.
48141         * sysdeps/mach/_strerror.c: Likewise.
48142         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48143         * sysdeps/mach/hurd/sethostid.c: Likewise.
48144         * sysdeps/mach/hurd/xmknodat.c: Likewise.
48145         * sysdeps/mach/xpg-strerror.c: Likewise.
48146         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48147         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48148         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48149         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48150         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48151         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48152         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48153         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48154         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48155         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48156         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48157         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48158         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48159         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48160         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48161         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48162         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48163         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48164         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48165         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48166         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48168         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48170         * stdio-common/_itoa.h: Moved to ...
48171         * sysdeps/generic/_itoa.h: Here.
48173         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48175         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48176         instead of "_itoa.h" and "_itowa.h".
48177         * stdio-common/vfprintf.: Likewise.
48179 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48181         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
48182         <bits/wordsize.h>.
48183         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
48184         (__signbit): Likwise.
48185         (llrintf): Likwise.
48186         (llrint): Likwise.
48188 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48190         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
48191         __WORDSIZE != 64.
48193 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
48195         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
48196         OVERFLOW_EXCEPTION_OK.
48197         * math/libm-test.inc ("Philosophy"): Update comment about
48198         exception testing.
48199         (OVERFLOW_EXCEPTION): Define.
48200         (OVERFLOW_EXCEPTION_OK): Likewise.
48201         (INVALID_EXCEPTION_OK): Renumber.
48202         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48203         (IGNORE_ZERO_INF_SIGN): Likewise.
48204         (test_exceptions): Handle FE_OVERFLOW.
48205         (exp10_test): Expect overflow exceptions.
48206         (exp2_test): Likewise.
48207         (expm1_test): Likewise.
48208         (nextafter_test): Likewise.
48209         (pow_test): Likewise.
48210         (scalbn_test): Likewise.
48211         (scalbln_test): Likewise.
48213 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48215         * sysdeps/x86_64/bits/atomic.h
48216         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
48217         64bit integer.
48218         (atomic_exchange_acq): Likewise.
48219         (__arch_exchange_and_add_body): Likewise.
48220         (__arch_add_body): Likewise.
48221         (atomic_add_negative): Likewise.
48222         (atomic_add_zero): Likewise.
48224 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48226         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
48227         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
48229 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48231         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
48232         Check __x86_64__ instead of __WORDSIZE.
48234 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48236         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
48238 2012-03-19  David S. Miller  <davem@davemloft.net>
48240         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48242         * sysdeps/sparc/fpu/fenv_private.h: New file.
48243         * sysdeps/sparc/fpu/math_private.h: Use it.
48244         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
48245         Remove.
48246         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
48247         (libc_feholdexcept_setroundl): Remove.
48248         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
48249         Remove.
48250         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
48251         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48253 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48255         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48256         int64_t instead of long int.
48257         (INSERT_WORDS64): Likwise.
48259 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48261         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48262         _Unwind_GetCFA return to _Unwind_Ptr first.
48264 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
48266         [BZ #13629]
48267         * math/s_clog.c: Include <float.h>.
48268         (__clog): Scale large or subnormal inputs.
48269         * math/s_clogf.c: Likewise.
48270         * math/s_clogl.c: Likewise.
48271         * math/s_clog10.c: Include <float.h>.
48272         (M_LOG10_2): Define.
48273         (__clog10): Scale large or subnormal inputs.
48274         * math/s_clog10f.c: Likewise.
48275         * math/s_clog10l.c: Likewise.
48276         * math/libm-test.inc (clog_test): Add more tests.
48277         (clog10_test): Likewise.
48278         * sysdeps/i386/fpu/libm-test-ulps: Update.
48279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48281         [BZ #11451]
48282         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48283         x and y.
48284         * math/libm-test.inc (atan2_test): Add another test.
48286         * Makerules (common-objdir-compile): Remove.
48287         * sysdeps/unix/Makefile (config-generated): Do not add
48288         $(unix-generated) to variable.
48289         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48290         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48291         Remove rule.
48292         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48293         Likewise.
48294         [generic bits/local_lim.h] (before-compile): Do not append to
48295         variable.
48296         [generic bits/local_lim.h] (common-generated): Likewise.
48297         [generic sys/param.h] (before-compile): Do not append to variable.
48298         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48299         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48300         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48301         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48302         include.
48303         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48304         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48305         [generic sys/param.h] ($(addprefix
48306         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48307         [generic sys/param.h] (common-generated): Do not append to
48308         variable.
48309         [generic sys/param.h] (sysdep_headers): Likewise.
48310         [generic bits/errno.h] (before-compile): Do not append to
48311         variable.
48312         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48313         rule.
48314         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48315         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48316         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48317         [generic bits/errno.h] (common-generated): Do not append to
48318         variable.
48319         [generic bits/ioctls.h] (before-compile): Do not append to
48320         variable.
48321         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48322         rule.
48323         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48324         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48325         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48326         rule.
48327         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48328         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48329         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48330         [generic bits/ioctls.h] (common-generated): Do not append to
48331         variable.
48332         [generic sys/syscall.h] (syscall.h): Remove variable.
48333         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48334         rule.
48335         [generic sys/syscall.h] (before-compile): Do not append to
48336         variable.
48337         [generic sys/syscall.h] (common-generated): Likewise.
48338         * sysdeps/unix/errnos-tmpl.c: Remove file.
48339         * sysdeps/unix/errnos.awk: Likewise.
48340         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48341         * sysdeps/unix/ioctls.awk: Likewise.
48342         * sysdeps/unix/mk-local_lim.c: Likewise.
48343         * sysdeps/unix/snarf-ioctls: Likewise.
48345 2012-03-19  Richard Henderson  <rth@twiddle.net>
48347         * sysdeps/i386/fpu/fenv_private.h: New file.
48348         * sysdeps/i386/fpu/math_private.h: Use it.
48349         (math_opt_barrier, math_force_eval): Remove.
48350         (libc_feholdexcept_setround_53bit): Remove.
48351         (libc_feupdateenv_53bit): Remove.
48352         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48353         (math_opt_barrier, math_force_eval): Remove.
48354         (libc_feholdexcept): Remove.
48355         (libc_feholdexcept_setround): Remove.
48356         (libc_fetestexcept, libc_fesetenv): Remove.
48357         (libc_feupdateenv_test): Remove.
48358         (libc_feupdateenv, libc_feholdsetround): Remove.
48359         (libc_feresetround): Remove.
48361         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48362         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48364         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48365         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48366         (libc_feupdateenv_testl): New.
48367         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48368         (libc_feupdateenv_testf): New.
48369         (libc_feupdateenv): Use libc_feupdateenv_test.
48370         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48371         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48373         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48374         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48375         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48376         (libc_feresetround_noex): New.
48377         (libc_feresetround_noexf): New.
48378         (libc_feresetround_noexl): New.
48379         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48380         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48381         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48382         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48383         SET_RESTORE_ROUND.
48384         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48385         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48386         (__cos): Likewise.
48387         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48388         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48389         SET_RESTORE_ROUND_NOEX.
48390         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48391         SET_RESTORE_ROUND_NOEXF.
48392         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48393         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48394         (libc_feholdsetroundf): New.
48395         (libc_feresetround, libc_feresetroundf): New.
48397         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48398         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48399         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48401         * sysdeps/generic/math_private.h: Include <fenv.h>.
48402         (default_libc_feholdexcept): New.
48403         (default_libc_feholdexcept_setround): New.
48404         (default_libc_fesetenv, default_libc_feupdateenv): New.
48405         (libc_feholdexcept): Only define if undefined.
48406         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48407         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48408         (libc_feholdexcept_setroundl): Likewise.
48409         (libc_feholdexcept_setround_53bit): Likewise.
48410         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48411         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48412         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48413         (libc_feupdateenv_53bit): Likewise.
48414         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48415         (libc_feholdexcept): Convert from macro to inline function.
48416         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48417         (libc_fesetenv, libc_feupdateenv): Likewise.
48419         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48420         not previously defined.
48421         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48422         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48423         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48424         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48425         * sysdeps/ieee754/flt-32/math_private.h: New file.
48426         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48427         math_private.h below SET_FLOAT_WORD.
48428         (__isnan, __isinf_ns, __finite): Remove.
48429         (__isnanf, __isinf_nsf, __finitef): Remove.
48431 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48433         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48435 2012-03-17  David S. Miller  <davem@davemloft.net>
48437         [BZ #6471]
48438         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48439         for 2.16.
48441 2012-03-16  David S. Miller  <davem@davemloft.net>
48443         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48444         warnings.
48446         [BZ #6471]
48447         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48448         properly.
48449         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48450         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48451         sysdep_routines when subdir is sysvipc.
48452         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48453         __getshmlba helper.
48455         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48457 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48459         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48460         [__LP64__].
48462 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48464         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48465         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48466         (__lround): Renamed to ...
48467         (__llround): This.  Replace long int with long long int.
48468         Define lround functions as aliases of llround functions.
48469         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48471 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48473         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48474         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48475         adresses to uintptr_t.  Replace "long int" and "unsigned long
48476         int" with "greg_t" on va_arg.
48478 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48480         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48481         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48483         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48484         Move e_machine check before EI_CLASS check.  Handle x32
48485         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48486         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48487         SKIP_EM_IA_64 and include
48488         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48490         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48491         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48492         (add_system_dir): New macro.
48494         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48495         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48497 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48499         [BZ #2551]
48500         [BZ #2552]
48501         [BZ #2553]
48502         [BZ #2554]
48503         [BZ #2562]
48504         [BZ #2563]
48505         [BZ #2565]
48506         [BZ #2566]
48507         [BZ #2576]
48508         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48509         (y0): Likewise.
48510         * math/w_j0f.c (j0f): Likewise.
48511         (y0f): Likewise.
48512         * math/w_j0l.c (__j0l): Likewise.
48513         (__y0l): Likewise.
48514         * math/w_j1.c (j1): Likewise.
48515         (y1): Likewise.
48516         * math/w_j1f.c (j1f): Likewise.
48517         (y1f): Likewise.
48518         * math/w_j1l.c (__j1l): Likewise.
48519         (__y1l): Likewise.
48520         * math/w_jn.c (jn): Likewise.
48521         (yn): Likewise.
48522         * math/w_jnf.c (jnf): Likewise.
48523         (ynf): Likewise.
48524         * math/w_jnl.c (__jnl): Likewise.
48525         (__ynl): Likewise.
48526         * math/libm-test.inc (j0_test): Add more tests.
48527         (j1_test): Likewise.
48528         (jn_test): Likewise.  Add trailing semicolon to existing test.
48529         (y0_test): Likewise.
48530         (y1_test): Likewise.
48531         * sysdeps/i386/fpu/libm-test-ulps: Update.
48532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48534         [BZ #13851]
48535         [BZ #13854]
48536         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48537         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48538         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48539         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48540         (__tanl): Set errno for infinite argument.
48541         * sysdeps/i386/fpu/mptan.c: Remove.
48542         * sysdeps/i386/fpu/s_tan.S: Likewise.
48543         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48544         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48545         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48546         * math/libm-test.inc (tan_test): Add more tests and enable more
48547         tests for double and long double.
48548         * sysdeps/i386/fpu/libm-test-ulps: Update.
48549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48551 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48553         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48554         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48556 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48558         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48559         * configure.in: Use it for both main tree and add-ons.
48560         * configure: Regenerated.
48562 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48564         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48566 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48568         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48569         in comment.
48571         [BZ #13851]
48572         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48573         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48574         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48575         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48576         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48577         infinite argument.
48578         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48579         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48580         != 0 for prec == 2.
48581         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48582         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48583         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48584         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48585         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48586         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48587         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48588         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48589         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48590         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48591         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48592         * math/libm-test.inc (cos_test): Add more tests and enable more
48593         tests for long double.
48594         (sin_test): Likewise.
48595         (sincos_test): Likewise.
48596         * sysdeps/i386/fpu/libm-test-ulps: Update.
48597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48599 2012-03-16  David S. Miller  <davem@davemloft.net>
48601         * sysdeps/sparc/fpu/math_private.h: New file.
48603 2012-03-15  David S. Miller  <davem@davemloft.net>
48605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48606         file.
48607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48609         file.
48610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48611         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48612         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48613         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48614         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48615         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48616         sysdep routines.
48617         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48619         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48620         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48622         * sysdeps/sparc/sparc-ifunc.h: New file.
48623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48624         sparc-ifunc.h
48625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48627         Likewise.
48628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48629         Likewise.
48630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48634         Likewise.
48635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48637         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48640         Likewise.
48641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48642         Likewise.
48643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48647         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48648         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48649         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48650         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48651         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48652         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48653         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48654         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48655         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48656         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48657         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48658         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48659         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48660         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48661         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48662         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48663         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48664         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48665         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48666         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48668 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48670         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48671         scaling.
48672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48674 2012-03-15  Andreas Jaeger  <aj@suse.de>
48676         [BZ #13852]
48677         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48678         ieee754/flt-32 implementation for sin, cos and sincos.
48679         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48680         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48681         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48682         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48683         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48684         ieee754/flt-32 implementation for tan.
48686         * math/libm-test.inc (cos_test): Enable some large input tests for
48687         float as well
48688         (sin_test): Likewise.
48689         (sincos_test): Likewise.
48690         (tan_test): Add tests for large input.
48692         * sysdeps/i386/fpu/libm-test-ulps: Update.
48694 2012-03-15  Andreas Jaeger  <aj@suse.de>
48696         [BZ #13658]
48697         * math/libm-test.inc (cos_test): Add more test cases.
48698         (sin_test): Likewise.
48699         (sincos_test): Likewise.
48701 2012-03-15  Andreas Jaeger  <aj@suse.de>
48703         [BZ #13837]
48704         * math/libm-test.inc (cos_test): Add a test case for large input
48705         value.
48706         (sin_test): Likewise.
48707         (sincos_test): Likewise.
48709 2012-03-15  Andreas Jaeger  <aj@suse.de>
48710             Joseph Myers  <joseph@codesourcery.com>
48712         [BZ #13658]
48713         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48714         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48715         * sysdeps/i386/fpu/branred.c: Likewise.
48716         * sysdeps/i386/fpu/dosincos.c: Likewise.
48717         * sysdeps/i386/fpu/mpa.c: Likewise.
48718         * sysdeps/i386/fpu/s_cos.S: Likewise.
48719         * sysdeps/i386/fpu/s_sin.S: Likewise.
48720         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48721         * sysdeps/i386/fpu/sincos32.c: Likewise.
48723         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48724         Define.
48725         (libc_feupdateenv_53bit): Define.
48726         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48727         Define.
48728         (libc_feupdateenv_53bit): Define.
48730         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48731         53 bit (without extend i386 double precision).
48733         * math/libm-test.inc (sincos_test): Add tests for large input.
48734         (sin): Likewise.
48735         (cos): Likewise.
48737         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48739 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48741         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48743 2012-03-15  David S. Miller  <davem@davemloft.net>
48745         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48746         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48747         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48748         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48749         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48750         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48751         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48752         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48753         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48754         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48755         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48756         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48757         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48758         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48759         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48761         file.
48762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48764         file.
48765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48767         file.
48768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48770         file.
48771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48772         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48773         fmin/fmax sysdep routines.
48774         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48776 2012-03-14  David S. Miller  <davem@davemloft.net>
48778         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48779         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48780         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48781         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48782         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48783         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48784         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48785         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48786         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48787         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48788         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48789         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48790         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48791         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48792         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48793         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48794         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48795         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48796         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48797         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48798         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48799         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48800         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48801         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48802         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48803         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48804         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48805         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48806         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48807         routines.
48808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48809         file.
48810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48812         file.
48813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48814         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48815         file.
48816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48818         file.
48819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48821         file.
48822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48824         file.
48825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48826         file.
48827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48828         file.
48829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48830         file.
48831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48832         New file.
48833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48834         file.
48835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48836         file.
48837         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48839         file.
48840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48842         file.
48843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48845         file.
48846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48848         VIS3 routines.
48850         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48851         New file.
48853         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48855         * sysdeps/sparc/configure.in: New file.
48856         * sysdeps/sparc/configure: Generate.
48857         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48858         * configure: Regenerate.
48859         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48860         * config.make.in (have-as-vis3): New.
48861         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48862         available use -Av9d instead of -Av9a.
48863         * sysdeps/sparc/sparc64/Makefile: Likewise.
48864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48866         New file.
48867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48868         file.
48869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48870         New file.
48871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48872         file.
48873         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48874         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48875         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48876         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48877         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48879         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48880         fzeros/fnegs to load 0x80000000 into a float register instead of
48881         using the stack.
48882         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48884 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48886         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48887         bits/syscall.h.
48888         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48889         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48890         ($(inst_includedir)/bits/syscall.h): Remove rule.
48891         ($(objpfx)bits/syscall.d): Include instead of
48892         $(objpfx)syscall-list.d.
48893         (generated): Change syscall-list.h and syscall-list.d to
48894         bits/syscall.h and bits/syscall.d.
48896 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48898         [BZ #13846]
48899         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48901 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48903         [BZ #13841]
48904         * math/s_csqrt.c: Include <float.h>.
48905         (__csqrt): Scale large or subnormal inputs.
48906         * math/s_csqrtf.c: Likewise.
48907         * math/s_csqrtl.c: Likewise.
48908         * math/libm-test.inc (csqrt_test): Add more tests.
48909         * sysdeps/i386/fpu/libm-test-ulps: Update.
48910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48912         [BZ #13840]
48913         * math/libm-test.inc (hypot_test): Add more tests.
48915 2012-03-13  David S. Miller  <davem@davemloft.net>
48917         [BZ #13840]
48918         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48919         double-precision for the calculation instead of scaling.
48921 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48923         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48924         manipulate bits before adding and subtracting TWO52[sx].
48925         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48926         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48927         Likewise.
48928         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48930 2012-03-13  David S. Miller  <davem@davemloft.net>
48932         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48933         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48934         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48935         rtld-global-offsets.h
48936         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48938         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48939         large parameters.
48941         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48943         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48944         'err' in the ifdef scope in which it is actually used.
48946         * nss/nss_db/db-init.c: Include string.h
48948 2012-03-12  David S. Miller  <davem@davemloft.net>
48950         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48951         masking out of the most significant byte of random value used.
48952         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48953         Fix coding style in previous change.
48955         * sysdeps/unix/sysv/linux/kernel-features.h
48956         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48957         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48958         expression.
48959         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48960         later.
48962 2012-03-11  David S. Miller  <davem@davemloft.net>
48964         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48965         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48966         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48967         for 'resultvar' otherwise things get truncated on 64-bit.
48969         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48970         Fix masking out of the most significant byte of random value used.
48972         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48974 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48976         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48978 2012-03-09  David S. Miller  <davem@davemloft.net>
48980         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48981         variables with appropriate CPP guards.
48982         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48983         from the frame pointer, not the stack pointer.  Correct layout
48984         comments.  Fix test on resulting framesize and the management of
48985         the outregs buffer for pltexit.  Preserve floating point return
48986         values across _dl_call_pltexit call.
48987         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48988         framesize and the management of the outregs buffer for pltexit.
48989         Preserve floating point return values across _dl_call_pltexit
48990         call.
48991         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48992         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48993         (la_sparc64_gnu_pltexit): New functions.
48994         (print_exit): Fix format string for return register value.
48996 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48998         * sunrpc/Makefile (others): Add rpcgen.
48999         ($(objpfx)rpcgen): Remove special build rule and dependency on
49000         libc.
49001         * sunrpc/rpcgen.c: New file.
49003 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49005         [BZ #13673]
49006         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
49007         * stdio-common/bug-vfprintf-nargs.c: Likewise.
49008         * sysdeps/i386/crti.S: Likewise.
49009         * sysdeps/i386/crtn.S: Likewise.
49010         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
49011         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
49012         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
49013         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
49014         * sysdeps/sh/crti.S: Likewise.
49015         * sysdeps/sh/crtn.S: Likewise.
49016         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
49018         [BZ #13673]
49019         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
49020         with URL.
49021         * locale/programs/locfile-kw.gperf: Likewise.
49022         * locale/programs/charmap-kw.h: Regenerated.
49023         * locale/programs/locfile-kw.h: Likewise.
49025         [BZ #13673]
49026         * intl/plural.y: Replace FSF snail mail address with URL.
49027         * intl/plural.c: Regenerated.
49029 2012-03-09  Richard Henderson  <rth@twiddle.net>
49031         * include/math_private.h: Remove file.
49032         * math/math_private.h: Move file ...
49033         * sysdeps/generic/math_private.h: ... here.
49035         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
49036         * sysdeps/powerpc/fpu/math_private.h: Likewise.
49037         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49039         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
49040         and <math_private.h>.
49041         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49042         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49043         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49044         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49045         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49046         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
49047         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49048         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49049         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49050         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49051         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49052         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49053         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49054         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49055         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49056         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49057         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49058         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49059         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49060         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49061         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49062         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49063         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49064         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49065         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
49066         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49067         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49068         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49069         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49070         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49071         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49072         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49073         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
49074         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49075         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49076         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49077         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49078         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49079         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49080         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49081         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
49082         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49083         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49084         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
49085         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
49086         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49087         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
49088         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
49089         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49090         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49091         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
49092         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
49093         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
49094         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49095         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
49096         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49097         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49098         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49099         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49100         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49101         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49102         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49103         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49104         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49105         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49106         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49107         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49108         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49109         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49110         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49111         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49112         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49113         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49114         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49115         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49116         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49117         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49118         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49119         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49120         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49121         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49122         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49123         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49124         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49125         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49126         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49127         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49128         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49129         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49130         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49131         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49132         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49133         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49134         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49135         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49136         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49137         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49138         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49139         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49140         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49141         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49142         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49143         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49144         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49145         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49146         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49147         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49148         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49149         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49150         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49151         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49152         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49153         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49154         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49155         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49156         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49157         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49158         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49159         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49160         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49161         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49162         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49163         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49164         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49165         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49166         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49167         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49168         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49169         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49170         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49171         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49172         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49173         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49174         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49175         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49176         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49177         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49178         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49179         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49180         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49181         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49182         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49183         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49184         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
49185         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
49186         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49187         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49188         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49189         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
49190         * sysdeps/ieee754/k_standard.c: Likewise.
49191         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49192         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49193         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49194         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49195         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49196         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49197         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49198         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49199         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49200         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49201         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49202         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49203         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49204         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49205         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49206         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49207         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
49208         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49209         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49210         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
49211         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
49212         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
49213         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49214         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49215         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
49216         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
49217         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49218         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49219         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49220         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49221         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
49222         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49223         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49224         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49225         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
49226         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49227         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49228         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
49229         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
49230         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49231         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
49232         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
49233         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
49234         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49235         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
49236         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
49237         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49238         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49239         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49240         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49241         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49242         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
49243         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49244         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
49245         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49246         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49247         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
49248         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
49249         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49250         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49251         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49252         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49253         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49254         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49255         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49256         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49257         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49258         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49259         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49260         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49261         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49262         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49263         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49264         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49265         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49266         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49267         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49268         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49269         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49270         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49271         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49272         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49273         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49274         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49275         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49276         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49277         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49278         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49279         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49280         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49281         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49282         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49283         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49284         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49285         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49286         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49287         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49288         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49289         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49290         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49291         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49292         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49293         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49294         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49295         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49296         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49297         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49298         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49299         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49300         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49301         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49302         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49303         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49304         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49305         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49306         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49307         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49308         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49309         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49310         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49311         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49312         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49313         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49314         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49315         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49316         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49317         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49318         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49319         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49320         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49321         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49322         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49323         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49324         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49325         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49326         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49327         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49328         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49329         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49330         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49331         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49332         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49333         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49334         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49335         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49336         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49337         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49338         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49339         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49340         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49341         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49342         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49343         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49344         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49345         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49346         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49347         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49348         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49349         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49350         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49351         * sysdeps/ieee754/s_lib_version.c: Likewise.
49352         * sysdeps/ieee754/s_matherr.c: Likewise.
49353         * sysdeps/ieee754/s_signgam.c: Likewise.
49354         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49355         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49356         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49357         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49358         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49359         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49360         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49361         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49362         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49363         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49364         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49365         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49366         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49367         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49368         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49369         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49370         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49371         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49372         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49373         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49374         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49376 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49378         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49379         * sunrpc/rpc_main.c: Likewise.
49380         * sunrpc/rpc_svcout.c: Likewise.
49382 2012-03-09  David S. Miller  <davem@davemloft.net>
49384         * include/math_private.h: New file.
49386 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49388         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49389         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49390         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49391         from <bits/socket_type.h>.
49392         (enum __socket_type): Don't define here.
49393         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49394         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49395         bits/socket_type.h.
49397         [BZ #13566]
49398         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49399         checking __USE_GNU.
49401         * Makerules ($(inst_includedir)/%.h): New rule.
49402         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49403         (install-others): Remove variable setting.
49404         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49406 2012-03-08  Richard Henderson  <rth@twiddle.net>
49408         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49409         from macro to inline function; merge with the
49410         !__LIBC_INTERNAL_MATH_INLINES version.
49411         (__ieee754_sqrtf): Likewise.
49413         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49414         to inline function.
49415         (__rintf, __floor, __floorf): Likewise.
49417         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49418         macro to inline function.
49419         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49421         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49422         not <math/math_private.h>.
49424 2012-03-08  David S. Miller  <davem@davemloft.net>
49426         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49427         copyright year.
49428         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49430 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49432         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49433         normalization.
49434         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49435         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49437 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49439         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49440         be defined individually, they must be defined as a block.  Define
49441         S for printing a string instead of hidint the different by using a
49442         macro for adding the 'l'.
49443         * stdio-common/tst-fphex-wide.c: Adjust.
49445 2012-03-07  Marek Polacek  <polacek@redhat.com>
49447         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49449 2012-03-08  Marek Polacek  <polacek@redhat.com>
49451         [BZ #13806]
49452         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49453         * stdio-common/tst-fphex.c: Define a few macros to make the
49454         test reusable.  Use them.
49455         * stdio-common/tst-fphex-wide.c: New file.
49457 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49459         [BZ #6911]
49460         * manual/macros.texi (gnusystems): New macro.
49461         (nongnusystems): Likewise.
49462         (gnulinuxhurdsystems): Likewise.
49463         (gnuhurdsystems): Likewise..
49464         (gnulinuxsystems): Likewise.
49465         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49466         variants of the GNU system, not "GNU system".
49467         * manual/conf.texi: Likewise.
49468         * manual/errno.texi: Likewise.  Update example of errno macro
49469         expansion.
49470         * manual/filesys.texi: Likewise.
49471         (getumask): Document as specific to GNU/Hurd.
49472         * manual/install.texi: Likewise.  Reword some references to
49473         GNU/Linux.
49474         * manual/intro.texi: Likewise.
49475         * manual/io.texi: Likewise.
49476         (File Name Portability): Detail which constraints are inapplicable
49477         to all GNU systems and which are only inapplicable to GNU/Hurd.
49478         * manual/job.texi: Likewise.
49479         * manual/llio.texi: Likewise.
49480         (O_NOCTTY): Document as present on GNU/Linux.
49481         * manual/maint.texi: Likewise.
49482         * manual/memory.texi: Likewise.
49483         * manual/pattern.texi: Likewise.
49484         * manual/pipe.texi: Likewise.
49485         * manual/process.texi: Likewise.
49486         * manual/resource.texi: Likewise.
49487         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49488         child on GNU/Hurd.
49489         * manual/setjmp.texi: Likewise.
49490         * manual/signal.texi: Likewise.
49491         * manual/startup.texi: Likewise.
49492         * manual/stdio.texi: Likewise.
49493         * manual/terminal.texi: Likewise.
49494         (ONLCR): Document as POSIX.
49495         (OXTABS): Document availability on GNU/Linux as XTABS.
49496         (ONOEOT): Document availability separately from other bits.
49497         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49498         * manual/time.texi: Likewise.
49499         * manual/users.texi: Likewise.
49500         * INSTALL: Regenerated.
49501         * sysdeps/gnu/errlist.c: Regenerated.
49503         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49504         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49505         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49506         puts.
49507         * configure: Regenerated.
49509 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49511         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49512         default includes instead of AC_HEADER_CHECK.
49513         * sysdeps/i386/configure: Regenerated.
49515         [BZ #10716]
49516         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49517         * math/s_cacoshf.c (__cacoshf): Likewise.
49518         * math/s_cacoshl.c (__cacoshl): Likewise.
49519         * math/s_casinh.c (__casinh): Set signs of result from argument.
49520         * math/s_casinhf.c (__casinhf): Likewise.
49521         * math/s_casinhl.c (__casinhl): Likewise.
49522         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49523         (casinh_test): Add more tests.
49524         * sysdeps/i386/fpu/libm-test-ulps: Update.
49525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49527 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49529         * po/zh_TW.po: Update from translation team.
49531         * login/Makefile (distribute): Remove variable.
49532         * catgets/Makefile: Likewise.
49533         * mach/Makefile: Likewise.
49534         * malloc/Makefile: Likewise.
49535         * misc/Makefile: Likewise.
49536         * iconv/Makefile: Likewise.
49537         * nscd/Makefile: Likewise.
49538         * hurd/Makefile: Likewise.
49539         * manual/Makefile: Likewise.
49540         * locale/Makefile: Likewise.
49541         * intl/Makefile: Likewise.
49542         * conform/Makefile: Likewise.
49543         * nss/Makefile: Likewise.
49544         * time/Makefile: Likewise.
49545         * soft-fp/Makefile: Likewise.
49546         * dirent/Makefile: Likewise.
49547         * gmon/Makefile: Likewise.
49548         * po/Makefile: Likewise.
49549         * rt/Makefile: Likewise.
49550         * socket/Makefile: Likewise.
49551         * math/Makefile: Likewise.
49552         * signal/Makefile: Likewise.
49553         * debug/Makefile: Likewise.
49554         * elf/Makefile: Likewise.
49555         * timezone/Makefile: Likewise.
49556         * stdlib/Makefile: Likewise.
49557         * iconvdata/Makefile: Likewise.
49558         * sunrpc/Makefile: Likewise.
49559         * io/Makefile: Likewise.
49560         * argp/Makefile: Likewise.
49561         * inet/Makefile: Likewise.
49562         * hesiod/Makefile: Likewise.
49563         * grp/Makefile: Likewise.
49564         * csu/Makefile: Likewise.
49565         * wctype/Makefile: Likewise.
49566         * crypt/Makefile: Likewise.
49567         * libio/Makefile: Likewise.
49568         * string/Makefile: Likewise.
49569         * nis/Makefile: Likewise.
49570         * resolv/Makefile: Likewise.
49571         * stdio-common/Makefile: Likewise.
49572         * wcsmbs/Makefile: Likewise.
49573         * dlfcn/Makefile: Likewise.
49574         * posix/Makefile: Likewise.
49576         [BZ #6959]
49577         * timezone/Makefile: Don't install timezone files, just the programs
49578         and scripts.
49580 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49582         * nss/databases.def: Add missing gshadow entry.
49584         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49586 2012-03-06  Marek Polacek  <polacek@redhat.com>
49588         [BZ #13726]
49589         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49590         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49591         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49592         * stdio-common/tst-long-dbl-fphex.c: New file.
49594 2012-03-06  David S. Miller  <davem@davemloft.net>
49596         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49597         (set_obp_int): New function.
49598         (get_obp_int): New function.
49599         (__get_clockfreq_via_dev_openprom): Likewise.
49600         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49601         Avoid unused variable warnings on 'val' and use builtin_expect.
49602         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49603         __builtin_expect.
49604         (INLINE_CLONE_SYSCALL): Likewise.
49606 2012-03-05  David S. Miller  <davem@davemloft.net>
49608         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49610 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49612         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49614         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49615         only for |x| >= 40.
49616         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49618 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49620         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49621         Replace gettimeofday with __vdso_gettimeofday.
49623         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49624         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49625         __vdso_clock_gettime and __vdso_getcpu.
49627         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49628         time with __vdso_time.
49630 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49632         * manual/lang.texi (size_t): Note types to which size_t may be
49633         equivalent with the GNU C Library, but do not describe when
49634         differences between them are significant.
49636 2012-03-05  Andreas Jaeger  <aj@suse.de>
49638         * sysdeps/i386/fpu/libm-test-ulps: Update.
49640 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49642         [BZ #3976]
49643         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49644         (__ieee754_pow): Save and restore rounding mode and use
49645         round-to-nearest for main computations.
49646         * math/libm-test.inc (pow_test_tonearest): New function.
49647         (pow_test_towardzero): Likewise.
49648         (pow_test_downward): Likewise.
49649         (pow_test_upward): Likewise.
49650         (main): Call the new functions.
49651         * sysdeps/i386/fpu/libm-test-ulps: Update.
49652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49654         [BZ #3976]
49655         * math/libm-test.inc (cosh_test_tonearest): New function.
49656         (cosh_test_towardzero): Likewise.
49657         (cosh_test_downward): Likewise.
49658         (cosh_test_upward): Likewise.
49659         (sinh_test_tonearest): Likewise.
49660         (sinh_test_towardzero): Likewise.
49661         (sinh_test_downward): Likewise.
49662         (sinh_test_upward): Likewise.
49663         (main): Call the new functions.
49664         * sysdeps/i386/fpu/libm-test-ulps: Update.
49665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49667 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49669         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49670         default stack guard is set in last bytes.
49671         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49673 2012-03-05  Kees Cook  <keescook@chromium.org>
49675         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49677         [BZ #13656]
49678         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49679         possibly allocate from heap instead of stack.
49680         * stdio-common/bug-vfprintf-nargs.c: New file.
49681         * stdio-common/Makefile (tests): Add nargs overflow test.
49683 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49685         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49687 2012-03-03  Marek Polacek  <polacek@redhat.com>
49689         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49690         * math/math_private.h: Likewise.
49691         * stdlib/tst-strtod.c: Likewise.
49692         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49693         * sysdeps/x86_64/bits/atomic.h: Likewise.
49695 2012-03-02  David S. Miller  <davem@davemloft.net>
49697         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49698         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49699         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49700         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49701         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49702         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49703         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49704         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49706 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49708         [BZ #13792]
49709         * manual/examples/README: New file, says the example source files
49710         can be used under GPL>=2.
49711         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49712         line containing just "*/".
49713         * manual/examples/add.c: Add copyright header (GPL>=2).
49714         * manual/examples/argp-ex1.c: Likewise.
49715         * manual/examples/argp-ex2.c: Likewise.
49716         * manual/examples/argp-ex3.c: Likewise.
49717         * manual/examples/argp-ex4.c: Likewise.
49718         * manual/examples/atexit.c: Likewise.
49719         * manual/examples/db.c: Likewise.
49720         * manual/examples/dir.c: Likewise.
49721         * manual/examples/dir2.c: Likewise.
49722         * manual/examples/execinfo.c: Likewise.
49723         * manual/examples/filecli.c: Likewise.
49724         * manual/examples/filesrv.c: Likewise.
49725         * manual/examples/fmtmsgexpl.c: Likewise.
49726         * manual/examples/genpass.c: Likewise.
49727         * manual/examples/inetcli.c: Likewise.
49728         * manual/examples/inetsrv.c: Likewise.
49729         * manual/examples/isockad.c: Likewise.
49730         * manual/examples/longopt.c: Likewise.
49731         * manual/examples/memopen.c: Likewise.
49732         * manual/examples/memstrm.c: Likewise.
49733         * manual/examples/mkfsock.c: Likewise.
49734         * manual/examples/mkisock.c: Likewise.
49735         * manual/examples/mygetpass.c: Likewise.
49736         * manual/examples/pipe.c: Likewise.
49737         * manual/examples/popen.c: Likewise.
49738         * manual/examples/rprintf.c: Likewise.
49739         * manual/examples/search.c: Likewise.
49740         * manual/examples/select.c: Likewise.
49741         * manual/examples/setjmp.c: Likewise.
49742         * manual/examples/sigh1.c: Likewise.
49743         * manual/examples/sigusr.c: Likewise.
49744         * manual/examples/stpcpy.c: Likewise.
49745         * manual/examples/strdupa.c: Likewise.
49746         * manual/examples/strftim.c: Likewise.
49747         * manual/examples/strncat.c: Likewise.
49748         * manual/examples/subopt.c: Likewise.
49749         * manual/examples/swapcontext.c: Likewise.
49750         * manual/examples/termios.c: Likewise.
49751         * manual/examples/testopt.c: Likewise.
49752         * manual/examples/testpass.c: Likewise.
49753         * manual/examples/timeval_subtract.c: Likewise.
49755         [BZ #13792]
49756         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49757         function to ...
49758         * manual/timeval_subtract.c.texi: ... here, new file.
49760 2012-03-02  David S. Miller  <davem@davemloft.net>
49762         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49764 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49766         [BZ #3976]
49767         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49768         (__sin): Save and restore rounding mode and use round-to-nearest
49769         for all computations.
49770         (__cos): Save and restore rounding mode and use round-to-nearest
49771         for all computations.
49772         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49773         <fenv.h>.
49774         (tan): Save and restore rounding mode and use round-to-nearest for
49775         all computations.
49776         * math/libm-test.inc (cos_test_tonearest): New function.
49777         (cos_test_towardzero): Likewise.
49778         (cos_test_downward): Likewise.
49779         (cos_test_upward): Likewise.
49780         (sin_test_tonearest): Likewise.
49781         (sin_test_towardzero): Likewise.
49782         (sin_test_downward): Likewise.
49783         (sin_test_upward): Likewise.
49784         (tan_test_tonearest): Likewise.
49785         (tan_test_towardzero): Likewise.
49786         (tan_test_downward): Likewise.
49787         (tan_test_upward): Likewise.
49788         (main): Call the new functions.
49789         * sysdeps/i386/fpu/libm-test-ulps: Update.
49790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49792         [BZ #10135]
49793         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49794         small n, then large n, before computing and testing k+n.
49795         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49796         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49797         Likewise.
49798         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49799         Likewise.
49800         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49801         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49802         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49803         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49804         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49805         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49806         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49807         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49808         * math/libm-test.inc (scalbn_test): Add more tests.
49809         (scalbln_test): Likewise.
49811         * manual/filesys.texi (mode_t): Describe constraints on size and
49812         signedness, not exact equivalence to a particular type.
49813         (ino_t): Likewise.
49814         (ino64_t): Likewise.
49815         (dev_t): Likewise.
49816         (nlink_t): Likewise.
49817         (blkcnt_t): Likewise.
49818         (blkcnt64_t): Likewise.
49819         * manual/llio.texi (off_t): Likewise.
49821         [BZ #3976]
49822         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49823         (__ieee754_exp): Save and restore rounding mode and use
49824         round-to-nearest for all computations.
49825         * math/libm-test.inc (exp_test_tonearest): New function.
49826         (exp_test_towardzero): Likewise.
49827         (exp_test_downward): Likewise.
49828         (exp_test_upward): Likewise.
49829         (main): Call the new functions.
49830         * sysdeps/i386/fpu/libm-test-ulps: Update.
49831         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49833 2012-03-01  Chris Demetriou  <cgd@google.com>
49835         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49836         have predictable order.
49838 2012-03-01  David S. Miller  <davem@davemloft.net>
49840         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49842         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49843         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49844         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49845         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49847         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49848         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49849         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49850         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49851         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49852         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49853         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49854         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49855         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49857         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49859         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49860         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49861         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49863         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49864         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49865         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49866         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49867         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49868         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49869         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49870         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49871         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49872         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49873         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49874         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49875         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49876         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49877         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49878         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49879         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49880         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49881         * sysdeps/sparc/elf/configure: Regenerated.
49883 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49885         * configure.in (AS, LD): Require binutils 2.20 or later.
49886         * configure: Regenerated.
49887         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49888         as required minimum version.
49889         * INSTALL: Regenerated.
49891         [BZ #2541]
49892         [BZ #4108]
49893         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49894         before squaring exponent.
49895         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49896         bottom long double and 27 bits of top long double before squaring
49897         exponent.
49898         * math/libm-test.inc (erfc_test): Add more tests.
49899         * sysdeps/i386/fpu/libm-test-ulps: Update.
49900         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49903 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49905         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49906         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49907         containing bit-fields.
49908         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49909         * soft-fp/single.h (_FP_UNION_S): Likewise.
49910         * soft-fp/double.h (_FP_UNION_D): Likewise.
49912 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49914         [BZ #13786]
49915         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49916         not include ../strcmp.S.
49917         [USE_AS_STRNCASECMP_L]: Likewise.
49918         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49919         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49920         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49921         (__strncasecmp_l_ia32): Define as alias to
49922         __strncasecmp_l_nonascii.
49924         [BZ #5794]
49925         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49926         * sysdeps/i386/fpu/libm-test-ulps: Update.
49927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49929         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49932 2012-02-29  Jeff Law  <law@redhat.com>
49934         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49935         out of bounds read.
49937 2012-02-29  Marek Polacek  <polacek@redhat.com>
49939         [BZ #13706]
49940         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49941         * elf/Makefile: Add rules to run tst-unused-dep.out.
49943 2012-02-28  David S. Miller  <davem@davemloft.net>
49945         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49946         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49947         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49948         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49949         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49950         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49952 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49954         * math/libm-test.inc (llround_test): Move one test from
49955         lround_test.  Use TEST_f_L in moved test.
49956         (lround_test): Move misplaced test to llround_test.  Add testcase
49957         from bug 2561.
49959 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49961         * sysdeps/x86_64/fpu/e_expf.S: New file.
49962         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49964 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49966         [BZ #13637]
49967         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49968         of remain_len that may cause incomplete multi-byte character and
49969         false match.
49970         * posix/bug-regex33.c: New file.
49971         * posix/Makefile (tests): Add bug-regex33.
49973 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49975         * manual/macros.texi: New file.
49976         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49977         * manual/libc.texinfo: Include macros.texi.
49978         * manual/creatute.texi: Likewise.
49979         * manual/install.texi: Likewise.
49980         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49981         @glibcadj{} in references to the GNU C Library.
49982         * manual/charset.texi: Likewise.
49983         * manual/conf.texi: Likewise.
49984         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49985         when not using those macros.
49986         * manual/creature.texi: Likewise.
49987         * manual/crypt.texi: Likewise.
49988         * manual/errno.texi: Likewise.
49989         * manual/filesys.texi: Likewise.
49990         * manual/header.texi: Likewise.
49991         * manual/install.texi: Likewise.
49992         * manual/intro.texi: Likewise.
49993         * manual/io.texi: Likewise.
49994         * manual/job.texi: Likewise.
49995         * manual/lang.texi: Likewise.
49996         * manual/libc.texiinfo: Likewise.
49997         * manual/llio.texi: Likewise.
49998         * manual/locale.texi: Likewise.
49999         * manual/maint.texi: Likewise.
50000         * manual/math.texi: Likewise.
50001         * manual/memory.texi: Likewise.
50002         * manual/message.texi: Likewise.
50003         * manual/nss.texi: Likewise.
50004         * manual/pattern.texi: Likewise.
50005         * manual/process.texi: Likewise.
50006         * manual/resource.texi: Likewise.
50007         * manual/search.texi: Likewise.
50008         * manual/setjmp.texi: Likewise.
50009         * manual/signal.texi: Likewise.
50010         * manual/socket.texi: Likewise.
50011         * manual/startup.texi: Likewise.
50012         * manual/stdio.texi: Likewise.
50013         * manual/string.texi: Likewise.
50014         * manual/sysinfo.texi: Likewise.
50015         * manual/syslog.texi: Likewise.
50016         * manual/terminal.texi: Likewise.
50017         * manual/time.texi: Likewise.
50018         * manual/users.texi: Likewise.
50019         * INSTALL: Regenerated.
50020         * NOTES: Regenerated.
50021         * sysdeps/gnu/errlist.c: Regenerated.
50023 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
50025         * include/dirent.h: Include <dirstream.h> before
50026         <dirent/dirent.h>.
50028 2012-02-28  David S. Miller  <davem@davemloft.net>
50030         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
50031         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
50032         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
50033         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
50035 2012-02-27  David S. Miller  <davem@davemloft.net>
50037         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
50038         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
50039         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
50040         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
50042         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
50043         frame pointer instead of stack pointer relative arg slot.
50044         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50045         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50046         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50048 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
50050         [BZ #3992]
50051         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
50053 2012-02-27  David S. Miller  <davem@davemloft.net>
50055         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
50056         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50057         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
50058         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
50059         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50060         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50061         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
50062         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
50064 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50066         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
50067         later.  Allow versions 5-9.
50068         * configure: Regenerated.
50069         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
50070         required minimum version and 4.6 as recommended version.  Do not
50071         mention bugs in GCC 2.7 and 2.8.
50072         * INSTALL: Regenerated.
50074 2012-02-27  David S. Miller  <davem@davemloft.net>
50076         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
50077         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
50078         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
50079         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
50080         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
50081         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
50082         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
50083         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
50085         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
50086         manipulate bits before adding and subtracting TWO112[sx].
50087         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
50089 2012-02-27  Roland McGrath  <roland@hack.frob.com>
50091         [BZ #13775]
50092         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
50093         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
50094         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
50095         being in POSIX, because they are in 1003.1-2008.
50097         * rt/tst-aio.c: Include <fcntl.h>.
50098         * rt/tst-aio7.c: Likewise.
50099         * rt/tst-aio64.c: Likewise.
50101         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50103 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50105         * manual/install.texi (--with-headers): Describe headers as
50106         interface headers, not private headers.
50107         (Specific advice for GNU/Linux systems): Describe use of headers
50108         from "make headers_install", not private headers from older
50109         kernels.
50110         * INSTALL: Regenerated.
50111         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50112         Change to 2.6.19.
50113         * sysdeps/unix/sysv/linux/configure: Regenerated.
50115         * manual/llio.texi (fclean): Remove documentation.
50117         * manual/Makefile (libc-texi-generated): New variable.  Include
50118         version.texi.
50119         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50120         $(libc-texi-generated), not duplicated list of files.
50121         (version.texi, stamp-version): New rules.
50122         (realclean): Remove $(libc-texi-generated), not individual files
50123         from that list.  Do not remove dir-add.texinfo.
50124         * manual/libc.texinfo: Comment out uses of edition numbers and
50125         references to printed manual.  Remove last-updated dates.
50126         (EDITION): Comment out.
50127         (ISBN): Likewise.
50128         (VERSION, UPDATED): Remove.
50129         (version.texi): Include.
50131 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
50133         * sysdeps/posix/spawni.c: Include <signal.h>.
50134         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50135         * sysdeps/pthread/aio_fsync.c: Likewise.
50137 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
50139         * conform/Makefile (tests): Run only when not cross-compiling and
50140         when fast-check is not defined.
50142         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50143         * conform/data/limits.h-data: Fixes for POSIX2008.
50144         * conform/run-conformtest.sh: Run all tests.
50145         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50146         headers.
50147         * include/bits/dlfcn.h: Likewise.
50148         * include/langinfo.h: Likewise.
50149         * include/monetary.h: Likewise.
50150         * include/sys/poll.h: Likewise.
50152         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50153         for __USE_GNU.
50154         * posix/spawn.h: Define __need_sigset_t.
50155         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50156         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50157         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
50158         to get sigevent_t only.
50159         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50160         only for __USE_GNU.
50161         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50162         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50163         process_vm_writev only for __USE_GNU.
50164         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50166         * conform/Makefile: For now ignore errors from run-conformtest.
50167         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50168         POSIX to avoid namespace pollution.  Don't prepend headers.
50169         * conform/data/aio.h-data: Fixes for POSIX testing.
50170         * conform/data/fcntl.h-data: Likewise.
50171         * conform/data/glob.h-data: Likewise.
50172         * conform/data/grp.h-data: Likewise.
50173         * conform/data/pthread.h-data: Likewise.
50174         * conform/data/pwd.h-data: Likewise.
50175         * conform/data/signal.h-data: Likewise.
50176         * conform/data/spawn.h-data: Likewise.
50177         * conform/data/stdio.h-data: Likewise.
50178         * conform/data/stdlib.h-data: Likewise.
50179         * conform/data/stropts.h-data: Likewise.
50180         * conform/data/sys/mman.h-data: Likewise.
50181         * conform/data/sys/stat.h-data: Likewise.
50182         * conform/data/sys/types.h-data: Likewise.
50183         * conform/data/sys/wait.h-data: Likewise.
50184         * conform/data/time.h-data: Likewise.
50185         * conform/data/unistd.h-data: Likewise.
50186         * conform/data/utime.h-data: Likewise.
50188         * io/sys/stat.h: fchmod was always in POSIX.
50189         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
50190         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
50191         * rt/aio.h: Define __need_timespec before including <time.h>.
50192         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
50193         struct.  Add forward declaration of pthread_attr_t and use it in
50194         sigevent.
50195         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50196         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50197         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
50198         always remove CLK_TCK definition.
50200 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
50202         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
50204 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
50206         * conform/run-conformtest.sh: New file.
50207         * conform/Makefile: Run run-conformtest for tests.
50208         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
50209         support.
50211         * conform/data/uchar.h-data: New file.
50212         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
50213         * conform/data/arpa/inet.h-data: Likewise.
50214         * conform/data/assert.h-data: Likewise.
50215         * conform/data/complex.h-data: Likewise.
50216         * conform/data/cpio.h-data: Likewise.
50217         * conform/data/ctype.h-data: Likewise.
50218         * conform/data/dirent.h-data: Likewise.
50219         * conform/data/dlfcn.h-data: Likewise.
50220         * conform/data/errno.h-data: Likewise.
50221         * conform/data/fcntl.h-data: Likewise.
50222         * conform/data/float.h-data: Likewise.
50223         * conform/data/fmtmsg.h-data: Likewise.
50224         * conform/data/fnmatch.h-data: Likewise.
50225         * conform/data/ftw.h-data: Likewise.
50226         * conform/data/glob.h-data: Likewise.
50227         * conform/data/grp.h-data: Likewise.
50228         * conform/data/iconv.h-data: Likewise.
50229         * conform/data/inttypes.h-data: Likewise.
50230         * conform/data/langinfo.h-data: Likewise.
50231         * conform/data/libgen.h-data: Likewise.
50232         * conform/data/limits.h-data: Likewise.
50233         * conform/data/locale.h-data: Likewise.
50234         * conform/data/math.h-data: Likewise.
50235         * conform/data/monetary.h-data: Likewise.
50236         * conform/data/mqueue.h-data: Likewise.
50237         * conform/data/ndbm.h-data: Likewise.
50238         * conform/data/net/if.h-data: Likewise.
50239         * conform/data/netdb.h-data: Likewise.
50240         * conform/data/netinet/in.h-data: Likewise.
50241         * conform/data/nl_types.h-data: Likewise.
50242         * conform/data/poll.h-data: Likewise.
50243         * conform/data/pthread.h-data: Likewise.
50244         * conform/data/pwd.h-data: Likewise.
50245         * conform/data/regex.h-data: Likewise.
50246         * conform/data/sched.h-data: Likewise.
50247         * conform/data/search.h-data: Likewise.
50248         * conform/data/semaphore.h-data: Likewise.
50249         * conform/data/setjmp.h-data: Likewise.
50250         * conform/data/signal.h-data: Likewise.
50251         * conform/data/spawn.h-data: Likewise.
50252         * conform/data/stdarg.h-data: Likewise.
50253         * conform/data/stdio.h-data: Likewise.
50254         * conform/data/stdlib.h-data: Likewise.
50255         * conform/data/string.h-data: Likewise.
50256         * conform/data/strings.h-data: Likewise.
50257         * conform/data/stropts.h-data: Likewise.
50258         * conform/data/sys/ipc.h-data: Likewise.
50259         * conform/data/sys/mman.h-data: Likewise.
50260         * conform/data/sys/msg.h-data: Likewise.
50261         * conform/data/sys/resource.h-data: Likewise.
50262         * conform/data/sys/select.h-data: Likewise.
50263         * conform/data/sys/sem.h-data: Likewise.
50264         * conform/data/sys/shm.h-data: Likewise.
50265         * conform/data/sys/socket.h-data: Likewise.
50266         * conform/data/sys/stat.h-data: Likewise.
50267         * conform/data/sys/statvfs.h-data: Likewise.
50268         * conform/data/sys/time.h-data: Likewise.
50269         * conform/data/sys/timeb.h-data: Likewise.
50270         * conform/data/sys/times.h-data: Likewise.
50271         * conform/data/sys/types.h-data: Likewise.
50272         * conform/data/sys/uio.h-data: Likewise.
50273         * conform/data/sys/un.h-data: Likewise.
50274         * conform/data/sys/utsname.h-data: Likewise.
50275         * conform/data/sys/wait.h-data: Likewise.
50276         * conform/data/syslog.h-data: Likewise.
50277         * conform/data/tar.h-data: Likewise.
50278         * conform/data/termios.h-data: Likewise.
50279         * conform/data/utime.h-data: Likewise.
50280         * conform/data/utmpx.h-data: Likewise.
50281         * conform/data/varargs.h-data: Likewise.
50282         * conform/data/wchar.h-data: Likewise.
50283         * conform/data/wctype.h-data: Likewise.
50284         * conform/data/wordexp.h-data: Likewise.
50286         * include/stropts.h: New file.
50287         * include/uchar.h: New file.
50288         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50289         * include/assert.h: Likewise.
50290         * include/ctype.h: Likewise.
50291         * include/dirent.h: Likewise.
50292         * include/dlfcn.h: Likewise.
50293         * include/fcntl.h: Likewise.
50294         * include/fnmatch.h: Likewise.
50295         * include/glob.h: Likewise.
50296         * include/grp.h: Likewise.
50297         * include/libio.h: Likewise.
50298         * include/locale.h: Likewise.
50299         * include/math.h: Likewise.
50300         * include/net/if.h: Likewise.
50301         * include/netdb.h: Likewise.
50302         * include/netinet/in.h: Likewise.
50303         * include/pthread.h: Likewise.
50304         * include/pwd.h: Likewise.
50305         * include/regex.h: Likewise.
50306         * include/sched.h: Likewise.
50307         * include/search.h: Likewise.
50308         * include/setjmp.h: Likewise.
50309         * include/signal.h: Likewise.
50310         * include/stdio.h: Likewise.
50311         * include/stdlib.h: Likewise.
50312         * include/string.h: Likewise.
50313         * include/sys/cdefs.h: Likewise.
50314         * include/sys/mman.h: Likewise.
50315         * include/sys/msg.h: Likewise.
50316         * include/sys/resource.h: Likewise.
50317         * include/sys/select.h: Likewise.
50318         * include/sys/socket.h: Likewise.
50319         * include/sys/stat.h: Likewise.
50320         * include/sys/statvfs.h: Likewise.
50321         * include/sys/time.h: Likewise.
50322         * include/sys/times.h: Likewise.
50323         * include/sys/uio.h: Likewise.
50324         * include/sys/utsname.h: Likewise.
50325         * include/sys/wait.h: Likewise.
50326         * include/termios.h: Likewise.
50327         * include/time.h: Likewise.
50328         * include/ulimit.h: Likewise.
50329         * include/unistd.h: Likewise.
50330         * include/utime.h: Likewise.
50331         * include/wchar.h: Likewise.
50332         * include/wctype.h: Likewise.
50333         * include/wordexp.h: Likewise.
50335         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50337         * time/time.h: TIME_UTC must be a macro.
50338         Make timespec_get available for ISO C11 only as well.
50340 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50342         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50343         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50345 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50347         * configure.in: Use -o not -a in test for unsupported multi-arch.
50349 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50351         * manual/texinfo.tex: Update to version 2012-01-19.16.
50353 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50355         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50357 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50359         [BZ #13738]
50360         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50361         * manual/fdl-1.3.texi: New file.
50362         * manual/fdl-1.1.texi: File removed.
50364         [BZ #13738]
50365         * manual/libc.texinfo (FDL_VERSION): New @set.
50366         Use it for mention of FDL in cover text.
50367         (Documentation License): Use it in @include file name.
50369 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50370             Roland McGrath  <roland@hack.frob.com>
50372         [BZ #5461]
50373         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50374         (not LONG_LONG_MAX and LONG_LONG_MIN.
50375         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50376         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50377         name.
50378         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50380 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50382         [BZ #2547]
50383         [BZ #11365]
50384         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50385         manipulate bits before adding and subtracting TWO23[sx].
50386         * math/libm-test.inc (nearbyint_test): Add more tests.
50388 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50390         [BZ #2548]
50391         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50392         bits before adding and subtracting TWO23[sx].
50393         * math/libm-test.inc (rint_test): Add more tests.
50394         (rint_test_tonearest): Likewise.
50395         (rint_test_towardzero): Likewise.
50396         (rint_test_downward): Likewise.
50397         (rint_test_upward: Likewise.
50399 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50401         [BZ #10110]
50402         * include/stdc-predef.h: New file.  Extracted from features.h.
50403         * include/features.h: Include stdc-predef.h.
50404         * Makefile (headers): Add stdc-predef.h.
50405         * CONFORMANCE (Compiler limitations): Update.
50407 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50409         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50411 2012-02-21  David S. Miller  <davem@davemloft.net>
50413         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50414         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50416 2012-02-20  David S. Miller  <davem@davemloft.net>
50418         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50419         using a normal save/restore sequence, rather than allocating a
50420         dummy stack frame just to store a frame pointer and restore.
50421         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50423 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50425         * manual/install.texi: Fix stray word in line-wrapped comment.
50427 2012-02-20  David S. Miller  <davem@davemloft.net>
50429         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50430         both binutils and gcc support GOTDATA.
50432         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50433         "rd %pc" in the PIC register setup sequences.
50435         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50436         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50437         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50438         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50439         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50440         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50441         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50442         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50443         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50444         (SYSCALL_ERROR_HANDLER): Likewise.
50445         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50446         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50447         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50448         (SYSCALL_ERROR_HANDLER): Likewise.
50450         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50451         (HAVE_GCC_GOTDATA): New.
50452         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50453         relocation support in both binutils and gcc.
50454         * sysdeps/sparc/elf/configure: Regenerate.
50456         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50457         * sysdeps/sparc/sparc32/elf/configure: Delete.
50458         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50459         * sysdeps/sparc/sparc64/elf/configure: Delete.
50460         * sysdeps/sparc/elf/configure.in: New file.
50461         * sysdeps/sparc/elf/configure: Generate.
50463         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50464         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50465         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50466         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50467         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50469 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50471         * manual/install.texi: Do not mention specific glibc version
50472         numbers.
50473         * manual/libc.texinfo (VERSION, UPDATED): Update.
50474         (@copying): Use @copyright{} and range of years.
50476 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50478         [BZ #13695]
50479         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50480         [crti.S not in sysdirs] (generated): Do not append.
50481         [crti.S not in sysdirs] (omit-deps): Likewise.
50482         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50483         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50484         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50485         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50486         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50487         Likewise.
50488         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50489         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50490         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50491         * csu/defs.awk: Remove file.
50492         * sysdeps/generic/initfini.c: Likewise.
50493         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50494         variable.
50495         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50496         Likewise.
50498 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50500         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50501         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50502         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50503         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50504         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50505         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50506         <bits/epoll.h>.
50507         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50508         (__EPOLL_PACKED): Define to empty if not defined by
50509         <bits/epoll.h>.
50510         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50511         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50512         bits/epoll.h.
50514 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50516         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50517         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50518         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50519         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50520         <bits/timerfd.h>.
50521         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50522         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50523         bits/timerfd.h.
50525 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50527         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50528         in C locale.
50529         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50530         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50531         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50534 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50536         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50537         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50539 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50541         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50542         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50543         defined.
50544         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50545         Likewise.
50546         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50547         entry for 2.16.
50549 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50551         * math/w_acos.c: Use non-signaling floating-point comparisons.
50552         * math/w_acosf.c: Likewise.
50553         * math/w_acosh.c: Likewise.
50554         * math/w_acoshf.c: Likewise.
50555         * math/w_acoshl.c: Likewise.
50556         * math/w_acosl.c: Likewise.
50557         * math/w_asin.c: Likewise.
50558         * math/w_asinf.c: Likewise.
50559         * math/w_asinl.c: Likewise.
50560         * math/w_atanh.c: Likewise.
50561         * math/w_atanhf.c: Likewise.
50562         * math/w_atanhl.c: Likewise.
50563         * math/w_exp2.c: Likewise.
50564         * math/w_exp2f.c: Likewise.
50565         * math/w_exp2l.c: Likewise.
50566         * math/w_j0.c: Likewise.
50567         * math/w_j0f.c: Likewise.
50568         * math/w_j0l.c: Likewise.
50569         * math/w_j1.c: Likewise.
50570         * math/w_j1f.c: Likewise.
50571         * math/w_j1l.c: Likewise.
50572         * math/w_jn.c: Likewise.
50573         * math/w_jnf.c: Likewise.
50574         * math/w_log.c: Likewise.
50575         * math/w_log10.c: Likewise.
50576         * math/w_log10f.c: Likewise.
50577         * math/w_log10l.c: Likewise.
50578         * math/w_log2.c: Likewise.
50579         * math/w_log2f.c: Likewise.
50580         * math/w_log2l.c: Likewise.
50581         * math/w_logf.c: Likewise.
50582         * math/w_logl.c: Likewise.
50583         * math/w_sqrt.c: Likewise.
50584         * math/w_sqrtf.c: Likewise.
50585         * math/w_sqrtl.c: Likewise.
50586         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50587         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50588         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50589         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50590         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50592 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50594         [BZ #9739]
50595         * manual/string.texi (strnlen): Use correct parameter name in
50596         equivalent expression.
50598 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50600         [BZ #11174]
50601         * manual/users.texi (seteuid): Consistently use neweuid for
50602         argument name.
50604 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50606         [BZ #13704]
50607         * manual/nss.texi (Services in the NSS configuration): Correct
50608         list of services in example configuration file.
50610 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50612         [BZ #11322]
50613         * manual/arith.texi: Remove statements about negative zero
50614         behaving identically to zero.
50616 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50618         [BZ #5993]
50619         * manual/install.texi: Do not document upgrading from libc5.
50621 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50623         [BZ #4596]
50624         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50626 2012-02-18  David S. Miller  <davem@davemloft.net>
50628         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50629         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50630         %o7 across the call.
50631         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50632         instead.
50633         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50634         SETUP_PIC_REG_LEAF.
50635         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50636         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50637         * sysdeps/sparc/crtn.S: Likewise.
50639 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50641         * aout/Makefile: Remove.
50643 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50645         [BZ #13058]
50646         * manual/examples/argp-ex1.c (main): Format definition in GNU
50647         style.
50648         * manual/examples/argp-ex2.c (main): Likewise.
50649         * manual/examples/argp-ex3.c (main): Likewise.
50650         * manual/examples/argp-ex4.c (main): Likewise.
50651         * manual/examples/longopt.c (main): Use new-style prototype
50652         definition.
50653         * manual/examples/strncat.c (main): Specify return type and use
50654         (void) for arguments.
50655         * manual/examples/subopt.c (main): Use char **argv argument.
50657 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50659         [BZ #5077]
50660         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50661         rounding modes.
50663 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50665         [BZ #6907]
50666         * manual/string.texi (strchr): Change when strchrnul is
50667         recommended.
50669 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50671         [BZ #174]
50672         * manual/locale.texi (setlocale): Document LOCPATH.
50674 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50676         [BZ #10210]
50677         * manual/process.texi (execle): Move @dots{} before last argument.
50679 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50681         [BZ #12047]
50682         * manual/charset.texi (Generic Charset Conversion): Fix typo
50683         (LC_TYPE -> LC_CTYPE).
50685 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50687         [BZ #5805]
50688         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50689         (scalbnf): Likewise.
50690         (scalbnl): Likewise.
50691         (scalbln): Likewise.
50692         (scalblnf): Likewise.
50693         (scalblnl): Likewise.
50694         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50695         (vwarnx): Likewise.
50696         (verr): Likewise.
50697         (verrx): Likewise.
50698         * manual/filesys.texi (telldir): Use braces around return type.
50699         * manual/llio.texi (mmap): Add space after comma.
50700         (mmap64): Likewise.
50701         * manual/math.texi (jn): Use @var{} on parameter names.
50702         (jnf): Likewise.
50703         (jnl): Likewise.
50704         (yn): Likewise.
50705         (ynf): Likewise.
50706         (ynl): Likewise.
50707         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50708         line.
50709         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50710         "...".
50711         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50712         (sched_get_priority_max): Likewise.
50713         * manual/signal.texi (sigvec): Add space after comma.
50714         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50715         names.
50716         (if_indextoname): Likewise.
50717         (if_freenameindex): Likewise.
50718         (sendto): Use ',' instead of '.' in prototype.
50719         * manual/startup.texi (syscall): Use @dots{} instead of literal
50720         "...".
50721         * manual/stdio.texi (__fpending): Separate initial words of
50722         paragraph from @deftypefun line.
50723         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50724         "...".
50725         (vsyslog): Use @var{} on parameter names.
50726         * manual/terminal.texi (stty): Use @var{} on parameter names.
50727         * manual/users.texi (getutmp): Use @var{} on parameter names.
50728         (getutmpx): Likewise.
50730 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50732         [BZ #6884]
50733         * manual/stdio.texi (fopen): Fix typos in description of
50734         ",ccs=STRING".
50736 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50738         [BZ #4026]
50739         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50740         get clock_id definition.
50742 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50744         [BZ #4822]
50745         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50746         (madvise): Cast every argument to void on its own.
50748 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50750         [BZ #9902]
50751         * manual/startup.texi (Exit Status): Fix typo.
50753 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50755         [BZ #10140]
50756         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50757         * manual/examples/argp-ex2.c: Likewise.
50758         * manual/examples/argp-ex3.c: Likewise.
50760 2012-02-16  Richard Henderson  <rth@redhat.com>
50762         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50763         * sysdeps/s390/s390-32/initfini.c: Remove.
50764         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50765         * sysdeps/s390/s390-64/initfini.c: Remove.
50767 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50769         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50770         compiler output for sysdeps/generic/initfini.c.
50771         * sysdeps/sh/elf/initfini.c: Remove file.
50773 2012-02-16  David S. Miller  <davem@davemloft.net>
50775         [BZ #11494]
50776         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50778         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50779         * sysdeps/sparc/crti.S: New file.
50780         * sysdeps/sparc/crtn.S: New file.
50781         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50782         * sysdeps/sparc/sparc64/Makefile: Likewise.
50784 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50786         [BZ #3335]
50787         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50789 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50791         [BZ #4822]
50792         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50794         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50795         (write, read, close): Likewise.
50796         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50798 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50800         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50801         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50802         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50803         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50804         <bits/signalfd.h>.
50805         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50806         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50807         bits/signalfd.h.
50809 2012-02-14  Marek Polacek  <polacek@redhat.com>
50811         * sysdeps/x86_64/crti.S: New file.
50812         * sysdeps/x86_64/crtn.S: New file.
50813         * sysdeps/x86_64/elf/initfini.c: Remove file.
50815 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50817         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50818         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50819         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50820         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50821         <bits/inotify.h>.
50822         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50823         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50824         bits/inotify.h.
50826 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50828         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50829         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50830         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50831         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50832         <bits/eventfd.h>.
50833         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50834         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50835         bits/eventfd.h.
50837 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50839         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50840         __feraiseexcept instead of feraiseexcept.
50842         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50843         nanosleep invocations.
50844         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50845         strings, and add error checking for a nanosleep invocations.
50847 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50849         Replace FSF snail mail address with URLs, as per GNU coding standards.
50850         Most of the snail mail addresses were wrong anyway, and omitting
50851         them makes the source code easier to maintain.  Almost all of the
50852         changes are to license notices and to locale LC_IDENTIFICATION
50853         addresses, except for this one:
50854         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50855         not its snail mail address.
50857 2012-02-09  Richard Henderson  <rth@twiddle.net>
50859         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50860         of kernel-features.h.
50862         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50864 2012-02-08  Marek Polacek  <polacek@redhat.com>
50866         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50867         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50868         * sysdeps/gnu/_G_config.h: Likewise.
50869         * sysdeps/generic/_G_config.h: Likewise.
50871 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50873         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50874         tests.
50875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50877         * sysdeps/powerpc/powerpc32/crti.S: New file.
50878         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50879         * sysdeps/powerpc/powerpc64/crti.S: New file.
50880         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50882         * Makeconfig (have-initfini): Don't set.
50883         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50884         * configure.in (nopic_initfini): Don't substitute.
50885         * config.h.in (HAVE_INITFINI): Don't #undef.
50886         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50887         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50889 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50891         Support crti.S and crtn.S provided directly by architectures.
50892         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50893         [crti.S in sysdirs] (omit-deps): Likewise.
50894         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50895         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50896         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50897         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50898         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50899         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50900         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50901         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50902         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50903         compiler output for sysdeps/generic/initfini.c.
50904         * sysdeps/i386/elf/Makefile: Remove file.
50905         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50907 2012-02-07  Marek Polacek  <polacek@redhat.com>
50909         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50910         * sysdeps/gnu/_G_config.h: Likewise.
50911         * sysdeps/mach/hurd/_G_config.h: Likewise.
50913 2012-02-07  Marek Polacek  <polacek@redhat.com>
50915         * math/Makefile (tests): Add tst-CMPLX2.
50916         * math/tst-CMPLX2.c: New file.
50918 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50920         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50922         * math/libm-test.inc (jn_test): Add missing L suffix.
50924 2012-02-06  Marek Polacek  <polacek@redhat.com>
50926         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50927         * sysdeps/i386/fpu/e_powf.S: Likewise.
50928         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50929         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50930         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50931         * sysdeps/i386/fpu/e_pow.S: Likewise.
50932         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50933         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50934         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50935         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50936         * sysdeps/i386/fpu/e_log2.S: Likewise.
50937         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50938         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50939         * sysdeps/i386/fpu/e_powl.S: Likewise.
50940         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50941         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50942         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50943         * sysdeps/i386/fpu/e_logl.S: Likewise.
50944         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50945         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50946         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50947         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50948         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50949         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50950         * sysdeps/i386/fpu/e_log.S: Likewise.
50951         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50952         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50953         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50954         * sysdeps/i386/fpu/e_logf.S: Likewise.
50955         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50956         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50957         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50958         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50959         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50960         * sysdeps/i386/fpu/e_log10.S: Likewise.
50961         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50962         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50963         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50964         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50965         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50966         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50967         * sysdeps/i386/asm-syntax.h: Likewise.
50968         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50969         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50970         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50971         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50972         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50973         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50974         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50975         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50976         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50977         * sysdeps/powerpc/sysdep.h: Likewise.
50978         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50979         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50981 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50983         [BZ #411]
50984         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50986 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50988         * sysdeps/i386/sysdep.h: Include <features.h>.
50989         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50990         version.
50992 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50994         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50995         Define.
50996         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50997         LOAD_PIC_REG_STR.
50999 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51001         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
51002         (SETUP_PIC_REG): Use GET_PC_THUNK.
51003         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
51004         macro.
51006 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51008         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
51009         for non-PIC compilation.
51010         (SETUP_PIC_REG): Add .p2align directive.
51011         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
51012         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
51013         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51014         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51015         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
51016         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51017         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
51018         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51019         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51020         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51021         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51022         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51023         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51024         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51025         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51026         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
51027         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
51028         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51029         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51030         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51031         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51032         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
51033         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51034         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51035         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
51036         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
51037         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51038         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
51039         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51040         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51041         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51042         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51043         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51044         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51045         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51046         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51047         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51048         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51049         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51050         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51051         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51053 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51055         * math/tst-CMPLX.c: Include <stdio.h>.
51057 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
51059         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
51060         float.
51061         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51062         * sysdeps/sparc/bits/mathdef.h: Likewise.
51064 2012-01-31  Marek Polacek  <polacek@redhat.com>
51066         * libio/libio.h: Don't define _PARAMS.
51067         * locale/programs/config.h: Don't define PARAMS.
51068         * stdlib/strtol_l.c: Likewise.
51069         (__strtol_l): Remove PARAMS from the prototype.
51071 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
51073         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
51074         names.  Just use the correct names.  Remove unnecessary wrapper
51075         functions.
51076         * malloc/arena.c: Likewise.
51077         * malloc/hooks.c: Likewise.
51079         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
51080         ARENA_TEST says not to.  Simplify test for creation of a new arena.
51081         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
51083 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
51085         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
51086         into tail calls.
51087         (update_get_addr): New function.
51088         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
51089         GET_ADDR_MODULE parameter.
51091 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51093         * crypt/cert.c: Remove __STDC__ conditionals.
51094         * crypt/crypt-entry.c: Likewise.
51095         * crypt/crypt_util.c: Likewise.
51096         * libio/filedoalloc.c: Likewise.
51097         * libio/fileops.c: Likewise.
51098         * libio/genops.c: Likewise.
51099         * libio/iofclose.c: Likewise.
51100         * libio/iofdopen.c: Likewise.
51101         * libio/iofopen.c: Likewise.
51102         * libio/iofopen64.c: Likewise.
51103         * libio/iogetdelim.c: Likewise.
51104         * libio/iopopen.c: Likewise.
51105         * libio/obprintf.c: Likewise.
51106         * libio/oldfileops.c: Likewise.
51107         * libio/oldiofclose.c: Likewise.
51108         * libio/oldiofdopen.c: Likewise.
51109         * libio/oldiofopen.c: Likewise.
51110         * libio/oldiopopen.c: Likewise.
51111         * libio/wfiledoalloc.c: Likewise.
51112         * libio/wgenops.c: Likewise.
51113         * locale/programs/xmalloc.c: Likewise.
51114         * misc/syslog.c: Likewise.
51115         * stdio-common/xbug.c: Likewise.
51116         * string/memchr.c: Likewise.
51117         * string/memcmp.c: Likewise.
51118         * string/memrchr.c: Likewise.
51119         * string/rawmemchr.c: Likewise.
51120         * sysdeps/posix/getcwd.c: Likewise.
51121         * time/strftime_l.c: Likewise.
51123 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51125         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
51126         * config.make.in (config-cflags-sse2avx): Define.
51127         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51128         Fix typo.
51130 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
51132         * scripts/config.guess: Update from upstream config git repository.
51133         * scripts/config.sub: Likewise.
51135 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
51137         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51138         (EM_NUM): Update.
51139         (R_TILEPRO_*, R_TILEGX_*): New macros.
51141         * scripts/firstversions.awk: Fix bug in version range handling.
51143         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51145         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51147         * include/sys/epoll.h: New file.
51148         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51149         libc_hidden_def.
51151 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
51153         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51154         Avoid unnecessary __WORDSIZE == 64 test.
51155         (fmaxf): Use VEX format if possible.
51156         (fmax): Likewise.
51157         (fminf): Likewise.
51158         (fmin): Likewise.
51160         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51161         * math/math_private.h: Remove libc_fegetround* and
51162         libc_fesetround*.
51163         * sysdeps/i386/configure.in: Check for -msse2avx.
51164         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51165         also if SSE2AVX is defined.
51166         Remove libc_fegetround* and libc_fesetround*.
51167         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51168         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51169         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51170         of HAS_YMM_USABLE.
51171         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51172         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51173         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51174         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51175         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51177         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51179 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51181         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
51182         size is not set.
51183         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
51185 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
51187         [BZ #13618]
51188         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
51189         relocation.
51190         * Makeconfig (libm): Define.
51191         * elf/Makefile: Add rules to build and run tst-relsort1.
51192         * elf/tst-relsort1.c: New file.
51193         * elf/tst-relsort1mod1.c: New file.
51194         * elf/tst-relsort1mod2.c: New file.
51196 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
51198         * math/s_ldexp.c: Remove __STDC__ conditionals.
51199         * math/s_ldexpf.c: Likewise.
51200         * math/s_ldexpl.c: Likewise.
51201         * math/s_nextafter.c: Likewise.
51202         * math/s_nexttowardf.c: Likewise.
51203         * math/s_significand.c: Likewise.
51204         * math/s_significandf.c: Likewise.
51205         * math/s_significandl.c: Likewise.
51206         * math/w_jnl.c: Likewise.
51207         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
51208         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
51209         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
51210         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
51211         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
51212         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
51213         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
51214         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
51215         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
51216         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
51217         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
51218         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51219         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
51220         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
51221         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
51222         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
51223         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
51224         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
51225         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
51226         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51227         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51228         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
51229         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
51230         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
51231         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
51232         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
51233         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
51234         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
51235         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
51236         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
51237         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
51238         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
51239         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
51240         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
51241         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
51242         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
51243         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
51244         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
51245         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
51246         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
51247         * sysdeps/ieee754/k_standard.c: Likewise.
51248         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51249         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
51250         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
51251         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
51252         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51253         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51254         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51255         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51256         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51257         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51258         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51259         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51260         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51261         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51262         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51263         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51264         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51265         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51266         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51267         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51268         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51269         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51270         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51271         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51272         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51273         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51274         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51275         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51276         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51277         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51278         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51279         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51280         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51281         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51282         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51283         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51284         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51285         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51286         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51287         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51288         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51289         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51290         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51291         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51292         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51293         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51294         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51295         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51296         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51297         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51298         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51299         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51300         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51301         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51302         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51303         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51304         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51305         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51306         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51307         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51308         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51309         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51310         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51311         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51312         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51313         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51314         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51315         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51316         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51317         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51318         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51319         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51320         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51321         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51322         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51323         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51324         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51325         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51326         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51327         * sysdeps/ieee754/s_matherr.c: Likewise.
51328         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51329         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51330         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51331         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51333 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51335         * crypt/md5.h: Remove __STDC__ conditionals.
51336         * libio/libioP.h: Likewise.
51337         * locale/programs/config.h: Likewise.
51338         * sysdeps/generic/sysdep.h: Likewise.
51339         * sysdeps/i386/asm-syntax.h: Likewise.
51340         * sysdeps/s390/asm-syntax.h: Likewise.
51341         * sysdeps/unix/sysdep.h: Likewise.
51342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51345 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51347         * libio/libio.h: Remove __STDC__ conditionals.
51348         * malloc/obstack.h: Likewise.
51349         * math/complex.h: Likewise.
51350         * math/math.h: Likewise.
51351         * sysdeps/generic/_G_config.h: Likewise.
51352         * sysdeps/gnu/_G_config.h: Likewise.
51353         * sysdeps/mach/hurd/_G_config.h: Likewise.
51354         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51355         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51356         * sysdeps/sparc/bits/mathdef.h: Likewise.
51358 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51360         [BZ #13583]
51361         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51362         Clean up HAS_* macros.
51363         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51364         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51365         possible.
51366         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51367         HAS_AVX.
51368         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51369         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51370         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51371         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51372         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51374 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51376         * elf/tst-unique3.cc (gets): Remove declaration.
51377         * elf/tst-unique3lib.cc (gets): Likewise.
51378         * elf/tst-unique3lib2.cc (gets): Likewise.
51379         * elf/tst-unique4.cc (gets): Likewise.
51381 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51383         * include/stdio.h: Add C++ protection.  Add gets declarations and
51384         definitions.
51385         * debug/tst-chk1.c: Don't declare gets here.
51386         * stdio-common/tst-gets.c: Likewise.
51388 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51390         * posix/glob: Remove directory.
51392 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51394         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51396 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51398         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51399         of the non-standard EPFNOSUPPORT.
51401 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51403         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51404         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51405         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51407 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51409         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51411 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51413         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51414         transient errors.
51415         * nscd/grpcache.c (cache_addgr): Likewise.
51416         * nscd/hstcache.c (cache_addhst): Likewise.
51417         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51418         * nscd/pwdcache.c (cache_addpw): Likewise.
51419         * nscd/servicescache.c (cache_addserv): Likewise.
51421 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51423         * malloc/malloc.c: Various cleanups.
51424         * malloc/hooks.c: Likewise.
51426         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51427         * stdlib/bug-fmtmsg1.c: New file.
51429         * stdlib/fmtmsg.c (init): Add missing unlock.
51430         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51432 2012-01-12  Marek Polacek  <polacek@redhat.com>
51434         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51435         and _GNU_SOURCE.
51437 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51439         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51440         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51441         macro to ensure uniqueness of label name.
51442         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51443         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51445 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51447         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51449         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51450         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51451         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51452         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51454 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51456         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51458         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51459         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51460         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51462         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51464         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51465         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51466         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51467         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51469         * math/bits/math-finite.h: Add ldexp support.
51471 2012-01-10  Marek Polacek  <polacek@redhat.com>
51473         * locale/programs/localedef.h (show_archive_content): Add noreturn
51474         attribute.
51476 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51478         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51480 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51482         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51484         * io/Makefile (headers): Add bits/poll2.h.
51486 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51489         typo #include statement.
51491 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51493         * include/sys/cdefs.h: Define __attribute_alloc_size.
51494         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51495         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51496         * elf/pldd.c: Likewise.
51497         * iconv/iconv_charmap.c: Likewise.
51498         * iconv/iconvconfig.c: Likewise.
51499         * iconv/strtab.c: Likewise.
51500         * locale/programs/locale.c: Likewise.
51501         * locale/programs/localedef.h: Likewise.
51502         * locale/programs/simple-hash.c: Likewise.
51503         * nscd/nscd.h: Likewise.
51504         * nss/makedb.c: Likewise.
51505         * sysdeps/generic/ldconfig.h: Likewise.
51506         * locale/programs/localedef.c: Remove xmalloc prototype.
51507         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51509 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51511         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51512         appropriate.
51514 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51516         * math/Makefile (tests): Add tst-CMPLX.
51517         * math/tst-CMPLX.c: New file.
51519         * math/complex.h (CMPLXL): Fix typo.
51521         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51522         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51523         GLIBC_2.16.
51524         * debug/tst-chk1.c: Add poll and ppoll tests.
51525         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51526         * include/sys/poll.h: Add hidden proto for ppoll.
51527         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51528         * sysdeps/mach/hurd/ppoll.c: Likewise.
51529         * io/ppoll.c: Likewise.
51530         * debug/poll_chk.c: New file.
51531         * debug/ppoll_chk.c: New file.
51532         * include/bits/poll2.h: New file.
51533         * io/bits/poll2.h: New file.
51535         [BZ #1350]
51536         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51538         * configure.in: static is always set to yes.  Remove.
51539         * config.make.in: Don't set build-static.
51540         * Makeconfig: Remove use of build-static.
51541         * dlfcn/Makefile: Likewise.
51542         * elf/Makefile: Likewise.
51543         * math/Makefile: Likewise.
51544         * misc/Makefile: Likewise.
51545         * nptl/Makefile: Likewise.
51546         * sysdeps/mach/hurd/Makefile: Likewise.
51548         * configure.in: PWD_P is not used anymore.
51549         * config.make.in: Remove PWD_P entry.
51551         * configure.in: Remove last remnants of RANLIB.
51552         No need to check for signed size_t anymore.
51553         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51554         and IA-64.
51555         Remove __builtin_expect test because we require at least gcc 3.4.
51556         * aclocal.m4: Likewise.
51558         * wcsmbs/mbrtoc16.c: Implement using towc function.
51559         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51560         * wcsmbs/wcsmbsload.c: Likewise.
51561         * iconv/gconv_simple.c: Likewise.
51562         * iconv/gconv_int.h: Likewise.
51563         * iconv/gconv_builtin.h: Likewise.
51564         * iconv/iconv_prog.c: Remove CHAR16 handling.
51566         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51568         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51570         * configure.in: Remove --with-elf and --enable-bounded options.
51571         Dont set base_machine for ia64.  More non-ELF conditions removed.
51572         Remove testing and setting of leading underscore information.
51573         * config.make.in (build-bounded): Set to no.
51574         * config.h.in: Remove NO_UNDERSCORES entry.
51575         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51576         them.
51577         * csu/start.c: Remove !NO_UNDERSCORE code.
51578         * locale/localeinfo.h: Likewise.
51579         * sysdeps/generic/machine-gmon.h: Likewise.
51580         * sysdeps/generic/sysdep.h: Likewise.
51581         * sysdeps/i386/sysdep.h: Likewise.
51582         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51583         * sysdeps/mach/sysdep.h: Likewise.
51584         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51585         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51586         * sysdeps/sh/sysdep.h: Likewise.
51587         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51588         * sysdeps/unix/i386/sysdep.S: Likewise.
51589         * sysdeps/unix/sparc/start.c: Likewise.
51590         * sysdeps/unix/sparc/sysdep.S: Likewise.
51591         * sysdeps/unix/sparc/sysdep.h: Likewise.
51592         * sysdeps/unix/start.c: Likewise.
51593         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51594         * sysdeps/x86_64/sysdep.h: Likewise.
51596 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51598         [BZ #13553]
51599         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51600         for non-gcc.
51601         * argp/argp-fmtstream.h: Use const instead __const.
51602         * argp/argp.h: Likewise.
51603         * assert/assert.h: Likewise.
51604         * bits/fenv.h: Likewise.
51605         * bits/sched.h: Likewise.
51606         * bits/sigset.h: Likewise.
51607         * bits/sigthread.h: Likewise.
51608         * catgets/nl_types.h: Likewise.
51609         * conform/data/pthread.h-data: Likewise.
51610         * crypt/crypt-private.h: Likewise.
51611         * crypt/crypt.h: Likewise.
51612         * crypt/crypt_util.c: Likewise.
51613         * ctype/ctype.h: Likewise.
51614         * debug/execinfo.h: Likewise.
51615         * debug/mbsnrtowcs_chk.c: Likewise.
51616         * debug/mbsrtowcs_chk.c: Likewise.
51617         * debug/wcsnrtombs_chk.c: Likewise.
51618         * debug/wcsrtombs_chk.c: Likewise.
51619         * debug/wcstombs_chk.c: Likewise.
51620         * dirent/dirent.h: Likewise.
51621         * dlfcn/dlfcn.h: Likewise.
51622         * elf/neededtest4.c: Likewise.
51623         * grp/grp.h: Likewise.
51624         * gshadow/gshadow.h: Likewise.
51625         * iconv/gconv.h: Likewise.
51626         * iconv/gconv_int.h: Likewise.
51627         * iconv/gconv_simple.c: Likewise.
51628         * iconv/iconv.h: Likewise.
51629         * iconv/loop.c: Likewise.
51630         * iconv/skeleton.c: Likewise.
51631         * include/aio.h: Likewise.
51632         * include/aliases.h: Likewise.
51633         * include/argz.h: Likewise.
51634         * include/arpa/inet.h: Likewise.
51635         * include/assert.h: Likewise.
51636         * include/dirent.h: Likewise.
51637         * include/dlfcn.h: Likewise.
51638         * include/execinfo.h: Likewise.
51639         * include/fcntl.h: Likewise.
51640         * include/fenv.h: Likewise.
51641         * include/glob.h: Likewise.
51642         * include/grp.h: Likewise.
51643         * include/libintl.h: Likewise.
51644         * include/mntent.h: Likewise.
51645         * include/netdb.h: Likewise.
51646         * include/pwd.h: Likewise.
51647         * include/rpc/netdb.h: Likewise.
51648         * include/sched.h: Likewise.
51649         * include/search.h: Likewise.
51650         * include/shadow.h: Likewise.
51651         * include/signal.h: Likewise.
51652         * include/stdio.h: Likewise.
51653         * include/stdlib.h: Likewise.
51654         * include/string.h: Likewise.
51655         * include/sys/socket.h: Likewise.
51656         * include/sys/stat.h: Likewise.
51657         * include/sys/statfs.h: Likewise.
51658         * include/sys/statvfs.h: Likewise.
51659         * include/sys/syslog.h: Likewise.
51660         * include/sys/time.h: Likewise.
51661         * include/sys/uio.h: Likewise.
51662         * include/time.h: Likewise.
51663         * include/unistd.h: Likewise.
51664         * include/utmp.h: Likewise.
51665         * include/wchar.h: Likewise.
51666         * include/wctype.h: Likewise.
51667         * inet/aliases.h: Likewise.
51668         * inet/arpa/inet.h: Likewise.
51669         * inet/netinet/ether.h: Likewise.
51670         * inet/netinet/in.h: Likewise.
51671         * intl/libintl.h: Likewise.
51672         * io/bits/fcntl2.h: Likewise.
51673         * io/fcntl.h: Likewise.
51674         * io/ftw.h: Likewise.
51675         * io/sys/poll.h: Likewise.
51676         * io/sys/stat.h: Likewise.
51677         * io/sys/statfs.h: Likewise.
51678         * io/sys/statvfs.h: Likewise.
51679         * io/utime.h: Likewise.
51680         * libio/bits/stdio.h: Likewise.
51681         * libio/bits/stdio2.h: Likewise.
51682         * libio/libio.h: Likewise.
51683         * libio/libioP.h: Likewise.
51684         * libio/stdio.h: Likewise.
51685         * locale/lc-ctype.c: Likewise.
51686         * locale/locale.h: Likewise.
51687         * login/utmp.h: Likewise.
51688         * malloc/arena.c: Likewise.
51689         * malloc/malloc.c: Likewise.
51690         * malloc/malloc.h: Likewise.
51691         * malloc/mcheck.c: Likewise.
51692         * malloc/mtrace.c: Likewise.
51693         * math/bits/mathcalls.h: Likewise.
51694         * math/fenv.h: Likewise.
51695         * math/math_private.h: Likewise.
51696         * misc/bits/error.h: Likewise.
51697         * misc/bits/syslog.h: Likewise.
51698         * misc/err.h: Likewise.
51699         * misc/error.h: Likewise.
51700         * misc/fstab.h: Likewise.
51701         * misc/mntent.h: Likewise.
51702         * misc/regexp.h: Likewise.
51703         * misc/search.h: Likewise.
51704         * misc/sgtty.h: Likewise.
51705         * misc/sys/mman.h: Likewise.
51706         * misc/sys/syslog.h: Likewise.
51707         * misc/sys/uio.h: Likewise.
51708         * misc/sys/xattr.h: Likewise.
51709         * misc/ttyent.h: Likewise.
51710         * nis/rpcsvc/ypclnt.h: Likewise.
51711         * nss/nss.h: Likewise.
51712         * posix/bits/unistd.h: Likewise.
51713         * posix/fnmatch.h: Likewise.
51714         * posix/glob.h: Likewise.
51715         * posix/sched.h: Likewise.
51716         * posix/spawn.h: Likewise.
51717         * posix/sys/wait.h: Likewise.
51718         * posix/unistd.h: Likewise.
51719         * posix/wordexp.h: Likewise.
51720         * pwd/pwd.h: Likewise.
51721         * resolv/netdb.h: Likewise.
51722         * resource/sys/resource.h: Likewise.
51723         * rt/aio.h: Likewise.
51724         * rt/bits/mqueue2.h: Likewise.
51725         * rt/mqueue.h: Likewise.
51726         * shadow/shadow.h: Likewise.
51727         * signal/signal.h: Likewise.
51728         * socket/send.c: Likewise.
51729         * socket/sendto.c: Likewise.
51730         * socket/sys/socket.h: Likewise.
51731         * stdio-common/printf.h: Likewise.
51732         * stdlib/bits/stdlib.h: Likewise.
51733         * stdlib/fmtmsg.h: Likewise.
51734         * stdlib/monetary.h: Likewise.
51735         * stdlib/stdlib.h: Likewise.
51736         * stdlib/ucontext.h: Likewise.
51737         * streams/stropts.h: Likewise.
51738         * string/argz.h: Likewise.
51739         * string/bits/string2.h: Likewise.
51740         * string/string.h: Likewise.
51741         * string/strings.h: Likewise.
51742         * sunrpc/rpc/auth.h: Likewise.
51743         * sunrpc/rpc/auth_des.h: Likewise.
51744         * sunrpc/rpc/clnt.h: Likewise.
51745         * sunrpc/rpc/netdb.h: Likewise.
51746         * sunrpc/rpc/pmap_clnt.h: Likewise.
51747         * sunrpc/rpc/xdr.h: Likewise.
51748         * sysdeps/generic/inttypes.h: Likewise.
51749         * sysdeps/generic/net/if.h: Likewise.
51750         * sysdeps/generic/sys/swap.h: Likewise.
51751         * sysdeps/gnu/net/if.h: Likewise.
51752         * sysdeps/gnu/utmpx.h: Likewise.
51753         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51754         * sysdeps/i386/i486/bits/string.h: Likewise.
51755         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51756         * sysdeps/s390/bits/string.h: Likewise.
51757         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51758         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51759         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51760         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51761         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51762         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51763         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51764         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51765         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51766         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51767         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51768         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51769         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51770         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51771         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51772         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51773         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51774         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51775         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51776         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51777         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51778         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51779         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51780         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51781         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51782         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51783         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51784         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51785         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51786         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51787         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51788         * sysvipc/sys/ipc.h: Likewise.
51789         * sysvipc/sys/msg.h: Likewise.
51790         * sysvipc/sys/sem.h: Likewise.
51791         * sysvipc/sys/shm.h: Likewise.
51792         * termios/termios.h: Likewise.
51793         * time/sys/time.h: Likewise.
51794         * time/time.h: Likewise.
51795         * wcsmbs/bits/wchar2.h: Likewise.
51796         * wcsmbs/uchar.h: Likewise.
51797         * wcsmbs/wchar.h: Likewise.
51798         * wctype/wctype.h: Likewise.
51800         [BZ #13551]
51801         * Makeconfig: Remove all but ELF support including AIX support.
51802         * Makerules: Likewise.
51803         * config.h.in: Likewise.
51804         * config.make.in: Likewise.
51805         * configure: Likewise.
51806         * configure.in: Likewise.
51807         * csu/Makefile: Likewise.
51808         * csu/version.c: Likewise.
51809         * debug/Makefile: Likewise.
51810         * dlfcn/Makefile: Likewise.
51811         * elf/Makefile: Likewise.
51812         * extra-lib.mk: Likewise.
51813         * iconv/Makefile: Likewise.
51814         * include/libc-symbols.h: Likewise.
51815         * include/shlib-compat.h: Likewise.
51816         * resolv/Makefile: Likewise.
51817         * resolv/res_libc.c: Likewise.
51818         * rt/Makefile: Likewise.
51819         * sysdeps/i386/asm-syntax.h: Likewise.
51820         * sysdeps/i386/sysdep.h: Likewise.
51821         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51822         * sysdeps/mach/sysdep.h: Likewise.
51823         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51824         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51825         * sysdeps/s390/asm-syntax.h: Likewise.
51826         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51827         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51828         * sysdeps/sh/sysdep.h: Likewise.
51829         * sysdeps/unix/sparc/sysdep.h: Likewise.
51830         * sysdeps/wordsize-32/divdi3.c: Likewise.
51831         * sysdeps/x86_64/sysdep.h: Likewise.
51833         * argp/Versions: Remove _argp_unlock_xxx.
51835         [BZ #13559]
51836         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51837         * abilist/libBrokenLocale.abilist: Likewise.
51838         * abilist/libanl.abilist: Likewise.
51839         * abilist/libc.abilist: Likewise.
51840         * abilist/libcrypt.abilist: Likewise.
51841         * abilist/libdl.abilist: Likewise.
51842         * abilist/libm.abilist: Likewise.
51843         * abilist/libnsl.abilist: Likewise.
51844         * abilist/libpthread.abilist: Likewise.
51845         * abilist/libresolv.abilist: Likewise.
51846         * abilist/librt.abilist: Likewise.
51847         * abilist/libthread_db.abilist: Likewise.
51848         * abilist/libutil.abilist: Likewise.
51849         * abilist/libnss_db.abilist: New file.
51851         * scripts/abilist.awk: Add support for indirect functions.
51853         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51855         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51857         * shlib-versions: Remove entries for ports architectures.
51859         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51860         files in ports.
51861         * elf/stackguard-macros.h: Remove support for IA-64.
51862         * elf/tst-auditmod1.c: Likewise.
51863         * sysdeps/generic/ldsodefs.h: Likewise.
51865         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51866         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51867         configure files.
51869         [BZ #13552]
51870         * configure.in: Remove --enable-omitfp support.
51871         * FAQ.in: Adjust.
51872         * config.make.in: Likewise.
51873         * Makeconfig: Likewise.
51874         * manual/install.texi: Likewise.
51876         In case anyone cares, the IA-64 architecture could move to ports.
51877         * sysdeps/ia64/*: Removed.
51878         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51879         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51881         [BZ #13555]
51882         * configure.in: Remove entries for unsupported architectures.
51884         [BZ #13533]
51885         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51886         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51887         routines.
51888         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51889         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51890         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51891         fall back to using wcrtomb.
51892         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51893         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51894         renaming.
51895         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51896         * wcsmbs/tst-c16c32-1.c: New file.
51898         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51899         local variable.
51901         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51903         * elf/tst-unique3.cc: Add explicit declaration of gets.
51904         * elf/tst-unique3lib.cc: Likewise.
51905         * elf/tst-unique3lib2.cc: Likewise.
51906         * elf/tst-unique4.cc: Likewise.
51908         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51910 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51912         [BZ #13566]
51913         * assert/assert.h (static_assert): Don't define for C++.
51914         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51915         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51917 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51919         * iconv/loop.c (single loop): Fix assertion in storing of
51920         remaining bytes.
51922         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51924 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51926         * posix/getconf.c: Update copyright year.
51927         * nss/getent.c: Likewise.
51928         * nss/makedb.c: Likewise.
51929         * iconv/iconvconfig.c: Likewise.
51930         * iconv/iconv_prog.c: Likewise.
51931         * elf/ldconfig.c: Likewise.
51932         * elf/pldd.c: Likewise.
51933         * elf/sotruss.ksh: Likewise.
51934         * catgets/gencat.c: Likewise.
51935         * csu/version.c: Likewise.
51936         * elf/ldd.bash.in: Likewise.
51937         * elf/sprof.c (print_version): Likewise.
51938         * locale/programs/locale.c: Likewise.
51939         * locale/programs/localedef.c: Likewise.
51940         * login/programs/pt_chown.c: Likewise.
51941         * nscd/nscd.c (print_version): Likewise.
51942         * debug/xtrace.sh: Likewise.
51943         * malloc/memusage.sh: Likewise.
51944         * malloc/mtrace.pl: Likewise.
51945         * debug/catchsegv.sh: Likewise.
51947 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51949         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51950         pure attribute.
51952 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51954         [BZ #13533]
51955         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51956         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51957         transformations.
51958         * iconv/gconv_int.h: Likewise.
51959         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51960         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51961         from libc for GLIBC_2.16.
51962         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51963         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51964         * wcsmbs/uchar.h: Really define mbstate_t.
51965         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51966         * wcsmbs/c16rtomb.c: New file.
51967         * wcsmbs/mbrtoc16.c: New file.
51968         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51969         for C/POSIX locale.
51970         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51971         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51973         * wcsmbs/wchar.h: Add missing __restrict.
51975 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51977         [BZ #13532]
51978         * time/Makefile (routines): Add timespec_get.
51979         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51980         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51981         timespec for ISO C11.
51982         * time/timespec_get.c: New file.
51983         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51984         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51986         [BZ #13531]
51987         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51988         * stdlib/stdlib.h: Declare aligned_alloc.
51989         * Versions.def: Add GLIBC_2.16 for libc.
51990         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51992         [BZ 13527]
51993         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51994         ISO C11.
51996         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51997         code.
51999         [BZ #13528]
52000         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
52002         [BZ #13529]
52003         * assert/assert.h (static_assert): Define.
52005         * version.h: Update for 2.16 development version.
52007         [BZ #13526]
52008         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
52009         _ISOC11_SOURCE.
52011         * version.h (RELEASE): Bump for 2.15 release.
52012         * include/features.h (__GLIBC_MINOR__): Bump to 15.
52014         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
52015         Patch by Marek Polacek <mpolacek@redhat.com>.
52017         * bits/byteswap.h: Protect long long constants with __extension__.
52018         * sysdeps/i386/bits/byteswap.h: Likewise.
52019         * sysdeps/ia64/bits/byteswap.h: Likewise.
52020         * sysdeps/s390/bits/byteswap.h: Likewise.
52021         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52023 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52025         [BZ #13540]
52026         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
52027         destination buffer.
52028         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
52030 2011-12-23  Marek Polacek  <polacek@redhat.com>
52032         * elf/dl-addr.c (determine_info): Add inline keyword.
52033         * elf/tst-auditmod4b.c (check_avx): Likewise.
52034         * elf/tst-auditmod6b.c (check_avx): Likewise.
52035         * elf/tst-auditmod6c.c (check_avx): Likewise.
52036         * elf/tst-auditmod7b.c (check_avx): Likewise.
52038 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52040         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
52041         !__SSE_MATH__.
52043 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52045         [BZ #13540]
52046         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
52047         processing for last bytes.
52049 2011-08-06  Bruno Haible  <bruno@clisp.org>
52051         [BZ #13061]
52052         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
52053         U+0385, not to U+1FEE.
52055         [BZ #13062]
52056         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
52057         entry for U+00A5 U+0301.
52059 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52061         [BZ #13166]
52062         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
52063         buffer for the output is too small.
52065         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
52066         optimization.
52068         [BZ #13185]
52069         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
52070         SSE flags if possible.
52072 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52074         [BZ #13540]
52075         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
52076         processing for last bytes.
52078 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
52080         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
52081         (syscall-list-default-options, syscall-list-default-condition)
52082         (syscall-list-includes): Define.
52083         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
52084         list of ABIs and options and #if conditions for each ABI.  Do not
52085         handle common syscalls between ABIs specially.
52086         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
52087         Remove.
52088         (syscall-list-variants, syscall-list-32bit-options)
52089         (syscall-list-32bit-condition, syscall-list-64bit-options)
52090         (syscall-list-64bit-condition): Define.
52091         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
52092         (syscall-list-variants, syscall-list-32bit-options)
52093         (syscall-list-32bit-condition, syscall-list-64bit-options)
52094         (syscall-list-64bit-condition): Define.
52095         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
52096         Remove.
52097         (syscall-list-variants, syscall-list-32bit-options)
52098         (syscall-list-32bit-condition, syscall-list-64bit-options)
52099         (syscall-list-64bit-condition): Define.
52100         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52101         Remove.
52102         (syscall-list-variants, syscall-list-32bit-options)
52103         (syscall-list-32bit-condition, syscall-list-64bit-options)
52104         (syscall-list-64bit-condition): Define.
52106 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52108         * locale/iso-639.def: Add brx entry.
52110         [BZ #13328]
52111         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52112         Proposed by Mariusz_Cukr <marcukr@op.pl>.
52114         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52115         __feraiseexcept_renamed.
52117 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52119         [BZ #13538]
52120         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52121         EPOLLET with unsigned values.
52122         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52123         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52125         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52126         to large cancellation.
52127         * math/s_cacoshf.c: Likewise.
52128         * math/s_cacoshl.c: Likewise.
52130 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
52132         [BZ #13305]
52133         [BZ #12786]
52134         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52135         * math/s_cacoshf.c: Likewise.
52136         * math/s_cacoshl.c: Likewise.
52138 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52140         [BZ #13439]
52141         * iconv/gconv.h: Define __GCONV_SWAP.
52142         * iconvdata/unicode.c: The swap bit must be stored in __flags.
52143         * iconvdata/utf-16.c: Likewise.
52144         * iconvdata/utf-32.c: Likewise.
52146 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
52148         [BZ #13524]
52149         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52150         numerator after shifting it by one limb.
52152 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
52154         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52155         under [__USE_EXTERN_INLINES].
52157 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52159         [BZ #13446]
52160         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52162 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52164         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52165         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52166         optimized code.
52167         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52168         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52169         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52170         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52171         for strncasecmp/strncasecmp_l compilation.
52172         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52173         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52175 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
52177         [BZ #13484]
52178         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52179         of __asm__.
52181 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52183         [BZ #13506]
52184         * time/tzfile.c (__tzfile_read): Check values from file header.
52186 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52188         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
52189         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
52190         * powerpc/powerpc32/dl-start.S: Likewise.
52191         * powerpc/powerpc32/elf/start.S: Likewise.
52192         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
52193         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
52194         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
52195         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
52196         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
52197         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
52198         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
52199         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
52200         * powerpc/powerpc32/fpu/s_round.S: Likewise.
52201         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
52202         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
52203         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
52204         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
52205         * powerpc/powerpc32/memset.S: Likewise.
52206         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
52207         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
52208         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
52209         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
52210         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
52211         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
52212         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
52213         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
52214         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
52215         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
52216         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
52217         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52218         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52220 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52222         * math/libm-test.inc: Added more nearbyint tests.
52223         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
52224         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
52225         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
52226         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
52228 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
52230         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
52231         FD_CLOEXEC.
52233 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52235         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
52236         Add wcscpy-ssse3 wcscpy-c.
52237         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
52238         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
52239         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
52240         * sysdeps/x86_64/wcschr.S: New file.
52241         * sysdeps/x86_64/wcsrchr.S: New file.
52242         * string/test-strcmp.c: Remove checking of wcscmp function for
52243         wrong alignments.
52244         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
52245         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
52246         wcsrchr-sse2 wcsrchr-c.
52247         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
52248         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
52249         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
52250         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
52251         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
52252         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52253         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52254         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52255         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52256         * wcsmbc/wcschr.c (WCSCHR): New macro.
52258 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52260         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52261         * wcsmbs/test-wcsrchr.c: New file.
52262         * string/test-strrchr.c: Add wcsrchr support.
52263         (WIDE): New macro.
52264         * wcsmbs/test-wcscpy.c: New file.
52265         * string/test-strcpy.c: Add wcscpy support.
52266         (WIDE): New macro.
52268 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
52270         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52271         the inner loop.
52273 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
52275         [BZ #13472]
52276         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52278 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
52280         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52281         Minor optimizations.
52283         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52284         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52285         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52287 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52289         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52290         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52291         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52292         for gcc to avoid warnings.
52293         * inet/Makefile (tests): Add tst-checks.
52294         * inet/tst-checks.c: New file.
52296         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52297         warning.
52299         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52300         __wmemcmp_sse2.
52302         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52303         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52305         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52307 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52309         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52310         problem.
52312         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52314 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52316         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52317         conditional on GCC version.
52318         (__arch_compare_and_exchange_val_8_acq)
52319         (__arch_compare_and_exchange_val_16_acq)
52320         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52321         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52322         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52324 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52326         * sysdeps/sh/backtrace.c: New file.
52328 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52330         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52331         parenthesis.
52333 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52335         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52336         falling back to utime.
52338 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52340         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52341         expectations for float.
52343 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52345         * locale/weight.h (findidx): Add parameter len.
52346         * locale/weightwc.h (findidx): Likewise.
52347         * posix/fnmatch_loop.c (FCT): Adjust caller.
52348         * posix/regcomp.c (build_equiv_class): Likewise.
52349         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52350         * posix/regexec.c (check_node_accept_bytes): Likewise.
52351         * string/strcoll_l.c (STRCOLL): Likewise.
52352         * string/strxfrm_l.c (STRXFRM): Likewise.
52354 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52356         * Makefile.in: Remove CVSOPT handling.
52357         * configure.in: Remove use of AC_REVISION.
52358         * iconvdata/Makefile (distribute): No need to filter out CVS.
52359         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52360         handling.
52362 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52364         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52365         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52366         [USE_AS_STRNCASECMP_L]: Likewise.
52367         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52368         NO_TLS_DIRECT_SEG_REFS.
52369         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52370         Fix argument offsets for non-PIC.
52371         [USE_AS_STRNCASECMP_L]: Likewise.
52372         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52373         NO_TLS_DIRECT_SEG_REFS.
52375 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52377         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52378         O_CLOEXEC.
52379         * locale/loadlocale.c (_nl_load_locale): Likewise.
52381 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52383         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52384         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52385         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52386         (SYSCALL_GETTIME): Set errno on error.
52388         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52389         count references to noai6ai_cached.
52391 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52393         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52395         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52396         FD_CLOEXEC for /proc/self/maps.
52398         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52399         FD_CLOEXEC for /proc/meminfo.
52401         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52402         gai.conf.
52404         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52405         FD_CLOEXEC for given file.
52407         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52409         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52410         FD_CLOEXEC for /etc/hosts.
52411         (_gethtent): Likewise.
52413         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52415         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52416         cancellation and set FD_CLOEXEC for /etc/netgroup.
52418         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52419         reading /etc/publickey.
52421         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52422         allow cancellation when reading /etc/group.
52424         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52425         cancellation.
52426         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52428         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52429         when using data file.
52431         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52433         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52434         (write_nis_obj): Use "c" and "e" in fopen.
52436         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52438         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52440         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52442         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52444         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52445         locale.alias.
52447         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52449         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52451         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52453         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52454         file parsing and set FD_CLOEXEC.
52456 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52458         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52460 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52462         * malloc/arena.c (arena_get2): Don't call reused_arena when
52463         _int_new_arena failed.
52465 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52467         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52468         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52469         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52470         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52471         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52472         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52473         to compile strcasecmp and strncasecmp.
52474         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52475         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52477         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52479 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52481         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52482         locale-defines.sym to gen-as-const-headers.
52483         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52484         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52485         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52486         to compile strcasecmp and strncasecmp.
52487         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52488         strcasecmp_l and strncasecmp_l.
52489         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52490         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52491         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52492         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52493         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52494         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52495         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52496         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52497         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52498         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52499         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52501 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52503         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52504         result of SYSDEP_GETTIME_CPU to retval.
52505         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52506         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52508         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52509         variable.
52511         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52512         mantissa words.
52513         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52515         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52516         from unused variable.
52518         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52519         DWARF definitions.
52520         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52521         for assembling.
52523         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52524         over namespaces.
52526         * sunrpc/rpc_prot.c (rejected): Fix case value.
52528         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52529         unsigned long long int to avoid warnings in shift.
52531         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52532         of use of trans.
52533         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52534         variable tmp.
52536         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52537         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52538         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52540         * nis/nis_table.c (nis_list): Use variable of correct type for
52541         result of __follow_path call.
52543 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52545         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52546         of math functions ceil, trunc, floor, round, and sqrt, when
52547         avaliable on the platform.
52548         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52549         name clash.
52550         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52551         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52552         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52554 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52556         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52557         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52559 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52561         * include/unistd.h: Fix __readlink return type.
52562         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52564 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52566         * stdlib/ucontext.h: Undo last change for makecontext.
52568 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52570         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52572         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52573         * setjmp/setjmp.h: Mark functions as non-leaf.
52574         * setjmp/bits/setjmp2.h: Likewise.
52575         * stdlib/ucontext.h: Likewise.
52577 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52579         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52580         (reused_arena): Don't check arena limit.
52581         (arena_get2): Atomically check arena limit.
52583 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52585         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52586         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52588         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52589         instructions.
52591 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52593         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52594         handler when locking.
52596         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52597         Fix size of allocated buffer.
52599 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52601         [BZ #10103]
52602         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52603         declarations for long double functions.
52604         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52606         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52608 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52610         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52611         installed.
52613         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52614         is disabled.
52616 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52618         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52620 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52622         * include/alloca.h (stackinfo_alloca_round): Define.
52623         (extend_alloca): Use it.
52624         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52625         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52626         here.
52628         * scripts/check-local-headers.sh: Ignore libaudit.h.
52630         * nscd/Makefile (extra-objs): Make recursively expanded.
52632 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52634         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52635         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52637         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52638         * posix/tst-rfc3484-2.c: Likewise.
52639         * posix/tst-rfc3484-3.c: Likewise.
52641         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52642         process_vm_writev.
52643         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52644         process_vm_writev.
52645         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52646         process_vm_writev from libc using GLIBC_2.15 version.
52648         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52650 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52652         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52653         stack usage.
52655 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52657         [BZ #13367]
52658         * nss/getent.c (initgroups_keys): Show error message in case no group
52659         names are given.
52661         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52662         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52663         __bump_nl_timestamp.
52664         * nscd/connections (nscd_init): When host database is served open
52665         netlink socket and request notification about configuration changes.
52666         (main_loop_poll): Track netlink file descriptor and bump timestamp
52667         in case data becomes available.
52668         (main_loop_epoll): Likewise.
52669         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52670         (database_pers_head): Add extra_data fileds.
52671         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52672         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52673         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52674         Adjust caller.
52675         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52676         in6ai data, call __free_in6ai.
52677         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52678         Add -DHAVE_NETLINK.
52679         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52680         interface information.  Reuse previous data if netlink timestamp
52681         is not changed.
52682         (__bump_nl_timestamp): New function.
52683         (__free_in6ai): New function.
52685 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52687         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52688         close_not_cancel_no_status here.
52689         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52691 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52693         [BZ #13276]
52694         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52695         return value.
52697         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52698         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52699         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52701 2011-07-03  Andreas Jaeger  <aj@suse.de>
52703         [BZ #10709]
52704         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52705         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52706         * math/libm-test.inc (sin_test): Add test case.
52708 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52710         [BZ #13337]
52711         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52712         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52714         * elf/chroot_canon.c (chroot_canon): Cleanups.
52716         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52718         [BZ #13335]
52719         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52720         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52722         * string/test-strchr.c: Make usable for strchrnul testing.
52723         * string/test-strchrnul.c: New file.
52724         * string/Makefile (strop-tests): Add strchrnul.
52726         * po/it.po: Update from translation team.
52727         * po/es.po: Likewise.
52729 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52731         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52732         the three constants needed as parameters.  Drop the others.
52733         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52734         __m128i_strloadu_tolower.
52735         Create and initialize variable zero and use it in all the places
52736         where _mm_setzero_si128 was used.
52738         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52739         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52740         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52741         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52742         anymore.
52743         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52744         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52745         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52746         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52747         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52748         __mpranred, __mptan.
52749         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52750         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52751         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52752         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52753         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52754         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52755         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52756         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52757         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52759 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52761         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52762         redefine if SHARED.
52763         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52765         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52766         wide char related routines to wcsmbs subdir.
52768 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52770         [BZ #13344]
52771         * misc/sys/cdefs.h (__THROWNL): Define.
52772         * posix/unistd.h: Use __THREADNL instead of __THREAD
52773         for memory synchronization functions.
52775 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52777         [BZ #13349]
52778         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52779         doesn't exist.
52780         * manual/stdio.texi (Obstack Streams): Node removed.
52782 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52784         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52785         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52786         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52788         * math/math_private.h (math_force_eval): Allow non-addressable
52789         arguments.
52790         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52792 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52794         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52795         file is not needed.
52797         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52798         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52799         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52800         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52801         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52802         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52803         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52804         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52805         Add AVX variants.
52806         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52807         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52808         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52809         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52810         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52811         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52812         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52813         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52814         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52815         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52816         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52817         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52818         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52819         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52820         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52821         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52822         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52823         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52824         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52826         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52827         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52829         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52830         place.  Use VEX encoding when compiling for AVX.
52832 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52834         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52835         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52837         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52839 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52841         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52842         useless if() expression.
52843         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52844         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52845         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52846         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52847         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52848         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52849         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52850         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52851         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52852         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52853         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52854         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52855         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52856         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52857         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52858         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52859         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52860         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52861         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52863         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52865 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52867         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52868         condition.
52869         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52871 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52873         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52874         .text section.  Avoid duplicate constants.
52875         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52876         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52877         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52878         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52879         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52880         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52881         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52882         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52883         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52884         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52885         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52886         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52887         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52888         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52889         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52890         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52891         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52892         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52893         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52894         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52895         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52896         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52897         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52898         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52899         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52900         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52901         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52902         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52903         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52904         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52905         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52906         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52907         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52908         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52909         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52910         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52911         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52912         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52913         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52914         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52915         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52916         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52917         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52918         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52919         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52921 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52923         * sysdeps/x86_64/dla.h: Move to ...
52924         * sysdeps/x86_64/fpu/dla.h: ...here.
52925         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52926         situations.  Use __builtin_fma only for gcc 4.6 and up.
52928         * config.make.in: Add have-mfma4 entry.
52929         * configure.in: Substitute libc_cv_cc_fma4.
52930         * math/Makefile (dbl-only-routines): Add sincostab.
52931         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52932         Use __sincostab not sincos.
52933         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52934         name is a macro.
52935         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52936         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52937         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52938         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52939         using __copysign.
52940         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52941         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52942         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52943         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52944         and __inv.
52945         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52946         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52947         __copysign.
52948         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52949         define aliases when function name is a macro.
52950         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52951         sysdeps/ieee754/dbl-64/sincos.tbl.
52952         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52953         fma4-enabled routines.
52954         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52955         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52956         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52957         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52958         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52959         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52960         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52961         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52962         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52963         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52964         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52965         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52966         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52967         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52968         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52969         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52970         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52971         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52972         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52973         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52974         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52975         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52976         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52977         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52978         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52979         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52980         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52981         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52982         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52983         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52985         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52986         rename.
52987         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52988         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52989         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52990         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52991         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52992         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52993         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52994         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52996 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52998         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
53000 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53002         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
53004         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
53005         prediction.
53006         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
53008         * string/strnlen.c: Don't define STRNLEN, reverse logic.
53009         Remove unused variable magic_bits.
53010         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
53012         * string/strnlen.c: Define and use STRNLEN macro.
53013         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
53014         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
53015         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
53016         * wcsmbs/wcslen.c: Define and use WCSLEN.
53017         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
53018         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
53019         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
53020         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
53021         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
53022         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
53023         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53025 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53027         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53028         strnlen-sse2-no-bsf.
53029         Rename strlen-no-bsf to strlen-sse2-no-bsf.
53030         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
53031         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
53032         Add strnlen support.
53033         (USE_AS_STRNLEN): New macro.
53034         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
53035         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
53036         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
53037         * sysdeps/x86_64/wcslen.S: New file.
53039 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
53041         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
53042         XMM-moves are used for copying on small sizes.
53044 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53046         * wcsmbs/Makefile (strop-tests): Add wcschr.
53047         * wcsmbs/test-wcschr.c: New file.
53048         * string/test-strchr.c: Update.
53049         Add wcschr support.
53050         (WIDE): New macro.
53052 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53054         * wcsmbs/Makefile (strop-tests): Add wcslen.
53055         * wcsmbs/test-wcslen.c: New file.
53056         * string/test-strlen.c: Update.
53057         Add wcslen support.
53058         (WIDE): New macro.
53060 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53062         * po/it.po: Update from translation team.
53064 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53066         * sysdeps/x86_64/wcscmp.S: Update.
53067         Fix wrong comparison semantics.
53068         wcscmp shall use signed comparison not unsigned.
53069         Don't use substraction to avoid overflow bug.
53070         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
53071         * wcsmbc/wcscmp.c: Likewise.
53072         * string/test-strcmp.c: Likewise.
53073         Add new tests to check cases with negative values.
53075 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53077         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
53078         * sysdeps/x86_64/dla.h: ...here.  New file.
53079         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
53080         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53081         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53082         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53083         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53084         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53085         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53086         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53087         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53089 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
53091         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
53092         __ynl_finite aliases.
53094 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53096         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53098         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53099         define DLA_FMA.
53100         [DLA_FMA] (EMULV): Use DLA_FMA.
53101         [DLA_FMA] (MUL12): Use EMULV.
53102         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53103         that are not needed.
53104         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53105         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53106         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53107         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53108         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53109         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53110         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53112 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
53114         * math/s_nan.c: Undef __nan.
53115         * math/s_nanf.c: Undef __nanf.
53116         * math/s_nanl.c: Undef __nanl.
53117         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53118         "math_private.h".
53120 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53122         * math/s_catan.c: Add branch predictions.
53123         * math/s_catanf.c: Likewise.
53124         * math/s_catanh.c: Likewise.
53125         * math/s_catanhf.c: Likewise.
53126         * math/s_catanhl.c: Likewise.
53127         * math/s_catanl.c: Likewise.
53128         * math/s_cexp.c: Likewise.
53129         * math/s_cexpf.c: Likewise.
53130         * math/s_cexpl.c: Likewise.
53131         * math/s_clog.c: Likewise.
53132         * math/s_clog10.c: Likewise.
53133         * math/s_clog10f.c: Likewise.
53134         * math/s_clog10l.c: Likewise.
53135         * math/s_clogf.c: Likewise.
53136         * math/s_clogl.c: Likewise.
53137         * math/s_csqrt.c: Likewise.
53138         * math/s_csqrtf.c: Likewise.
53139         * math/s_csqrtl.c: Likewise.
53140         * math/s_ctanf.c: Likewise.
53141         * math/s_ctanh.c: Likewise.
53142         * math/s_ctanhf.c: Likewise.
53143         * math/s_ctanhl.c: Likewise.
53144         * math/s_ctanl.c: Likewise.
53146         * math/math_private.h: Define __nan, __nanf, __nanl.
53147         * math/s_cacosh.c: Include <math_private.h>.
53148         * math/s_cacoshl.c: Likewise.
53149         * math/s_casinh.c: Likewise.
53150         * math/s_casinhf.c: Likewise.
53151         * math/s_casinhl.c: Likewise.
53152         * math/s_ccos.c: Rely entire on ccosh.
53153         * math/s_ccosf.c: Rely entire on ccoshf.
53154         * math/s_ccosl.c: Rely entirely on ccoshl.
53155         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
53156         Remove tests for FE_INVALID.
53157         * math/s_ccoshf.c: Likewise.
53158         * math/s_ccoshl.c: Likewise.
53159         * math/s_csin.c: Likewise.
53160         * math/s_csinf.c: Likewise.
53161         * math/s_csinh.c Likewise.
53162         * math/s_csinhf.c: Likewise.
53163         * math/s_csinhl.c: Likewise.
53164         * math/s_csinl.c: Likewise.
53165         * math/s_ctan.c: Likewise.
53166         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53167         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53168         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53170 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
53172         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53173         compilation problems.
53175         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53176         __builtin_expect.
53178 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
53180         * sysdeps/i386/configure.in: Test for -mfma4 option.
53181         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
53182         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
53183         COMMON_CPUID_INDEX_80000001.
53184         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
53185         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
53186         use it if FMA3 is not supported.
53187         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
53189         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
53190         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53192 2011-10-20  Andreas Schwab  <schwab@redhat.com>
53194         [BZ #12892]
53195         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
53196         it would create a cycle with a link time dependency.
53198 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
53200         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
53201         instruction.
53202         * string/Makefile (strop-tests): Add rawmemchr.
53203         * string/test-rawmemchr.c: New file.
53205         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
53206         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
53207         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
53208         when compiling str{,n}casecmp and when AVX is available.  Hook up
53209         new optimized code in initializers.
53211 2011-10-19  Andreas Schwab  <schwab@redhat.com>
53213         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
53214         __feraiseexcept instead of feraiseexcept.
53216 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
53218         * math/math_private.h: Define defaults for libc_fetestexcept and
53219         libc_feupdateenv.
53220         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
53221         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
53222         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53223         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53224         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
53225         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53226         libc_fetestexcept and libc_feupdateenv.
53228         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
53229         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
53230         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
53231         * sysdeps/x86_64/fpu/math_private.h: Define special version of
53232         libc_feholdexcept_setround.
53234         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
53235         Add s_nearbyint-c and s_nearbyintf-c.
53236         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
53237         nearbyintf inlines.
53238         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
53239         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53240         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
53241         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
53243         * math/math_private.h: Define defaults for libc_fegetround,
53244         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
53245         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
53246         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
53247         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
53248         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
53249         standard functions.
53250         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53251         Remove comments and hacks for old compiler versions.
53252         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53253         libc_fegetround, libc_fesetround, libc_feholdexcept, and
53254         libc_feholdexceptl.
53256 2011-10-18  Andreas Schwab  <schwab@redhat.com>
53258         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
53259         (__feraiseexcept_renamed): Add __NTH.
53260         (feraiseexcept): Add __NTH.  Rename local variables to fix
53261         namespace violations.
53263 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
53265         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53267         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53269         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53270         recently added interfaces.
53271         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53273         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53274         about macro parameter expansion.
53276         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53277         __NO_MATH_INLINES is defined.  Cleanups.
53279         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53280         and __floorf is target has SSE4.1.
53281         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53282         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53283         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53284         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53286         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53287         name.
53288         (floorf): Likewise.
53290         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53292 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53294         * misc/sys/cdefs.h: Fix last change.
53296         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53297         database lookup.
53299 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53301         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53303         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53304         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53305         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53306         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53307         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53308         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53309         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53310         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53311         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53312         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53313         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53314         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53315         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53316         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53317         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53318         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53319         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53320         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53321         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53322         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53323         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53324         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53326         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53327         ceil, ceilf, floor, floorf.
53329         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53330         Perform IRELATIVE relocations last.
53332         * elf/do-rel.h: Add another parameter nrelative, replacing the
53333         local variable with the same name.  Change name of the function
53334         to end in Rel or Rela (uppercase).
53335         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53336         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53337         elf_dynamic_do_##reloc function.
53339 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53341         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53342         is sufficient, at least on modern CPUs.
53344         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53346         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53347         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53349         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53350         __expl_finite.
53351         * math/bits/math-finite.h: Add entries for exp.
53352         * math/e_expl.c: Add __*_finite alias.
53353         * sysdeps/i386/fpu/e_exp.S: Likewise.
53354         * sysdeps/i386/fpu/e_expf.S: Likewise.
53355         * sysdeps/i386/fpu/e_expl.c: Likewise.
53356         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53357         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53358         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53359         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53360         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53361         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53362         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53364         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53365         is sufficient, at least on modern CPUs.
53367         * ctype/ctype-info.c (__ctype_init): Define.
53368         * include/ctype.h (__ctype_init): Declare.
53369         (__ctype_b_loc): The variable is always initialized.
53370         (__ctype_toupper_loc): Likewise.
53371         (__ctype_tolower_loc): Likewise.
53372         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53373         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53375 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53377         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53379         * configure.in: Also look in $cxxmachine/include for C++ system
53380         headers.
53382 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53384         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53385         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53386         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53387         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53388         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53389         (USE_AS_WMEMCMP): New macro.
53390         Fixing indents.
53391         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53392         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53393         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53394         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53395         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53396         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53397         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53398         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53399         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53400         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53401         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53402         (USE_AS_WMEMCMP): New macro.
53403         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53404         * sysdeps/string/test-memcmp.c: Update.
53405         Fix simple_wmemcmp.
53406         Add new tests.
53407         * wcsmbs/wmemcmp.c: Update.
53408         (WMEMCMP): New macro.
53409         Fix overflow bug.
53411 2011-10-12  Andreas Jaeger  <aj@suse.de>
53413         [BZ #13268]
53414         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53416 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53418         * libio/iofwide.c (do_length): Avoid warning.
53420         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53422 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53424         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53426         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53427         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53428         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53429         * sysdeps/i386/i686/fpu/e_log.S: New file.
53430         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53431         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53433         * ctype/ctype.h: Add support for inlined isXXX functions when
53434         compiling C++ code.
53436 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53438         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53440         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53442 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53444         [BZ #13291]
53445         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53447 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53449         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53450         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53451         feraiseexcept.
53453         * sysdeps/x86_64/memrchr.S: Check for zero size.
53455         * string/stratcliff.c: Add memrchr tests.
53457 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53459         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53460         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53461         rawmemchr-sse2 rawmemchr-sse2-bsf.
53462         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53463         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53464         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53465         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53466         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53467         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53468         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53469         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53470         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53471         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53472         * string/memrchr.c (MEMRCHR): New macro.
53474 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53476         Add integration with gcc's -ffinite-math-only and optimize wrapper
53477         functions in libm.
53478         * Versions.def: Define GLIBC_2.15 version for libm.
53479         * math/Makefile (headers): Add bits/math-finite.h.
53480         * math/bits/math-finite.h: New file.
53481         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53482         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53483         * math/e_acoshl.c: Add __*_finite alias.
53484         * math/e_acosl.c: Likewise.
53485         * math/e_asinl.c: Likewise.
53486         * math/e_atan2l.c: Likewise.
53487         * math/e_atanhl.c: Likewise.
53488         * math/e_coshl.c: Likewise.
53489         * math/e_exp10.c: Likewise.
53490         * math/e_exp10f.c: Likewise.
53491         * math/e_exp10l.c: Likewise.
53492         * math/e_exp2l.c: Likewise.
53493         * math/e_fmodl.c: Likewise.
53494         * math/e_gammal_r.c: Likewise.
53495         * math/e_hypotl.c: Likewise.
53496         * math/e_j0l.c: Likewise.
53497         * math/e_j1l.c: Likewise.
53498         * math/e_jnl.c: Likewise.
53499         * math/e_lgammal_r.c: Likewise.
53500         * math/e_log10l.c: Likewise.
53501         * math/e_log2l.c: Likewise.
53502         * math/e_logl.c: Likewise.
53503         * math/e_powl.c: Likewise.
53504         * math/e_sinhl.c: Likewise.
53505         * math/e_sqrtl.c: Likewise.
53506         * math/e_scalb.c: Completely rewritten and optimized.
53507         * math/e_scalbf.c: Likewise.
53508         * math/e_scalbl.c: Likewise.
53509         * math/w_acos.c: Likewise.
53510         * math/w_acosf.c: Likewise.
53511         * math/w_acosl.c: Likewise.
53512         * math/w_acosh.c: Likewise.
53513         * math/w_acoshf.c: Likewise.
53514         * math/w_acoshl.c: Likewise.
53515         * math/w_asin.c: Likewise.
53516         * math/w_asinf.c: Likewise.
53517         * math/w_asinl.c: Likewise.
53518         * math/w_atan2.c: Likewise.
53519         * math/w_atan2f.c: Likewise.
53520         * math/w_atan2l.c: Likewise.
53521         * math/w_atanh.c: Likewise.
53522         * math/w_atanhf.c: Likewise.
53523         * math/w_atanhl.c: Likewise.
53524         * math/w_exp10.c: Likewise.
53525         * math/w_exp10f.c: Likewise.
53526         * math/w_exp10l.c: Likewise.
53527         * math/w_fmod.c: Likewise.
53528         * math/w_fmodf.c: Likewise.
53529         * math/w_fmodl.c: Likewise.
53530         * math/w_j0.c: Likewise.
53531         * math/w_j0f.c: Likewise.
53532         * math/w_j0l.c: Likewise.
53533         * math/w_j1.c: Likewise.
53534         * math/w_j1f.c: Likewise.
53535         * math/w_j1l.c: Likewise.
53536         * math/w_jn.c: Likewise.
53537         * math/w_jnf.c: Likewise.
53538         * math/w_log.c: Likewise.
53539         * math/w_logf.c: Likewise.
53540         * math/w_logl.c: Likewise.
53541         * math/w_log10.c: Likewise.
53542         * math/w_log10f.c: Likewise.
53543         * math/w_log10l.c: Likewise.
53544         * math/w_log2.c: Likewise.
53545         * math/w_log2f.c: Likewise.
53546         * math/w_log2l.c: Likewise.
53547         * math/w_pow.c: Likewise.
53548         * math/w_powf.c: Likewise.
53549         * math/w_powl.c: Likewise.
53550         * math/w_remainder.c: Likewise.
53551         * math/w_remainderf.c: Likewise.
53552         * math/w_remainderl.c: Likewise.
53553         * math/w_scalb.c: Likewise.
53554         * math/w_scalbf.c: Likewise.
53555         * math/w_scalbl.c: Likewise.
53556         * math/w_sqrt.c: Likewise.
53557         * math/w_sqrtf.c: Likewise.
53558         * math/w_sqrtl.c: Likewise.
53559         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53560         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53561         used.
53562         * math/math_private.h: Declare __kernel_standard_f.
53563         * math/w_cosh.c: Remove cruft and optimize a bit.
53564         * math/w_coshf.c: Likewise.
53565         * math/w_coshl.c: Likewise.
53566         * math/w_exp2.c: Likewise.
53567         * math/w_exp2f.c: Likewise.
53568         * math/w_exp2l.c: Likewise.
53569         * math/w_hypot.c: Likewise.
53570         * math/w_hypotf.c: Likewise.
53571         * math/w_hypotl.c: Likewise.
53572         * math/w_lgamma.c: Likewise.
53573         * math/w_lgamma_r.c: Likewise.
53574         * math/w_lgammaf.c: Likewise.
53575         * math/w_lgammaf_r.c: Likewise.
53576         * math/w_lgammal.c: Likewise.
53577         * math/w_lgammal_r.c: Likewise.
53578         * math/w_sinh.c: Likewise.
53579         * math/w_sinhf.c: Likewise.
53580         * math/w_sinhl.c: Likewise.
53581         * math/w_tgamma.c: Likewise.
53582         * math/w_tgammaf.c: Likewise.
53583         * math/w_tgammal.c: Likewise.
53584         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53585         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53586         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53587         Minor optimizations.  Pretty printing.  Remove cruft.
53588         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53589         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53590         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53591         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53592         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53593         * sysdeps/i386/fpu/e_asin.S: Likewise.
53594         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53595         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53596         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53597         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53598         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53599         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53600         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53601         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53602         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53603         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53604         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53605         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53606         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53607         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53608         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53609         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53610         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53611         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53612         * sysdeps/i386/fpu/e_log.S: Likewise.
53613         * sysdeps/i386/fpu/e_log10.S: Likewise.
53614         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53615         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53616         * sysdeps/i386/fpu/e_log2.S: Likewise.
53617         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53618         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53619         * sysdeps/i386/fpu/e_logf.S: Likewise.
53620         * sysdeps/i386/fpu/e_logl.S: Likewise.
53621         * sysdeps/i386/fpu/e_pow.S: Likewise.
53622         * sysdeps/i386/fpu/e_powf.S: Likewise.
53623         * sysdeps/i386/fpu/e_powl.S: Likewise.
53624         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53625         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53626         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53627         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53628         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53629         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53630         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53631         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53632         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53633         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53634         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53635         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53636         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53637         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53638         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53639         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53640         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53641         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53642         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53643         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53644         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53645         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53646         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53647         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53648         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53649         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53650         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53651         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53652         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53653         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53654         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53655         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53656         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53657         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53658         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53659         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53660         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53661         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53662         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53663         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53664         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53665         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53666         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53667         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53668         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53669         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53670         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53671         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53672         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53673         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53674         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53675         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53676         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53677         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53678         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53679         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53680         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53681         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53682         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53683         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53684         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53685         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53686         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53687         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53688         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53689         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53690         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53691         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53692         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53693         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53694         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53695         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53696         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53697         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53698         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53699         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53700         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53701         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53702         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53703         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53704         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53705         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53706         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53707         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53708         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53709         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53710         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53711         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53712         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53713         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53714         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53715         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53716         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53717         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53718         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53719         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53720         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53721         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53722         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53723         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53724         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53725         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53726         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53727         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53728         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53729         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53730         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53731         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53732         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53733         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53734         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53735         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53736         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53737         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53738         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53739         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53740         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53741         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53742         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53743         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53744         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53745         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53746         (__isnanf): Likewise.
53747         (__isinf_ns): Likewise.
53748         (__isinf_nsf): Likewise.
53749         (__finite): Likewise.
53750         (__finitef): Likewise.
53751         (__ieee754_sqrt): Define as macro.
53752         (__ieee754_sqrtf): Define as macro.
53753         (__ieee754_sqrtl): Define as macro.
53754         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53755         inlined copy.
53756         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53757         __FINITE_MATH_ONLY__ consistent.
53758         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53760 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53762         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53763         of rawmemchr.
53765         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53767 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53769         * po/ja.po: Update from translation team.
53771 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53773         * locale/programs/locarchive.c (prepare_address_space): New function.
53774         (create_archive, enlarge_archive, open_archive): Use it.
53776         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53777         inside [SHARED], where it is used.
53779         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53781         * nss/getent.c (netgroup_keys): Remove unused variable.
53782         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53784 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53786         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53787         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53788         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53789         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53790         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53791         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53792         * math/Makefile (libm-calls): Add s_isinf_ns.
53793         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53794         * math/multc3.c: Likewise.
53795         * math/s_casin.c: Likewise.
53796         * math/s_casinf.c: Likewise.
53797         * math/s_casinl.c: Likewise.
53798         * math/s_ccos.c: Likewise.
53799         * math/s_ccosf.c: Likewise.
53800         * math/s_ccosl.c: Likewise.
53801         * math/s_ctan.c: Likewise.
53802         * math/s_ctanf.c: Likewise.
53803         * math/s_ctanh.c: Likewise.
53804         * math/s_ctanhf.c: Likewise.
53805         * math/s_ctanhl.c: Likewise.
53806         * math/s_ctanl.c: Likewise.
53807         * math/w_fmod.c: Likewise.
53808         * math/w_fmodf.c: Likewise.
53809         * math/w_fmodl.c: Likewise.
53810         * math/w_remainder.c: Likewise.
53811         * math/w_remainderf.c: Likewise.
53812         * math/w_remainderl.c: Likewise.
53813         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53814         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53815         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53816         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53817         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53818         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53819         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53820         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53822         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53823         of the number.
53824         * stdio-common/printf_fphex.c: Likewise.
53825         * stdio-common/printf_size.c: Likewise.
53827         * math/e_exp10.c: Include math_private.h using <...> not "...".
53828         * math/e_exp10f.c: Likewise.
53829         * math/e_exp10l.c: Likewise.
53830         * math/e_exp2l.c: Likewise.
53831         * math/e_j0l.c: Likewise.
53832         * math/e_j1l.c: Likewise.
53833         * math/e_jnl.c: Likewise.
53834         * math/e_lgammal_r.c: Likewise.
53835         * math/e_rem_pio2l.c: Likewise.
53836         * math/e_scalb.c: Likewise.
53837         * math/e_scalbf.c: Likewise.
53838         * math/e_scalbl.c: Likewise.
53839         * math/k_cosl.c: Likewise.
53840         * math/k_sinl.c: Likewise.
53841         * math/k_tanl.c: Likewise.
53842         * math/s_cacoshf.c: Likewise.
53843         * math/s_catan.c: Likewise.
53844         * math/s_catanf.c: Likewise.
53845         * math/s_catanh.c: Likewise.
53846         * math/s_catanhf.c: Likewise.
53847         * math/s_catanhl.c: Likewise.
53848         * math/s_catanl.c: Likewise.
53849         * math/s_ccosh.c: Likewise.
53850         * math/s_ccoshf.c: Likewise.
53851         * math/s_ccoshl.c: Likewise.
53852         * math/s_cexp.c: Likewise.
53853         * math/s_cexpf.c: Likewise.
53854         * math/s_cexpl.c: Likewise.
53855         * math/s_clog.c: Likewise.
53856         * math/s_clog10.c: Likewise.
53857         * math/s_clog10f.c: Likewise.
53858         * math/s_clog10l.c: Likewise.
53859         * math/s_clogf.c: Likewise.
53860         * math/s_clogl.c: Likewise.
53861         * math/s_csin.c: Likewise.
53862         * math/s_csinf.c: Likewise.
53863         * math/s_csinh.c: Likewise.
53864         * math/s_csinhf.c: Likewise.
53865         * math/s_csinhl.c: Likewise.
53866         * math/s_csinl.c: Likewise.
53867         * math/s_csqrt.c: Likewise.
53868         * math/s_csqrtf.c: Likewise.
53869         * math/s_csqrtl.c: Likewise.
53870         * math/s_ctan.c: Likewise.
53871         * math/s_ctanf.c: Likewise.
53872         * math/s_ctanh.c: Likewise.
53873         * math/s_ctanhf.c: Likewise.
53874         * math/s_ctanhl.c: Likewise.
53875         * math/s_ctanl.c: Likewise.
53876         * math/s_ldexp.c: Likewise.
53877         * math/s_ldexpf.c: Likewise.
53878         * math/s_ldexpl.c: Likewise.
53879         * math/s_significand.c: Likewise.
53880         * math/s_significandf.c: Likewise.
53881         * math/s_significandl.c: Likewise.
53882         * math/w_acos.c: Likewise.
53883         * math/w_acosf.c: Likewise.
53884         * math/w_acosh.c: Likewise.
53885         * math/w_acoshf.c: Likewise.
53886         * math/w_acoshl.c: Likewise.
53887         * math/w_acosl.c: Likewise.
53888         * math/w_asin.c: Likewise.
53889         * math/w_asinf.c: Likewise.
53890         * math/w_asinl.c: Likewise.
53891         * math/w_atan2.c: Likewise.
53892         * math/w_atan2f.c: Likewise.
53893         * math/w_atan2l.c: Likewise.
53894         * math/w_atanh.c: Likewise.
53895         * math/w_atanhf.c: Likewise.
53896         * math/w_atanhl.c: Likewise.
53897         * math/w_cosh.c: Likewise.
53898         * math/w_coshf.c: Likewise.
53899         * math/w_coshl.c: Likewise.
53900         * math/w_dremf.c: Likewise.
53901         * math/w_exp10.c: Likewise.
53902         * math/w_exp10f.c: Likewise.
53903         * math/w_exp10l.c: Likewise.
53904         * math/w_exp2.c: Likewise.
53905         * math/w_exp2f.c: Likewise.
53906         * math/w_fmod.c: Likewise.
53907         * math/w_fmodf.c: Likewise.
53908         * math/w_fmodl.c: Likewise.
53909         * math/w_hypot.c: Likewise.
53910         * math/w_hypotf.c: Likewise.
53911         * math/w_hypotl.c: Likewise.
53912         * math/w_j0.c: Likewise.
53913         * math/w_j0f.c: Likewise.
53914         * math/w_j0l.c: Likewise.
53915         * math/w_j1.c: Likewise.
53916         * math/w_j1f.c: Likewise.
53917         * math/w_j1l.c: Likewise.
53918         * math/w_jn.c: Likewise.
53919         * math/w_jnf.c: Likewise.
53920         * math/w_jnl.c: Likewise.
53921         * math/w_lgamma.c: Likewise.
53922         * math/w_lgamma_r.c: Likewise.
53923         * math/w_lgammaf.c: Likewise.
53924         * math/w_lgammaf_r.c: Likewise.
53925         * math/w_lgammal.c: Likewise.
53926         * math/w_lgammal_r.c: Likewise.
53927         * math/w_log.c: Likewise.
53928         * math/w_log10.c: Likewise.
53929         * math/w_log10f.c: Likewise.
53930         * math/w_log10l.c: Likewise.
53931         * math/w_log2.c: Likewise.
53932         * math/w_log2f.c: Likewise.
53933         * math/w_log2l.c: Likewise.
53934         * math/w_logf.c: Likewise.
53935         * math/w_logl.c: Likewise.
53936         * math/w_pow.c: Likewise.
53937         * math/w_powf.c: Likewise.
53938         * math/w_powl.c: Likewise.
53939         * math/w_remainder.c: Likewise.
53940         * math/w_remainderf.c: Likewise.
53941         * math/w_remainderl.c: Likewise.
53942         * math/w_scalb.c: Likewise.
53943         * math/w_scalbf.c: Likewise.
53944         * math/w_scalbl.c: Likewise.
53945         * math/w_sinh.c: Likewise.
53946         * math/w_sinhf.c: Likewise.
53947         * math/w_sinhl.c: Likewise.
53948         * math/w_sqrt.c: Likewise.
53949         * math/w_sqrtf.c: Likewise.
53950         * math/w_sqrtl.c: Likewise.
53951         * math/w_tgamma.c: Likewise.
53952         * math/w_tgammaf.c: Likewise.
53953         * math/w_tgammal.c: Likewise.
53955         * po/ja.po: Update from translation team.
53957 2011-09-29  Andreas Jaeger  <aj@suse.de>
53959         [BZ #13179]
53960         * sunrpc/netname.c (netname2host): Fix logic.
53962         [BZ #6779]
53963         [BZ #6783]
53964         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53965         correctly.
53966         * math/w_remainder.c (__remainder): Likewise.
53967         * math/w_remainderf.c (__remainderf): Likewise.
53968         * math/libm-test.inc (remainder_test): Add test cases.
53970 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53972         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53973         sdiv_qrnnd.
53975 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53977         * string/test-memcmp.c: Avoid unncessary #defines.
53978         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53980 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53982         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53983         Use new sse2 version for core i3 - i7 as it's faster
53984         than sse42 version.
53985         (bit_Prefer_PMINUB_for_stringop): New.
53986         * sysdeps/x86_64/rawmemchr.S: Update.
53987         Replace with faster SSE2 version.
53988         * sysdeps/x86_64/memrchr.S: New file.
53989         * sysdeps/x86_64/memchr.S: Update.
53990         Replace with faster SSE2 version.
53992 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53994         * elf/dl-load.c (lose): Add cast to avoid warning.
53996 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53998         * po/ca.po: Update from translation team.
54000         * inet/getnetgrent_r.c: Hook up nscd.
54001         * nscd/Makefile (routines): Add nscd_netgroup.
54002         (nscd-modules): Add netgroupcache.
54003         (CFLAGS-netgroupcache.c): Define.
54004         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
54005         (cache_search): Add const to second parameter.
54006         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
54007         INNETGR.
54008         (dbs): Add netgrdb entry.
54009         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
54010         (verify_persistent_db): Handle netgrdb.
54011         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
54012         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
54013         GETFDNETGR.
54014         (netgroup_response_header): Define.
54015         (innetgroup_response_header): Define.
54016         (datahead): Add netgroup_response_header and innetgroup_response_header
54017         elements.
54018         * nscd/nscd.conf: Add entries for netgroup cache.
54019         * nscd/nscd.h (dbtype): Add netgrdb.
54020         (_PATH_NSCD_NETGROUP_DB): Define.
54021         (netgroup_iov_disabled): Declare.
54022         (xmalloc, xcalloc, xrealloc): Move declarations here.
54023         (cache_search): Adjust prototype.
54024         Add netgroup-related prototypes.
54025         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
54026         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
54027         (__nscd_innetgr): Declare.
54028         * nscd/selinux.c (perms): Use access_vector_t as element type and
54029         add netgroup-related initializers.
54030         * nscd/netgroupcache.c: New file.
54031         * nscd/nscd_netgroup.c: New file.
54032         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
54033         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
54034         For four parameters use innetgr.
54035         * nss/nss_files/files-init.c: Add definition and callback for netgr.
54036         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
54037         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
54038         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
54040         * nscd/connections.c (register_traced_file): Don't register file
54041         for disabled databases.
54043 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
54045         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
54047         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
54048         from tree and freeing node.
54050 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
54052         * nss/nsswitch.c (__nss_database_lookup): Handle
54053         nss_parse_service_list out of memory case.
54055 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
54057         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
54058         out of memory case.
54060 2011-10-04  Andreas Schwab  <schwab@redhat.com>
54062         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
54063         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
54064         pass it down.
54065         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
54066         elf_machine_rela, elf_machine_lazy_rel.
54067         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
54068         (ELF_DYNAMIC_DO_REL): Likewise.
54069         (ELF_DYNAMIC_DO_RELA): Likewise.
54070         (ELF_DYNAMIC_RELOCATE): Likewise.
54071         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
54072         to ELF_DYNAMIC_DO_REL.
54073         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
54074         (dl_main): In trace mode always set __RTLD_NOIFUNC.
54075         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
54076         elf_machine_rela.
54077         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
54078         skip_ifunc, don't call ifunc function if non-zero.
54079         (elf_machine_rela): Likewise.
54080         (elf_machine_lazy_rel): Likewise.
54081         (elf_machine_lazy_rela): Likewise.
54082         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
54083         (elf_machine_lazy_rel): Likewise.
54084         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
54085         Likewise.
54086         (elf_machine_lazy_rel): Likewise.
54087         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54088         Likewise.
54089         (elf_machine_lazy_rel): Likewise.
54090         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
54091         (elf_machine_lazy_rel): Likewise.
54092         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
54093         (elf_machine_lazy_rel): Likewise.
54094         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
54095         (elf_machine_lazy_rel): Likewise.
54096         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54097         (elf_machine_lazy_rel): Likewise.
54098         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54099         (elf_machine_lazy_rel): Likewise.
54100         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54101         (elf_machine_lazy_rel): Likewise.
54103 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
54105         * nss/nss_files/files-init.c (_nss_files_init): Use static
54106         initialization for all the *_traced_file variables.
54108 2011-09-28  Andreas Schwab  <schwab@redhat.com>
54110         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54112 2011-09-27  Roland McGrath  <roland@hack.frob.com>
54114         [BZ #13226]
54115         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54117 2011-09-27  Andreas Schwab  <schwab@redhat.com>
54119         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54120         Reread the line before reparsing it.
54122 2011-09-26  Andreas Schwab  <schwab@redhat.com>
54124         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54126 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
54127             Maxim Kuvyrkov  <maxim@codesourcery.com>
54128             Joseph Myers  <joseph@codesourcery.com>
54130         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54131         if needed for __stack_chk_guard.
54133 2011-09-19  Roland McGrath  <roland@hack.frob.com>
54135         * sysdeps/posix/spawni.c (script_execute): Always define it.
54136         It will be optimized away if unused.
54137         (maybe_script_execute): New function.
54138         (__spawni): Call it.
54140         * Makerules: Don't include tls.make.
54141         (config-tls): Always set to thread.
54142         * tls.make.c: File removed.
54144 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
54146         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54147         * config.make.in (CPPFLAGS-config): New substituted variable.
54149 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54151         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54153         [BZ #13192]
54154         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54155         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54157 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54159         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54160         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54161         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54162         (CALL_FAIL): Likewise.
54163         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54164         (CALL_FAIL): Macro removed.
54165         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54167 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54169         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54170         for __FINITE_MATH_ONLY__ == 1.
54172 2011-09-15  Andreas Schwab  <schwab@redhat.com>
54174         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54175         __ieee754_sqrt instead of sqrt.
54176         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54177         __ieee754_sqrtf instead of sqrtf.
54178         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54179         __floorf instead of floorf.
54180         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
54181         __floorf, __truncf instead of floorf, truncf.
54183 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
54185         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
54187         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54188         __extern_always_inline.
54189         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
54190         32-bit.
54192 2011-09-14  Andreas Schwab  <schwab@redhat.com>
54194         * elf/rtld.c (dl_main): Also relocate in dependency order when
54195         doing symbol dependency testing.
54197 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
54199         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54200         Always define `refsym'.
54202 2011-09-13  Andreas Schwab  <schwab@redhat.com>
54204         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
54205         (__FD_ELT): Renamed from __FDELT.
54206         * misc/bits/select2.h (__FD_ELT): Likewise.
54207         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
54208         __FD_MASK instead of __FDELT, __FDMASK.
54209         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54210         Likewise.
54211         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54212         Likewise.
54214         * elf/Makefile (gen-ldd): Fix pattern.
54216         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
54217         (init_tls): Likewise.
54219 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
54221         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
54223 2011-09-12  Andreas Schwab  <schwab@redhat.com>
54225         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
54226         `struct cmsghdr *' instead of `void *'.
54227         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
54228         Likewise.
54230 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
54232         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
54233         if non-absolute.
54234         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
54235         ldd_rewrite_script.
54237 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
54239         * configure.in: Remove --with-tls option.
54240         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
54241         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
54242         out in case it is missing.
54243         * sysdeps/ia64/elf/configure.in: Likewise.
54244         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
54245         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
54246         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
54247         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
54248         * sysdeps/sh/elf/configure.in: Likewise.
54249         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
54250         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
54251         * sysdeps/x86_64/elf/configure.in: Likewise.
54252         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54253         * sysdeps/mach/hurd/tls.h: Likewise.
54255         [BZ #13067]
54256         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54258         [BZ #13090]
54259         * configure.in: Fix use of AC_INIT.
54261         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54263 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
54265         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54266         __set_errno.
54267         * malloc/hooks.c: Likewise.
54269         [BZ #11929]
54270         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
54271         variables statically.
54272         (narenas): Initialize.
54273         (list_lock): Initialize.
54274         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
54275         initializtion of main_arena and list_lock.  Small cleanups.
54276         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54277         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
54278         Add initializers to main_arena and mp_.
54279         (malloc_state): Remove pagesize member.  Change all users to use
54280         GLRO(dl_pagesize).
54282         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54283         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54284         is always initialized.
54286         * malloc/malloc.c: Removed unused configurations and dead code.
54287         * malloc/arena.c: Likewise.
54288         * malloc/hooks.c: Likewise.
54289         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54291         * include/tls.h: Removed.  USE___THREAD must always be defined.
54292         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54293         * elf/dl-libc.c: Likewise.
54294         * elf/dl-tsd.c: Likewise.
54295         * include/errno.h: Likewise.
54296         * include/netdb.h: Likewise.
54297         * include/resolv.h: Likewise.
54298         * inet/herrno-loc.c: Likewise.
54299         * inet/herrno.c: Likewise.
54300         * malloc/arena.c: Likewise.
54301         * malloc/hooks.c: Likewise.
54302         * malloc/malloc.c: Likewise.
54303         * resolv/res-state.c: Likewise.
54304         * resolv/res_libc.c: Likewise.
54305         * sysdeps/i386/dl-machine.h: Likewise.
54306         * sysdeps/ia64/dl-machine.h: Likewise.
54307         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54308         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54309         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54310         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54311         * sysdeps/sh/dl-machine.h: Likewise.
54312         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54313         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54314         * sysdeps/unix/i386/sysdep.S: Likewise.
54315         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54316         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54317         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54318         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54319         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54320         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54321         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54322         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54323         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54324         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54325         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54326         * sysdeps/x86_64/dl-machine.h: Likewise.
54327         * tls.make.c: Likewise.
54329         * configure.in: Remove --with-__thread option.  Make tests for
54330         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54331         tls_model attribute fail if no support is available.  Remove
54332         USE_IN_LIBIO.
54333         * Makeconfig: Adjust for dropped configure option.  All features are
54334         now mandatory.
54335         * Makerules: Likewise.
54336         * Versions.def: Likewise.
54337         * argp/argp-fmtstream.c: Likewise.
54338         * argp/argp-fmtstream.h: Likewise.
54339         * argp/argp-help.c: Likewise.
54340         * assert/assert.c: Likewise.
54341         * config.h.in: Likewise.
54342         * config.make.in: Likewise.
54343         * configure: Likewise.
54344         * configure.in: Likewise.
54345         * csu/Versions: Likewise.
54346         * csu/init.c: Likewise.
54347         * elf/tst-audit2.c: Likewise.
54348         * elf/tst-tls10.c: Likewise.
54349         * elf/tst-tls10.h: Likewise.
54350         * elf/tst-tls11.c: Likewise.
54351         * elf/tst-tls12.c: Likewise.
54352         * elf/tst-tls14.c: Likewise.
54353         * elf/tst-tlsmod11.c: Likewise.
54354         * elf/tst-tlsmod12.c: Likewise.
54355         * elf/tst-tlsmod13.c: Likewise.
54356         * elf/tst-tlsmod13a.c: Likewise.
54357         * elf/tst-tlsmod14a.c: Likewise.
54358         * elf/tst-tlsmod15b.c: Likewise.
54359         * elf/tst-tlsmod16a.c: Likewise.
54360         * elf/tst-tlsmod16b.c: Likewise.
54361         * elf/tst-tlsmod7.c: Likewise.
54362         * elf/tst-tlsmod8.c: Likewise.
54363         * elf/tst-tlsmod9.c: Likewise.
54364         * gmon/gmon.c: Likewise.
54365         * grp/fgetgrent_r.c: Likewise.
54366         * grp/putgrent.c: Likewise.
54367         * hurd/fopenport.c: Likewise.
54368         * include/libc-symbols.h: Likewise.
54369         * include/tls.h: Likewise.
54370         * intl/gettextP.h: Likewise.
54371         * intl/loadinfo.h: Likewise.
54372         * locale/global-locale.c: Likewise.
54373         * locale/localeinfo.h: Likewise.
54374         * mach/devstream.c: Likewise.
54375         * malloc/arena.c: Likewise.
54376         * malloc/set-freeres.c: Likewise.
54377         * misc/err.c: Likewise.
54378         * misc/getttyent.c: Likewise.
54379         * misc/mntent_r.c: Likewise.
54380         * posix/getopt.c: Likewise.
54381         * posix/wordexp.c: Likewise.
54382         * pwd/fgetpwent_r.c: Likewise.
54383         * resolv/Versions: Likewise.
54384         * resolv/res_hconf.c: Likewise.
54385         * shadow/fgetspent_r.c: Likewise.
54386         * shadow/putspent.c: Likewise.
54387         * stdio-common/printf_fphex.c: Likewise.
54388         * stdio-common/tmpfile.c: Likewise.
54389         * stdlib/abort.c: Likewise.
54390         * stdlib/fmtmsg.c: Likewise.
54391         * sunrpc/auth_unix.c: Likewise.
54392         * sunrpc/clnt_perr.c: Likewise.
54393         * sunrpc/clnt_tcp.c: Likewise.
54394         * sunrpc/clnt_udp.c: Likewise.
54395         * sunrpc/clnt_unix.c: Likewise.
54396         * sunrpc/openchild.c: Likewise.
54397         * sunrpc/svc_simple.c: Likewise.
54398         * sunrpc/svc_tcp.c: Likewise.
54399         * sunrpc/svc_udp.c: Likewise.
54400         * sunrpc/svc_unix.c: Likewise.
54401         * sunrpc/xdr.c: Likewise.
54402         * sunrpc/xdr_array.c: Likewise.
54403         * sunrpc/xdr_rec.c: Likewise.
54404         * sunrpc/xdr_ref.c: Likewise.
54405         * sunrpc/xdr_stdio.c: Likewise.
54407 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54409         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54411 2011-07-03  Andreas Jaeger  <aj@suse.de>
54413         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54414         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54415         regenerate with gen-libm-tests.pl.
54417 2010-05-12  Petr Baudis  <pasky@suse.cz>
54419         [BZ #11589]
54420         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54421         around j0() zero points by switching to j1().
54422         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54423         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54424         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54425         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54427 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54429         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54430         instead of 0.
54431         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54432         instead of 0.
54433         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54434         Patch in part by Pavel Roskin <proski@gnu.org>.
54436         [BZ #13138]
54437         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54438         realloc.
54439         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54440         Free memory block if necessary.
54442         [BZ #12847]
54443         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54444         be NULL.  Don't lock in this case.
54446 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54448         * elf/elf.h (ELFOSABI_GNU): New macro.
54449         (ELFOSABI_LINUX): Define to that.
54451 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54453         * string/strncat.c (strncat): Undef the symbol in case it has been
54454         defined in bits/string.h.
54456 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54458         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54460         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54461         link map.
54463 2011-08-17  Andreas Jaeger  <aj@suse.de>
54465         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54467 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54468             Ian Lance Taylor  <iant@google.com>
54470         * math/libm-test.inc (lround_test): New testcase.
54471         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54473 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54475         * Makefile: Remove support for automatic cvs check-ins.
54476         * Makerules: Likewise.
54477         * config.make.in: Likewise.
54478         * configure.in: Likewise.
54479         * intl/Makefile: Likewise.
54480         * locale/Makefile: Likewise.
54481         * po/Makefile: Likewise.
54482         * posix/Makefile: Likewise.
54483         * sysdeps/gnu/Makefile: Likewise.
54484         * sysdeps/mach/hurd/Makefile: Likewise.
54485         * sysdeps/sparc/sparc32/Makefile: Likewise.
54487         [BZ #13118]
54488         * posix/Makefile (bug-regex32-ENV): Define.
54489         Patch by John Stanley <jpsinthemix@verizon.net>.
54491         * misc/Makefile (headers): Add bits/select2.h.
54492         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54493         * misc/bits/select2.h: New file.
54494         * include/bits/select2.h: New file.
54495         * debug/Makefile (routines): Add fdelt_chk.
54496         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54497         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54498         FD_ISSET.
54499         * debug/fdelt_chk.c: New file.
54501         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54502         * wcsmbs/test-wmemcmp.c: Likewise.
54503         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54504         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54506 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54508         * string/Makefile (strop-tests): Add memcmp.
54509         * string/test-wmemcmp.c: New file.
54510         * string/test-memcmp.c: Add wmemcmp support.
54512 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54514         [BZ #13153]
54515         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54516         2011-07-19 change.
54518         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54519         garbage value in a __mach_port_mod_refs call in the cases of the
54520         task-self and thread-self ports.
54522 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54524         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54526 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54528         * elf/dl-load.c (lose): Check for non-null L.
54530 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54532         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54534         * elf/dl-libc.c (dlerror_run): Pass back error code from
54535         dl_catch_error.
54537         [BZ #13123]
54538         * elf/dl-load.c (lose): Free l_origin if it is valid.
54540         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54541         names.
54542         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54543         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54544         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54545         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54546         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54547         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54549 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54551         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54552         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54553         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54554         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54555         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54556         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54557         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54558         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54559         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54560         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54562 2011-08-15  Alan Modra  <amodra@gmail.com>
54564         [BZ #13092]
54565         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54566         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54567         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54568         ppc_mcount to static-only-routines.
54569         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54570         __mcount_internal.
54571         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54572         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54574 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54576         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54577         for finite and infinity parameters.
54579 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54581         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54582         and add nop instructions for throughput optimization.
54583         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54585 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54587         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54588         aligned copy for power7 with vector-scalar instructions.
54589         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54591 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54593         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54594         AVX check.
54596 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54598         [BZ #13144]
54599         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54600         last change.
54602 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54604         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54605         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54606         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54607         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54608         clock_gettime.
54610 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54612         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54613         Forgot to demangle the pointer.
54615         * sysdeps/i386/sysdep.h: Define atom_text_section.
54616         * sysdeps/x86_64/sysdep.h: Likewise.
54617         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54618         section with atom_text_section.
54619         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54620         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54621         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54622         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54623         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54625         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54626         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54627         already be defined.  Change to take two parameters and don't assign
54628         result to variable.  Adjust all users.
54629         Define INTERNAL_GETTIME if not already defined.
54630         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54631         call.
54632         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54633         HAVE_CLOCK_GETTIME_VSYSCALL.
54634         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54636         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54637         gettimeofday vsyscall, just use time.
54639 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54641         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54642         <errno.h>.
54644 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54646         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54647         syscall on x86-64.
54648         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54649         syscall.
54650         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54651         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54652         syscall if possible.
54654 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54656         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54657         e_ident.  Don't pass to find_mapsXX.
54658         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54660 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54662         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54663         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54664         * sysdeps/x86_64/multiarch/strchr.S: Update.
54665         Check bit_slow_BSF bit.
54666         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54667         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54668         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54670 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54672         [BZ #13134]
54673         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54674         before glibc 2.15.
54675         (tryshell): Define.
54676         (__spawni): Change last parameter to be flag.  Test
54677         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54678         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54679         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54680         * posix/spawni.c: Likewise.
54681         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54682         * posix/spawnp.c: Likewise.  Change normal version to use
54683         SPAWN_XFLAGS_USE_PATH.
54684         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54685         SPAWN_XFLAGS_TRY_SHELL.
54687         [BZ #13150]
54688         * posix/glob.h: Remove gcc 1.x support.
54690         [BZ #13068]
54691         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54693 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54695         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54696         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54697         strrchr-sse2-bsf
54698         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54699         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54700         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54701         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54702         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54703         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54705 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54707         * sysdeps/x86_64/wcscmp.S: New file.
54709         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54710         wcscmp-c wcscmp-sse2
54711         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54712         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54713         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54714         * wcsmbs/wcscmp.c: Allow renaming.
54716 2011-09-05  David S. Miller  <davem@davemloft.net>
54718         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54719         stack slot, rather than the struct return pointer slot.
54720         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54721         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54722         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54723         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54725 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54727         * po/ja.po: Update from translation team.
54729         [BZ #13144]
54730         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54731         kernel in 64-bit binaries.
54733 2011-09-01  David S. Miller  <davem@davemloft.net>
54735         * elf/elf.h (HWCAP_SPARC_*): Move to..
54736         * sysdeps/sparc/sysdep.h: this new file and add new values.
54737         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54738         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54739         _DL_HWCAP_COUNT to 24.
54740         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54741         entries.
54742         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54743         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54744         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54745         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54746         instead of magic constants.
54747         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54749 2011-08-31  David S. Miller  <davem@davemloft.net>
54751         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54752         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54753         Reimplement to do errno handling inline.
54754         (SYSCALL_ERROR_HANDLER): New macro.
54755         (__SYSCALL_STRING): Do not do errno handling in asm.
54756         (__CLONE_SYSCALL_STRING): Delete.
54757         (__INTERNAL_SYSCALL_STRING): Delete.
54758         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54759         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54760         (PSEUDO): Reimplement to do errno handling inline.
54761         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54762         (SYSCALL_ERROR_HANDLER): New macro.
54763         (__SYSCALL_STRING): Do not do errno handling in asm.
54764         (__CLONE_SYSCALL_STRING): Delete.
54765         (__INTERNAL_SYSCALL_STRING): Delete.
54766         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54767         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54768         i386.
54769         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54770         (inline_syscall*): Add 'err' argument.
54771         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54772         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54773         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54774         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54776         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54777         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54779 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54781         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54783 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54785         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54786         directive.
54788 2011-08-24  David S. Miller  <davem@davemloft.net>
54790         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54792 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54794         * elf/Makefile: Add rules to build and run unload8 test.
54795         * elf/unload8.c: New file.
54796         * elf/unload8mod1.c: New file.
54797         * elf/unload8mod1x.c: New file.
54798         * elf/unload8mod2.c: New file.
54799         * elf/unload8mod3.c: New file.
54801         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54802         it wasn't used.
54804 2011-08-23  David S. Miller  <davem@davemloft.net>
54806         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54807         subtract stack bias.
54808         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54809         %sp not %fp in calculations.
54810         (_JMPBUF_UNWINDS_ADJ): Likewise.
54812         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54813         (aio_suspend): Call it to force an exception region around the
54814         AIO_MISC_WAIT() invocation.
54816 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54818         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54819         backslash.
54821 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54823         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54824         protection macro.
54825         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54826         and <dl-machine.h>.
54827         (Elf64_FuncDesc): Remove.
54829 2011-08-22  David S. Miller  <davem@davemloft.net>
54831         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54832         sigaltstack check, add missing cfi directives.
54833         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54834         missing cfi directives, and sigaltstack handling.
54836 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54838         [BZ #11724]
54839         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54840         object is seen twice.
54841         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54843         * elf/Makefile (distribute): Add tst-initorder2.c.
54844         (tests): Add tst-initorder2.
54845         (modules-names): Add tst-initorder2a tst-initorder2b
54846         tst-initorder2c tst-initorder2d.  Add rules to build them.
54847         ($(objpfx)tst-initorder2.out): New rule.
54848         * elf/tst-initorder2.c: New file.
54849         * elf/tst-initorder2.exp: New file.
54851 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54853         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54855         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54856         dependencies back to end of function.
54858         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54859         $(elfobjdir)/ld.so.
54861 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54863         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54864         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54865         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54866         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54867         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54868         of __vdso_gettimeofday.
54869         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54870         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54871         attribute_hidden.
54872         (_libc_vdso_platform_setup): Remove initialization of
54873         __vdso_gettimeofday and __vdso_time.
54875 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54877         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54878         and fgetc_unlocked.
54879         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54880         getc_unlocked.
54882         * elf/dl-open.c (add_to_global): Report additions to the global scope
54883         for LD_DEBUG=scopes.
54884         (dl_open_worker): Also print scope of newly loaded dependencies.
54885         (_dl_show_scope): Indicate if there is no scope.
54887         [BZ #13114]
54888         * stdio-common/Makefile (tests): Add bug24.
54889         * stdio-common/bug24.c: New file.
54891 2011-08-19  Andreas Jaeger  <aj@suse.de>
54893         [BZ #13114]
54894         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54895         non-existant file when using close-on-exec mode.
54897 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54899         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54900         the very first instruction.
54902         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54903         the CFI state in the end.
54904         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54905         inclusion of dl-trampoline.h.
54906         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54908 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54910         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54911         expectations for long double.
54913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54914         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54916 2011-08-14  David S. Miller  <davem@davemloft.net>
54918         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54919         artificual limit depends upon the system page size.
54921 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54923         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54924         * resolv/Makefile: Define CFLAGS-libresolv.
54926 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54928         * nss/makedb.c (compute_tables): Make variables used in nested
54929         function static.
54931 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54933         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54934         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54935         if buffer was too small.
54937         * elf/pldd.c (main): Attach to all threads in the process.
54938         Rewrite /proc handling to use *at functions.
54940 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54942         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54943         specifies first scope to show.
54944         (dl_open_worker): Update callers.  Move printing scope of new
54945         object to before the relocation.
54946         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54947         * sysdeps/generic/ldsodefs.h: Update declaration.
54949         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54950         string for the scope number.
54952 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54954         * nscd/servicescache.c (cache_addserv): Make sure written is always
54955         initialized.
54957 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54959         * sysdeps/i386/i486/bits/atomic.h
54960         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54961         statement expression, so as to suppress "set but not used" warning.
54962         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54964         * string/strncat.c (STRNCAT): Use prototype definition.
54966         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54967         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54968         -Iprograms here.
54969         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54970         (localedef-modules): Add localedef.
54971         (locale-modules): Add locale.
54973         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54974         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54975         to avoid a warning.
54977 2011-08-14  David S. Miller  <davem@davemloft.net>
54979         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54980         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54982 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54984         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54985         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54986         * elf/rtld.c (dl_main): Set l_name of vDSO.
54987         Call _dl_show_scope when DL_DEBUG_SCOPES.
54988         (process_dl_debug): Recognize scopes flag and also set it for all.
54989         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54990         Declare _dl_show_scope.
54992         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54993         (do_dlopen): Pass caller_dlopen to dl_open.
54994         (__libc_dlopen_mode): Initialize caller_dlopen.
54996         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54997         of libc.  Make tolower call locale-independent.  Optimize a bit by
54998         using isdigit instead of isalnum.
54999         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
55001 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
55003         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
55004         was a dependency or dynamically loaded.
55006 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
55008         * intl/l10nflist.c: Allow architecture-specific pop function.
55009         * sysdeps/x86_64/l10nflist.c: New file.
55011         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
55012         classification.
55014 2011-08-10  Andreas Schwab  <schwab@redhat.com>
55016         * include/dirent.h: Add libc_hidden_proto for scandirat and
55017         scandirat64.  Don't declare __scandirat64.
55018         * dirent/scandirat.c: Add libc_hidden_def.
55019         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
55020         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
55022 2011-08-10  David S. Miller  <davem@davemloft.net>
55024         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
55025         enum.
55026         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55027         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55028         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55030 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
55032         * Versions.def [libc]: Add GLIBC_2.15.
55033         * dirent/Makefile (routines): Add scandirat and scandirat64.
55034         * dirent/Versions [libc]: Export scandirat and scandirat64 for
55035         GLIBC_2.15.
55036         * dirent/dirent.h: Declare scandirat and scandirat64.
55037         * dirent/scandirat.c: New file.
55038         * dirent/scandirat64.c: New file.
55039         * sysdeps/wordsize-64/scandirat.c: New file.
55040         * sysdeps/wordsize-64/scandirat64.c: New file.
55041         * dirent/opendir.c: Define opendirat.
55042         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
55043         using scandirat.
55044         * dirent/scandir64.c: Adjust for scandir.c change.
55045         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
55046         __scandirat64, and __scandir_cancel_handler.
55047         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
55048         additional parameter and use openat instead of open (outside of ld.so).
55049         Add new __opendir as wrapper around __opendirat.
55050         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
55051         here without requiring old scandirat implementation.
55053 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
55055         * dirent/scandir.c (cancel_handler): Renamed to
55056         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
55057         defined.  Adjust users.
55058         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
55059         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
55061 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
55063         * string/test-string.h (IMPL): Use __STRING to expand name and then
55064         stringify it.
55066         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
55067         of cleanups.
55069 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55071         * string/Makefile: Update.
55072         (strop-tests): Append strncat.
55073         * string/test-wcscmp.c: New file.
55074         New comprehensive test for wcscmp.
55075         * string/test-strcmp.c: Update.
55076         (WIDE): New define.
55078 2011-07-22  Andreas Schwab  <schwab@redhat.com>
55080         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
55081         line.
55083 2011-07-26  Andreas Schwab  <schwab@redhat.com>
55085         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55086         encoding to ACE if AI_IDN.
55088 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
55090         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
55091         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
55093 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55095         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
55096         Fix overflow bug in strncat.
55097         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55099         * string/test-strncat.c: Update.
55100         Add new tests for checking overflow bugs.
55102 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55104         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55105         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55106         * sysdeps/i386/i686/multiarch/strcat.S: New file.
55107         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55108         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55109         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55110         * sysdeps/i386/i686/multiarch/strncat.S: New file.
55111         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55112         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55114         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55115         (USE_AS_STRCAT): Define.
55116         Add strcat and strncat support.
55117         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55119 2011-07-25  Andreas Schwab  <schwab@redhat.com>
55121         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55122         __n bigger than INT_MAX+1.
55123         (__strncmp_g): Likewise.
55125 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
55127         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55128         * libio/stido.h: Likewise.
55130         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55131         (AF_NFC): Define.
55132         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55133         (AF_NFC): Define.
55135         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55136         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55137         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55138         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55139         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55141         [BZ #13021]
55142         * scripts/test-installation.pl: Don't expect libnss_test1 to be
55143         installed.
55145         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55146         typo.
55147         (_dl_x86_64_save_sse): Likewise.
55149 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
55151         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55152         OSXSAVE.
55153         (_dl_x86_64_save_sse): Likewise.
55155         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55157         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55159 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55161         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55162         change.
55163         (_dl_x86_64_save_sse): Use correct AVX check.
55165 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55167         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55168         bug in strncpy/strncat.
55169         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55171 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
55173         * string/tester.c (test_strcat): Add tests for different alignments
55174         of source and destination.
55175         (test_strncat): Likewise.
55177 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55179         [BZ #12852]
55180         * posix/glob.c (glob): Check passed in values before using them in
55181         expressions to avoid some overflows.
55182         (glob_in_dir): Likewise.
55184         [BZ #13007]
55185         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
55186         check for AVX enablement so that we don't crash with old kernels and
55187         new hardware.
55188         * elf/tst-audit4.c: Add same checks here.
55189         * elf/tst-audit6.c: Likewise.
55191         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
55193 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
55195         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
55197 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55199         * po/cs.po: Update from translation team.
55200         * po/bg.po: Likewise.
55202 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
55204         * misc/sys/cdefs.h: Add support for const attribute.
55205         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
55206         to gnu_dev_{major,minor,makedev} functions.
55208 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
55210         * intl/dcigettext.c (get_output_charset): Add missing bracket.
55212 2011-07-20  Andreas Schwab  <schwab@redhat.com>
55214         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
55215         strlen results.
55217 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55219         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
55220         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
55221         register in order to avoid conflicts with the soft frame pointer
55222         being held in r11 when necessary.
55223         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
55224         (INTERNAL_VSYSCALL_NCS): Likewise.
55226 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
55228         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
55229         * elf/dl-fini.c (_dl_fini): Adjust caller.
55230         * elf/dl-close.c (_dl_close_worker): Likewise.
55231         * sysdeps/generic/ldsodefs.h: Adjust declaration.
55233 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55235         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
55236         "aux_cache->nlibs < 0".
55238         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
55239         in the reload-count case.
55241 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55243         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55244         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
55245         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
55246         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
55247         * sysdeps/x86_64/multiarch/strcat.S: New file.
55248         * sysdeps/x86_64/multiarch/strncat.S: New file.
55249         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
55250         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
55251         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
55252         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55253         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55254         (USE_AS_STRCAT): Define.
55255         Add strcat and strncat support.
55256         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55257         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55258         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55259         * string/strncat.c: Update.
55260         (USE_AS_STRNCAT): Define.
55261         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55262         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55263         and i7.
55264         * sysdeps/x86_64/multiarch/init-arch.h
55265         (bit_Prefer_PMINUB_for_stringop): New.
55266         (index_Prefer_PMINUB_for_stringop): Likewise.
55267         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55268         bit_Prefer_PMINUB_for_stringop.
55270 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55272         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55273         buffer64.
55274         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55275         of casting of buffer.
55276         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55277         buffer32 and buffer64.
55278         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55279         writes instead of casting of buffer.
55280         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55281         buffer32.
55282         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55283         casting of buffer.
55285 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55287         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55289 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55291         * nscd/nscd.c (termination_handler): Don't do anything for a database
55292         if it has not yet been initialized.
55294 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55296         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55298 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55300         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55302 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55304         * po/nl.po: Update from translation team.
55305         * po/sv.po: Likewise.
55307 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55309         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55310         now disallowed by GCC.
55312         * configure.in (use-default-link): Default to yes if a test -shared
55313         link meets our qualifications.
55314         * configure: Regenerated.
55316         * config.make.in (output-format): New variable.
55317         * configure.in: Check for ld --print-output-format support.
55318         * configure: Regenerated.
55319         * Makerules ($(common-objpfx)format.lds)
55320         [$(output-format) != unknown]: Just use $(output-format),
55321         instead of the linker-script munging.
55323 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55325         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55326         of $(common-objpfx)shlib.lds.
55327         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55329         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55330         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55332         * configure.in (-z relro check): Adjust test code to add a large
55333         writable data section after it.
55334         * configure: Regenerated.
55336 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55338         * configure.in (-z relro check): Fix test code to make the variable
55339         truly const.
55340         * configure: Regenerated.
55342 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55344         * nscd/nscd.h (struct traced_file): Define.
55345         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55346         elements.  Add traced_files.
55347         (inotify_fd): Declare.
55348         (register_traced_file): Declare.
55349         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55350         (inotify_fd): Export.
55351         (resolv_conf_descr): Remove.
55352         (nscd_init): Move inotify descriptor creation to main.
55353         Don't register files for notification here.
55354         (register_traced_file): New function.
55355         (invalidate_cache): Don't use reset_res to determine whether to call
55356         res_init, go through the list of registered files.
55357         (main_loop_poll): The inotify descriptors are now stored in the
55358         structures for the traced files.
55359         (main_loop_epoll): Likewise
55360         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55361         to __nss_disable_nscd.
55362         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55363         for a database anymore.  Check the records for all the registered
55364         files instead.
55365         * nss/Makefile (libnss_files-routines): Add files-init.
55366         (libnss_db-routines): Add db-init.
55367         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55368         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55369         * nss/nss_db/db-init.c: New file.
55370         * nss/nss_files/files-init.c: New file.
55371         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55372         __nss_lookup_function.
55373         (__nss_lookup_function): Call nss_load_library.
55374         (nss_load_all_libraries): New function.
55375         (__nss_disable_nscd): Take parameter with callback function for files
55376         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55377         used for the cached services.
55378         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55379         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55380         options for features to all the files in nscd.
55382         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55384 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55386         * csu/elf-init.c (__libc_csu_init): Comment typo.
55388 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55390         * po/pl.po: Update from translation team.
55391         * po/ja.po: Likewise.
55392         * po/ru.po: Likewise.
55393         * po/ko.po: Likewise.
55394         * po/fr.po: Likewise.
55396 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55398         * configure.in (.ctors/.dtors header and trailer check):
55399         Use an empirical test on a built program.
55400         * configure: Regenerated.
55402         * configure.in (-z relro check): Use an empirical test on a built DSO.
55403         Detect, but do not require, on ia64.
55404         * configure: Regenerated.
55406         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55407         Update tests that use readelf to use $READELF instead.
55408         * configure: Regenerated.
55410 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55412         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55413         if the result is not used.
55415 2011-07-05  Andreas Jaeger  <aj@suse.de>
55417         [BZ#9696]
55418         * stdlib/tst-strtod.c: Add testcase.
55420 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55422         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55423         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55424         The latter has a higher limit.  Take additional parameter to pass to
55425         the new function.
55426         (__pathconf): Pass file to __statfs_link_max.
55427         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55428         __statfs_link_max.
55429         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55430         __statfs_link_max.
55432         [BZ #12868]
55433         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55434         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55435         Handle Lustre.
55436         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55437         (__statfs_filesize_max): Likewise.
55438         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55440 2011-07-05  Andreas Jaeger  <aj@suse.de>
55442         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55444 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55446         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55447         `status' variable.
55448         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55449         Likewise.
55451 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55453         * Makefile (strop-tests): Add strncat.
55454         * string/test-strncat.c: New file.
55456 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55458         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55460 2011-06-21  Andreas Jaeger  <aj@suse.de>
55462         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55463         Copy rule from iconvdata/Makefile.
55465 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55467         [BZ #12922]
55468         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55469         but no long options are defined, just return 'W'.
55471 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55473         [BZ #9696]
55474         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55476 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55478         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55479         netgroups to read.
55480         (innetgr): Likewise.
55482 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55484         * config.make.in (install_root): Default to $(DESTDIR).
55486 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55488         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55490 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55492         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55494         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55495         containing directory rather than embedding absolute directory names.
55497         * scripts/check-local-headers.sh: Rewritten using awk.
55498         Match by word, not by line.  Print error messages for matches.
55499         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55501         * Makerules [shlib-lds-flags empty]:
55502         ($(common-objpfx)libc_pic.opts): New target.
55503         ($(common-objpfx)libc_pic.os.clean): New target.
55504         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55506         * config.make.in (OBJCOPY): New variable.
55507         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55508         * configure: Regenerated.
55510         * config.make.in (use-default-link): New variable.
55511         * configure.in (use_default_link): Grok --with-default-link to set it.
55512         * configure: Regenerated.
55513         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55514         (shlib-lds, shlib-lds-flags): Define to empty.
55516         * Makerules (shlib-lds): New variable.
55517         (shlib-lds-flags): New variable.
55518         (build-shlib, build-moduile, build-module-asneeded): Use it.
55519         ($(common-objpfx)libc.so): Use $(shlib-lds).
55520         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55521         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55523         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55524         DT_FLAGS/DT_FLAGS_1 with zero flags.
55526         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55527         linker script munging.
55529 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55531         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55532         as 128-bit value.
55533         * crypt/sha512.c (sha512_process_block): Perform total addition using
55534         128-bit if possible.
55535         (__sha512_finish_ctx): Likewise.
55536         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55537         as 64-bit value.
55538         * crypt/sha256.c (SWAP64): Define.
55539         (sha256_process_block): Perform total addition using 64-bit if
55540         possible.
55541         (__sha256_finish_ctx): Likewise.
55543 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55545         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55546         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55547         * nscd/hstcache.c (cache_addhst): Likewise.
55548         * nscd/grpcache.c (cache_addgr): Likewise.
55549         * nscd/aicache.c (addhstaiX): Likewise
55550         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55552 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55554         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55555         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55556         * nscd/hstcache.c (cache_addhst): Likewise.
55557         * nscd/grpcache.c (cache_addgr): Likewise.
55558         * nscd/aicache.c (addhstaiX): Likewise
55560 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55562         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55563         domain only when needed.
55565 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55567         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55568         is always restored.
55570 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55572         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55573         are re-adding the entry.
55574         * nscd/servicescache.c (cache_addserv): Likewise.
55576 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55578         * sysdeps/generic/dl-irel.h: fix protection against multiple
55579         inclusions.
55580         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55582 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55584         [BZ #12935]
55585         * malloc/memusage.sh: Fix quoting in message.
55586         * debug/xtrace.sh: Likewise.
55588         * configure.in: Remove support for --experimental-malloc option, make
55589         it the default.
55590         * config.make.in: Likewise.
55591         * malloc/Makefile: Likewise.
55593 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55595         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55596         two-byte characters.
55598 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55600         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55601         AC_CACHE_CHECK invocation.
55602         * configure: Regenerated.
55604         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55606 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55608         [BZ #12350]
55609         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55610         bit from old_res_options.
55612         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55614         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55615         value type for setfct.
55617 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55619         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55620         __gettimeofday instead of gettimeofday.
55622 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55624         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55626 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55628         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55630         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55631         info.
55633 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55635         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55636         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55637         strcpy-sse2-unaligned strncpy-sse2-unaligned
55638         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55639         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55640         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55641         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55642         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55643         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55644         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55645         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55646         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55647         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55648         (STRCPY): Support SSE2 and SSSE3 versions.
55650 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55652         [BZ #12874]
55653         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55654         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55655         kernels which artificially limit size of requests.
55657 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55659         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55660         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55661         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55662         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55663         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55664         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55665         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55666         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55667         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55668         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55669         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55670         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55671         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55672         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55673         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55674         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55675         Enable unaligned load optimization for Intel Core i3, i5 and i7
55676         processors.
55677         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55678         Define.
55679         (index_Fast_Unaligned_Load): Define.
55680         (HAS_FAST_UNALIGNED_LOAD): Define.
55682 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55684         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55686 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55688         [BZ #12907]
55689         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55690         until it is clear that the information is realy needed.
55691         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55693 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55695         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55697 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55699         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55700         /sys/devices/system/cpu/online if it is usable.
55702         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55703         reading the information from the /proc filesystem to once a second.
55705 2011-06-21  Andreas Jaeger  <aj@suse.de>
55707         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55708         NULL after inclusion of kernel headers.
55710 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55712         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55713         calls to internal_setent.
55715         [BZ #12885]
55716         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55717         addresses using gethostbyname4_r ignore IPv4 addresses.
55719         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55720         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55722         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55724 2011-06-20  David S. Miller  <davem@davemloft.net>
55726         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55727         inclusions.
55728         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55730         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55731         (elf_irel): Use it.
55732         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55733         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55734         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55735         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55736         * sysdeps/x86_64/dl-irel.h: Likewise.
55738         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55739         * elf/dl-sym.c: Likewise.
55741 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55743         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55744         need to dereference resplen2.
55746 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55748         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55750 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55752         * Makeconfig: Define vardbdir and inst_vardbdir.
55753         * nss/Makefile: Add rules to install db-Makefile.
55755         * nss/nss_db/db-XXX.c: Cleanup.
55757         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55758         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55759         GLIBC_PRIVATE.
55760         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55761         * nss/makedb.c: Implement -g option to specify that value strings
55762         are generated and should not be added to table iterated over for
55763         get*ent calls.
55764         * nss/nss_db/db-initgroups.c: New file.
55766         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55767         interface.
55769         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55770         (internal_getgrouplist): Adjust to name change.
55771         Update use_initgroups_entry if this is not the first call.
55772         * nss/databases.def: Add initgroups entry.
55774         * nss/makedb.c (compute_tables): Check result of multiple hash table
55775         sizes to minimize maximum chain length.
55777 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55779         * Versions.def: Add entry for libnss_db.
55780         * shlib-versions: Likewise.
55781         * nss/Makefile: Add rules to build libnss_db.
55782         * nss/Versions: Add libnss_db information.  Organize libnss_files
55783         entries better.
55784         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55785         makedb progra.  Some minor improvements to generate smaller files.
55786         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55787         here from...
55788         * nss/makedb.c: ...here.
55789         Improve database format to be smaller and require less memory at
55790         runtime.
55791         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55792         db anymore.
55793         * nss/nss_db/db-netgrp.c: Likewise.
55794         * nss/nss_db/db-open.c: Likewise.
55795         * nss/nss_files/flies-XXX.x: Adjust comments.
55796         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55797         * nss/nss_files/files-grp.c: Likewise.
55798         * nss/nss_files/files-hosts.c: Likewise.
55799         * nss/nss_files/files-network.c: Likewise.
55800         * nss/nss_files/files-proto.c: Likewise.
55801         * nss/nss_files/files-pwd.c: Likewise.
55802         * nss/nss_files/files-rpc.c: Likewise.
55803         * nss/nss_files/files-service.c: Likewise.
55804         * nss/nss_files/files-sgrp.c: Likewise.
55805         * nss/nss_files/files-spwd.c: Likewise.
55806         * nss/nss_db/db-alias.c: Removed.
55807         * nss/nss_db/dummy-db.h: Removed.
55809 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55811         * nss/makedb.c: Rewritten to not use database library.
55812         * nss/Makefile: Update to build new makedb program.
55814 2011-06-14  Andreas Jaeger  <aj@suse.de>
55816         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55817         memset declaration.
55819 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55821         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55822         tmpbuf.
55824 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55826         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55827         * elf/Makefile ($(objpfx)ld.so): Likewise.
55829         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55830         Don't list ld.so twice in dependencies.
55832         * posix/bug-regex31.c: Include <stdlib.h>.
55834         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55836         * nis/nss_compat/compat-spwd.c
55837         (getspent_next_nss_netgr): Remove unused variable.
55838         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55840         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55841         nonmembers" output to use the right array.
55843         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55845         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55847         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55848         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55849         * catgets/gencat.c (read_input_file): Likewise.
55850         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55852         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55853         variable definition inside #if's controlling its use.
55855         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55857         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55859         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55861         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55862         unreachable code.
55864         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55866         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55867         * configure: Regenerated.
55869         * Makerules: Revert last change.
55870         * elf/Makefile: Likewise.
55872 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55874         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55875         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55876         (reloc-link): Likewise.
55878 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55880         * elf/Makefile: Add rules to build pldd.
55881         * elf/pldd.c: New file.
55882         * elf/pldd-xx.c: New file.
55884 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55886         * version.h: Update for 2.15 development version.
55888 2011-06-07  David S. Miller  <davem@davemloft.net>
55890         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55891         ifuncs.
55892         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55893         elf_machine_lazy_rel): Likewise.
55894         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55895         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55896         elf_machine_lazy_rel): Likewise.
55897         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55898         dl_hwcap via passed in argument.
55899         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55900         Likewise.
55902 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55904         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55906 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55908         [BZ #12849]
55909         * manual/fdl-1.1.texi: New file, verbatim from:
55910         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55911         * manual/lgpl-2.1.texi: New file, verbatim from:
55912         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55913         * manual/Makefile (licenses): New variable, list those new file names.
55914         (texis): Use it.
55915         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55917         * manual/fdl.texi: File removed.
55918         * manual/lesser.texi: File removed.
55919         * manual/libc.texinfo (Copying, Documentation License):
55920         Use new @include file names, put @appendix directive before @include.
55922 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55924         [BZ #12841]
55925         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55926         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55927         (mq_open): Add __NTH.
55929 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55931         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55932         Assume Intel Core i3/i5/i7 processor if AVX is available.
55934 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55936         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55937         typo.
55939 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55941         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55942         memory.  Use alloca_account.  Fix memory leak when retrying.
55944 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55946         * version.h (RELEASE): Bump for 2.14 release.
55947         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55949         * config.make.in (RANLIB): Remove entry.
55951 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55953         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55954         (libc.pot): Work around missing support for .ksh extension in xgettext.
55956         [BZ #12684]
55957         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55958         if both request failed.
55959         (send_dg): In case of server errors clear resplen or *resplen2.
55961         [BZ #12454]
55962         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55963         when there are multiple maps.
55964         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55965         (_dl_fini): Remove test here.
55967         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55969 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55971         [BZ #12350]
55972         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55973         bit from old_res_options.
55974         (gaih_inet): Likewise.
55976         [BZ #11099]
55977         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55978         as signed.
55980         * resolv/res_init.c (res_setoptions): Make the code more compact.
55982         [BZ #11558]
55983         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55984         set RES_USEVC.
55986         [BZ #11634]
55987         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55989         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55991         [BZ #11781]
55992         * malloc/malloc.h: Declare malloc hook variables as volatile.
55994         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55995         in last patch.
55997         [BZ #11799]
55998         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55999         raise in the comment.
56000         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
56001         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
56002         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
56004 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
56006         [BZ #12811]
56007         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
56008         grow the buffers more if it already has to be sufficient.
56009         (build_wcs_upper_buffer): Likewise.
56010         * posix/regexec.c (check_matching): Likewise.
56011         (clean_state_log_if_needed): Likewise.
56012         (extend_buffers): Don't enlarge buffers beyond size of the input
56013         buffer.
56014         Patches mostly by Emil Wojak <emil@wojak.eu>.
56015         * posix/bug-regex32.c: New file.
56016         * posix/Makefile (tests): Add bug-regex32.
56018         * locale/findlocale.c (_nl_find_locale): Return right away if
56019         _nl_explode_name failed.
56020         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
56022         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
56024         * debug/xtrace.sh: Unify messages.
56025         * malloc/memusage.sh: Likewise.
56027         [BZ #12813]
56028         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
56029         time symbol from vDSO.  Substitute with vsyscall if not available.
56030         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
56031         __vdso_time.
56033         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
56034         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
56035         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
56036         Add sendmmsg and internal_sendmmsg.
56037         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
56038         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
56039         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
56041         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
56042         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
56043         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
56045 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
56047         [BZ #12813]
56048         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
56049         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
56050         available.
56051         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
56052         __vdso_getcpu.
56054         [BZ #12814]
56055         * iconvdata/Makefile (tests): Add bug-iconv9.
56056         * iconvdata/bug-iconv9.c: New file.
56058 2011-05-27  Andreas Schwab  <schwab@redhat.com>
56060         [BZ #12814]
56061         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
56063 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
56065         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56066         (struct user_regs_struct): Change intcs field back to cs.
56068 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
56070         * po/ja.po: Update from translation team.
56072 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
56074         [BZ #12795]
56075         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
56076         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
56078 2011-05-20  Andreas Schwab  <schwab@redhat.com>
56080         * stdlib/longlong.h: Update from GCC.
56082 2011-05-23  Andreas Schwab  <schwab@redhat.com>
56084         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
56085         parameter name.
56086         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
56087         Add parameter name.
56088         (__sysconf): Pass it down.
56090 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
56092         [BZ #12671]
56093         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
56094         some situations.
56095         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
56096         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56097         add in in __libc_use_alloca calls.  Adjust callers.
56098         (glob): Use malloc in some situations.
56100         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56101         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56102         pltexit.
56104 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
56106         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56107         and CLOCK_BOOTTIME_ALARM.
56109         [BZ #12782]
56110         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56111         is returned.
56113         * string/_strerror.c (__strerror_r): Print negative errors as signed
56114         numbers.
56116         [BZ #12777]
56117         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56118         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56119         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56121         * configure.in: Fix typo in redirection and correct removal of test
56122         files in two cases.
56124         [BZ #12788]
56125         * locale/setlocale.c (new_composite_name): Fix test to check for
56126         identical name of all categories.
56128         [BZ #12792]
56129         * libio/filedoalloc.c (local_isatty): New function.
56130         (_IO_file_doallocate): Use local_isatty.
56131         * stdio-common/perror.c (perror): In case a new stream is used
56132         forward the stream error.
56133         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56134         error flag.
56136 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
56138         [BZ #11869]
56139         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56140         alloca.
56141         * include/alloca.h (extend_alloca_account): Define.
56143         [BZ #11857]
56144         * posix/regex.h: Fix comments with documentation of user-accessible
56145         fields after compilation and describe correct free'ing of pattern
56146         after re_compile_pattern.
56147         Patch by Reuben Thomas <rrt@sc3d.org>.
56149 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
56151         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56152         and -mno-altivec to prevent the compiler from using Altivec and/or
56153         VSX instructions when the corresponding registers are not available.
56155 2011-05-19  Andreas Schwab  <schwab@redhat.com>
56157         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56159 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56161         * libio/freopen.c (freopen): Use __dup2, not dup2.
56162         * libio/freopen64.c (freopen64): Likewise.
56164 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56166         [BZ #12775]
56167         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56168         * math/Makefile (tests): Add test-powl.
56169         (CFLAGS-test-powl.c): Define.
56170         * math/test-powl.c: New file.
56172 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56174         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56176 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
56178         [BZ #11837]
56179         * iconvdata/gb18030.c: Update to GB18020-2005.
56181 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
56183         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
56184         RE_SYNTAX_POSIX_AWK): Update to match recent development.
56185         Patch by Aharon Robbins <arnold@skeeve.com>.
56187         [BZ #11892]
56188         * stdlib/putenv.c (putenv): Don't always create copy of the variable
56189         on the stack.
56191         [BZ #11895]
56192         * misc/pselect.c (__pselect): Handle timeout value errors hidden
56193         through underflows.
56195         [BZ #12766]
56196         * misc/error.c (error_at_line): Ensure file_name and old_file_name
56197         point to strings before performing equality test for error_one_per_line
56198         mode.
56200         [BZ #11697]
56201         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
56203         [BZ #11820]
56204         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56205         (struct user_fpregs_struct): Avoid __uint*_t types.
56207         [BZ #6420]
56208         * malloc/mtrace.c (tr_where): Add additional parameter to point to
56209         symbol info.  Use it instead of calling _dl_addr locally.
56210         (lock_and_info): New function.
56211         (tr_freehook): Call lock_and_info and pass symbol info as additional
56212         parameter to tr_where.
56213         (tr_mallochook): Likewise.
56214         (tr_reallochook): Likewise.
56215         (tr_memalignhook): Likewise.
56217         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
56218         used and couldn't be at all thread-safe.
56220 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
56222         * libio/freopen.c (freopen): Don't close old file descriptor
56223         before the new one is opened.  Instead dup the new file descriptor
56224         to the old one after the new stream is created.
56225         * libio/freopen64.c (freopen64): Likewise.
56226         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56227         * libio/fileops.c (_IO_new_file_close_it): Handle new
56228         _IO_FLAGS2_NOCLOSE flag.
56229         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
56230         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
56231         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
56232         _IO_FLAGS2_NOCLOSE flag.
56233         * include/unistd.h: Add hidden_proto for dup3.
56234         Define __have_dup3.
56235         * io/dup3.c: Define hidden symbol.
56236         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
56238         [BZ #7101]
56239         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
56240         when an incomplete long option is used.
56241         * posix/tst-getopt_long1.c: New file.
56242         * posix/Makefile (tests): Add tst-getopt_long1.
56244         [BZ #10138]
56245         * scripts/config.guess: Update from autoconf-2.68.
56246         * scripts/config.sub: Likewise.
56248         [BZ #10157]
56249         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
56250         tests into ...
56251         (has_cpuclock): ...this.  New function.
56252         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56253         macro here based on has_cpuclock code.
56255         [BZ #10149]
56256         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56257         First byte (not low byte) is now always NUL.
56258         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56260         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56261         Use non-cancelable interfaces.
56263         [BZ #9809]
56264         * locale/iso-639.def: Add entry for Sorani.
56266         [BZ #11901]
56267         * include/stdlib.h: Move include protection to the right place.
56268         Define abort_msg_s.  Declare __abort_msg with it.
56269         * stdlib/abort.c (__abort_msg): Adjust type.
56270         * assert/assert.c (__assert_fail_base): New function.  Majority
56271         of code from __assert_fail.  Allocate memory for __abort_msg with
56272         mmap.
56273         (__assert_fail): Now call __assert_fail_base.
56274         * assert/assert-perr.c: Remove bulk of implementation.  Use
56275         __assert_fail_base.
56276         * include/assert.hL Declare __assert_fail_base.
56277         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56278         mmap.
56279         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56281 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56283         [BZ #11952]
56284         [BZ #12453]
56285         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56286         until all modules are registered in the DTV.
56287         * elf/Makefile: Add rules to build and run tst-tls19.
56288         * elf/tst-tls19.c: New file.
56289         * elf/tst-tls19mod1.c: New file.
56290         * elf/tst-tls19mod2.c: New file.
56291         * elf/tst-tls19mod3.c: New file.
56292         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56294         [BZ #12083]
56295         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56296         correctly.
56298         [BZ #12601]
56299         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56300         two-byte sequence errors.
56301         * iconvdata/Makefile (tests): Add bug-iconv8.
56302         * iconvdata/bug-iconv8.c: New file.
56304         [BZ #12626]
56305         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56306         buf2 definition.
56308         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56310         [BZ #12432]
56311         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56312         (dummy_getcfa): New function.
56313         (init): Get _Unwind_GetCFA address, use dummy if not found.
56314         (backtrace_helper): In recursion check, also check whether CFA changes.
56315         (__backtrace): Completely initialize arg.
56317         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56318         storing incomplete byte sequence in state object.  Avoid testing for
56319         guaranteed too small input if we know there is enough data available.
56321 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56323         * Makeconfig (+link-pie): Indent.
56324         * Rules (binaries-pie): Define if $(have-fpie) and
56325         $(build-shared).
56326         (binaries-shared): Also filter out $(binaries-pie).
56327         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56328         * nscd/Makefile (others-pie): Add nscd.
56329         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56330         ($(objpfx)nscd): Remove command override.
56331         * login/Makefile (others-pie): Add pt_chown.
56332         ($(objpfx)pt_chown): Remove command override.
56333         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56334         remove command overrides.
56336 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56338         * libio/tst_putwc.c: Fix error messages.
56340         [BZ #12724]
56341         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56342         currently writing and seek to current position when not.
56343         * libio/Makefile (tests): Add bug-fclose1.
56344         * libio/bug-fclose1.c: New file.
56346 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56348         [BZ #12511]
56349         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56350         don't set DF_1_NODELETE here.
56351         (do_lookup_x): When entering new entry test for copy relocation
56352         and if necessary set DF_1_NODELETE flag.
56353         * elf/tst-unique4.cc: New file.
56354         * elf/tst-unique4.h: New file.
56355         * elf/tst-unique4lib.cc: New file.
56356         * elf/Makefile: Add rules to build and run tst-unique4.
56357         Patch by Piotr Bury <pbury@goahead.com>.
56359 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56361         [BZ #12052]
56362         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56364         [BZ #12625]
56365         * misc/mntent_r.c (addmntent): Flush the stream after the output
56367         [BZ #12393]
56368         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56369         (is_trusted_path_normalize): Skip initial colon.  Append slash
56370         to empty buffer.  Duplicate is_trusted_path code but allow
56371         constructed patch to be prefix.
56372         (is_dst): Allow $ORIGIN followed by /.
56373         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56374         Correct testing of result of is_trusted_path_normalize
56375         (decompose_rpath): Fix warning.
56377 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56379         [BZ #11257]
56380         * grp/initgroups.c (internal_getgrouplist): When we found the service
56381         list through the initgroups entry in nsswitch.conf do not always
56382         continue on a successful lookup.  Don't always use the
56383         __nss_group_database value if it is set.
56384         * nss/nsswitch.conf (initgroups): Change action for successful db
56385         lookup to continue for compatibility.
56387 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56389         [BZ #11532]
56390         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56391         and CP774 modules.
56392         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56393         and CP774 modules.
56394         * iconvdata/tst-tables.sh: Likewise.
56395         * iconvdata/cp770.c: New file.
56396         * iconvdata/cp771.c: New file.
56397         * iconvdata/cp772.c: New file.
56398         * iconvdata/cp773.c: New file.
56399         * iconvdata/cp774.c: New file.
56400         * iconvdata/testdata/CP770: New file.
56401         * iconvdata/testdata/CP770..UTF8: New file.
56402         * iconvdata/testdata/CP771: New file.
56403         * iconvdata/testdata/CP771..UTF8: New file.
56404         * iconvdata/testdata/CP772: New file.
56405         * iconvdata/testdata/CP772..UTF8: New file.
56406         * iconvdata/testdata/CP773: New file.
56407         * iconvdata/testdata/CP773..UTF8: New file.
56408         * iconvdata/testdata/CP774: New file.
56409         * iconvdata/testdata/CP774..UTF8: New file.
56411         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56412         END CHARMAP line.
56413         * iconvdata/gen-8bit-gap.sh: Likewise.
56414         * iconvdata/gen-8bit.sh: Likewise.
56416         * locale/iso-639.def: Add ary entry.
56418         [BZ #11258]
56419         * locale/C-translit.h.in: Add U20A1 transliteration.
56421         [BZ #12178]
56422         * locale/iso-639.def: Add wae entry.
56423         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56425         [BZ #12545]
56426         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56427         for n.
56429         [BZ #12711]
56430         * locale/C-translit.h.in: Add entry for U20B9.
56431         Patch by pravin.d.s@gmail.com.
56433 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56435         [BZ #12713]
56436         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56437         ENAMETOOLONG use generic getcwd.
56438         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56439         in rtld.  Use *stat64.
56440         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56441         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56442         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56443         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56444         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56445         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56446         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56447         __fstatat64 macros.
56448         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56449         * dirent/rewinddir.c: Add libc_hidden_def.
56450         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56451         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56453         * include/dirent.h (__alloc_dir): Add flags parameter.
56454         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56455         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56456         __alloc_dir.
56457         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56458         from fdopendir if O_CLOEXEC is already set.
56460 2011-03-15  Alan Modra  <amodra@gmail.com>
56462         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56463         l_tls_firstbyte_offset non-zero.  Save padding offset in
56464         l_tls_firstbyte_offset for later use.
56465         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56466         freeing static tls block.
56468 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56470         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56471         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56472         being defined by the kernel headers.
56474 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56476         [BZ #12734]
56477         * resolv/resolv.h: Define RES_NOTLDQUERY.
56478         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56479         no-tld-query and set RES_NOTLDQUERY.
56480         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56481         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56482         modern BIND to search name as TLD unless forbidden.
56484 2011-05-07  Petr Baudis  <pasky@suse.cz>
56485             Ulrich Drepper  <drepper@gmail.com>
56487         [BZ #12393]
56488         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56489         (is_trusted_path): ...to here.
56490         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56491         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56492         using is_trusted_path_normalize() in setuid scripts.
56494 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56496         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56497         __BEGIN/__END_DECLS.
56499 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56501         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56502         NSS_STATUS_NOTFOUND if no record was found.
56504 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56506         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56507         (headers-not-in-tirpc): Remove rpc/netdb.h
56508         * resolv/netdb.h: Revert last change.
56510 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56512         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56513         circular dependency between libgcc.a and libc.a.
56515 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56517         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56518         * nis/Makefile: Don't install rpcsvc/*.
56519         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56520         instead of <rpc/types.h>.
56521         (MAXHOSTNAMELEN): Define.
56523 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56525         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56527 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56529         [BZ #12714]
56530         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56531         gethostbyname4_r when IPv6 results are possible.
56533 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56535         [BZ #12723]
56536         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56537         _PC_PIPE_BUF handling.
56539 2011-04-30  Bruno Haible  <bruno@clisp.org>
56541         [BZ #12717]
56542         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56543         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56544         to 'int'.
56545         * inet/getnameinfo.c (getnameinfo): Likewise.
56547 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56549         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56550         to groups setting in database lookup.
56551         * nss/nsswitch.conf: Add initgroups entry.
56553 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56555         [BZ #12685]
56556         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56557         mode string.
56558         Patch by Eric Blake <eblake@redhat.com>.
56560 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56562         * sunrpc/Makefile (need-export-routines): Add svc_run.
56563         (routines): Remove svc_run.
56564         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56565         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56566         * sunrpc/svc_run.c (svc_run): Likewise.
56567         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56569 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56571         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56572         problem in reallocation in last patch.
56574 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56576         * sunrpc/Makefile: Move inclusion of Rules.
56578 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56580         * nss/nss_files/files-initgroups.c: New file.
56581         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56582         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56583         _nss_files_initgroups_dyn.
56585 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56587         * elf/elf.h (R_ARM_IRELATIVE): Define.
56589 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56591         * po/ru.po: Update from translation team.
56593 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56595         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56596         dependencies.
56598 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56600         [BZ #12653]
56601         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56602         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56603         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56604         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56605         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56607 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56609         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56610         differing bytes.
56611         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56612         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56613         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56615 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56617         [BZ #12420]
56618         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56619         storing it.
56620         * stdlib/bug-getcontext.c: New file.
56621         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56623 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56625         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56626         instructions into .machine "z9-109".
56627         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56628         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56630 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56632         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56633         between environment variables and auxiliary vector.
56635 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56637         * Makefile: Add rules to build linkobj/libc.so.
56638         * include/libc-symbols.h: Define libc_hidden_nolink.
56639         * include/rpc/auth.h: Mark functions which are to be hidden.
56640         * include/rpc/auth_des.h: Likewise.
56641         * include/rpc/auth_unix.h: Likewise.
56642         * include/rpc/clnt.h: Likewise.
56643         * include/rpc/des_crypt.h: Likewise.
56644         * include/rpc/key_prot.h: Likewise.
56645         * include/rpc/pmap_clnt.h: Likewise.
56646         * include/rpc/pmap_prot.h: Likewise.
56647         * include/rpc/pmap_rmt.h: Likewise.
56648         * include/rpc/rpc_msg.h: Likewise.
56649         * include/rpc/svc.h: Likewise.
56650         * include/rpc/svc_auth.h: Likewise.
56651         * include/rpc/xdr.h: Likewise.
56652         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56653         * nss/Makefile: Likewise.
56654         * sunrpc/Makefile: Don't install headers.  Build library with normal
56655         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56656         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56657         for the compat linking library.  Remove use of INTDEF/INTUSE.
56658         * sunrpc/auth_none.c: Likewise.
56659         * sunrpc/auth_unix.c: Likewise.
56660         * sunrpc/authdes_prot.c: Likewise.
56661         * sunrpc/authuxprot.c: Likewise.
56662         * sunrpc/clnt_gen.c: Likewise.
56663         * sunrpc/clnt_perr.c: Likewise.
56664         * sunrpc/clnt_raw.c: Likewise.
56665         * sunrpc/clnt_simp.c: Likewise.
56666         * sunrpc/clnt_tcp.c: Likewise.
56667         * sunrpc/clnt_udp.c: Likewise.
56668         * sunrpc/clnt_unix.c: Likewise.
56669         * sunrpc/des_crypt.c: Likewise.
56670         * sunrpc/des_soft.c: Likewise.
56671         * sunrpc/get_myaddr.c: Likewise.
56672         * sunrpc/key_call.c: Likewise.
56673         * sunrpc/key_prot.c: Likewise.
56674         * sunrpc/netname.c: Likewise.
56675         * sunrpc/pm_getmaps.c: Likewise.
56676         * sunrpc/pm_getport.c: Likewise.
56677         * sunrpc/pmap_clnt.c: Likewise.
56678         * sunrpc/pmap_prot.c: Likewise.
56679         * sunrpc/pmap_prot2.c: Likewise.
56680         * sunrpc/pmap_rmt.c: Likewise.
56681         * sunrpc/publickey.c: Likewise.
56682         * sunrpc/rpc_cmsg.c: Likewise.
56683         * sunrpc/rpc_common.c: Likewise.
56684         * sunrpc/rpc_dtable.c: Likewise.
56685         * sunrpc/rpc_prot.c: Likewise.
56686         * sunrpc/rpc_thread.c: Likewise.
56687         * sunrpc/rtime.c: Likewise.
56688         * sunrpc/svc.c: Likewise.
56689         * sunrpc/svc_auth.c: Likewise.
56690         * sunrpc/svc_authux.c: Likewise.
56691         * sunrpc/svc_raw.c: Likewise.
56692         * sunrpc/svc_run.c: Likewise.
56693         * sunrpc/svc_simple.c: Likewise.
56694         * sunrpc/svc_tcp.c: Likewise.
56695         * sunrpc/svc_udp.c: Likewise.
56696         * sunrpc/svc_unix.c: Likewise.
56697         * sunrpc/svcauth_des.c: Likewise.
56698         * sunrpc/xcrypt.c: Likewise.
56699         * sunrpc/xdr.c: Likewise.
56700         * sunrpc/xdr_array.c: Likewise.
56701         * sunrpc/xdr_float.c: Likewise.
56702         * sunrpc/xdr_intXX_t.c: Likewise.
56703         * sunrpc/xdr_mem.c: Likewise.
56704         * sunrpc/xdr_rec.c: Likewise.
56705         * sunrpc/xdr_ref.c: Likewise.
56706         * sunrpc/xdr_sizeof.c: Likewise.
56707         * sunrpc/xdr_stdio.c: Likewise.
56709 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56711         [BZ #12650]
56712         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56713         * sysdeps/ia64/dl-tls.h: Likewise.
56714         * sysdeps/powerpc/dl-tls.h: Likewise.
56715         * sysdeps/s390/dl-tls.h: Likewise.
56716         * sysdeps/sh/dl-tls.h: Likewise.
56717         * sysdeps/sparc/dl-tls.h: Likewise.
56718         * sysdeps/x86_64/dl-tls.h: Likewise.
56719         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56721 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56723         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56724         rpath element also skip the following colon.
56725         (expand_dynamic_string_token): Add is_path parameter and pass
56726         down to DL_DST_REQUIRED and _dl_dst_substitute.
56727         (decompose_rpath): Call expand_dynamic_string_token with
56728         non-zero is_path.  Ignore empty rpaths.
56729         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56730         with zero is_path.
56732 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56735         Make cancelable.
56737 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56739         [BZ #12655]
56740         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56741         Patch by Filipe David Manana <fdmanana@apache.org>.
56743 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56745         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56746         Maintain aligned stack.
56747         (CHECK_RSP): Remove unused macro.
56749 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56751         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56752         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56754 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56756         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56758         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56760 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56762         [BZ #12518]
56763         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56764         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56765         * sysdeps/x86_64/memmove.c: New file.
56766         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56767         (memcpy): Renamed to ...
56768         (__new_memcpy): This.
56769         (memcpy): Provide GLIBC_2_14 memcpy.
56770         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56771         (memcpy): Provide GLIBC_2_2_5 memcpy.
56773 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56775         [BZ #12631]
56776         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56778 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56780         * misc/syncfs.c: New file.
56781         * misc/Makefile (routines): Add syncfs.
56782         * posix/unistd.h: Declare syncfs.
56783         * sysdeps/unix/syscalls.list: Add syncfs.
56785 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56787         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56788         open_by_handle_at.
56789         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56790         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56791         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56792         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56793         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56794         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56795         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56797 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56799         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56800         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56801         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56802         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56803         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56804         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56805         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56807         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56808         sync_file_range.c with -fexceptions.
56809         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56810         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56811         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56812         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56813         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56814         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56815         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56816         sync_file_range as cancellation point
56817         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56818         now a wrapper around __call_sync_file_range with cancellation handling.
56819         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56820         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56821         function name to __call_sync_file_range.
56822         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56823         Add call_sync_file_range.
56825 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56827         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56828         bits/timex.h.
56830 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56832         * iconv/iconv.h: Fix typo in comment.
56833         * io/fcntl.h: Likewise.
56834         * libio/stdio.h: Likewise.
56835         * posix/spawn.h: Likewise.
56836         * posix/unistd.h: Likewise.
56837         * stdlib/stdlib.h: Likewise.
56838         * time/time.h: Likewise.
56839         * wcsmbs/wchar.h: Likewise.
56841         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56842         open_by_handle): Add.
56843         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56844         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56845         Augment a few comments.
56846         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56847         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56848         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56849         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56850         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56851         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56852         open_by_handle.
56854         * io/fcntl.h (AT_EMPTY_PATH): Define.
56856 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56858         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56859         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56860         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56861         to...
56862         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56863         * Versions.def: Add GLIBC_2.14.
56864         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56865         Export.
56867 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56869         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56870         round counter.
56871         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56873 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56875         [BZ #12597]
56876         * string/test-strncmp.c (do_page_test): New function.
56877         (check2): Likewise.
56878         (test_main): Call check2.
56879         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56881 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56883         [BZ #12587]
56884         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56885         Handle cache information in CPU leaf 4.
56886         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56888 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56890         [BZ #12583]
56891         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56892         character representation.
56893         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56895 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56897         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56898         END(__isnan) to END(__isnanf) to match function entry point/label
56899         EALIGN(__isnanf,...).
56901 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56903         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56905 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56907         [BZ #12510]
56908         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56909         copy from the symbol referenced in the relocation to initialize the
56910         used variable.
56911         Patch by Piotr Bury <pbury@goahead.com>.
56912         * elf/Makefile: Add rules to build and tst-unique3.
56913         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56914         * elf/tst-unique3.cc: New file.
56915         * elf/tst-unique3.h: New file.
56916         * elf/tst-unique3lib.cc: New file.
56917         * elf/tst-unique3lib2.cc: New file.
56919         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56921 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56923         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56924         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56925         to _start.
56927 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56929         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56930         to-be-loaded object along a path to loader is ld.so.
56932 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56933             Ulrich Drepper  <drepper@gmail.com>
56935         * sysdeps/x86_64/memset.S: After aligning destination, code
56936         branches to different locations depending on the value of
56937         misalignment, when multiarch is enabled. Fix this.
56939 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56941         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56942         Set _x86_64_preferred_memory_instruction for AMD processsors.
56943         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56944         Set bit_Prefer_SSE_for_memop for AMD processors.
56946 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56948         * libio/fmemopen.c (fmemopen): Optimize a bit.
56950 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56952         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56954 2011-03-03  Roland McGrath  <roland@redhat.com>
56956         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56958 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56960         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56961         __bzero_ultra1 instead of __memset_ultra1.
56963 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56964             Ulrich Drepper  <drepper@gmail.com>
56966         [BZ #12509]
56967         * include/link.h (struct link_map): Add l_orig_initfini.
56968         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56969         returning unsuccessfully.
56970         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56971         close of a file loaded at startup, restore the original l_initfini
56972         list.
56973         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56974         list, store the pointer.
56975         * elf/Makefile ($(objpfx)noload-mem): New rule.
56976         (noload-ENV): Define.
56977         (tests): Add $(objpfx)noload-mem.
56978         * elf/noload.c: Include <memcheck.h>.
56979         (main): Call mtrace.  Close all opened handles.
56981 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56983         [BZ #12454]
56984         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56985         dependencies are missing.
56987 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56989         Fix __if_freereq crash: Unlike the generic version which uses free,
56990         Hurd needs munmap.
56991         * sysdeps/mach/hurd/ifreq.h: New file.
56993 2011-01-27  Petr Baudis  <pasky@suse.cz>
56994             Ulrich Drepper  <drepper@gmail.com>
56996         [BZ 12445]#
56997         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56998         to extend_alloca().
56999         * stdio-common/bug23.c: New file.
57000         * stdio-common/Makefile (tests): Add bug23.
57002 2010-09-28  Andreas Schwab  <schwab@redhat.com>
57003             Ulrich Drepper  <drepper@gmail.com>
57005         [BZ #12489]
57006         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
57007         before performing relro protection.  At old place add assertion
57008         to make sure nothing changed.
57010 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
57011             Glauber de Oliveira Costa  <glommer@gmail.com>
57013         * elf/elf.h: Add new ARM TLS relocs.
57015 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
57017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
57018         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
57019         cast from r3.
57020         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
57021         'tests' variable.
57022         * sysdeps/wordsize-64/tst-writev.c: New file.
57024 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
57026         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
57027         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
57028         insns in _dl_start to prevent a TOC reference before relocs are
57029         resolved.
57031 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
57033         [BZ #12469]
57034         * Makeconfig: Remove RANLIB definition.
57035         * Makerules: Don't use RANLIB.
57036         * aclocal.m4: Remove ranlib test.
57037         * configure.in: No need to check for ranlib.
57038         * elf/rtld-Rules: Don't use RANLIB.
57040 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57042         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
57043         protection macro.
57044         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
57045         inclusion protection macro.
57047         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
57048         SIGRTMIN and SIGRTMAX and print information in that case only when
57049         SIGRTMIN is defined.
57051 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
57053         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
57054         arginfo fn returning -1.
57056         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
57057         and thousands string is zero terminated.
57059 2011-02-03  Andreas Schwab  <schwab@redhat.com>
57061         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
57062         sysdeps/unix/sysv/linux/bits/socket.h.
57064 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57066         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
57067         (__CPU_COUNT): Remove old macros.
57068         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
57069         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
57070         (__CPU_ALLOC, __CPU_FREE): Add macros.
57071         (__sched_cpualloc, __sched_cpufree): Add declarations.
57073 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
57075         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
57076         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
57077         * nscd/aicache.c (addhstaiX): Return timeout of added value.
57078         (readdhstai): Return value of addhstaiX call.
57079         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
57080         (addgrbyX): Return value returned by cache_addgr.
57081         (readdgrbyname): Return value returned by addgrbyX.
57082         (readdgrbygid): Likewise.
57083         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
57084         (addpwbyX): Return value returned by cache_addpw.
57085         (readdpwbyname): Return value returned by addhstbyX.
57086         (readdpwbyuid): Likewise.
57087         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
57088         (addservbyX): Return value returned by cache_addserv.
57089         (readdservbyname): Return value returned by addservbyX:
57090         (readdservbyport): Likewise.
57091         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
57092         (addhstbyX): Return value returned by cache_addhst.
57093         (readdhstbyname): Return value returned by addhstbyX.
57094         (readdhstbyaddr): Likewise.
57095         (readdhstbynamev6): Likewise.
57096         (readdhstbyaddrv6): Likewise.
57097         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57098         (readdinitgroups): Return value returned by addinitgroupsX.
57099         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57100         (prune_cache): Keep track of timeout value of re-added entries.
57101         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57102         * nscd/nscd.h: Adjust prototypes of readd* functions.
57104 2011-02-04  Roland McGrath  <roland@redhat.com>
57106         * nis/nis_server.c (nis_servstate): Use the right name for 0.
57107         (nis_stats): Likewise.
57108         * nis/nis_modify.c (nis_modify): Likewise.
57109         * nis/nis_remove.c (nis_remove): Likewise.
57110         * nis/nis_add.c (nis_add): Likewise.
57112         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57114         * posix/fnmatch_loop.c: Add some consts.
57116         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57118 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
57120         [BZ #12460]
57121         * config.make.in (config-cflags-novzeroupper): Define.
57122         * configure.in: Substitute libc_cv_cc_novzeroupper.
57123         * elf/Makefile (AVX-CFLAGS): Define.
57124         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57125         (CFLAGS-tst-auditmod4a.c): Likewise.
57126         (CFLAGS-tst-auditmod4b.c): Likewise.
57127         (CFLAGS-tst-auditmod6b.c): Likewise.
57128         (CFLAGS-tst-auditmod6c.c): Likewise.
57129         (CFLAGS-tst-auditmod7b.c): Likewise.
57130         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57132 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
57134         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57135         function to the callback.
57136         Patch partly by Jiri Olsa <jolsa@redhat.com>.
57138 2011-02-02  Andreas Schwab  <schwab@redhat.com>
57140         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57141         of errno.
57143 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
57145         [BZ #11724]
57146         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57147         of constructors.
57148         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57149         of destructors.
57150         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57152         [BZ #11724]
57153         * elf/Makefile: Add rules to build and run new test.
57154         * elf/tst-initorder.c: New file.
57155         * elf/tst-initorder.exp: New file.
57156         * elf/tst-initordera1.c: New file.
57157         * elf/tst-initordera2.c: New file.
57158         * elf/tst-initordera3.c: New file.
57159         * elf/tst-initordera4.c: New file.
57160         * elf/tst-initorderb1.c: New file.
57161         * elf/tst-initorderb2.c: New file.
57162         * elf/tst-order-a1.c: New file.
57163         * elf/tst-order-a2.c: New file.
57164         * elf/tst-order-a3.c: New file.
57165         * elf/tst-order-a4.c: New file.
57166         * elf/tst-order-b1.c: New file.
57167         * elf/tst-order-b2.c: New file.
57168         * elf/tst-order-main.c: New file.
57169         New test case by George Gensure <werkt0@gmail.com>.
57171 2010-10-01  Andreas Schwab  <schwab@redhat.com>
57173         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57174         decoding ACE if AI_CANONIDN.
57176 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
57178         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57180 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
57182         * version.h (RELEASE): Bump for 2.13 release.
57183         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
57185         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
57187         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57188         MADV_NOHUGEPAGE.
57189         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
57190         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
57191         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
57192         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
57193         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
57194         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57196         * posix/getconf.c: Update copyright year.
57197         * catgets/gencat.c: Likewise.
57198         * csu/version.c: Likewise.
57199         * debug/catchsegv.sh: Likewise.
57200         * debug/xtrace.sh: Likewise.
57201         * elf/ldconfig.c: Likewise.
57202         * elf/ldd.bash.in: Likewise.
57203         * elf/sprof.c (print_version): Likewise.
57204         * iconv/iconv_prog.c: Likewise.
57205         * iconv/iconvconfig.c: Likewise.
57206         * locale/programs/locale.c: Likewise.
57207         * locale/programs/localedef.c: Likewise.
57208         * malloc/memusage.sh: Likewise.
57209         * malloc/mtrace.pl: Likewise.
57210         * nscd/nscd.c (print_version): Likewise.
57211         * nss/getent.c: Likewise.
57213         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
57214         PF_CAIF, and PF_ALG.
57215         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57217 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
57219         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
57220         (modules-names): Use them.
57221         (ifunc-test-modules, ifunc-pie-tests): Define.
57222         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
57223         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
57224         (test-extras): Likewise.
57225         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
57226         $(compile-command.c).
57227         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
57228         (all-built-dso): Define.
57229         (check-textrel.out, check-execstack.out): Depend on it.
57231         * configure.in: Don't override --enable-multi-arch.
57233 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
57235         [BZ #6812]
57236         * nscd/hstcache.c (tryagain): Define.
57237         (cache_addhst): Return tryagain not notfound for temporary errors.
57238         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
57239         failed.
57241 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
57243         [BZ #10563]
57244         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
57245         to make the syscall.
57246         * sysdeps/unix/sysv/linux/setgroups.c: New file.
57248         [BZ #12378]
57249         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
57250         and fall back to matching as normal character if the string ends before
57251         the matching ']' is found.  This is what POSIX requires.
57252         * posix/testfnm.c: Adjust test result.
57253         * posix/globtest.sh: Adjust test result.  Add new test.
57254         * posix/tst-fnmatch.input: Likewise.
57255         * posix/tst-fnmatch2.c: Add new test.
57257 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
57259         * elf/Makefile (check-execstack): Revert last change.  Depend on
57260         check-execstack.h.
57261         (check-execstack.h): New target.
57262         (generated): Add check-execstack.h.
57263         * elf/check-execstack.c: Include "check-execstack.h".
57264         (main): Revert last change.
57265         (handle_file): Return zero if GNU_STACK is absent and
57266         DEFAULT_STACK_PERMS doesn't include PF_X.
57268 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
57270         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57271         in child fails because the descriptor is already closed.
57272         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57273         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57274         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57276         [BZ #12397]
57277         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57278         syscall.
57280         [BZ #10484]
57281         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57282         temporary buffer used to handle multi lookups locally.
57283         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57285 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57287         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57288         loader is ld.so.
57290 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57292         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57293         alignment for SSE2.
57295 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57297         [BZ #12394]
57298         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57299         characters.  When rounding increased number of integer digits recompute
57300         number of groups.
57301         * stdio-common/tst-grouping.c: New file.
57302         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57304 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57306         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57307         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57309         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57310         void.
57311         * bits/select.h: Likewise.
57313 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57315         * po/ja.po: Update from translation team.
57317 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57319         [BZ #11155]
57320         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57321         implementation just like for lxstat, fxstatat, et al.
57323 2010-12-27  Jim Meyering  <meyering@redhat.com>
57325         [BZ #12348]
57326         * posix/regexec.c (build_trtable): Return failure indication upon
57327         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57329 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57331         [BZ #12201]
57332         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57333         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57334         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57335         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57337         [BZ #12207]
57338         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57340         [BZ #12204]
57341         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57342         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57344 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57346         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57347         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57348         script has SORT_BY_INIT_PRIORITY.
57349         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57350         NO_CTORS_DTORS_SECTIONS is defined.
57351         * elf/soinit.c: Likewise.
57352         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57353         NO_CTORS_DTORS_SECTIONS is defined.
57354         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57355         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57356         * sysdeps/sh/init-first.c: Likewise.
57357         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57359 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57361         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57362         always use the slow path.
57364 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57366         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57367         similar rule which adds the sysdep directories to the header search in
57368         order to pick up the correct platform stackinfo.h.
57369         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57370         perform test if it is, otherwise return successfully without testing.
57371         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57372         DEFAULT_STACK_PERMS define in stackinfo.h.
57373         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57374         defined in stackinfo.h.
57375         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57376         DEFAULT_STACK_PERMS defined in stackinfo.h.
57377         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57378         * sysdeps/ia64/stackinfo.h: Likewise.
57379         * sysdeps/s390/stackinfo.h: Likewise.
57380         * sysdeps/sh/stackinfo.h: Likewise.
57381         * sysdeps/sparc/stackinfo.h: Likewise.
57382         * sysdeps/x86_64/stackinfo.h: Likewise.
57383         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57384         PF_X for powerpc64.  Retain PF_X for powerpc32.
57386 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57388         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57389         accurately.
57390         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57391         GETDENTS_64BIT_ALIGNED.
57393 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57395         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57397 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57399         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57400         _GNU_SOURCE.
57402         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57403         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57404         Remove __restrict.
57405         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57406         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57408 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57410         [BZ #11655]
57411         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57412         are initialized.
57414 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57416         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57418 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57420         * po/it.po: Update from translation team.
57422 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57424         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57425         unused codes.
57427 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57429         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57431 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57433         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57434         specially.
57435         (gaih_getanswer_slice): Likewise.
57437 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57439         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57441 2010-05-31  Petr Baudis  <pasky@suse.cz>
57443         [BZ #11149]
57444         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57445         silently even in the chroot mode.
57447 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57449         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57450         last patch a bit.  Pretty printing
57452 2010-05-31  Petr Baudis <pasky@suse.cz>
57454         [BZ #10085]
57455         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57456         initialization of skip_initgroups_dyn.
57458 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57460         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57461         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57463 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57465         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57467 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57469         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57470         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57471         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57472         ($(objpfx)tst-fnmatch-mem): New rule.
57473         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57474         * posix/tst-fnmatch.c (main): Call mtrace.
57476 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57478         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57479         Support Intel processor model 6 and model 0x2c.
57481 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57483         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57484           signed comparison.
57486 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57488         [BZ #12205]
57489         * string/test-strncasecmp.c (check_result): New function.
57490         (do_one_test): Use it.
57491         (check1): New function.
57492         (test_main): Use it.
57493         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57494         Support strcasecmp and strncasecmp.
57496 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57498         [BZ #12194]
57499         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57500         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57502 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57504         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57505         IFUNC support.
57506         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57507         memset-x86-64.
57508         * sysdeps/x86_64/multiarch/bzero.S: New file.
57509         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57510         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57511         * sysdeps/x86_64/multiarch/memset.S: New file.
57512         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57513         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57514         Set bit_Prefer_SSE_for_memop for Intel processors.
57515         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57516         Define.
57517         (index_Prefer_SSE_for_memop): Define.
57518         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57520 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57522         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57523         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57525 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57527         [BZ #12191]
57528         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57529         (__x86_64_raw_data_cache_size_half): Likewise.
57530         (__x86_64_raw_shared_cache_size): Likewise.
57531         (__x86_64_raw_shared_cache_size_half): Likewise.
57533         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57534         (__x86_64_raw_data_cache_size_half): Likewise.
57535         (__x86_64_raw_shared_cache_size): Likewise.
57536         (__x86_64_raw_shared_cache_size_half): Likewise.
57537         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57538         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57539         and __x86_64_raw_shared_cache_size_half.  Round
57540         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57541         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57542         to multiple of 256 bytes.
57544 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57546         [BZ #12167]
57547         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57548         of inacessible symlinks.  Verify result of symlink before returning it.
57549         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57550         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57552 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57554         * math/math.h (isinf): Fix typo in comment.
57556 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57558         * po/da.po: Update from translation team.
57560 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57562         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57563         is added to the list.
57565 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57566             Ulrich Drepper  <drepper@gmail.com>
57568         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57569         the global list here.  Move code to...
57570         (_dl_add_to_namespace_list): ...here.  New function.
57571         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57572         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57573         * elf/dl-load.c (lose): Don't remove the element from the list.
57574         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57575         (_dl_map_object): Likewise.
57577 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57579         [BZ #12159]
57580         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57581         into all bytes of SSE register.
57582         Patch by Richard Li <richardpku@gmail.com>.
57584 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57586         [BZ #12140]
57587         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57588         perturbing.
57590 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57592         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57593         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57594         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57595         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57597         submachine.
57598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57600 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57602         * include/dlfcn.h (__RTLD_SECURE): Define.
57603         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57604         mode & __RTLD_SECURE instead.
57605         (open_path): Rename preloaded parameter to secure.
57606         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57607         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57608         * elf/dl-deps.c (openaux): Likewise.
57609         * elf/rtld.c (struct map_args): Remove is_preloaded.
57610         (map_doit): Don't use it.
57611         (dl_main): Likewise.
57612         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57613         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57615 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57617         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57618         (sysd-rules-targets): Remove duplicates.
57619         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57620         rtld-%.$o dependency.
57622 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57624         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57625         _dl_map_object do it.
57627 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57629         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57630         fast fma builtins, define the macros in the C99 standard.
57631         (FP_FAST_FMAF): Likewise.
57632         (FP_FAST_FMAL): Likewise.
57633         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57635         * bits/mathdef.h: Update copyright year.
57636         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57638 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57640         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57641         builtins, define the macros in the C99 standard.
57642         (FP_FAST_FMAF): Likewise.
57643         (FP_FAST_FMAL): Likewise.
57644         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57645         multiply/add.
57646         (FP_FAST_FMAF): Likewise.
57648 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57650         [BZ #3268]
57651         * math/libm-test.inc (fma_test): Some new testcases.
57652         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57653         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57654         y and infinite z.  Do multiplication by C already in long double.
57655         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57656         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57657         y and infinite z.  Do bitwise or of inexact bit into u.d.
57658         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57659         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57660         * sysdeps/i386/fpu/s_fma.S: Removed.
57661         * sysdeps/i386/fpu/s_fmal.S: Removed.
57663 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57665         [BZ #3268]
57666         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57667         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57668         computation is not scheduled after fetestexcept.  Fix value
57669         of minimum denormal long double.
57671 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57673         [BZ #3268]
57674         * math/libm-test.inc (fma_test): Add some more tests.
57675         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57676         correctly.
57678 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57680         * scripts/data/localplt-s390-linux-gnu.data: New file.
57681         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57683 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57685         [BZ #3268]
57686         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57687         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57688         instead of dbl-64.
57689         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57690         inlines.
57691         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57692         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57693         if one of x and y is very large and the other is subnormal.
57694         * sysdeps/s390/fpu/s_fmaf.c: New file.
57695         * sysdeps/s390/fpu/s_fma.c: New file.
57696         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57697         * sysdeps/powerpc/fpu/s_fma.S: New file.
57698         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57699         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57700         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57702 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57704         [BZ #3268]
57705         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57706         fma tests.
57707         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57708         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57709         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57710         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57711         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57712         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57713         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57715 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57717         [BZ #12078]
57718         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57719         * posix/bug-regex31.input: Add test case.
57721 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57723         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57724         * posix/bug-regex31.input: New file.
57726         [BZ #12078]
57727         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57728         (parse_sub_exp): Fix last change, use postorder.
57730         * posix/bug-regex31.c: New file.
57731         * posix/Makefile: Add rules to build and run bug-regex31.
57733         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57735         [BZ #12078]
57736         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57738         [BZ #12108]
57739         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57740         to have entries in sys_siglist.
57742         [BZ #12093]
57743         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57744         be NULL.
57746 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57748         [BZ #3268]
57749         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57750         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57751         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57752         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57753         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57754         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57755         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57756         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57757         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57758         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57759         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57760         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57761         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57762         * math/ftestexcept.c (fetestexcept): Likewise.
57763         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57764         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57765         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57766         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57767         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57768         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57769         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57771 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57773         [BZ #12107]
57774         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57775         newline.
57777 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57779         * string/bug-strstr1.c: New file.
57780         * string/Makefile: Add rules to build and run bug-strstr1.
57782 2010-10-05  Eric Blake  <eblake@redhat.com>
57784         [BZ #12092]
57785         * string/str-two-way.h (two_way_long_needle): Always clear memory
57786         when skipping input due to the shift table.
57788 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57790         [BZ #12005]
57791         * malloc/mcheck.c: Handle large requests.
57793         [BZ #12077]
57794         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57795         for strncmp and strncasecmp.
57796         * string/stratcliff.c: Add tests for strcmp and strncmp.
57797         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57799 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57801         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57802         __set_fpscr.
57804 2010-09-30  Andreas Jaeger  <aj@suse.de>
57806         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57807         (CGROUP_SUPER_MAGIC): Define.
57808         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57809         Handle btrfs and cgroup file systems.
57810         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57811         Likewise.
57813 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57815         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57816         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57818 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57820         [BZ #12067]
57821         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57822         trying to locate the ELF header.
57824 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57826         [BZ #11611]
57827         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57828         Mask out sign-bit copies when constructing f_fsid.
57830 2010-09-24  Petr Baudis <pasky@suse.cz>
57832         * debug/stack_chk_fail_local.c: Add missing licence exception.
57833         * debug/warning-nop.c: Likewise.
57835 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57837         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57838         implementing getdents64 using getdents syscall, set d_type if
57839         __ASSUME_GETDENTS32_D_TYPE.
57841 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57843         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57844         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57846 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57848         [BZ #12037]
57849         * posix/unistd.h: Undo change of feature selection for ftruncate from
57850         2010-01-11.
57852 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57854         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57855         detection.
57857 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57859         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57860         fanotify_mark.
57861         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57863 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57865         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57866         variables after CHECK_SP call.
57867         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57869 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57870             Ulrich Drepper  <drepper@redhat.com>
57872         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57873         re-relocationg ld.so.
57874         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57875         _dl_init_paths call.
57876         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57877         here anymore.
57879 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57881         * resolv/res_init.c (__res_vinit): Count the default server we added.
57883 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57884             Ulrich Drepper  <drepper@redhat.com>
57886         [BZ #11968]
57887         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57888         (____longjmp_chk): Use %ebx for saving value across system call.
57889         Add unwind info.
57891 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57893         * manual/Makefile: Don't mix pattern rules with normal rules.
57895 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57897         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57898         operation.
57899         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57900         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57901         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57902         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57903         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57904         Likewise.
57906 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57908         [BZ #11979]
57909         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57910         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57912 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57914         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57915         * sysdeps/x86_64/addmul_1.S: Likewise.
57916         * sysdeps/x86_64/lshift.S: Likewise.
57917         * sysdeps/x86_64/mul_1.S: Likewise.
57918         * sysdeps/x86_64/rshift.S: Likewise.
57919         * sysdeps/x86_64/sub_n.S: Likewise.
57920         * sysdeps/x86_64/submul_1.S: Likewise.
57922 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57924         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57925         Define __sched_param instead of SCHED_* and sched_param when
57926         <bits/sched.h> is included with __need_schedparam defined.
57927         * bits/sched.h [__need_schedparam]
57928         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57929         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57930         (__defined_schedparam): Define to 1.
57931         (__sched_param): New structure, identical to sched_param.
57932         (__need_schedparam): Undefine.
57934 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57936         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57937         (epoll_create1): Declare.
57939         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57941 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57943         [BZ #7066]
57944         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57945         shifting retval into place.
57947 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57949         * nis/rpcsvc/nis.h: Update copyright notice.
57950         * nis/rpcsvc/nis.x: Likewise.
57951         * nis/rpcsvc/nis_callback.h: Likewise.
57952         * nis/rpcsvc/nis_callback.x: Likewise.
57953         * nis/rpcsvc/nis_object.x: Likewise.
57954         * nis/rpcsvc/nis_tags.h: Likewise.
57955         * nis/rpcsvc/yp.h: Likewise.
57956         * nis/rpcsvc/yp.x: Likewise.
57957         * nis/rpcsvc/ypupd.h: Likewise.
57958         * nis/yp_xdr.c: Likewise.
57959         * nis/ypupdate_xdr.c: Likewise.
57961         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57962         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57963         (pmap_getport): Use __libc_rpc_getport.
57964         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57965         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57966         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57968 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57971         fanotify_mark.
57973 2010-08-27  Roland McGrath  <roland@redhat.com>
57975         * sysdeps/i386/i686/multiarch/Makefile
57976         (CFLAGS-varshift.c): New variable.
57978 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57980         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57981         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57983         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57985         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57987 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57989         * sysdeps/x86_64/strlen.S: Unroll the loop.
57990         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57991         strlen-sse2 strlen-sse2-bsf.
57992         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57993         __strlen_no_bsf if bit_Slow_BSF is set.
57994         (__strlen_sse42): Removed.
57995         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57996         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57998 2010-08-25  Roland McGrath  <roland@redhat.com>
58000         * sysdeps/x86_64/multiarch/varshift.S: File removed.
58001         * sysdeps/x86_64/multiarch/varshift.c: New file.
58002         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
58003         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
58004         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
58005         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
58007 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
58009         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58010         strlen-sse2 strlen-sse2-bsf.
58011         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
58012         __strlen_sse2_bsf if bit_Slow_BSF is unset.
58013         (__strlen_sse2): Removed.
58014         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
58015         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
58016         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
58017         bit_Slow_BSF for Atom.
58018         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
58019         (index_Slow_BSF): Define.
58020         (HAS_SLOW_BSF): Define.
58022 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
58024         [BZ #10851]
58025         * resolv/res_init.c (__res_vinit): When no server address at all
58026         is given default to loopback.
58028 2010-08-24  Roland McGrath  <roland@redhat.com>
58030         * configure.in: Remove config-name.h generation.
58031         * configure: Regenerated.
58032         * config-name.in: File removed.
58033         * scripts/config-uname.sh: New file.
58034         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
58035         ($(objdir)config-name.h): New target.
58037         * sunrpc/rpc_parse.h: Avoid nested comment.
58039 2010-08-24  Richard Henderson  <rth@redhat.com>
58040             Ulrich Drepper  <drepper@redhat.com>
58041             H.J. Lu  <hongjiu.lu@intel.com>
58043         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
58044         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
58045         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
58046         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
58047         _mm_alignr_epi8 with _mm_loadu_si128.
58048         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
58049         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
58050         (__m128i_shift_right): Removed.
58051         * sysdeps/i386/i686/multiarch/varshift.h: New file.
58052         * sysdeps/i386/i686/multiarch/varshift.S: New file.
58053         * sysdeps/x86_64/multiarch/varshift.h: New file.
58054         * sysdeps/x86_64/multiarch/varshift.S: New file.
58056 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
58058         * configure.in: Move assembler checks to before sysdep dir checking.
58060 2010-08-20  Petr Baudis  <pasky@suse.cz>
58062         * LICENSES: Sync the sunrpc license.
58064 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
58066         * sunrpc/auth_des.c: Update copyright notice once again.
58067         * sunrpc/auth_none.c: Likewise.
58068         * sunrpc/auth_unix.c: Likewise.
58069         * sunrpc/authdes_prot.c: Likewise.
58070         * sunrpc/authuxprot.c: Likewise.
58071         * sunrpc/bindrsvprt.c: Likewise.
58072         * sunrpc/clnt_gen.c: Likewise.
58073         * sunrpc/clnt_perr.c: Likewise.
58074         * sunrpc/clnt_raw.c: Likewise.
58075         * sunrpc/clnt_simp.c: Likewise.
58076         * sunrpc/clnt_tcp.c: Likewise.
58077         * sunrpc/clnt_udp.c: Likewise.
58078         * sunrpc/clnt_unix.c: Likewise.
58079         * sunrpc/des_crypt.c: Likewise.
58080         * sunrpc/des_soft.c: Likewise.
58081         * sunrpc/get_myaddr.c: Likewise.
58082         * sunrpc/getrpcport.c: Likewise.
58083         * sunrpc/key_call.c: Likewise.
58084         * sunrpc/key_prot.c: Likewise.
58085         * sunrpc/openchild.c: Likewise.
58086         * sunrpc/pm_getmaps.c: Likewise.
58087         * sunrpc/pm_getport.c: Likewise.
58088         * sunrpc/pmap_clnt.c: Likewise.
58089         * sunrpc/pmap_prot.c: Likewise.
58090         * sunrpc/pmap_prot2.c: Likewise.
58091         * sunrpc/pmap_rmt.c: Likewise.
58092         * sunrpc/rpc/auth.h: Likewise.
58093         * sunrpc/rpc/auth_unix.h: Likewise.
58094         * sunrpc/rpc/clnt.h: Likewise.
58095         * sunrpc/rpc/des_crypt.h: Likewise.
58096         * sunrpc/rpc/key_prot.h: Likewise.
58097         * sunrpc/rpc/netdb.h: Likewise.
58098         * sunrpc/rpc/pmap_clnt.h: Likewise.
58099         * sunrpc/rpc/pmap_prot.h: Likewise.
58100         * sunrpc/rpc/pmap_rmt.h: Likewise.
58101         * sunrpc/rpc/rpc.h: Likewise.
58102         * sunrpc/rpc/rpc_des.h: Likewise.
58103         * sunrpc/rpc/rpc_msg.h: Likewise.
58104         * sunrpc/rpc/svc.h: Likewise.
58105         * sunrpc/rpc/svc_auth.h: Likewise.
58106         * sunrpc/rpc/types.h: Likewise.
58107         * sunrpc/rpc/xdr.h: Likewise.
58108         * sunrpc/rpc_clntout.c: Likewise.
58109         * sunrpc/rpc_cmsg.c: Likewise.
58110         * sunrpc/rpc_common.c: Likewise.
58111         * sunrpc/rpc_cout.c: Likewise.
58112         * sunrpc/rpc_dtable.c: Likewise.
58113         * sunrpc/rpc_hout.c: Likewise.
58114         * sunrpc/rpc_main.c: Likewise.
58115         * sunrpc/rpc_parse.c: Likewise.
58116         * sunrpc/rpc_parse.h: Likewise.
58117         * sunrpc/rpc_prot.c: Likewise.
58118         * sunrpc/rpc_sample.c: Likewise.
58119         * sunrpc/rpc_scan.c: Likewise.
58120         * sunrpc/rpc_scan.h: Likewise.
58121         * sunrpc/rpc_svcout.c: Likewise.
58122         * sunrpc/rpc_tblout.c: Likewise.
58123         * sunrpc/rpc_util.c: Likewise.
58124         * sunrpc/rpc_util.h: Likewise.
58125         * sunrpc/rpcinfo.c: Likewise.
58126         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58127         * sunrpc/rpcsvc/key_prot.x: Likewise.
58128         * sunrpc/rpcsvc/klm_prot.x: Likewise.
58129         * sunrpc/rpcsvc/mount.x: Likewise.
58130         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58131         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58132         * sunrpc/rpcsvc/rex.x: Likewise.
58133         * sunrpc/rpcsvc/rstat.x: Likewise.
58134         * sunrpc/rpcsvc/rusers.x: Likewise.
58135         * sunrpc/rpcsvc/sm_inter.x: Likewise.
58136         * sunrpc/rpcsvc/spray.x: Likewise.
58137         * sunrpc/rpcsvc/yppasswd.x: Likewise.
58138         * sunrpc/rtime.c: Likewise.
58139         * sunrpc/svc.c: Likewise.
58140         * sunrpc/svc_auth.c: Likewise.
58141         * sunrpc/svc_authux.c: Likewise.
58142         * sunrpc/svc_raw.c: Likewise.
58143         * sunrpc/svc_run.c: Likewise.
58144         * sunrpc/svc_simple.c: Likewise.
58145         * sunrpc/svc_tcp.c: Likewise.
58146         * sunrpc/svc_udp.c: Likewise.
58147         * sunrpc/svc_unix.c: Likewise.
58148         * sunrpc/svcauth_des.c: Likewise.
58149         * sunrpc/xcrypt.c: Likewise.
58150         * sunrpc/xdr.c: Likewise.
58151         * sunrpc/xdr_array.c: Likewise.
58152         * sunrpc/xdr_float.c: Likewise.
58153         * sunrpc/xdr_mem.c: Likewise.
58154         * sunrpc/xdr_rec.c: Likewise.
58155         * sunrpc/xdr_ref.c: Likewise.
58156         * sunrpc/xdr_sizeof.c: Likewise.
58157         * sunrpc/xdr_stdio.c: Likewise.
58159         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58160         handling.
58162 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58164         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58166 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58168         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58169         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58170         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58171         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58172         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58173         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58174         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58175         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58176         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58177         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58178         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58179         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58180         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
58181         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
58183 2010-07-26  Anton Blanchard  <anton@samba.org>
58185         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
58186         * malloc/arena.c (heap_trim): Likewise.
58188 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
58190         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
58191         here.  Not...
58192         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
58193         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
58195 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
58197         * sysdeps/i386/elf/Makefile: New file.
58199 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58201         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
58202         from fanotify_init.
58203         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
58204         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58206 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
58208         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
58209         of strncasecmp_l.
58210         * sysdeps/multiarch/strcmp.S: Likewise.
58212 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
58214         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58215         strncase_l-nonascii.
58216         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58217         Add strncase_l-ssse3.
58218         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
58219         * sysdeps/x86_64/strcmp.S: Likewise.
58220         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
58221         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
58222         * sysdeps/x86_64/strncase.S: New file.
58223         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
58224         * sysdeps/x86_64/strncase_l.S: New file.
58225         * string/Makefile (strop-tests): Add strncasecmp.
58226         * string/test-strncasecmp.c: New file.
58228         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
58229         warning.
58231         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
58232         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
58234 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58236         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
58238 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
58240         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
58241         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
58242         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
58244 2010-05-01  Alan Modra  <amodra@gmail.com>
58246         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
58247         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
58248         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
58249         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
58250         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
58251         tidying.  Don't tail-call __sigjmp_save for static lib.
58252         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58253         save location.
58254         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58255         (CALL_MCOUNT): Add eh info, and nop after bl.
58256         (TAIL_CALL_SYSCALL_ERROR): New macro.
58257         (PSEUDO_RET): Use it.
58258         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58259         Correct save location of integer regs and cr.
58260         (_dl_profile_resolve): Correct cr save location.  Delete nops
58261         after bl when SHARED.  Reduce cfi size a little by better
58262         placement of cfi directives.
58263         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58264         make a stack frame.  Instead use parm save area as a temp.
58265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58266         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
58267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58268         Don't make a stack frame for parent, use parm save area.
58269         Increase child stack frame to 112 bytes.  Don't save unused reg,
58270         and adjust reg usage.  Set up cfi on error recovery and
58271         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58273         (__makecontext): Add dummy nop after jump to exit.
58274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58275         Use correct parm save area and cr save, reduce stack frame.
58276         Correct cfi for possible PSEUDO_RET frame setup.
58277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58278         Branch to local label emitted by PSEUDO_RET rather than
58279         __syscall_error.
58281 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58283         [BZ #11904]
58284         * locale/programs/locale.c (print_assignment): New function.
58285         (show_locale_vars): Use it.
58287 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58289         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58290         field.
58291         (struct statfs64): Likewise.
58292         (_STATFS_F_FLAGS): Define.
58293         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58294         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58295         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58296         (ST_VALID): Define locally.
58297         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58298         __statvfs_getflags, use the provided value.
58299         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58300         __ASSUME_STATFS_F_FLAGS.
58302         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58304         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58305         Add sys/fanotify.h.
58306         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58307         fanotify_mask for GLIBC_2.13.
58308         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58309         fanotify_init and fanotify_mark.
58310         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58311         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58313         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58314         Add prlimit.
58315         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58316         prlimit64 for GLIBC_2.13.
58317         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58318         prlimit64.
58319         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58320         syscall.
58321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58322         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58323         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58324         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58325         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58326         add prlimit alias.
58327         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58329         [BZ #11903]
58330         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58331         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58333         * nss/Makefile: Add rules to build and run tst-nss-test1.
58334         * shlib-versions: Add entry for libnss_test1.
58335         * nss/nss_test1.c: New file.
58336         * nss/tst-nss-test1.c: New file.
58338         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58339         (__nss_configure_lookup): Set appropriate entry in
58340         __nss_configure_lookup to true.
58341         * nss/nsswitch.h: Define enum with indeces of databases in
58342         databases and __nss_database_custom arrays.  Declare
58343         __nss_database_custom.
58344         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58345         to avoid using nscd when custom rules are installed.
58346         * nss/getXXbyYY_r.c: Likewise.
58347         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58349         * nss/nss_files/files-parse.c: Whitespace fixes.
58351 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58353         [BZ #11883]
58354         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58355         * posix/fnmatch_loop.c: Likewise.
58357 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58359         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58360         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58361         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58362         * Versions.def [GLIBC_2.13]: Add.
58364 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58366         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58367         Also fail if tpwd after pwuid call is NULL.
58369 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58371         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58372         when converting to ms.
58374 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58376         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58377         EOPNOTSUPP errors with ENOTTY.
58378         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58379         EOPNOTSUPP errors with ENOTTY.
58381 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58383         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58384         Add strcasecmp_l-ssse3.
58385         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58386         strcasecmp.
58387         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58388         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58389         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58391 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58393         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58395         * string/Makefile (strop-tests): Add strcasecmp.
58396         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58397         strcasecmp_l-nonascii.
58398         (gen-as-const-headers): Add locale-defines.sym.
58399         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58400         * sysdeps/x86_64/strcasecmp.S: New file.
58401         * sysdeps/x86_64/strcasecmp_l.S: New file.
58402         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58403         * sysdeps/x86_64/locale-defines.sym: New file.
58404         * string/test-strcasecmp.c: New file.
58406         * string/test-strcasestr.c: Test both ends of the range of characters.
58407         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58409 2010-07-29  Roland McGrath  <roland@redhat.com>
58411         [BZ #11856]
58412         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58414 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58416         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58417         for ld.so.
58419 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58421         * manual/memory.texi (Malloc Tunable Parameters): Document
58422         M_PERTURB.
58424 2010-07-26  Roland McGrath  <roland@redhat.com>
58426         [BZ #11840]
58427         * configure.in (-fgnu89-inline check): Set and substitute
58428         gnu89_inline, not libc_cv_gnu89_inline.
58429         * configure: Regenerated.
58430         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58432 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58434         * string/test-strnlen.c: New file.
58435         * string/Makefile (strop-tests): Add strnlen.
58436         * string/tester.c (test_strnlen): Add a few more test cases.
58437         * string/tst-strlen.c: Better error reporting.
58439         * sysdeps/x86_64/strnlen.S: New file.
58441 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58443         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58444         lower-latency instructions.
58446 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58448         * string/test-strcasestr.c: New file.
58449         * string/test-strstr.c: New file.
58450         * string/Makefile (strop-tests): Add strstr and strcasestr.
58451         * string/str-two-way.h: Don't undefine MAX.
58452         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58454 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58456         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58457         strcasestr-nonascii.
58458         (CFLAGS-strcasestr-nonascii.c): Define.
58459         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58460         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58461         Remove unused attribute.
58463 2010-07-20  Roland McGrath  <roland@redhat.com>
58465         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58466         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58467         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58468         like LD_HWCAP_MASK can disable hwcaps.
58470 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58472         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58474 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58476         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58477         call in strcasestr.
58478         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58479         __strcasestr_sse42_nonascii.
58480         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58481         strcasestr-nonascii.c.
58482         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58484 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58486         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58487         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58488         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58489         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58491 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58493         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58494         fcntl.
58496 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58498         [BZ #11577]
58499         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58500         dl_signal_cerror.
58502 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58504         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58505         _PC_PIPE_BUF using F_GETPIPE_SZ.
58507 2010-07-05  Roland McGrath  <roland@redhat.com>
58509         * manual/arith.texi (Rounding Functions): Fix rint description
58510         implicit in round description.
58512 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58514         * elf/Makefile: Fix linking for a few tests to make recent linker
58515         happy.
58517 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58519         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58520         $(common-objpfx)libc_nonshared.a.
58522 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58524         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58525         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58526         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58527         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58528         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58529         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58530         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58531         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58546         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58547         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58548         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58549         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58550         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58551         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58552         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58553         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58554         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58555         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58556         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58557         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58573 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58575         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58576         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58577         * string/memmove.c (memmove): Renamed to ...
58578         (MEMMOVE): ...this.  Default to memmove.
58579         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58580         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58581         (END_CHK): Define.
58582         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58583         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58584         mempcpy-ssse3-back memmove-ssse3-back.
58585         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58586         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58587         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58588         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58589         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58590         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58591         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58592         * sysdeps/x86_64/multiarch/memmove.c: New file.
58593         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58594         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58595         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58596         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58597         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58598         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58599         Define.
58600         (index_Fast_Copy_Backward): Define.
58601         (HAS_ARCH_FEATURE): Define.
58602         (HAS_FAST_REP_STRING): Define.
58603         (HAS_FAST_COPY_BACKWARD): Define.
58605 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58607         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58608         Restore proper fallback handling.
58610 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58612         [BZ #11701]
58613         * posix/group_member.c (__group_member): Correct checking loop.
58615         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58616         OOM in getpwuid_r correctly.  Return error number when the caller
58617         should return, otherwise -1.
58618         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58619         call returning > 0 value.
58620         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58622 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58624         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58625         libc_nonshared.a from targets in modules-names.
58627 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58629         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58630         requires it.
58632 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58634         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58635         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58636         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58637         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58639 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58641         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58643 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58645         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58646         and F_GETPIPE_SZ.
58647         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58648         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58649         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58650         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58651         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58652         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58654 2010-06-14  Roland McGrath  <roland@redhat.com>
58656         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58658 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58660         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58661         __REDIRECT followed by __THROW.
58662         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58663         * posix/getopt.h (getopt): Likewise.
58665 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58667         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58668         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58669         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58670         in AT_FLAGS.
58671         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58672         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58674 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58676         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58678 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58680         [BZ #11640]
58681         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58682         Properly check family and model.
58684 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58686         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58688 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58690         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58692 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58694         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58695         symbol reference.
58697 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58699         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58700         symbol reference.
58702 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58704         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58705         and internal_recvmmsg.
58706         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58707         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58708         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58709         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58711         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58712         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58713         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58715 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58717         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58719 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58721         POWER7 optimizations.
58722         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58723         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58725 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58727         * version.h: Update for 2.13 development version.
58729 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58731         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58732         exceptions.  Return 0.
58734 2010-05-07  Roland McGrath  <roland@redhat.com>
58736         * elf/ldconfig.c (main): Add a const.
58738 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58740         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58741         (args_options): Add no-idn option.
58742         (ahosts_keys_int): Add idn_flags to ai_flags.
58743         (parse_option): Handle 'i' option to clear idn_flags.
58745         * malloc/malloc.c (_int_free): Possible race in the most recently
58746         added check.  Only act on the data if no current modification
58747         happened.
58749 See ChangeLog.17 for earlier changes.